Merge "[Release] Webkit2-efl-123997_0.11.66" into tizen_2.2
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog
1 2012-08-21  Mark Hahnenberg  <mhahnenberg@apple.com>
2
3         WTF Threading leaks kernel objects on platforms that use pthreads
4         https://bugs.webkit.org/show_bug.cgi?id=94636
5
6         Reviewed by Geoffrey Garen.
7
8         Added a test that creates a bunch of workers that immediately return. This should stress 
9         the new WTF threading code on platforms that use pthreads, so any major regressions in correctness 
10         will probably cause this test to fail since it creates both joinable and detached threads.
11
12         * fast/js/create-lots-of-workers-expected.txt: Added.
13         * fast/js/create-lots-of-workers.html: Added.
14         * fast/js/resources/empty-worker.js: Added.
15
16 2013-02-01 Nayan Kumar K <nayankk@motorola.com>
17
18         [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.
19         https://bugs.webkit.org/show_bug.cgi?id=108694
20
21         Reviewed by NOBODY (OOPS!).
22
23         WEBGL_lose_context is one of the community approved WebGL extension.
24         Hence remove the vendor prefix from WEBKIT_WEBGL_lose_context extension.
25         Spefication: http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/
26
27         * fast/canvas/webgl/WebGLContextEvent.html:
28         * fast/canvas/webgl/context-destroyed-crash.html:
29         * fast/canvas/webgl/context-lost-expected.txt:
30         * fast/canvas/webgl/context-lost-restored.html:
31         * fast/canvas/webgl/context-lost.html:
32
33 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
34
35         Deleting across multiple paragraphs can change the style of surrounding text
36         https://bugs.webkit.org/show_bug.cgi?id=97266
37
38         Reviewed by Levi Weintraub.
39
40         Added a regression test and rebaselined tests.
41
42         * editing/deleting/delete-before-block-image-2-expected.txt:
43         * editing/deleting/merge-paragraph-from-p-with-style-expected.txt:
44         * editing/deleting/merge-paragraph-from-p-with-style.html: We changed the behavior. The editing style of p
45         is now preserved when merging paragraphs.
46         * editing/deleting/merge-paragraph-with-style-from-rule-expected.txt: Added.
47         * editing/deleting/merge-paragraph-with-style-from-rule.html: Added.
48         * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
49         * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
50
51 2012-09-24  Tony Chang  <tony@chromium.org>
52
53         flex-grow should be 1 when omitted from flex shorthand
54         https://bugs.webkit.org/show_bug.cgi?id=97480
55
56         Reviewed by Ojan Vafai.
57
58         Update tests due to default CSS value changes.
59
60         * css3/flexbox/flex-algorithm-expected.txt:
61         * css3/flexbox/flex-algorithm.html: Add test case using -webkit-flex: auto.
62         * css3/flexbox/flex-property-parsing-expected.txt:
63         * css3/flexbox/flex-property-parsing.html:
64
65 2013-03-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
66
67         [EFL] Cancel mark on search field is not displayed
68         https://bugs.webkit.org/show_bug.cgi?id=94880
69
70         Reviewed by Kenneth Rohde Christiansen.
71
72         Rebaseline expected results related to search cancel button.
73
74         * platform/efl-wk1/TestExpectations: These tests don't work with WK1 pixel test yet.
75         * platform/efl/TestExpectations:
76         * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png:
77         * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt:
78         * platform/efl/fast/forms/search-rtl-expected.png:
79         * platform/efl/fast/forms/search-rtl-expected.txt:
80
81 2013-02-19  Anton Vayvod  <avayvod@chromium.org>
82
83         [Text Autosizing] Combine narrow descendants of a cluster into groups that should be autosized with the same multiplier.
84         https://bugs.webkit.org/show_bug.cgi?id=109825
85
86         Verify that narrow descendants are grouped and autosized separately according to the
87         difference between the descendant's width and the width of its enclosing cluster's
88         |blockContainingAllText|.
89
90         Reviewed by Kenneth Rohde Christiansen.
91
92         * fast/text-autosizing/narrow-descendants-combined-expected.html:
93         * fast/text-autosizing/narrow-descendants-combined.html:
94
95 2013-02-19  Takashi Toyoshima  <toyoshim@chromium.org>
96
97         Unreviewed, gardening for chromium.
98         https://bugs.webkit.org/show_bug.cgi?id=110203
99
100         * platform/chromium/TestExpectations:
101
102 2013-02-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>
103
104         Caret is not displayed when trying to focus inside a contenteditable element containing an empty block.
105         https://bugs.webkit.org/show_bug.cgi?id=108053
106
107         Reviewed by Ryosuke Niwa.
108
109         * editing/selection/caret-in-div-containing-empty-block-expected.txt: Added.
110         * editing/selection/caret-in-div-containing-empty-block.html: Added.
111         Layout test added for verifying that a caret is displayed within a
112         contenteditable div having a border, both for the horizontal
113         as well as the vertical writing modes.
114
115 2013-02-19  Mihnea Ovidenie  <mihnea@adobe.com>
116
117         CSSRegions: crash positioned object with inline containing block in flow thread
118         https://bugs.webkit.org/show_bug.cgi?id=108307
119
120         Reviewed by David Hyatt.
121
122         * fast/regions/positioned-object-inline-cb-crash-expected.txt: Added.
123         * fast/regions/positioned-object-inline-cb-crash.html: Added.
124
125 2013-02-19  Zan Dobersek  <zdobersek@igalia.com>
126
127         Unreviewed GTK gardening.
128
129         * platform/gtk/TestExpectations: Adding a failure expectation for the failing
130         fast/regions/seamless-iframe-flowed-into-regions.html added in r143256.
131
132 2013-02-18  Hayato Ito  <hayato@chromium.org>
133
134         Make EventDispatcher take an Event object in its constructor.
135         https://bugs.webkit.org/show_bug.cgi?id=109898
136
137         Reviewed by Dimitri Glazkov.
138
139         * fast/events/platform-wheelevent-with-delta-zero-crash-expected.txt: Added.
140         * fast/events/platform-wheelevent-with-delta-zero-crash.html: Added.
141
142 2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
143
144         Add a flaky failing test expectation to inspector/editor/brace-matcher.html on Mac per bug 110186.
145
146         * platform/mac/TestExpectations:
147
148 2013-02-18  Takashi Sakamoto  <tasak@google.com>
149
150         :before/:after pseudo elements do not always apply to the proper element
151         https://bugs.webkit.org/show_bug.cgi?id=93925
152
153         Reviewed by Dimitri Glazkov.
154
155         * fast/css/before-after-pseudo-class-expected.html: Added.
156         * fast/css/before-after-pseudo-class.html: Added.
157
158 2013-02-18  Andy Estes  <aestes@apple.com>
159
160         Focusing a new frame (via window.focus()) should blur the active element in the current frame
161         https://bugs.webkit.org/show_bug.cgi?id=110172
162
163         Reviewed by Ryosuke Niwa.
164
165         * fast/dom/HTMLDocument/active-element-frames-expected.txt:
166         * fast/dom/HTMLDocument/active-element-frames.html: Modified to run the
167         test a second time, focusing each element's frame before focusing the
168         element itself.
169         * fast/frames/frame-focus-blurs-active-element-expected.txt: Added.
170         * fast/frames/frame-focus-blurs-active-element.html: Added a test that
171         verifies a blur event is fired on the active element when a new frame
172         is focused.
173
174 2013-02-18  Kondapally Kalyan  <kalyan.kondapally@intel.com>
175
176         [EFL][WebGL] Enable test webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html.
177         https://bugs.webkit.org/show_bug.cgi?id=110176
178
179         Reviewed by Laszlo Gombos.
180
181         Enable the test for EFL port, as it passes after r143220.
182
183         * platform/efl-wk2/TestExpectations:
184
185 2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
186
187         Add a flaky crash expectation to video-controls-captions-trackmenu.html on Mac per bug 110173.
188
189         * platform/mac/TestExpectations:
190
191 2013-02-18  Ryosuke Niwa  <rniwa@webkit.org>
192
193         Remove a stale Mac test expectation.
194
195         * platform/mac/TestExpectations:
196
197 2013-02-18  David Hyatt  <hyatt@apple.com>
198
199         Padding and border changes don't trigger the relayout of children in some cases.
200         https://bugs.webkit.org/show_bug.cgi?id=109639.
201
202         Reviewed by Ryosuke Niwa.
203
204         * fast/block/positioning/border-change-relayout-test-expected.html: Added.
205         * fast/block/positioning/border-change-relayout-test.html: Added.
206
207 2013-02-18  Geoffrey Garen  <ggaren@apple.com>
208
209         Shrank the SourceProvider cache
210         https://bugs.webkit.org/show_bug.cgi?id=110158
211
212         Reviewed by Oliver Hunt.
213
214         New benchmark to show that a minimum size of 16 is better than 64.
215
216         * fast/js/regress/nested-function-parsing-expected.txt: Added.
217         * fast/js/regress/nested-function-parsing.html: Added.
218         * fast/js/regress/script-tests/nested-function-parsing.js: Added.
219
220 2013-02-18  Filip Pizlo  <fpizlo@apple.com>
221
222         Structure::flattenDictionaryStructure should compute max offset in a manner that soundly handles the case where the property list becomes empty
223         https://bugs.webkit.org/show_bug.cgi?id=110155
224         <rdar://problem/13233773>
225
226         Reviewed by Mark Rowe.
227
228         * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt: Added.
229         * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted.html: Added.
230         * fast/js/jsc-test-list:
231         * fast/js/script-tests/flatten-dictionary-structure-from-which-all-properties-were-deleted.js: Added.
232
233 2013-02-18  Stephen Chenney  <schenney@chromium.org>
234
235         feFlood incorrectly applied color-interpolation-filters
236         https://bugs.webkit.org/show_bug.cgi?id=109985
237
238         Reviewed by Dirk Schulze.
239
240         New test for feFlood behavior when color-interpolation-filters is used.
241
242         Failing expectations for tests affected by this change.
243
244         * platform/chromium/TestExpectations:
245         * platform/mac/TestExpectations:
246         * platform/win/TestExpectations:
247         * svg/filters/feFlood-color-interpolation-expected.svg: Added.
248         * svg/filters/feFlood-color-interpolation.svg: Added.
249
250 2013-02-18  David Hyatt  <hyatt@apple.com>
251
252         Just skip the seamless iframe flowed into regions test on chromium. It's failing with a repaint issue.
253
254         * platform/chromium/TestExpectations:
255
256 2013-02-18  Jochen Eisinger  <jochen@chromium.org>
257
258         clear databases before running read-transactions-running-concurrently test
259         https://bugs.webkit.org/show_bug.cgi?id=110144
260
261         Reviewed by Nico Weber.
262
263         Otherwise, we might not have enough quota when running this tests and lots
264         of databases from previous tests are hanging around.
265
266         * storage/websql/read-transactions-running-concurrently.html:
267
268 2013-02-18  Philip Rogers  <pdr@google.com>
269
270         Fix scaling of tiled SVG backgrounds on high-dpi displays
271         https://bugs.webkit.org/show_bug.cgi?id=110047
272
273         Reviewed by Dirk Schulze.
274
275         * svg/as-background-image/tiled-background-image-expected.html: Added.
276         * svg/as-background-image/tiled-background-image.html: Added.
277
278 2013-02-18  David Hyatt  <hyatt@apple.com>
279
280         Make seamless iframes paginate properly in their enclosing document's pagination context.
281         https://bugs.webkit.org/show_bug.cgi?id=106125
282         <rdar://problem/12922720> Text in iframe is clipped while printing
283
284         Reviewed by Simon Fraser.
285
286         Added new tests in fast/multicol and fast/region.
287
288         * fast/multicol/resources/ipad.jpg: Added.
289         * fast/multicol/resources/seamless.html: Added.
290         * fast/multicol/seamless-flowed-through-columns-expected.html: Added.
291         * fast/multicol/seamless-flowed-through-columns.html: Added.
292         * fast/regions/resources/ipad.jpg: Added.
293         * fast/regions/resources/seamless.html: Added.
294         * fast/regions/seamless-iframe-flowed-into-regions-expected.html: Added.
295         * fast/regions/seamless-iframe-flowed-into-regions.html: Added.
296
297 2013-02-17  Filip Pizlo  <fpizlo@apple.com>
298
299         Get rid of DFG::DoubleOperand and simplify ValueToInt32
300         https://bugs.webkit.org/show_bug.cgi?id=110072
301
302         Reviewed by Geoffrey Garen.
303
304         * fast/js/dfg-value-to-int32-with-side-effect-expected.txt: Added.
305         * fast/js/dfg-value-to-int32-with-side-effect.html: Added.
306         * fast/js/jsc-test-list:
307         * fast/js/script-tests/dfg-value-to-int32-with-side-effect.js: Added.
308         (foo):
309         (.result.foo):
310
311 2013-02-18  Joseph Pecoraro  <pecoraro@apple.com>
312
313         [JSC]: ASSERT in KURL(ParsedURLStringTag) under sourceMapURLForScript
314         https://bugs.webkit.org/show_bug.cgi?id=109987
315
316         Reviewed by Pavel Feldman.
317
318         * inspector/debugger/source-url-comment-expected.txt:
319         * inspector/debugger/source-url-comment.html:
320         Add a test for a sourceURL with a non-relative path. This was causing
321         an ASSERT, rightfully so, in JSC builds.
322
323 2013-02-18  Mike West  <mkwst@chromium.org>
324
325         compareDocumentPosition reports disconnected nodes as following each other
326         https://bugs.webkit.org/show_bug.cgi?id=108274
327
328         Reviewed by Dimitri Glazkov.
329
330         * fast/dom/compare-document-position-disconnected-nodes-expected.txt: Added.
331         * fast/dom/compare-document-position-disconnected-nodes.html: Added.
332
333 2013-02-18  Stephen White  <senorblanco@chromium.org>
334
335         [chromium] Unreviewed gardening.
336         Update test expectations for recent failures.
337
338         * platform/chromium/TestExpectations:
339
340 2013-02-18  Andrey Adaikin  <aandrey@chromium.org>
341
342         Web Inspector: [Canvas] fix replay log grouping by frames
343         https://bugs.webkit.org/show_bug.cgi?id=110122
344
345         Reviewed by Pavel Feldman.
346
347         Canvas replay test: last command is not a draw call.
348
349         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
350         * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
351
352 2013-02-18  Stephen White  <senorblanco@chromium.org>
353
354         [chromium] Unreviewed gardening.
355         Fix test expectations for effect-reference* tests which I messed up
356         in my last commit.
357
358         * platform/chromium/TestExpectations:
359
360 2013-02-18  Sergio Villar Senin  <svillar@igalia.com>
361
362         Unreviewed GTK gardening.
363
364         Moved WK1 specific failures from the shared TestExpectations file
365         to the wk1 one. Also removed some tests from the WK2
366         TestExpectations file as they have been consistently passing on
367         bots.
368
369         * platform/gtk-wk1/TestExpectations:
370         * platform/gtk-wk2/TestExpectations:
371         * platform/gtk/TestExpectations:
372
373 2013-02-18  Bear Travis  <betravis@adobe.com>
374
375         [CSS Exclusions] Support outside-shape layout for shape-inside property
376         https://bugs.webkit.org/show_bug.cgi?id=102571
377
378         Reviewed by David Hyatt.
379
380         Test that the shape-outside value correctly propagates to shape-inside
381         when shape-inside has a value of 'outside-shape,' using both an
382         undefined and a simple shape outside value.
383
384         * fast/exclusions/shape-inside/shape-inside-outside-shape-expected.html: Added.
385         * fast/exclusions/shape-inside/shape-inside-outside-shape.html: Added.
386
387 2013-02-18  Zan Dobersek  <zdobersek@igalia.com>
388
389         Unreviewed GTK gardening.
390
391         * platform/gtk/TestExpectations: Adjusting failure expectation for an inspector
392         test which now times out.
393
394 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
395
396         Unreviewed EFL gardening.
397
398         Mark perf/show-hide-table-rows.html as sometimes failing or slow
399         on EFL port.
400
401         * platform/efl/TestExpectations:
402
403 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
404
405         Unreviewed EFL gardening.
406
407         Mark fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html as
408         failing on EFL port. The test was introduced in r143191.
409
410         * platform/efl/TestExpectations:
411
412 2013-02-18  Vladislav Kaznacheev  <kaznacheev@chromium.org>
413
414         Web Inspector: Color picker should not be available in Computed Styles pane
415         https://bugs.webkit.org/show_bug.cgi?id=109697
416
417         Reviewed by Pavel Feldman.
418
419         * inspector/styles/undo-add-property.html:
420
421 2013-02-18  Andrey Adaikin  <aandrey@chromium.org>
422
423         Web Inspector: [Canvas] group replay log calls by frames
424         https://bugs.webkit.org/show_bug.cgi?id=110101
425
426         Reviewed by Pavel Feldman.
427
428         * inspector/profiler/canvas-profiler-test.js:
429         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt:
430         * inspector/profiler/canvas2d/canvas-replay-log-grid.html:
431         * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt:
432
433 2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>
434
435         [Qt] Deleted extraneous file. It has been added accidentally in r142135.
436         https://bugs.webkit.org/show_bug.cgi?id=109953.
437
438         * platform/qt-5.0-wk2/TestExpectations.orig: Removed.
439
440 2013-02-18  Vsevolod Vlasov  <vsevik@chromium.org>
441
442         Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
443         https://bugs.webkit.org/show_bug.cgi?id=109691
444
445         Reviewed by Pavel Feldman.
446
447         * inspector/debugger/live-edit-breakpoints-expected.txt:
448         * inspector/debugger/live-edit-breakpoints.html:
449         * inspector/uisourcecode-revisions.html:
450
451 2013-02-18  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
452
453         [Qt] Unreviewed gardening.
454
455         * platform/qt/TestExpectations: Skip test after r143073.
456         * platform/qt/css3/filters/effect-reference-expected.png: Rebaseline after r143101.
457         * platform/qt/css3/filters/effect-reference-expected.txt: Rebaseline after r143101.
458
459 2013-02-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
460
461         [EFL] Rebaseline failure media tests after r142947
462         https://bugs.webkit.org/show_bug.cgi?id=109904
463
464         Reviewed by Kenneth Rohde Christiansen.
465
466         * platform/efl/TestExpectations:
467         * platform/efl/media/audio-controls-rendering-expected.png:
468         * platform/efl/media/audio-controls-rendering-expected.txt:
469         * platform/efl/media/controls-after-reload-expected.png:
470         * platform/efl/media/controls-after-reload-expected.txt:
471         * platform/efl/media/controls-strict-expected.png:
472         * platform/efl/media/controls-strict-expected.txt:
473         * platform/efl/media/controls-styling-expected.png:
474         * platform/efl/media/controls-styling-expected.txt:
475         * platform/efl/media/controls-styling-strict-expected.png:
476         * platform/efl/media/controls-styling-strict-expected.txt:
477         * platform/efl/media/controls-without-preload-expected.png:
478         * platform/efl/media/controls-without-preload-expected.txt:
479         * platform/efl/media/video-controls-rendering-expected.png:
480         * platform/efl/media/video-controls-rendering-expected.txt:
481         * platform/efl/media/video-display-toggle-expected.png:
482         * platform/efl/media/video-display-toggle-expected.txt:
483         * platform/efl/media/video-playing-and-pause-expected.png:
484         * platform/efl/media/video-playing-and-pause-expected.txt:
485
486 2013-02-18  Huang Dongsung  <luxtella@company100.net>
487
488         [EFL][WK2] compositing/layer-creation/fixed-position-out-of-view-scaled.html is flaky
489         https://bugs.webkit.org/show_bug.cgi?id=110059
490
491         Reviewed by Kenneth Rohde Christiansen.
492
493         Unskip two tests on EFL port. Now those pass.
494         compositing/layer-creation/fixed-position-out-of-view-scaled.html
495         compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html
496
497         * platform/efl-wk2/TestExpectations:
498
499 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
500
501         Unreviewed EFL gardening.
502
503         Unskip several webgl/conformance tests that started passing after
504         r142854.
505
506         * platform/efl-wk2/TestExpectations:
507
508 2013-02-18  Mike West  <mkwst@chromium.org>
509
510         fast/dom/shadow/shadow-dom-event-dispatching.html flake
511         https://bugs.webkit.org/show_bug.cgi?id=103299
512
513         Reviewed by Jochen Eisinger.
514
515         This patch breaks fast/dom/shadow/shadow-dom-event-dispatching.html out
516         into 12 separate tests to avoid timeouts. Common logic for all these
517         dispatching tests is now in resources/event-dispatching.js, and each
518         individual test function now runs in its own HTML file.
519
520         * fast/dom/shadow/resources/event-dispatching.js: Added.
521         (moveMouseOver):
522         (recordEvent):
523         (dumpNode):
524         (dumpComposedShadowTree):
525         (addEventListeners):
526         (debugDispatchedEvent):
527         (moveMouse):
528         (showSandboxTree):
529         * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content-expected.txt: Added.
530         * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content.html: Added.
531         * fast/dom/shadow/shadow-dom-event-dispatching-details-summary-expected.txt: Added.
532         * fast/dom/shadow/shadow-dom-event-dispatching-details-summary.html: Added.
533         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child-expected.txt: Added.
534         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html: Added.
535         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt: Added.
536         * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: Added.
537         * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt: Added.
538         * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html: Added.
539         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target-expected.txt: Added.
540         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target.html: Added.
541         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-expected.txt: Added.
542         * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired.html: Added.
543         * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt: Added.
544         * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html: Added.
545         * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt: Added.
546         * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots.html: Added.
547         * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt: Added.
548         * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html: Added.
549         * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt: Added.
550         * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html: Added.
551         * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt: Added.
552         * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: Added.
553             New tests!
554         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Removed.
555         * fast/dom/shadow/shadow-dom-event-dispatching.html: Removed.
556         * platform/chromium/TestExpectations:
557             Dropped the old, monolithic test, and removed it from Chromium's
558             TestExpectations file.
559
560 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
561
562         Unreviewed EFL gardening.
563
564         Unskip several webaudio test cases that pass now that we updated to
565         gstreamer 1.0.
566
567         * platform/efl/TestExpectations:
568
569 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
570
571         Unreviewed EFL gardening.
572
573         Update expectations for several test cases to make the bots green.
574
575         * platform/efl-wk2/TestExpectations:
576         * platform/efl/TestExpectations:
577
578 2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
579
580         Web Inspector: provide basic console.table implementation (no [,columns] support)
581         https://bugs.webkit.org/show_bug.cgi?id=109453
582
583         Reviewed by Vsevolod Vlasov.
584
585         * inspector/console/command-line-api-expected.txt:
586         * inspector/console/console-format-table-expected.txt: Added.
587         * inspector/console/console-format-table.html: Added.
588
589 2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
590
591         Follow up to r143112, fixing tests.
592         Not reviewed.
593
594         * inspector/elements/insert-node-expected.txt:
595         * inspector/elements/insert-node.html:
596
597 2013-02-18  Pavel Feldman  <pfeldman@chromium.org>
598
599         Web Inspector: allow 0 as a formatted parameter in console message.
600         https://bugs.webkit.org/show_bug.cgi?id=110096
601
602         Reviewed by Vsevolod Vlasov.
603
604         * inspector/console/console-format.html:
605
606 2013-02-18  Ádám Kallai  <kadam@inf.u-szeged.hu>
607
608         [Qt] Unreviewed gardening. Skipped failing tests.
609
610         * platform/qt-5.0-wk1/TestExpectations:
611         * platform/qt/TestExpectations:
612
613 2013-02-18  Sheriff Bot  <webkit.review.bot@gmail.com>
614
615         Unreviewed, rolling out r143100.
616         http://trac.webkit.org/changeset/143100
617         https://bugs.webkit.org/show_bug.cgi?id=110088
618
619         Breaks file system support in workspace. (Requested by vsevik
620         on #webkit).
621
622         * inspector/debugger/live-edit-breakpoints-expected.txt:
623         * inspector/debugger/live-edit-breakpoints.html:
624         * inspector/uisourcecode-revisions.html:
625
626 2013-02-18  Zan Dobersek  <zdobersek@igalia.com>
627
628         Unreviewed gardening.
629
630         Adding failure expectations for two tests that are failing on GTK and Qt,
631         most likely due to disabled subpixel layout.
632
633         * platform/gtk/TestExpectations:
634         * platform/qt/TestExpectations:
635
636 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
637
638         Unreviewed. Clean up a few EFL unexpected passes.
639
640         * platform/efl-wk2/TestExpectations:
641         * platform/efl/TestExpectations:
642         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed.
643         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.
644
645 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
646
647         Unreviewed. Clean up a few EFL unexpected passes.
648
649         * platform/efl/TestExpectations:
650         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png: Removed.
651         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt: Removed.
652         * platform/efl/fast/repaint/caret-with-transformation-expected.png: Removed.
653         * platform/efl/fast/repaint/caret-with-transformation-expected.txt: Removed.
654
655 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
656
657         Unreviewed. Remove invalid EFL results that were wrongly added in r140249.
658
659         * platform/efl/TestExpectations:
660         * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed.
661         * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
662         * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed.
663         * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
664         * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed.
665         * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
666         * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
667         * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
668         * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed.
669         * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
670         * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed.
671         * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
672
673 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
674
675         Unreviewed. Unskip several test cases that are now passing on
676         EFL port, most of them due to enabling subpixel layout.
677
678         * platform/efl/TestExpectations:
679
680 2013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
681
682         Unreviewed. Unskip several compositing tests that are now
683         passing on WK2 EFL.
684
685         * platform/efl/TestExpectations:
686
687 2013-02-15  Eugene Klyuchnikov  <eustas@chromium.org>
688
689         Web Inspector: Introduce ProfilesPanelDescriptor.
690         https://bugs.webkit.org/show_bug.cgi?id=109906
691
692         Reviewed by Pavel Feldman.
693
694         * inspector/profiler/heap-snapshot-test.js: Adopted changes.
695
696 2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>
697
698         Unreviewed, update test expectation for chromium.
699         https://bugs.webkit.org/show_bug.cgi?id=110079
700
701         * platform/chromium/TestExpectations:
702
703 2013-02-17  Vivek Galatage  <vivek.vg@samsung.com>
704
705         Add missing braces in fast/parser/noscript-with-javascript-enabled.html
706         https://bugs.webkit.org/show_bug.cgi?id=110078
707
708         Unreviewed gardening. Adding the missing braces.
709
710         * fast/parser/noscript-with-javascript-enabled.html:
711
712 2013-02-17  Takashi Toyoshima  <toyoshim@chromium.org>
713
714         Unreviewed, update test expectation for chromium.
715         https://bugs.webkit.org/show_bug.cgi?id=110076
716
717         * platform/chromium/TestExpectations:
718
719 2013-02-17  Mike West  <mkwst@chromium.org>
720
721         WheelEvent should not target text nodes.
722         https://bugs.webkit.org/show_bug.cgi?id=109939
723
724         Reviewed by Darin Adler.
725
726         * fast/events/wheelevent-in-text-node-expected.txt: Added.
727         * fast/events/wheelevent-in-text-node.html: Added.
728
729 2013-02-17  Philip Rogers  <pdr@google.com>
730
731         Fix non-root SVG viewport under zoom
732         https://bugs.webkit.org/show_bug.cgi?id=99453
733
734         Reviewed by Dirk Schulze.
735
736         * svg/custom/symbol-zoom-expected.html: Added.
737         * svg/custom/symbol-zoom.html: Added.
738
739 2013-02-17  Chris Fleizach  <cfleizach@apple.com>
740
741         WebSpeech: plumb through a method to generate fake speech jobs for testing
742         https://bugs.webkit.org/show_bug.cgi?id=107351
743
744         Reviewed by Adam Barth.
745
746         * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html:
747         * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html:
748
749 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
750
751         Unreviewed EFL gardening.
752
753         Mark compositing/layer-creation/fixed-position-out-of-view-scaled.html as
754         flaky on WebKit2 EFL. It sometimes hits an assertion.
755
756         * platform/efl-wk2/TestExpectations:
757
758 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
759
760         Regression(r143124): Caused plugins/plugin-javascript-access.html to fail
761         https://bugs.webkit.org/show_bug.cgi?id=110053
762
763         Reviewed by Alexey Proskuryakov.
764
765         Unskip plugins/plugin-javascript-access.html for WK2 EFL now that the
766         Test is passing again.
767
768         * platform/efl-wk2/TestExpectations:
769
770 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
771
772         Unreviewed. Remove duplicates from EFL port's TestExpectations.
773
774         * platform/efl-wk2/TestExpectations:
775         * platform/efl/TestExpectations:
776
777 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
778
779         Unreviewed EFL gardening.
780
781         Generate baseline for svg/filters/filter-hidden-content.svg on EFL
782         port.
783
784         * platform/efl/svg/filters/filter-hidden-content-expected.png: Added.
785         * platform/efl/svg/filters/filter-hidden-content-expected.txt: Added.
786
787 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
788
789         Unreviewed EFL gardening.
790
791         Mark compositing/geometry/limit-layer-bounds-fixed.html as failing on
792         EFL WK2. This test was introduced in r143073 but never passed on EFL.
793
794         * platform/efl-wk2/TestExpectations:
795
796 2013-02-17  Christophe Dumez  <ch.dumez@sisa.samsung.com>
797
798         Unreviewed EFL gardening.
799
800         Mark plugins/plugin-javascript-access.html as failing on WK2 EFL
801         due to a regression in r143124.
802
803         * platform/efl-wk2/TestExpectations:
804
805 2013-02-16  Ryosuke Niwa  <rniwa@webkit.org>
806
807         Add a flaky image only failure expectation to the test added in r142979 on Mac per bug 110027.
808
809         * platform/mac/TestExpectations:
810
811 2013-02-16  Sheriff Bot  <webkit.review.bot@gmail.com>
812
813         Unreviewed, rolling out r142734.
814         http://trac.webkit.org/changeset/142734
815         https://bugs.webkit.org/show_bug.cgi?id=110018
816
817         "Triggered crashes on lots of websites" (Requested by ggaren
818         on #webkit).
819
820         * http/tests/plugins/resources/cross-frame-object-access.html:
821         * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
822         * http/tests/security/cross-frame-access-location-get-expected.txt:
823         * http/tests/security/cross-frame-access-location-get.html:
824         * http/tests/security/resources/cross-frame-access.js:
825         * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
826         * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
827         * http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt:
828         * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Removed.
829         * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Removed.
830         * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Removed.
831
832 2013-02-16  Takashi Toyoshima  <toyoshim@chromium.org>
833
834         Rebaseline for Win7.
835
836         Unreviewed chromium gardening.
837
838         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
839         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
840
841 2013-02-16  Robert Hogan  <robert@webkit.org>
842
843         percentage top value of position:relative element not calculated using parent's min-height unless height set
844         https://bugs.webkit.org/show_bug.cgi?id=14762
845
846         Reviewed by Julien Chaffraix.
847
848         * fast/block/percent-top-parent-respects-min-height-expected.txt: Added.
849         * fast/block/percent-top-parent-respects-min-height.html: Added.
850         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-expected.txt: Added.
851         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr-expected.txt: Added.
852         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr.html: Added.
853         * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor.html: Added.
854         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-expected.txt: Added.
855         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr-expected.txt: Added.
856         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr.html: Added.
857         * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor.html: Added.
858
859 2013-02-16  Stephen White  <senorblanco@chromium.org>
860
861         [skia] FEOffset should have a Skia implementation.
862         https://bugs.webkit.org/show_bug.cgi?id=109831
863
864         Reviewed by James Robinson.
865
866         * css3/filters/effect-reference-hw.html:
867         * css3/filters/effect-reference.html:
868         * platform/chromium/TestExpectations:
869
870 2013-02-16  Vsevolod Vlasov  <vsevik@chromium.org>
871
872         Web Inspector: Create separate project for each domain for UISourceCode based on browser resources.
873         https://bugs.webkit.org/show_bug.cgi?id=109691
874
875         Reviewed by Pavel Feldman.
876
877         * inspector/debugger/live-edit-breakpoints-expected.txt:
878         * inspector/debugger/live-edit-breakpoints.html:
879         * inspector/uisourcecode-revisions.html:
880
881 2013-02-15  Tony Chang  <tony@chromium.org>
882
883         Padding and border changes doesn't trigger relayout of children
884         https://bugs.webkit.org/show_bug.cgi?id=109639
885
886         Reviewed by Kent Tamura.
887
888         * fast/block/dynamic-padding-border-expected.txt: Added.
889         * fast/block/dynamic-padding-border.html: Added.
890         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
891         out the table when the border changed. The pixel results in this case is the same, but the
892         render tree shows the difference.
893
894 2013-02-15  Simon Fraser  <simon.fraser@apple.com>
895
896         REGRESSION (r142505?): Crashes in WebCore::ScrollingStateNode::appendChild when using back/forward buttons
897         https://bugs.webkit.org/show_bug.cgi?id=109826
898         <rdar://problem/13216100>
899
900         Reviewed by Beth Dakin.
901         
902         Test having a page with an iframe that navigates forwards then back.
903
904         * platform/mac-wk2/tiled-drawing/null-parent-back-crash.html: Added.
905
906 2013-02-15  Simon Fraser  <simon.fraser@apple.com>
907
908         Constrain fixed layers to the viewport, not the document
909         https://bugs.webkit.org/show_bug.cgi?id=109646
910
911         Reviewed by Beth Dakin.
912         
913         Test with a big fixed element in a compositing layer.
914
915         * compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
916         * compositing/geometry/limit-layer-bounds-fixed.html: Added.
917
918 2013-02-15  Simon Fraser  <simon.fraser@apple.com>
919
920         drop-shadow filter with overflow:hidden child misbehaves
921         https://bugs.webkit.org/show_bug.cgi?id=109783
922
923         Reviewed by Dean Jackson.
924
925         * css3/filters/filter-repaint-shadow-layer-child-expected.html: Added.
926         * css3/filters/filter-repaint-shadow-layer-child.html: Added.
927
928 2013-02-15  Elliott Sprehn  <esprehn@chromium.org>
929
930         RenderQuote should not mark renderers as needing layout during layout
931         https://bugs.webkit.org/show_bug.cgi?id=109876
932
933         Reviewed by Ojan Vafai.
934
935         * fast/block/float/float-not-removed-from-pre-block-expected.txt:
936         * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
937         * fast/css-generated-content/quote-layout-focus-crash.html: Added.
938
939 2013-02-15  Rik Cabanier  <cabanier@adobe.com>
940
941         Add platform support for -webkit-background-blend-mode to CG context
942         https://bugs.webkit.org/show_bug.cgi?id=108549
943
944         Reviewed by Dean Jackson.
945
946         Added tests for background images.
947
948         * css3/compositing/effect-background-blend-mode-expected.png: Added.
949         * css3/compositing/effect-background-blend-mode-expected.txt: Added.
950         * css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
951         * css3/compositing/effect-background-blend-mode-stacking-expected.txt: Added.
952         * css3/compositing/effect-background-blend-mode-stacking.html: Added.
953         * css3/compositing/effect-background-blend-mode.html: Added.
954         * css3/compositing/resources/ducky.png: Added.
955         * platform/chromium/TestExpectations:
956         * platform/mac/css3/compositing: Added.
957         * platform/mac/css3/compositing/effect-background-blend-mode-expected.png: Added.
958         * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
959
960 2013-02-14  Emil A Eklund  <eae@chromium.org>
961
962         Clamp span value in RenderTableCell::parse[Col|Row]SpanFromDOM
963         https://bugs.webkit.org/show_bug.cgi?id=109878
964
965         Reviewed by Abhishek Arya.
966         
967         Add test for handling of very large colspan value.
968
969         * fast/table/colspan-huge-number-expected.txt: Added.
970         * fast/table/colspan-huge-number.html: Added.
971
972 2013-02-15  Xueqing Huang  <huangxueqing@baidu.com>
973
974         Flexbox should ignore firstLine pseudo element.
975         https://bugs.webkit.org/show_bug.cgi?id=104485
976
977         Reviewed by Tony Chang.
978
979         Spec[1] said that "None of the properties defined in this module
980         apply to '::first-line' or '::first-letter' pseudo-elements." and
981         css2[2] define "The :first-line pseudo-element can only be attached
982         to a block container element."
983         [1]http://dev.w3.org/csswg/css3-flexbox/#display-flex
984         [2]http://www.w3.org/TR/CSS2/selector.html#first-line-pseudo 
985
986         some case by Kenny Lu <kanghaol@oupeng.com>
987         * css3/flexbox/flex-item-firstLine-valid-expected.txt: Added.
988         * css3/flexbox/flex-item-firstLine-valid.html: Added.
989         * css3/flexbox/flexbox-ignore-firstLine-expected.txt: Added.
990         * css3/flexbox/flexbox-ignore-firstLine.html: Added.
991         * css3/flexbox/inline-flexbox-ignore-firstLine-expected.txt: Added.
992         * css3/flexbox/inline-flexbox-ignore-firstLine.html: Added.
993
994 2013-02-15  Philip Rogers  <pdr@google.com>
995
996         Rebaseline 7 SVG tests after r142765.
997
998         Unreviewed rebaseline of test expectations.
999
1000         * platform/chromium-linux/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1001         * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
1002         * platform/chromium-linux/svg/as-image/svg-image-change-content-size-expected.png:
1003         * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
1004         * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
1005         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1006         * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
1007         * platform/chromium-mac-lion/svg/as-image/svg-image-change-content-size-expected.png:
1008         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
1009         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
1010         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1011         * platform/chromium-mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png:
1012         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
1013         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
1014         * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1015         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
1016         * platform/chromium-mac/svg/as-image/svg-image-change-content-size-expected.png:
1017         * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
1018         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
1019         * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
1020         * platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1021         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
1022         * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png:
1023         * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
1024         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
1025         * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
1026         * platform/chromium/TestExpectations:
1027
1028 2013-02-15  Adrienne Walker  <enne@chromium.org>
1029
1030         [chromium] Mark inspector/profiler/heap-snapshot-get-profile-crash.html flaky crasher
1031         https://bugs.webkit.org/show_bug.cgi?id=109963
1032
1033         Unreviewed gardening.
1034
1035         * platform/chromium/TestExpectations:
1036
1037 2013-02-15  Philip Rogers  <pdr@google.com>
1038
1039         Rebaseline 4 svg/zoom/page tests after r142765
1040
1041         Unreviewed rebaseline of test expectations.
1042
1043         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
1044         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
1045         * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
1046         * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
1047         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
1048         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
1049         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
1050         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
1051         * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
1052         * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
1053         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
1054         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
1055         * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png:
1056         * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
1057         * platform/chromium/TestExpectations:
1058
1059 2013-02-15  Max Vujovic  <mvujovic@adobe.com>
1060
1061         [CSS Shaders] Parse src property in @-webkit-filter at-rules
1062         https://bugs.webkit.org/show_bug.cgi?id=109770
1063
1064         Reviewed by Dean Jackson.
1065
1066         Add positive and negative parsing tests for the @-webkit-filter src property.
1067
1068         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Added.
1069         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Added.
1070         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Added.
1071         * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Added.
1072         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Added.
1073         (testInvalidSrcProperty):
1074         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Added.
1075         (testSrcProperty):
1076
1077 2013-02-15  Philip Rogers  <pdr@google.com>
1078
1079         Rebaseline 4 tests after r142765
1080
1081         Unreviewed rebaseline of test expectations.
1082
1083         * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.png:
1084         * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.png:
1085         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
1086         * platform/chromium-linux/svg/as-image/same-image-two-instances-expected.png:
1087         * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-004-expected.png:
1088         * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-005-expected.png:
1089         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
1090         * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-004-expected.png:
1091         * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-005-expected.png:
1092         * platform/chromium-mac/css2.1/20110323/background-intrinsic-004-expected.png:
1093         * platform/chromium-mac/css2.1/20110323/background-intrinsic-005-expected.png:
1094         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
1095         * platform/chromium-mac/svg/as-image/same-image-two-instances-expected.png:
1096         * platform/chromium-win/css2.1/20110323/background-intrinsic-004-expected.png:
1097         * platform/chromium-win/css2.1/20110323/background-intrinsic-005-expected.png:
1098         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
1099         * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png:
1100         * platform/chromium/TestExpectations:
1101
1102 2013-02-15  Philip Rogers  <pdr@google.com>
1103
1104         Rebaseline 3 tests after r142765
1105
1106         Unreviewed rebaseline of test expectations.
1107
1108         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
1109         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1110         * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
1111         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
1112         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1113         * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
1114         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
1115         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
1116         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
1117         * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
1118         * platform/chromium/TestExpectations:
1119
1120 2013-02-15  Eric Carlson  <eric.carlson@apple.com>
1121
1122         Crash occurs at WebCore::TextTrackList::length() when enabling closed captions in movie
1123         https://bugs.webkit.org/show_bug.cgi?id=109886
1124
1125         Reviewed by Dean Jackson.
1126
1127         * platform/mac/TestExpectations: Remove media/media-captions.html.
1128
1129 2013-02-15  Alexis Menard  <alexis@webkit.org>
1130
1131         WebKit shouldn't accept "none, none" in transition shorthand property.
1132         https://bugs.webkit.org/show_bug.cgi?id=108751
1133
1134         Reviewed by Dean Jackson.
1135
1136         Extend exisiting tests to cover the bug. Modify old tests with invalid declarations.
1137
1138         * fast/css/transform-inline-style-expected.txt:
1139         * fast/css/transform-inline-style-remove-expected.txt:
1140         * fast/css/transform-inline-style-remove.html:
1141         * fast/css/transform-inline-style.html:
1142         * transitions/transitions-parsing-expected.txt:
1143         * transitions/transitions-parsing.html:
1144
1145 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
1146
1147         Unreviewed EFL gardening.
1148
1149         Skip failing tests on EFL wk1 and wk2 bots.
1150
1151         * platform/efl-wk2/TestExpectations:
1152         * platform/efl/TestExpectations:
1153
1154 2013-02-15  Hans Muller  <hmuller@adobe.com>
1155
1156         [CSS Exclusions] Enable shape-inside support for circles
1157         https://bugs.webkit.org/show_bug.cgi?id=109713
1158
1159         Reviewed by Dirk Schulze.
1160
1161         Added a test for circle shape-inside values.
1162
1163         * fast/exclusions/shape-inside/shape-inside-circle-expected.html: Added.
1164         * fast/exclusions/shape-inside/shape-inside-circle.html: Added.
1165
1166 2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
1167
1168         Web Inspector: Several consecutive Backspace or Delete strikes should not be marked as undoable state.
1169         https://bugs.webkit.org/show_bug.cgi?id=109915
1170
1171         Reviewed by Pavel Feldman.
1172
1173         * inspector/editor/text-editor-undo-redo-expected.txt:
1174         * inspector/editor/text-editor-undo-redo.html:
1175
1176 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
1177
1178         Unreviewed EFL gardening.
1179
1180         Skip failing WebGL conformance tests added in r142851.
1181
1182         * platform/efl-wk2/TestExpectations:
1183
1184 2013-02-15  Andrey Adaikin  <aandrey@chromium.org>
1185
1186         Web Inspector: [Canvas] show replay log grouped by draw calls
1187         https://bugs.webkit.org/show_bug.cgi?id=109592
1188
1189         Reviewed by Pavel Feldman.
1190
1191         A test to dump canvas replay log.
1192
1193         * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: Added.
1194         * inspector/profiler/canvas2d/canvas-replay-log-grid.html: Added.
1195
1196 2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
1197
1198         Web Inspector: Pass original selection to textModel to correctly restore it after undo.
1199         https://bugs.webkit.org/show_bug.cgi?id=109911
1200
1201         Reviewed by Pavel Feldman.
1202
1203         * inspector/editor/text-editor-undo-redo-expected.txt:
1204         * inspector/editor/text-editor-undo-redo.html:
1205
1206 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
1207
1208         Unreviewed chromium rebaselines for r142947.
1209
1210         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
1211
1212 2013-02-15  Vsevolod Vlasov  <vsevik@chromium.org>
1213
1214         Web Inspector: Redo in text editor should always collapse selection to end.
1215         https://bugs.webkit.org/show_bug.cgi?id=109907
1216
1217         Reviewed by Pavel Feldman.
1218
1219         * inspector/editor/text-editor-undo-redo-expected.txt:
1220
1221 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
1222
1223         Unreviewed EFL gardening.
1224
1225         Skip failing tests after r142947.
1226
1227         * platform/efl/TestExpectations:
1228
1229 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
1230
1231         Unreviewed chromium expectations changes for r142947.
1232
1233         * platform/chromium-mac-lion/media/audio-repaint-expected.png:
1234         * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
1235         * platform/chromium-mac-lion/media/controls-strict-expected.png:
1236         * platform/chromium-mac-lion/media/controls-styling-expected.png:
1237         * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
1238         * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
1239         * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
1240         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Added.
1241         * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
1242         * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
1243         * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
1244         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
1245         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
1246         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
1247         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
1248         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
1249         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
1250         * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
1251         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
1252         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
1253         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
1254         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
1255         * platform/chromium-mac/media/audio-repaint-expected.png:
1256         * platform/chromium-mac/media/controls-after-reload-expected.png:
1257         * platform/chromium-mac/media/controls-strict-expected.png:
1258         * platform/chromium-mac/media/controls-styling-expected.png:
1259         * platform/chromium-mac/media/controls-styling-strict-expected.png:
1260         * platform/chromium-mac/media/controls-without-preload-expected.png:
1261         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
1262         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
1263         * platform/chromium-mac/media/video-controls-rendering-expected.png:
1264         * platform/chromium-mac/media/video-display-toggle-expected.png:
1265         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
1266         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
1267         * platform/chromium-win/media/audio-repaint-expected.png:
1268         * platform/chromium-win/media/controls-after-reload-expected.png:
1269         * platform/chromium-win/media/controls-strict-expected.png:
1270         * platform/chromium-win/media/controls-styling-expected.png:
1271         * platform/chromium-win/media/controls-styling-strict-expected.png:
1272         * platform/chromium-win/media/controls-without-preload-expected.png:
1273         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
1274         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
1275         * platform/chromium-win/media/video-controls-rendering-expected.png:
1276         * platform/chromium-win/media/video-display-toggle-expected.png:
1277         * platform/chromium-win/media/video-playing-and-pause-expected.png:
1278         * platform/chromium/TestExpectations:
1279
1280 2013-02-15  Ádám Kallai  <kadam@inf.u-szeged.hu>
1281
1282         [Qt] Unreviewed gardening. Skip failing tests.
1283
1284         * platform/qt/TestExpectations:
1285         * platform/qt/fast/replaced/width100percent-image-expected.png: Added after r142931.
1286         * platform/qt/fast/replaced/width100percent-image-expected.txt: Added after r142931.
1287         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added after r142931.
1288         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added after r142931.
1289
1290 2013-02-15  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
1291
1292         Unreviewed EFL gardening.
1293
1294         Rebaselining after r142931 and r142759.
1295
1296         * platform/efl/fast/replaced/width100percent-image-expected.png:
1297         * platform/efl/fast/replaced/width100percent-image-expected.txt:
1298         * platform/efl/svg/dom/SVGLengthList-basics-expected.txt: Removed.
1299         * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1300         * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
1301
1302 2013-02-15  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1303
1304         Unreviewed EFL WK1 gardening.
1305
1306         EFL WK1 doesn't support WebGL conformance tests which were added by r142847.
1307
1308         * platform/efl-wk1/TestExpectations: Skipped WebGL conformance tests.
1309
1310 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
1311
1312         Unreviewed chromium expectations update for r142955.
1313
1314         * platform/chromium-mac/svg/filters/filter-hidden-content-expected.png: Added.
1315         * platform/chromium-win/svg/filters/filter-hidden-content-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.png.
1316         * platform/chromium/svg/filters/filter-hidden-content-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.txt.
1317
1318 2013-02-15  Mihnea Ovidenie  <mihnea@adobe.com>
1319
1320         [CSS Regions] RenderRegion should inherit from RenderBlock
1321         https://bugs.webkit.org/show_bug.cgi?id=74132
1322
1323         Reviewed by Julien Chaffraix.
1324
1325         Fix tests that were failing after the inheritance change.
1326
1327         * fast/regions/flows-dependency-dynamic-remove.html: As a block, an empty region can self collapse,
1328         which was not possible for a replaced element. I used '-webkit-margin-collapse: separate' to prevent
1329         margins self collapsing for body and avoid recreating the expectations.
1330         I want regions margins to be able to self collapse, just like the other block elements.
1331         * fast/regions/flows-dependency-same-flow.html: Ditto.
1332
1333 2013-02-15  Andrey Lushnikov  <lushnikov@chromium.org>
1334
1335         Web Inspector: implement smart braces functionality
1336         https://bugs.webkit.org/show_bug.cgi?id=109200
1337
1338         Reviewed by Pavel Feldman.
1339
1340         * inspector/editor/text-editor-smart-braces-expected.txt: Added.
1341         * inspector/editor/text-editor-smart-braces.html: Added.
1342         * platform/efl/TestExpectations:
1343         * platform/mac/TestExpectations:
1344         * platform/qt/TestExpectations:
1345
1346 2013-02-15  Andrei Bucur  <abucur@adobe.com>
1347
1348         [CSS Regions][Mac] fast/regions/full-screen-video-from-region.html hits an assertion in RenderFlowThread::removeRenderBoxRegionInfo
1349         https://bugs.webkit.org/show_bug.cgi?id=106075
1350
1351         Reviewed by Tony Chang.
1352
1353         Removed the crash/fail expectation for fast/regions/full-screen-video-from-region.html.
1354
1355         * platform/mac/TestExpectations:
1356
1357 2013-02-15  Andrew Wilson  <atwilson@chromium.org>
1358
1359         Unreviewed chromium expectation changes after r142931.
1360
1361         * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.png:
1362         * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
1363         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1364         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.png:
1365         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt.
1366         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1367         * platform/chromium-mac/fast/replaced/width100percent-image-expected.png:
1368         * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt:
1369         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1370         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed.
1371         * platform/chromium-win/fast/replaced/width100percent-image-expected.png:
1372         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1373         * tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Renamed from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt.
1374
1375 2013-02-15  Zan Dobersek  <zdobersek@igalia.com>
1376
1377         Unreviewed GTK gardening.
1378
1379         * platform/gtk/TestExpectations: Adding expectations for tests that need checking after r142947.
1380         * platform/gtk/fast/replaced/width100percent-image-expected.txt: Added. Rebaselining after r142931.
1381         * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Ditto.
1382
1383 2013-02-13  Allan Sandfeld Jensen  <allan.jensen@digia.com>
1384
1385         [CoordGfx] Regression from r135212: big layers with transform animations sometime fail to render tiles.
1386         https://bugs.webkit.org/show_bug.cgi?id=109179
1387
1388         Reviewed by Jocelyn Turcotte.
1389
1390         Test of a large layer with an animated transform. Skipped on WK1 due to resize event not firing in DRT.
1391
1392         * compositing/transitions/transform-on-large-layer-expected.html: Added.
1393         * compositing/transitions/transform-on-large-layer.html: Added.
1394         * platform/mac/TestExpectations:
1395         * platform/qt-5.0-wk1/TestExpectations:
1396
1397 2013-02-14  Alexander Pavlov  <apavlov@chromium.org>
1398
1399         Web Inspector: Implement tracking of active stylesheets in the frontend
1400         https://bugs.webkit.org/show_bug.cgi?id=105828
1401
1402         Reviewed by Pavel Feldman.
1403
1404         * inspector/styles/resources/stylesheet-tracking.css: Added.
1405         * inspector/styles/stylesheet-tracking-expected.txt: Added.
1406         * inspector/styles/stylesheet-tracking.html: Added.
1407
1408 2013-02-15  Andrei Bucur  <abucur@adobe.com>
1409
1410         Implement the -webkit-margin-collapse properties correct rendering
1411         https://bugs.webkit.org/show_bug.cgi?id=108168
1412
1413         Reviewed by David Hyatt.
1414
1415         Four new tests covering the -webkit-margin-collapse property basic behavior: collapsing
1416         between a block container and its children, collapsing between sibling boxes in both TTB
1417         and BTT direction. The last test verifies if a container's before margin correctly resets
1418         the discard value after a clear of the child that initally caused it.
1419
1420         * fast/block/margin-collapse/webkit-margin-collapse-container-expected.html: Added.
1421         * fast/block/margin-collapse/webkit-margin-collapse-container.html: Added.
1422         * fast/block/margin-collapse/webkit-margin-collapse-floats-expected.html: Added.
1423         * fast/block/margin-collapse/webkit-margin-collapse-floats.html: Added.
1424         * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt-expected.html: Added.
1425         * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt.html: Added.
1426         * fast/block/margin-collapse/webkit-margin-collapse-siblings-expected.html: Added.
1427         * fast/block/margin-collapse/webkit-margin-collapse-siblings.html: Added.
1428
1429 2013-02-15  KwangYong Choi  <ky0.choi@samsung.com>
1430
1431         [EFL] fast/forms/input-text-scroll-left-on-blur.html is passing now
1432         https://bugs.webkit.org/show_bug.cgi?id=109896
1433
1434         Unreviewed efl gardening.
1435
1436         The expectations are added by r140250 and the test seems to be passing now.
1437
1438         * platform/efl/TestExpectations:
1439
1440 2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
1441
1442         Web Inspector: Copy-pasting selected text over itself should be an undoable state.
1443         https://bugs.webkit.org/show_bug.cgi?id=109830
1444
1445         Reviewed by Pavel Feldman.
1446
1447         * inspector/editor/text-editor-undo-redo-expected.txt:
1448         * inspector/editor/text-editor-undo-redo.html:
1449
1450 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
1451
1452         Remove a test expectation now that the culprit has been rolled out in r142962.
1453
1454         * platform/mac/TestExpectations:
1455
1456 2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>
1457
1458         Unreviewed, rolling out r142889.
1459         http://trac.webkit.org/changeset/142889
1460         https://bugs.webkit.org/show_bug.cgi?id=109891
1461
1462         It caused an assertion failure in scrollbars/overflow-
1463         scrollbar-combinations.html (Requested by tkent on #webkit).
1464
1465         * fast/block/dynamic-padding-border-expected.txt: Removed.
1466         * fast/block/dynamic-padding-border.html: Removed.
1467         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
1468
1469 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
1470
1471         Add assertion failure expectations on Mac per bugs 109869 and 109890.
1472
1473         * platform/mac/TestExpectations:
1474         * platform/mac-wk2/TestExpectations:
1475
1476 2013-02-14  Arpita Bahuguna  <arpitabahuguna@gmail.com>
1477
1478         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.
1479         https://bugs.webkit.org/show_bug.cgi?id=106452
1480
1481         Reviewed by Ryosuke Niwa.
1482
1483         * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode-expected.txt: Added.
1484         * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html: Added.
1485         Layout test case added for verifying that pressing the down or the right arrow
1486         key at the end of the text line in vertical writing mode will not make the caret
1487         dissapear.
1488         Caret positions at the start, the end, and after pressing the right and the down
1489         arrow keys at the end of the text line, are compared for verification. 
1490
1491 2013-02-14  Simon Fraser  <simon.fraser@apple.com>
1492
1493         Reverting r142861. Hit testing inside of style recalc is fundamentally wrong
1494
1495         * fast/events/mouse-cursor-change-expected.txt: Removed.
1496         * fast/events/mouse-cursor-change.html: Removed.
1497         * fast/events/mouse-cursor-no-mousemove-expected.txt: Removed.
1498         * fast/events/mouse-cursor-no-mousemove.html: Removed.
1499         * platform/mac/TestExpectations:
1500
1501 2013-02-14  Florin Malita  <fmalita@chromium.org>
1502
1503         [SVG] Cached filter results are not invalidated on repaint rect change
1504         https://bugs.webkit.org/show_bug.cgi?id=106221
1505
1506         Reviewed by Dean Jackson.
1507
1508         * svg/filters/filter-hidden-content-expected.svg: Added.
1509         * svg/filters/filter-hidden-content.svg: Added.
1510
1511 2013-02-14  Hajime Morrita  <morrita@google.com>
1512
1513         Unreviewed rebaselining following r142940.
1514
1515         * fast/events/onerror-no-constructor-expected.txt:
1516         * platform/chromium/fast/events/onerror-no-constructor-expected.txt: Copied from LayoutTests/fast/events/onerror-no-constructor-expected.txt.
1517
1518 2013-02-14  Christian Biesinger  <cbiesinger@chromium.org>
1519
1520         Convert media controls from DeprecatedFlexibleBox to FlexibleBox
1521         https://bugs.webkit.org/show_bug.cgi?id=109775
1522
1523         Reviewed by Ojan Vafai.
1524
1525         Rebaselined lots of tests. There were two kinds of changes:
1526         - Replaced the RenderDeprecatedFlexibleBox class name with
1527         RenderFlexibleBox, and minor printing differences
1528         - Slight positioning/size changes due to a different algorithm for
1529         shrinking elements (old flexbox shrinks elements evenly, new flexbox
1530         shrinks in proportion to the size of the flex item)
1531
1532 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
1533
1534         Mac rebaseline after r142931.
1535
1536         * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt: Added.
1537         * platform/chromium/fast/replaced/width100percent-image-expected.txt: Removed.
1538         * platform/mac/fast/replaced/width100percent-image-expected.txt:
1539         * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
1540
1541 2013-02-14  Dean Jackson  <dino@apple.com>
1542
1543         Clicking outside captions menu should dismiss it
1544         https://bugs.webkit.org/show_bug.cgi?id=109648
1545
1546         Unreviewed. Adding the files I forgot to commit in r142774.
1547
1548         * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
1549         * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
1550
1551 2013-02-14  Glenn Adams  <glenn@skynav.com>
1552
1553         new-run-webkit-tests needs a shared TestExpectations between all WebKit ports
1554         https://bugs.webkit.org/show_bug.cgi?id=37565
1555
1556         Introduce generic TestExpectations file that applies as a fallback for all ports, the location of which
1557         is LayoutTests/TestExpectations.
1558
1559         Reviewed by Dirk Pranke.
1560
1561         * TestExpectations: Added.
1562
1563 2013-02-14  Hajime Morrita  <morrita@google.com>
1564
1565         [V8] Assertion failure on an exception is thrown
1566         https://bugs.webkit.org/show_bug.cgi?id=109129
1567
1568         Reviewed by Kentaro Hara.
1569
1570         * fast/events/onerror-no-constructor-expected.txt: Added.
1571         * fast/events/onerror-no-constructor.html: Added.
1572
1573 2013-02-14  Philip Rogers  <pdr@google.com>
1574
1575         Rebaseline 9 SVG tests after r142765
1576
1577         Unreviewed rebaseline of test expectations.
1578
1579         * platform/chromium-linux/svg/as-background-image/animated-svg-as-background-expected.png:
1580         * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1581         * platform/chromium-linux/svg/as-background-image/svg-as-background-1-expected.png:
1582         * platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png:
1583         * platform/chromium-linux/svg/as-background-image/svg-as-background-4-expected.png:
1584         * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png:
1585         * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
1586         * platform/chromium-linux/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
1587         * platform/chromium-linux/svg/as-background-image/svg-background-partial-redraw-expected.png:
1588         * platform/chromium-mac-lion/svg/as-background-image/animated-svg-as-background-expected.png:
1589         * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1590         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-1-expected.png:
1591         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-3-expected.png:
1592         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-4-expected.png:
1593         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
1594         * platform/chromium-mac-lion/svg/as-background-image/svg-background-partial-redraw-expected.png:
1595         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1596         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png:
1597         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
1598         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png:
1599         * platform/chromium-mac/svg/as-background-image/animated-svg-as-background-expected.png:
1600         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1601         * platform/chromium-mac/svg/as-background-image/svg-as-background-1-expected.png:
1602         * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
1603         * platform/chromium-mac/svg/as-background-image/svg-as-background-3-expected.png:
1604         * platform/chromium-mac/svg/as-background-image/svg-as-background-4-expected.png:
1605         * platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png:
1606         * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
1607         * platform/chromium-mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
1608         * platform/chromium-mac/svg/as-background-image/svg-background-partial-redraw-expected.png:
1609         * platform/chromium-win-xp/svg/as-background-image: Removed.
1610         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Removed.
1611         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png: Removed.
1612         * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png:
1613         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1614         * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
1615         * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
1616         * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
1617         * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png:
1618         * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
1619         * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
1620         * platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png:
1621         * platform/chromium/TestExpectations:
1622
1623 2013-02-14  Ojan Vafai  <ojan@chromium.org>
1624
1625         Intrinsic and preferred widths on replaced elements are wrong in many cases
1626         https://bugs.webkit.org/show_bug.cgi?id=109859
1627
1628         Reviewed by Levi Weintraub.
1629
1630         * fast/replaced/preferred-widths-expected.txt: Added.
1631         * fast/replaced/preferred-widths.html: Added.
1632         These results match Gecko and Opera except for the 3rd container div.
1633         Talking to dbaron and bz and Mozilla they sound likely to match our behavior there.
1634         See https://bugzilla.mozilla.org/show_bug.cgi?id=823483 for example.
1635
1636         The width of the containers is wrong in some of these cases because our
1637         computePreferredLogicalWidths methods don't currently account for
1638         intrinsic sizes (e.g. min-content, max-content, etc).
1639
1640         * platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
1641         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
1642         * platform/chromium-win/fast/replaced/width100percent-image-expected.txt:
1643         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
1644         These new results are more correct. The width100percent-image case now
1645         matches other browsers and is due to not setting the minPreferrredLogicalWidth to
1646         0 if the height is a percentage. The bugs85016 case is different because we
1647         now correctly add the border and padding width to the preferred width of the image.
1648
1649 2013-02-14  Ryosuke Niwa  <rniwa@webkit.org>
1650
1651         Add a crash test expectation to media/media-captions.html on Mac per bug 109869.
1652
1653         * platform/mac/TestExpectations:
1654
1655 2013-02-14  Stephen Chenney  <schenney@chromium.org>
1656
1657         Crash when selecting a HarfBuzz text run with SVG fonts included
1658         https://bugs.webkit.org/show_bug.cgi?id=109833
1659
1660         Reviewed by Tony Chang.
1661
1662         Only known to crash on Chromium Linux (without the patch), but other platforms may be affected.
1663
1664         * svg/css/font-face-crash-expected.txt: Added.
1665         * svg/css/font-face-crash.html: Added.
1666
1667 2013-02-14  Abhishek Arya  <inferno@chromium.org>
1668
1669         Bad cast in RenderBlock::splitBlocks.
1670         https://bugs.webkit.org/show_bug.cgi?id=108691
1671
1672         Reviewed by Levi Weintraub.
1673
1674         * fast/multicol/remove-child-split-flow-crash-expected.txt: Added.
1675         * fast/multicol/remove-child-split-flow-crash.html: Added.
1676
1677 2013-02-14  Jer Noble  <jer.noble@apple.com>
1678
1679         EME: replace MediaKeySession.addKey() -> update()
1680         https://bugs.webkit.org/show_bug.cgi?id=109461
1681
1682         Rebaseline after API change.
1683
1684         Reviewed by Eric Carlson.
1685
1686         * media/encrypted-media/encrypted-media-v2-syntax-expected.txt:
1687         * media/encrypted-media/encrypted-media-v2-syntax.html:
1688
1689 2013-02-14  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
1690
1691         Support the ch unit from css3-values
1692         https://bugs.webkit.org/show_bug.cgi?id=85755
1693
1694         Reviewed by David Hyatt.
1695
1696         Original patch by Sumedha Widyadharma <sumedha.widyadharma@basyskom.com>.
1697
1698         * fast/css/css3-ch-unit-expected.txt: Added.
1699         * fast/css/css3-ch-unit.html: Added.
1700
1701 2013-02-14  Philip Rogers  <pdr@google.com>
1702
1703         Prevent inconsistent firstChild during document destruction
1704         https://bugs.webkit.org/show_bug.cgi?id=106530
1705
1706         Reviewed by Abhishek Arya.
1707
1708         * svg/custom/animateMotion-path-change-crash-expected.txt: Added.
1709         * svg/custom/animateMotion-path-change-crash.svg: Added.
1710
1711 2013-02-14  Bear Travis  <betravis@adobe.com>
1712
1713         Make outside-shape the default value for shape-inside
1714         https://bugs.webkit.org/show_bug.cgi?id=109605
1715
1716         Reviewed by Levi Weintraub.
1717
1718         Updating tests to account for the new default value of shape-inside.
1719
1720         * fast/exclusions/css-exclusions-disabled-expected.txt:
1721         * fast/exclusions/css-exclusions-disabled.html:
1722         * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
1723         * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
1724         * fast/exclusions/parsing-wrap-shape-lengths.html:
1725         * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
1726         (negative_test):
1727
1728 2013-02-14  Tony Chang  <tony@chromium.org>
1729
1730         Padding and border changes doesn't trigger relayout of children
1731         https://bugs.webkit.org/show_bug.cgi?id=109639
1732
1733         Reviewed by Kent Tamura.
1734
1735         * fast/block/dynamic-padding-border-expected.txt: Added.
1736         * fast/block/dynamic-padding-border.html: Added.
1737         * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying
1738         out the table when the border changed. The pixel results in this case is the same, but the
1739         render tree shows the difference.
1740
1741 2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
1742
1743         Web Inspector: [Regression] When several consecutive characters are typed each of them is marked as undoable state.
1744         https://bugs.webkit.org/show_bug.cgi?id=109823
1745
1746         Reviewed by Pavel Feldman.
1747
1748         * inspector/editor/text-editor-undo-redo-expected.txt:
1749         * inspector/editor/text-editor-undo-redo.html:
1750
1751 2013-02-14  Sheriff Bot  <webkit.review.bot@gmail.com>
1752
1753         Unreviewed, rolling out r142820.
1754         http://trac.webkit.org/changeset/142820
1755         https://bugs.webkit.org/show_bug.cgi?id=109839
1756
1757         Causing crashes on chromium canaries (Requested by atwilson_
1758         on #webkit).
1759
1760         * fast/block/float/float-not-removed-from-pre-block-expected.txt:
1761         * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Removed.
1762         * fast/css-generated-content/quote-layout-focus-crash.html: Removed.
1763
1764 2013-02-14  Mario Sanchez Prada  <mario.prada@samsung.com>
1765
1766         [GTK] Missing call to g_object_ref while retrieving accessible table cells
1767         https://bugs.webkit.org/show_bug.cgi?id=106903
1768
1769         Reviewed by Martin Robinson.
1770
1771         Added new test. It should work fine at least in Mac and GTK ports,
1772         but will need specific results for chromium and windows.
1773
1774         * accessibility/table-cell-for-column-and-row-crash.html: Added.
1775         * accessibility/table-cell-for-column-and-row-crash-expected.txt: Added.
1776         * platform/chromium/TestExpectations: Skipped test.
1777         * platform/win/TestExpectations: Ditto.
1778         * platform/wincairo/TestExpectations: Ditto.
1779
1780 2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
1781
1782         [Qt] Reviewing TestExpectations. Added platform specific expected files and unskip them.
1783         https://bugs.webkit.org/show_bug.cgi?id=59334.
1784
1785         * platform/qt-5.0-wk2/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
1786         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
1787         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
1788         * platform/qt/TestExpectations:
1789         * platform/qt/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added.
1790         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added.
1791         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added.
1792
1793 2013-02-14  Florin Malita  <fmalita@chromium.org>
1794
1795         [Chromium] Unreviewed rebaseline after brightness filter update.
1796
1797         * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.png:
1798         * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.png:
1799         * platform/chromium-linux/css3/filters/effect-brightness-expected.png:
1800         * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png:
1801         * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png:
1802         * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png:
1803         * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png:
1804         * platform/chromium-mac/css3/filters/effect-brightness-expected.png:
1805         * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png:
1806         * platform/chromium-mac/css3/filters/effect-combined-expected.png:
1807         * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png:
1808         * platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png:
1809         * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png:
1810         * platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.png:
1811         * platform/chromium-win/css3/filters/effect-brightness-expected.png:
1812         * platform/chromium-win/css3/filters/effect-brightness-hw-expected.png:
1813         * platform/chromium-win/css3/filters/effect-combined-expected.png:
1814         * platform/chromium-win/css3/filters/effect-combined-hw-expected.png:
1815         * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png:
1816         * platform/chromium/TestExpectations:
1817
1818 2013-02-14  Jochen Eisinger  <jochen@chromium.org>
1819
1820         Unskip mediastream tests that are passing after webkit_support update
1821
1822         Unreviewed gardening.
1823
1824         * platform/chromium/TestExpectations:
1825
1826 2013-02-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
1827
1828         [Qt] Unreviewed gardening. Skip flaky test after r140689.
1829
1830         * platform/qt/TestExpectations:
1831
1832 2013-02-14  Vsevolod Vlasov  <vsevik@chromium.org>
1833
1834         Web Inspector: Remove uriForFile and fileForURI methods from FileSystemMapping.
1835         https://bugs.webkit.org/show_bug.cgi?id=109704
1836
1837         Reviewed by Alexander Pavlov.
1838
1839         * inspector/file-system-mapping-expected.txt:
1840         * inspector/file-system-mapping.html:
1841
1842 2013-02-14  Anton Vayvod  <avayvod@chromium.org>
1843
1844         [Text Autosizing] Process narrow descendants with the same multiplier for the font size.
1845         https://bugs.webkit.org/show_bug.cgi?id=109573
1846
1847         Test to verify that all narrow descendants of a cluster are autosized with the same
1848         multiplier.
1849
1850         Reviewed by Julien Chaffraix.
1851
1852         * fast/text-autosizing/narrow-descendants-combined-expected.html: Added.
1853         * fast/text-autosizing/narrow-descendants-combined.html: Added.
1854
1855 2013-02-06  Gregg Tavares  <gman@chromium.org>
1856
1857         Adds the WebGL Conformance Tests limits folder.
1858         https://bugs.webkit.org/show_bug.cgi?id=108904
1859
1860         Reviewed by Kenneth Russell.
1861
1862         * platform/mac/TestExpectations:
1863         * webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Added.
1864         * webgl/conformance/limits/gl-max-texture-dimensions.html: Added.
1865         * webgl/conformance/limits/gl-min-attribs-expected.txt: Added.
1866         * webgl/conformance/limits/gl-min-attribs.html: Added.
1867         * webgl/conformance/limits/gl-min-textures-expected.txt: Added.
1868         * webgl/conformance/limits/gl-min-textures.html: Added.
1869         * webgl/conformance/limits/gl-min-uniforms-expected.txt: Added.
1870         * webgl/conformance/limits/gl-min-uniforms.html: Added.
1871         * webgl/resources/webgl_test_files/conformance/limits/00_test_list.txt: Added.
1872         * webgl/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Added.
1873         * webgl/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Added.
1874         * webgl/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Added.
1875         * webgl/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Added.
1876
1877 2013-02-13  Hayato Ito  <hayato@chromium.org>
1878
1879         [Shadow DOM] Implements a '::distributed()' pseudo element.
1880         https://bugs.webkit.org/show_bug.cgi?id=82169
1881
1882         Reviewed by Dimitri Glazkov.
1883
1884         * fast/dom/shadow/distributed-pseudo-element-expected.html: Added.
1885         * fast/dom/shadow/distributed-pseudo-element-for-shadow-element-expected.html: Added.
1886         * fast/dom/shadow/distributed-pseudo-element-for-shadow-element.html: Added.
1887         * fast/dom/shadow/distributed-pseudo-element-match-all-expected.html: Added.
1888         * fast/dom/shadow/distributed-pseudo-element-match-all.html: Added.
1889         * fast/dom/shadow/distributed-pseudo-element-match-descendant-expected.html: Added.
1890         * fast/dom/shadow/distributed-pseudo-element-match-descendant.html: Added.
1891         * fast/dom/shadow/distributed-pseudo-element-nested-expected.html: Added.
1892         * fast/dom/shadow/distributed-pseudo-element-nested.html: Added.
1893         * fast/dom/shadow/distributed-pseudo-element-no-match-expected.html: Added.
1894         * fast/dom/shadow/distributed-pseudo-element-no-match.html: Added.
1895         * fast/dom/shadow/distributed-pseudo-element-reprojection-expected.html: Added.
1896         * fast/dom/shadow/distributed-pseudo-element-reprojection.html: Added.
1897         * fast/dom/shadow/distributed-pseudo-element-scoped-expected.html: Added.
1898         * fast/dom/shadow/distributed-pseudo-element-scoped.html: Added.
1899         * fast/dom/shadow/distributed-pseudo-element-support-selector-expected.html: Added.
1900         * fast/dom/shadow/distributed-pseudo-element-support-selector.html: Added.
1901         * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list-expected.html: Added.
1902         * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list.html: Added.
1903         * fast/dom/shadow/distributed-pseudo-element-with-any-expected.html: Added.
1904         * fast/dom/shadow/distributed-pseudo-element-with-any.html: Added.
1905         * fast/dom/shadow/distributed-pseudo-element.html: Added.
1906
1907 2013-02-06  Gregg Tavares  <gman@chromium.org>
1908
1909         Add WebGL Conformance Tests more folder.
1910         https://bugs.webkit.org/show_bug.cgi?id=109118
1911
1912         Reviewed by Kenneth Russell.
1913
1914         * webgl/conformance/more/conformance/constants-expected.txt: Added.
1915         * webgl/conformance/more/conformance/constants.html: Added.
1916         * webgl/conformance/more/conformance/getContext-expected.txt: Added.
1917         * webgl/conformance/more/conformance/getContext.html: Added.
1918         * webgl/conformance/more/conformance/methods-expected.txt: Added.
1919         * webgl/conformance/more/conformance/methods.html: Added.
1920         * webgl/conformance/more/conformance/webGLArrays-expected.txt: Added.
1921         * webgl/conformance/more/conformance/webGLArrays.html: Added.
1922         * webgl/conformance/more/functions/bindBuffer-expected.txt: Added.
1923         * webgl/conformance/more/functions/bindBuffer.html: Added.
1924         * webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Added.
1925         * webgl/conformance/more/functions/bindBufferBadArgs.html: Added.
1926         * webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Added.
1927         * webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
1928         * webgl/conformance/more/functions/bufferData-expected.txt: Added.
1929         * webgl/conformance/more/functions/bufferData.html: Added.
1930         * webgl/conformance/more/functions/bufferSubData-expected.txt: Added.
1931         * webgl/conformance/more/functions/bufferSubData.html: Added.
1932         * webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Added.
1933         * webgl/conformance/more/functions/bufferSubDataBadArgs.html: Added.
1934         * webgl/conformance/more/functions/isTests-expected.txt: Added.
1935         * webgl/conformance/more/functions/isTests.html: Added.
1936         * webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Added.
1937         * webgl/conformance/more/functions/isTestsBadArgs.html: Added.
1938         * webgl/conformance/more/functions/readPixels-expected.txt: Added.
1939         * webgl/conformance/more/functions/readPixels.html: Added.
1940         * webgl/conformance/more/functions/texImage2D-expected.txt: Added.
1941         * webgl/conformance/more/functions/texImage2D.html: Added.
1942         * webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Added.
1943         * webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
1944         * webgl/conformance/more/functions/texSubImage2D-expected.txt: Added.
1945         * webgl/conformance/more/functions/texSubImage2D.html: Added.
1946         * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Added.
1947         * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
1948         * webgl/conformance/more/functions/uniformMatrix-expected.txt: Added.
1949         * webgl/conformance/more/functions/uniformMatrix.html: Added.
1950         * webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Added.
1951         * webgl/conformance/more/functions/uniformMatrixBadArgs.html: Added.
1952         * webgl/conformance/more/functions/uniformf-expected.txt: Added.
1953         * webgl/conformance/more/functions/uniformf.html: Added.
1954         * webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Added.
1955         * webgl/conformance/more/functions/uniformfArrayLen1.html: Added.
1956         * webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Added.
1957         * webgl/conformance/more/functions/uniformfBadArgs.html: Added.
1958         * webgl/conformance/more/functions/uniformi-expected.txt: Added.
1959         * webgl/conformance/more/functions/uniformi.html: Added.
1960         * webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Added.
1961         * webgl/conformance/more/functions/uniformiBadArgs.html: Added.
1962         * webgl/conformance/more/functions/vertexAttrib-expected.txt: Added.
1963         * webgl/conformance/more/functions/vertexAttrib.html: Added.
1964         * webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Added.
1965         * webgl/conformance/more/functions/vertexAttribBadArgs.html: Added.
1966         * webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Added.
1967         * webgl/conformance/more/functions/vertexAttribPointer.html: Added.
1968         * webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Added.
1969         * webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
1970         * webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Added.
1971         * webgl/conformance/more/glsl/arrayOutOfBounds.html: Added.
1972         * webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Added.
1973         * webgl/conformance/more/glsl/uniformOutOfBounds.html: Added.
1974         * webgl/resources/webgl_test_files/conformance/more/00_test_list.txt: Added.
1975         * webgl/resources/webgl_test_files/conformance/more/README.md: Added.
1976         * webgl/resources/webgl_test_files/conformance/more/all_tests.html: Added.
1977         * webgl/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Added.
1978         * webgl/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Added.
1979         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Added.
1980         (ArgGenerators.activeTexture.generate):
1981         (ArgGenerators.activeTexture.checkArgValidity):
1982         (ArgGenerators.activeTexture.teardown):
1983         (ArgGenerators.attachShader.generate):
1984         (ArgGenerators.attachShader.checkArgValidity):
1985         (ArgGenerators.attachShader.cleanup):
1986         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Added.
1987         (ArgGenerators.bindAttribLocation.generate):
1988         (ArgGenerators.bindAttribLocation.checkArgValidity):
1989         (ArgGenerators.bindAttribLocation.cleanup):
1990         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Added.
1991         (ArgGenerators.bindBuffer.generate):
1992         (ArgGenerators.bindBuffer.checkArgValidity):
1993         (ArgGenerators.bindBuffer.cleanup):
1994         (ArgGenerators.bindFramebuffer.generate):
1995         (ArgGenerators.bindFramebuffer.checkArgValidity):
1996         (ArgGenerators.bindFramebuffer.cleanup):
1997         (ArgGenerators.bindRenderbuffer.generate):
1998         (ArgGenerators.bindRenderbuffer.checkArgValidity):
1999         (ArgGenerators.bindRenderbuffer.cleanup):
2000         (ArgGenerators.bindTexture.generate):
2001         (ArgGenerators.bindTexture.checkArgValidity):
2002         (ArgGenerators.bindTexture.cleanup):
2003         (ArgGenerators.blendColor.generate):
2004         (ArgGenerators.blendColor.teardown):
2005         (ArgGenerators.blendEquation.generate):
2006         (ArgGenerators.blendEquation.checkArgValidity):
2007         (ArgGenerators.blendEquation.teardown):
2008         (ArgGenerators.blendEquationSeparate.generate):
2009         (ArgGenerators.blendEquationSeparate.checkArgValidity):
2010         (ArgGenerators.blendEquationSeparate.teardown):
2011         (ArgGenerators.blendFunc.generate):
2012         (ArgGenerators.blendFunc.checkArgValidity):
2013         (ArgGenerators.blendFunc.teardown):
2014         (ArgGenerators.blendFuncSeparate.generate):
2015         (ArgGenerators.blendFuncSeparate.checkArgValidity):
2016         (ArgGenerators.blendFuncSeparate.teardown):
2017         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Added.
2018         (ArgGenerators.bufferData.setup):
2019         (ArgGenerators.bufferData.generate):
2020         (ArgGenerators.bufferData.checkArgValidity):
2021         (ArgGenerators.bufferData.teardown):
2022         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Added.
2023         (ArgGenerators.bufferSubData.setup):
2024         (ArgGenerators.bufferSubData.generate):
2025         (ArgGenerators.bufferSubData.checkArgValidity):
2026         (ArgGenerators.bufferSubData.teardown):
2027         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Added.
2028         (ArgGenerators.checkFramebufferStatus.generate):
2029         (ArgGenerators.checkFramebufferStatus.checkArgValidity):
2030         (ArgGenerators.checkFramebufferStatus.cleanup):
2031         (ArgGenerators.clear.generate):
2032         (ArgGenerators.clear.checkArgValidity):
2033         (ArgGenerators.clearColor.generate):
2034         (ArgGenerators.clearColor.teardown):
2035         (ArgGenerators.clearDepth.generate):
2036         (ArgGenerators.clearDepth.teardown):
2037         (ArgGenerators.clearStencil.generate):
2038         (ArgGenerators.clearStencil.teardown):
2039         (ArgGenerators.colorMask.generate):
2040         (ArgGenerators.colorMask.teardown):
2041         (ArgGenerators.createBuffer.generate):
2042         (ArgGenerators.createBuffer.returnValueCleanup):
2043         (ArgGenerators.createFramebuffer.generate):
2044         (ArgGenerators.createFramebuffer.returnValueCleanup):
2045         (ArgGenerators.createProgram.generate):
2046         (ArgGenerators.createProgram.returnValueCleanup):
2047         (ArgGenerators.createRenderbuffer.generate):
2048         (ArgGenerators.createRenderbuffer.returnValueCleanup):
2049         (ArgGenerators.createShader.generate):
2050         (ArgGenerators.createShader.checkArgValidity):
2051         (ArgGenerators.createShader.returnValueCleanup):
2052         (ArgGenerators.createTexture.generate):
2053         (ArgGenerators.createTexture.returnValueCleanup):
2054         (ArgGenerators.cullFace.generate):
2055         (ArgGenerators.cullFace.checkArgValidity):
2056         (ArgGenerators.cullFace.teardown):
2057         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Added.
2058         (ArgGenerators.deleteBuffer.generate):
2059         (ArgGenerators.deleteBuffer.checkArgValidity):
2060         (ArgGenerators.deleteBuffer.cleanup):
2061         (ArgGenerators.deleteFramebuffer.generate):
2062         (ArgGenerators.deleteFramebuffer.checkArgValidity):
2063         (ArgGenerators.deleteFramebuffer.cleanup):
2064         (ArgGenerators.deleteProgram.generate):
2065         (ArgGenerators.deleteProgram.checkArgValidity):
2066         (ArgGenerators.deleteProgram.cleanup):
2067         (ArgGenerators.deleteRenderbuffer.generate):
2068         (ArgGenerators.deleteRenderbuffer.checkArgValidity):
2069         (ArgGenerators.deleteRenderbuffer.cleanup):
2070         (ArgGenerators.deleteShader.generate):
2071         (ArgGenerators.deleteShader.checkArgValidity):
2072         (ArgGenerators.deleteShader.cleanup):
2073         (ArgGenerators.deleteTexture.generate):
2074         (ArgGenerators.deleteTexture.checkArgValidity):
2075         (ArgGenerators.deleteTexture.cleanup):
2076         (ArgGenerators.depthFunc.generate):
2077         (ArgGenerators.depthFunc.checkArgValidity):
2078         (ArgGenerators.depthFunc.teardown):
2079         (ArgGenerators.depthMask.generate):
2080         (ArgGenerators.depthMask.teardown):
2081         (ArgGenerators.depthRange.generate):
2082         (ArgGenerators.depthRange.teardown):
2083         (ArgGenerators.detachShader.generate):
2084         (ArgGenerators.detachShader.checkArgValidity):
2085         (ArgGenerators.detachShader.cleanup):
2086         (ArgGenerators.disable.generate):
2087         (ArgGenerators.disable.checkArgValidity):
2088         (ArgGenerators.disable.cleanup):
2089         (ArgGenerators.disableVertexAttribArray.generate):
2090         (ArgGenerators.disableVertexAttribArray.checkArgValidity):
2091         (ArgGenerators.enable.generate):
2092         (ArgGenerators.enable.checkArgValidity):
2093         (ArgGenerators.enable.cleanup):
2094         (ArgGenerators.enableVertexAttribArray.generate):
2095         (ArgGenerators.enableVertexAttribArray.checkArgValidity):
2096         (ArgGenerators.enableVertexAttribArray.cleanup):
2097         (ArgGenerators.finish.generate):
2098         (ArgGenerators.flush.generate):
2099         (ArgGenerators.frontFace.generate):
2100         (ArgGenerators.frontFace.checkArgValidity):
2101         (ArgGenerators.frontFace.cleanup):
2102         (ArgGenerators.generateMipmap.setup):
2103         (ArgGenerators.generateMipmap.generate):
2104         (ArgGenerators.generateMipmap.checkArgValidity):
2105         (ArgGenerators.generateMipmap.teardown):
2106         (ArgGenerators.getAttachedShaders.setup):
2107         (ArgGenerators.getAttachedShaders.generate):
2108         (ArgGenerators.getAttachedShaders.checkArgValidity):
2109         (ArgGenerators.getAttachedShaders.teardown):
2110         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Added.
2111         (ArgGenerators.getAttribLocation.generate):
2112         (ArgGenerators.getAttribLocation.checkArgValidity):
2113         (ArgGenerators.getAttribLocation.cleanup):
2114         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Added.
2115         (ArgGenerators.lineWidth.generate):
2116         (ArgGenerators.lineWidth.teardown):
2117         (ArgGenerators.pixelStorei.generate):
2118         (ArgGenerators.pixelStorei.checkArgValidity):
2119         (ArgGenerators.pixelStorei.teardown):
2120         (ArgGenerators.polygonOffset.generate):
2121         (ArgGenerators.polygonOffset.teardown):
2122         (ArgGenerators.sampleCoverage.generate):
2123         (ArgGenerators.sampleCoverage.teardown):
2124         (ArgGenerators.scissor.generate):
2125         (ArgGenerators.scissor.checkArgValidity):
2126         (ArgGenerators.scissor.teardown):
2127         (ArgGenerators.stencilFunc.generate):
2128         (ArgGenerators.stencilFunc.checkArgValidity):
2129         (ArgGenerators.stencilFunc.teardown):
2130         (ArgGenerators.stencilFuncSeparate.generate):
2131         (ArgGenerators.stencilFuncSeparate.checkArgValidity):
2132         (ArgGenerators.stencilFuncSeparate.teardown):
2133         (ArgGenerators.stencilMask.generate):
2134         (ArgGenerators.stencilMask.teardown):
2135         * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Added.
2136         (ArgGenerators.stencilMaskSeparate.generate):
2137         (ArgGenerators.stencilMaskSeparate.checkArgValidity):
2138         (ArgGenerators.stencilMaskSeparate.teardown):
2139         (ArgGenerators.stencilOp.generate):
2140         (ArgGenerators.stencilOp.checkArgValidity):
2141         (ArgGenerators.stencilOp.teardown):
2142         (ArgGenerators.stencilOpSeparate.generate):
2143         (ArgGenerators.stencilOpSeparate.checkArgValidity):
2144         (ArgGenerators.stencilOpSeparate.teardown):
2145         (ArgGenerators.texImage2D.setup):
2146         (ArgGenerators.texImage2D.generate):
2147         (ArgGenerators.texImage2D.checkArgValidity):
2148         (ArgGenerators.texImage2D.teardown):
2149         (ArgGenerators.texParameterf.generate):
2150         (ArgGenerators.texParameterf.checkArgValidity):
2151         (ArgGenerators.texParameteri.generate):
2152         (ArgGenerators.texParameteri.checkArgValidity):
2153         (ArgGenerators.viewport.generate):
2154         (ArgGenerators.viewport.checkArgValidity):
2155         (ArgGenerators.viewport.teardown):
2156         * webgl/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Added.
2157         * webgl/resources/webgl_test_files/conformance/more/conformance/constants.html: Added.
2158         * webgl/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Added.
2159         * webgl/resources/webgl_test_files/conformance/more/conformance/getContext.html: Added.
2160         * webgl/resources/webgl_test_files/conformance/more/conformance/methods.html: Added.
2161         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Added.
2162         (Array.from):
2163         (Array.prototype.has):
2164         (Array.prototype.random):
2165         (castToInt):
2166         (constCheck.a.has):
2167         (constCheck):
2168         (isBufferData):
2169         (isVertexAttribute):
2170         (isValidName):
2171         (randomWebGLArray):
2172         (randomArrayBuffer):
2173         (randomBufferData):
2174         (randomSmallWebGLArray):
2175         (randomBufferSubData):
2176         (randomColor):
2177         (randomName):
2178         (randomVertexAttribute):
2179         (randomBool):
2180         (randomStencil):
2181         (randomLineWidth):
2182         (randomImage):
2183         (mutateArgs):
2184         (argGeneratorTestRunner):
2185         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Added.
2186         * webgl/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Added.
2187         * webgl/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Added.
2188         * webgl/resources/webgl_test_files/conformance/more/demos/video.html: Added.
2189         * webgl/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Added.
2190         * webgl/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Added.
2191         * webgl/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added.
2192         * webgl/resources/webgl_test_files/conformance/more/functions/bufferData.html: Added.
2193         * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Added.
2194         * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Added.
2195         * webgl/resources/webgl_test_files/conformance/more/functions/isTests.html: Added.
2196         * webgl/resources/webgl_test_files/conformance/more/functions/isTestsBadArgs.html: Added.
2197         * webgl/resources/webgl_test_files/conformance/more/functions/readPixels.html: Added.
2198         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Added.
2199         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Added.
2200         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Added.
2201         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added.
2202         * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Added.
2203         * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Added.
2204         * webgl/resources/webgl_test_files/conformance/more/functions/uniformf.html: Added.
2205         * webgl/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Added.
2206         * webgl/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Added.
2207         * webgl/resources/webgl_test_files/conformance/more/functions/uniformi.html: Added.
2208         * webgl/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Added.
2209         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Added.
2210         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Added.
2211         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Added.
2212         * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Added.
2213         * webgl/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Added.
2214         * webgl/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Added.
2215         * webgl/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Added.
2216         * webgl/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Added.
2217         * webgl/resources/webgl_test_files/conformance/more/index.html: Added.
2218         * webgl/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Added.
2219         * webgl/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Added.
2220         * webgl/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Added.
2221         * webgl/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Added.
2222         * webgl/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Added.
2223         * webgl/resources/webgl_test_files/conformance/more/unit.css: Added.
2224         (.ok):
2225         (.fail):
2226         (canvas):
2227         (#test-status):
2228         (#test-log):
2229         (#test-log > div):
2230         (#test-log h2):
2231         (#test-log h3):
2232         (#test-log p):
2233         * webgl/resources/webgl_test_files/conformance/more/unit.js: Added.
2234         (.window.console.log):
2235         (.window.console.error):
2236         (Tests.startUnit):
2237         (Tests.setup):
2238         (Tests.teardown):
2239         (Tests.endUnit):
2240         (.):
2241         (Object.toSource):
2242         * webgl/resources/webgl_test_files/conformance/more/util.js: Added.
2243         (loadTexture):
2244         (getShader):
2245         (loadShaderArray):
2246         (loadShader):
2247         (getGLErrorAsString):
2248         (checkError):
2249         (throwError):
2250         (Math.cot):
2251         (Matrix.newIdentity):
2252         (Matrix.newIdentity3x3):
2253         (Matrix.copyMatrix):
2254         (Matrix.to3x3):
2255         (Matrix.inverseON):
2256         (Matrix.inverseTo3x3):
2257         (Matrix.inverseTo3x3InPlace):
2258         (Matrix.inverse3x3):
2259         (Matrix.inverse3x3InPlace):
2260         (Matrix.frustum):
2261         (Matrix.perspective):
2262         (Matrix.mul4x4):
2263         (Matrix.mul4x4InPlace):
2264         (Matrix.mulv4):
2265         (Matrix.rotate):
2266         (Matrix.rotateInPlace):
2267         (Matrix.scale):
2268         (Matrix.scale3):
2269         (Matrix.scale1):
2270         (Matrix.scale3InPlace):
2271         (Matrix.scale1InPlace):
2272         (Matrix.scaleInPlace):
2273         (Matrix.translate3):
2274         (Matrix.translate):
2275         (Matrix.translate3InPlace):
2276         (Matrix.translateInPlace):
2277         (Matrix.lookAt):
2278         (Matrix.transpose4x4):
2279         (Matrix.transpose4x4InPlace):
2280         (Matrix.transpose3x3):
2281         (Matrix.transpose3x3InPlace):
2282         (Vec3.make):
2283         (Vec3.copy):
2284         (Vec3.add):
2285         (Vec3.sub):
2286         (Vec3.negate):
2287         (Vec3.direction):
2288         (Vec3.normalizeInPlace):
2289         (Vec3.normalize):
2290         (Vec3.scale):
2291         (Vec3.dot):
2292         (Vec3.inner):
2293         (Vec3.cross):
2294         (Shader):
2295         (Shader.prototype.destroy):
2296         (Shader.prototype.compile):
2297         (Shader.prototype.use):
2298         (Shader.prototype.uniform1fv):
2299         (Shader.prototype.uniform2fv):
2300         (Shader.prototype.uniform3fv):
2301         (Shader.prototype.uniform4fv):
2302         (Shader.prototype.uniform1f):
2303         (Shader.prototype.uniform2f):
2304         (Shader.prototype.uniform3f):
2305         (Shader.prototype.uniform4f):
2306         (Shader.prototype.uniform1iv):
2307         (Shader.prototype.uniform2iv):
2308         (Shader.prototype.uniform3iv):
2309         (Shader.prototype.uniform4iv):
2310         (Shader.prototype.uniform1i):
2311         (Shader.prototype.uniform2i):
2312         (Shader.prototype.uniform3i):
2313         (Shader.prototype.uniform4i):
2314         (Shader.prototype.uniformMatrix4fv):
2315         (Shader.prototype.uniformMatrix3fv):
2316         (Shader.prototype.uniformMatrix2fv):
2317         (Shader.prototype.attrib):
2318         (Shader.prototype.uniform):
2319         (Filter):
2320         (Filter.prototype.apply):
2321         (VBO):
2322         (VBO.prototype.setData):
2323         (VBO.prototype.destroy):
2324         (VBO.prototype.init):
2325         (VBO.prototype.use):
2326         (VBO.prototype.draw):
2327         (FBO):
2328         (FBO.prototype.destroy):
2329         (FBO.prototype.init):
2330         (FBO.prototype.getTempCanvas):
2331         (FBO.prototype.use):
2332         (GLError):
2333         (makeGLErrorWrapper):
2334         (wrapGLContext.wrap.getError):
2335         (getGLContext):
2336         (assertSomeGLError):
2337         (assertThrowNoGLError):
2338         (Quad.makeVBO):
2339         (.gl):
2340         (Quad.getCachedVBO):
2341         (deleteShader):
2342         (Cube.create):
2343         (Cube.makeVBO):
2344         (Cube.getCachedVBO):
2345         (Sphere.create.vert):
2346         (Sphere.create):
2347         (initGL_CONTEXT_ID):
2348
2349 2013-02-06  Gregg Tavares  <gman@chromium.org>
2350
2351         Add the WebGL Conformance Tests extensions folder.
2352         https://bugs.webkit.org/show_bug.cgi?id=109117
2353
2354         Reviewed by Kenneth Russell.
2355
2356         * webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Added.
2357         * webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
2358         * webgl/conformance/extensions/get-extension-expected.txt: Added.
2359         * webgl/conformance/extensions/get-extension.html: Added.
2360         * webgl/conformance/extensions/oes-element-index-uint-expected.txt: Added.
2361         * webgl/conformance/extensions/oes-element-index-uint.html: Added.
2362         * webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Added.
2363         * webgl/conformance/extensions/oes-standard-derivatives.html: Added.
2364         * webgl/conformance/extensions/oes-texture-float-expected.txt: Added.
2365         * webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Added.
2366         * webgl/conformance/extensions/oes-texture-float-with-canvas.html: Added.
2367         * webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Added.
2368         * webgl/conformance/extensions/oes-texture-float-with-image-data.html: Added.
2369         * webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Added.
2370         * webgl/conformance/extensions/oes-texture-float-with-image.html: Added.
2371         * webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Added.
2372         * webgl/conformance/extensions/oes-texture-float-with-video.html: Added.
2373         * webgl/conformance/extensions/oes-texture-float.html: Added.
2374         * webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Added.
2375         * webgl/conformance/extensions/oes-vertex-array-object.html: Added.
2376         * webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Added.
2377         * webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
2378         * webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Added.
2379         * webgl/conformance/extensions/webgl-debug-renderer-info.html: Added.
2380         * webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Added.
2381         * webgl/conformance/extensions/webgl-debug-shaders.html: Added.
2382         * webgl/conformance/extensions/webgl-depth-texture-expected.txt: Added.
2383         * webgl/conformance/extensions/webgl-depth-texture.html: Added.
2384         * webgl/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Added.
2385         * webgl/resources/webgl_test_files/conformance/extensions/ext-texture-filter-anisotropic.html: Added.
2386         * webgl/resources/webgl_test_files/conformance/extensions/get-extension.html: Added.
2387         * webgl/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html: Added.
2388         * webgl/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Added.
2389         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-canvas.html: Added.
2390         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html: Added.
2391         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image.html: Added.
2392         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-video.html: Added.
2393         * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Added.
2394         * webgl/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Added.
2395         * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Added.
2396         * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Added.
2397         * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Added.
2398         * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html: Added.
2399
2400 2013-02-13  Christophe Dumez  <ch.dumez@sisa.samsung.com>
2401
2402         Unreviewed EFL gardening.
2403
2404         Mark new WebGL conformance tests added in r142847 as failing for
2405         EFL WK2.
2406
2407         * platform/efl-wk2/TestExpectations:
2408
2409 2013-02-06  Gregg Tavares  <gman@chromium.org>
2410
2411         Add the WebGL Conformance Tests ogles folder.
2412         https://bugs.webkit.org/show_bug.cgi?id=109116
2413
2414         Reviewed by Kenneth Russell.
2415
2416         * webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Added.
2417         * webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
2418         * webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Added.
2419         * webgl/conformance/ogles/GL/all/all_001_to_004.html: Added.
2420         * webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Added.
2421         * webgl/conformance/ogles/GL/any/any_001_to_004.html: Added.
2422         * webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Added.
2423         * webgl/conformance/ogles/GL/array/array_001_to_006.html: Added.
2424         * webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Added.
2425         * webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
2426         * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Added.
2427         * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
2428         * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Added.
2429         * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
2430         * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Added.
2431         * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
2432         * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Added.
2433         * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added.
2434         * webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Added.
2435         * webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
2436         * webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Added.
2437         * webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
2438         * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Added.
2439         * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
2440         * webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Added.
2441         * webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
2442         * webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Added.
2443         * webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
2444         * webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Added.
2445         * webgl/conformance/ogles/GL/default/default_001_to_001.html: Added.
2446         * webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Added.
2447         * webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
2448         * webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Added.
2449         * webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
2450         * webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Added.
2451         * webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
2452         * webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Added.
2453         * webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
2454         * webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Added.
2455         * webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
2456         * webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Added.
2457         * webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
2458         * webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Added.
2459         * webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
2460         * webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Added.
2461         * webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
2462         * webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Added.
2463         * webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
2464         * webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Added.
2465         * webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
2466         * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Added.
2467         * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
2468         * webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Added.
2469         * webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
2470         * webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Added.
2471         * webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
2472         * webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Added.
2473         * webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
2474         * webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Added.
2475         * webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
2476         * webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Added.
2477         * webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
2478         * webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Added.
2479         * webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
2480         * webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Added.
2481         * webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
2482         * webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Added.
2483         * webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
2484         * webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Added.
2485         * webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
2486         * webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Added.
2487         * webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
2488         * webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Added.
2489         * webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
2490         * webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Added.
2491         * webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
2492         * webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Added.
2493         * webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
2494         * webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Added.
2495         * webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
2496         * webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Added.
2497         * webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
2498         * webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Added.
2499         * webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
2500         * webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Added.
2501         * webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
2502         * webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Added.
2503         * webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
2504         * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Added.
2505         * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
2506         * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Added.
2507         * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
2508         * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Added.
2509         * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
2510         * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Added.
2511         * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
2512         * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Added.
2513         * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
2514         * webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Added.
2515         * webgl/conformance/ogles/GL/length/length_001_to_006.html: Added.
2516         * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Added.
2517         * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
2518         * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Added.
2519         * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
2520         * webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Added.
2521         * webgl/conformance/ogles/GL/log/log_009_to_012.html: Added.
2522         * webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Added.
2523         * webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
2524         * webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Added.
2525         * webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
2526         * webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Added.
2527         * webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
2528         * webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Added.
2529         * webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
2530         * webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Added.
2531         * webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
2532         * webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Added.
2533         * webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
2534         * webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Added.
2535         * webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
2536         * webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Added.
2537         * webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
2538         * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Added.
2539         * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
2540         * webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Added.
2541         * webgl/conformance/ogles/GL/max/max_001_to_006.html: Added.
2542         * webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Added.
2543         * webgl/conformance/ogles/GL/min/min_001_to_006.html: Added.
2544         * webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Added.
2545         * webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
2546         * webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Added.
2547         * webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
2548         * webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Added.
2549         * webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
2550         * webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Added.
2551         * webgl/conformance/ogles/GL/not/not_001_to_004.html: Added.
2552         * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Added.
2553         * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
2554         * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Added.
2555         * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
2556         * webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Added.
2557         * webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
2558         * webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Added.
2559         * webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
2560         * webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Added.
2561         * webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
2562         * webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Added.
2563         * webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
2564         * webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Added.
2565         * webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
2566         * webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Added.
2567         * webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
2568         * webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Added.
2569         * webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
2570         * webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Added.
2571         * webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
2572         * webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Added.
2573         * webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
2574         * webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Added.
2575         * webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
2576         * webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Added.
2577         * webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
2578         * webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Added.
2579         * webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
2580         * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Added.
2581         * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
2582         * webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Added.
2583         * webgl/conformance/ogles/GL/step/step_001_to_006.html: Added.
2584         * webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Added.
2585         * webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
2586         * webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Added.
2587         * webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
2588         * webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Added.
2589         * webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
2590         * webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Added.
2591         * webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
2592         * webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Added.
2593         * webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
2594         * webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Added.
2595         * webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
2596         * webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Added.
2597         * webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
2598         * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Added.
2599         * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
2600         * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Added.
2601         * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
2602         * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Added.
2603         * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
2604         * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Added.
2605         * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
2606         * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Added.
2607         * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
2608         * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Added.
2609         * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
2610         * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Added.
2611         * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
2612         * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Added.
2613         * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
2614         * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Added.
2615         * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
2616         * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Added.
2617         * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
2618         * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Added.
2619         * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
2620         * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Added.
2621         * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
2622         * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Added.
2623         * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
2624         * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Added.
2625         * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
2626         * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Added.
2627         * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
2628         * webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Added.
2629         * webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
2630         * webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Added.
2631         * webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
2632         * webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Added.
2633         * webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
2634         * webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Added.
2635         * webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
2636         * webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Added.
2637         * webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
2638         * webgl/resources/webgl_test_files/conformance/ogles/00_test_list.txt: Added.
2639         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_001_to_006.html: Added.
2640         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/input.run.txt: Added.
2641         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/input.run.txt: Added.
2642         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_001_to_004.html: Added.
2643         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/input.run.txt: Added.
2644         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_001_to_004.html: Added.
2645         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/input.run.txt: Added.
2646         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/array_001_to_006.html: Added.
2647         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/input.run.txt: Added.
2648         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/input.run.txt: Added.
2649         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_009_to_012.html: Added.
2650         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/input.run.txt: Added.
2651         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added.
2652         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added.
2653         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/input.run.txt: Added.
2654         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added.
2655         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/input.run.txt: Added.
2656         * 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.
2657         * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt: Added.
2658         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added.
2659         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/input.run.txt: Added.
2660         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added.
2661         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/input.run.txt: Added.
2662         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added.
2663         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/input.run.txt: Added.
2664         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_001_to_006.html: Added.
2665         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/input.run.txt: Added.
2666         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_001_to_002.html: Added.
2667         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/input.run.txt: Added.
2668         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_001_to_001.html: Added.
2669         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/input.run.txt: Added.
2670         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added.
2671         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/input.run.txt: Added.
2672         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_001_to_002.html: Added.
2673         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/input.run.txt: Added.
2674         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_001_to_006.html: Added.
2675         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/input.run.txt: Added.
2676         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_001_to_006.html: Added.
2677         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/input.run.txt: Added.
2678         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_001_to_008.html: Added.
2679         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_009_to_012.html: Added.
2680         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/input.run.txt: Added.
2681         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_001_to_008.html: Added.
2682         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_009_to_012.html: Added.
2683         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/input.run.txt: Added.
2684         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added.
2685         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added.
2686         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/input.run.txt: Added.
2687         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added.
2688         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/input.run.txt: Added.
2689         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_001_to_006.html: Added.
2690         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/input.run.txt: Added.
2691         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_001_to_006.html: Added.
2692         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/input.run.txt: Added.
2693         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_001_to_008.html: Added.
2694         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_009_to_016.html: Added.
2695         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_017_to_024.html: Added.
2696         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_025_to_032.html: Added.
2697         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_033_to_040.html: Added.
2698         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_041_to_048.html: Added.
2699         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_049_to_056.html: Added.
2700         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_057_to_064.html: Added.
2701         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_065_to_072.html: Added.
2702         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_073_to_080.html: Added.
2703         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_081_to_088.html: Added.
2704         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_089_to_096.html: Added.
2705         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_097_to_104.html: Added.
2706         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_105_to_112.html: Added.
2707         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_113_to_120.html: Added.
2708         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_121_to_126.html: Added.
2709         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/input.run.txt: Added.
2710         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added.
2711         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/input.run.txt: Added.
2712         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added.
2713         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/input.run.txt: Added.
2714         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added.
2715         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/input.run.txt: Added.
2716         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added.
2717         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/input.run.txt: Added.
2718         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/input.run.txt: Added.
2719         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added.
2720         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/input.run.txt: Added.
2721         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_001_to_006.html: Added.
2722         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/input.run.txt: Added.
2723         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added.
2724         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/input.run.txt: Added.
2725         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added.
2726         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/input.run.txt: Added.
2727         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_009_to_012.html: Added.
2728         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/input.run.txt: Added.
2729         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_009_to_012.html: Added.
2730         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/input.run.txt: Added.
2731         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_001_to_008.html: Added.
2732         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_009_to_016.html: Added.
2733         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_017_to_024.html: Added.
2734         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_025_to_032.html: Added.
2735         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_033_to_040.html: Added.
2736         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_041_to_046.html: Added.
2737         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/input.run.txt: Added.
2738         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added.
2739         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/input.run.txt: Added.
2740         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added.
2741         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/input.run.txt: Added.
2742         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_001_to_006.html: Added.
2743         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/input.run.txt: Added.
2744         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_001_to_006.html: Added.
2745         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/input.run.txt: Added.
2746         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_001_to_006.html: Added.
2747         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/input.run.txt: Added.
2748         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_001_to_008.html: Added.
2749         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/input.run.txt: Added.
2750         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added.
2751         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/input.run.txt: Added.
2752         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_001_to_004.html: Added.
2753         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/input.run.txt: Added.
2754         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added.
2755         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added.
2756         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/input.run.txt: Added.
2757         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_001_to_008.html: Added.
2758         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_009_to_016.html: Added.
2759         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_017_to_024.html: Added.
2760         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_025_to_026.html: Added.
2761         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/input.run.txt: Added.
2762         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_001_to_008.html: Added.
2763         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_009_to_016.html: Added.
2764         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_017_to_024.html: Added.
2765         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/input.run.txt: Added.
2766         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_001_to_006.html: Added.
2767         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/input.run.txt: Added.
2768         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added.
2769         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/input.run.txt: Added.
2770         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_001_to_006.html: Added.
2771         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/input.run.txt: Added.
2772         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_001_to_006.html: Added.
2773         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/input.run.txt: Added.
2774         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_001_to_006.html: Added.
2775         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/input.run.txt: Added.
2776         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/input.run.txt: Added.
2777         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added.
2778         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/input.run.txt: Added.
2779         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_001_to_006.html: Added.
2780         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/input.run.txt: Added.
2781         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_001_to_008.html: Added.
2782         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_009_to_016.html: Added.
2783         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_017_to_024.html: Added.
2784         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_025_to_032.html: Added.
2785         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_033_to_040.html: Added.
2786         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_041_to_048.html: Added.
2787         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_049_to_056.html: Added.
2788         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/input.run.txt: Added.
2789         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added.
2790         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added.
2791         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added.
2792         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added.
2793         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added.
2794         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added.
2795         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added.
2796         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added.
2797         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added.
2798         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added.
2799         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added.
2800         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added.
2801         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added.
2802         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added.
2803         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added.
2804         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/input.run.txt: Added.
2805         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_001_to_006.html: Added.
2806         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/input.run.txt: Added.
2807         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_001_to_008.html: Added.
2808         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_009_to_016.html: Added.
2809         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_017_to_018.html: Added.
2810         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/input.run.txt: Added.
2811         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added.
2812         * webgl/resources/webgl_test_files/conformance/ogles/README.md: Added.
2813         * webgl/resources/webgl_test_files/conformance/ogles/mustpass.run.txt: Added.
2814         * webgl/resources/webgl_test_files/conformance/ogles/process-ogles2-tests.py: Added.
2815         (Log):
2816         (TransposeMatrix):
2817         (GetValidTypeName):
2818         (WriteOpen):
2819         (TxtWriter):
2820         (TxtWriter.__init__):
2821         (TxtWriter.Write):
2822         (TxtWriter.Close):
2823         (ReadFileAsLines):
2824         (ReadFile):
2825         (Chunkify):
2826         (GetText):
2827         (GetElementText):
2828         (GetBoolElement):
2829         (GetModel):
2830         (RelativizePaths):
2831         (CopyFile):
2832         (CopyShader):
2833         (IsOneOf):
2834         (CheckForUnknownTags):
2835         (IsFileWeWant):
2836         (TestReader):
2837         (TestReader.to):
2838         (TestReader.__init__):
2839         (TestReader.Print):
2840         (TestReader.MakeOutPath):
2841         (TestReader.ReadTests):
2842         (TestReader.ReadTest):
2843         (TestReader.ProcessTest):
2844         (TestReader.WriteTests):
2845         (CopyShaders):
2846         (Process_compare):
2847         (Process_shaderload):
2848         (Process_extension):
2849         (Process_createtests):
2850         (Process_GL2Test):
2851         (Process_uniformquery):
2852         (Process_egl_image_external):
2853         (Process_dismount):
2854         (Process_build):
2855         (Process_coverage):
2856         (Process_attributes):
2857         (Process_fixed):
2858         (main):
2859
2860 2013-02-06  Gregg Tavares  <gman@chromium.org>
2861
2862         Add WebGL Conformance Tests glsl folder.
2863         https://bugs.webkit.org/show_bug.cgi?id=109115
2864
2865         Reviewed by Kenneth Russell.
2866
2867         * webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Added.
2868         * webgl/conformance/glsl/functions/glsl-function-abs.html: Added.
2869         * webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Added.
2870         * webgl/conformance/glsl/functions/glsl-function-acos.html: Added.
2871         * webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Added.
2872         * webgl/conformance/glsl/functions/glsl-function-asin.html: Added.
2873         * webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Added.
2874         * webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Added.
2875         * webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
2876         * webgl/conformance/glsl/functions/glsl-function-atan.html: Added.
2877         * webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Added.
2878         * webgl/conformance/glsl/functions/glsl-function-ceil.html: Added.
2879         * webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Added.
2880         * webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
2881         * webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Added.
2882         * webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
2883         * webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Added.
2884         * webgl/conformance/glsl/functions/glsl-function-cos.html: Added.
2885         * webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Added.
2886         * webgl/conformance/glsl/functions/glsl-function-cross.html: Added.
2887         * webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Added.
2888         * webgl/conformance/glsl/functions/glsl-function-distance.html: Added.
2889         * webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Added.
2890         * webgl/conformance/glsl/functions/glsl-function-dot.html: Added.
2891         * webgl/conformance/glsl/functions/glsl-function-expected.txt: Added.
2892         * webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Added.
2893         * webgl/conformance/glsl/functions/glsl-function-faceforward.html: Added.
2894         * webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Added.
2895         * webgl/conformance/glsl/functions/glsl-function-floor.html: Added.
2896         * webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Added.
2897         * webgl/conformance/glsl/functions/glsl-function-fract.html: Added.
2898         * webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Added.
2899         * webgl/conformance/glsl/functions/glsl-function-length.html: Added.
2900         * webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Added.
2901         * webgl/conformance/glsl/functions/glsl-function-max-float.html: Added.
2902         * webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Added.
2903         * webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
2904         * webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Added.
2905         * webgl/conformance/glsl/functions/glsl-function-min-float.html: Added.
2906         * webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Added.
2907         * webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
2908         * webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Added.
2909         * webgl/conformance/glsl/functions/glsl-function-mix-float.html: Added.
2910         * webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Added.
2911         * webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
2912         * webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Added.
2913         * webgl/conformance/glsl/functions/glsl-function-mod-float.html: Added.
2914         * webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Added.
2915         * webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
2916         * webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Added.
2917         * webgl/conformance/glsl/functions/glsl-function-normalize.html: Added.
2918         * webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Added.
2919         * webgl/conformance/glsl/functions/glsl-function-reflect.html: Added.
2920         * webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Added.
2921         * webgl/conformance/glsl/functions/glsl-function-sign.html: Added.
2922         * webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Added.
2923         * webgl/conformance/glsl/functions/glsl-function-sin.html: Added.
2924         * webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Added.
2925         * webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
2926         * webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Added.
2927         * webgl/conformance/glsl/functions/glsl-function-step-float.html: Added.
2928         * webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Added.
2929         * webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
2930         * webgl/conformance/glsl/functions/glsl-function.html: Added.
2931         * webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Added.
2932         * webgl/conformance/glsl/implicit/add_int_float.vert.html: Added.
2933         * webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Added.
2934         * webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
2935         * webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Added.
2936         * webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
2937         * webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Added.
2938         * webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
2939         * webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Added.
2940         * webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
2941         * webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Added.
2942         * webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
2943         * webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Added.
2944         * webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
2945         * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Added.
2946         * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
2947         * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Added.
2948         * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
2949         * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Added.
2950         * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
2951         * webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Added.
2952         * webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
2953         * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Added.
2954         * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
2955         * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Added.
2956         * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
2957         * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Added.
2958         * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
2959         * webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Added.
2960         * webgl/conformance/glsl/implicit/construct_struct.vert.html: Added.
2961         * webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Added.
2962         * webgl/conformance/glsl/implicit/divide_int_float.vert.html: Added.
2963         * webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Added.
2964         * webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
2965         * webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Added.
2966         * webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
2967         * webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Added.
2968         * webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
2969         * webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Added.
2970         * webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
2971         * webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Added.
2972         * webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
2973         * webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Added.
2974         * webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
2975         * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Added.
2976         * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
2977         * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Added.
2978         * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
2979         * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Added.
2980         * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
2981         * webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Added.
2982         * webgl/conformance/glsl/implicit/equal_int_float.vert.html: Added.
2983         * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Added.
2984         * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
2985         * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Added.
2986         * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
2987         * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Added.
2988         * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
2989         * webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Added.
2990         * webgl/conformance/glsl/implicit/function_int_float.vert.html: Added.
2991         * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Added.
2992         * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
2993         * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Added.
2994         * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
2995         * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Added.
2996         * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
2997         * webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Added.
2998         * webgl/conformance/glsl/implicit/greater_than.vert.html: Added.
2999         * webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Added.
3000         * webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
3001         * webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Added.
3002         * webgl/conformance/glsl/implicit/less_than.vert.html: Added.
3003         * webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Added.
3004         * webgl/conformance/glsl/implicit/less_than_equal.vert.html: Added.
3005         * webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Added.
3006         * webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
3007         * webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Added.
3008         * webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
3009         * webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Added.
3010         * webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
3011         * webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Added.
3012         * webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
3013         * webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Added.
3014         * webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
3015         * webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Added.
3016         * webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
3017         * webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Added.
3018         * webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
3019         * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Added.
3020         * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
3021         * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Added.
3022         * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
3023         * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Added.
3024         * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
3025         * webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Added.
3026         * webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
3027         * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Added.
3028         * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
3029         * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Added.
3030         * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
3031         * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Added.
3032         * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
3033         * webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Added.
3034         * webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
3035         * webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Added.
3036         * webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
3037         * webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Added.
3038         * webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
3039         * webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Added.
3040         * webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
3041         * webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Added.
3042         * webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
3043         * webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Added.
3044         * webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
3045         * webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Added.
3046         * webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
3047         * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Added.
3048         * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
3049         * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Added.
3050         * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
3051         * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Added.
3052         * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
3053         * webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Added.
3054         * webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
3055         * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Added.
3056         * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
3057         * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Added.
3058         * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
3059         * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Added.
3060         * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
3061         * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Added.
3062         * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
3063         * webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Added.
3064         * webgl/conformance/glsl/misc/attrib-location-length-limits.html: Added.
3065         * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Added.
3066         * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
3067         * webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Added.
3068         * webgl/conformance/glsl/misc/glsl-function-nodes.html: Added.
3069         * webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Added.
3070         * webgl/conformance/glsl/misc/glsl-long-variable-names.html: Added.
3071         * webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Added.
3072         * webgl/conformance/glsl/misc/glsl-vertex-branch.html: Added.
3073         * webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Added.
3074         * webgl/conformance/glsl/misc/large-loop-compile.html: Added.
3075         * webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Added.
3076         * webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
3077         * webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Added.
3078         * webgl/conformance/glsl/misc/non-ascii.vert.html: Added.
3079         * webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Added.
3080         * webgl/conformance/glsl/misc/re-compile-re-link.html: Added.
3081         * webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Added.
3082         * webgl/conformance/glsl/misc/shader-with-256-character-define.html: Added.
3083         * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Added.
3084         * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
3085         * webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Added.
3086         * webgl/conformance/glsl/misc/shader-with-257-character-define.html: Added.
3087         * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Added.
3088         * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
3089         * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Added.
3090         * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
3091         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Added.
3092         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
3093         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Added.
3094         * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
3095         * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Added.
3096         * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
3097         * webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Added.
3098         * webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
3099         * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Added.
3100         * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
3101         * webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Added.
3102         * webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
3103         * webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Added.
3104         * webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
3105         * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Added.
3106         * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
3107         * webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Added.
3108         * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Added.
3109         * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
3110         * webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
3111         * webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Added.
3112         * webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
3113         * webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Added.
3114         * webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
3115         * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Added.
3116         * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
3117         * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Added.
3118         * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
3119         * webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Added.
3120         * webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
3121         * webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Added.
3122         * webgl/conformance/glsl/misc/shader-with-do-loop.html: Added.
3123         * webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Added.
3124         * webgl/conformance/glsl/misc/shader-with-error-directive.html: Added.
3125         * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Added.
3126         * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
3127         * webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Added.
3128         * webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
3129         * webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Added.
3130         * webgl/conformance/glsl/misc/shader-with-for-loop.html: Added.
3131         * webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Added.
3132         * webgl/conformance/glsl/misc/shader-with-for-scoping.html: Added.
3133         * webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Added.
3134         * webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
3135         * webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Added.
3136         * webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
3137         * webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Added.
3138         * webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
3139         * webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Added.
3140         * webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
3141         * webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Added.
3142         * webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
3143         * webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Added.
3144         * webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
3145         * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Added.
3146         * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
3147         * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Added.
3148         * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
3149         * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Added.
3150         * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
3151         * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Added.
3152         * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
3153         * webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Added.
3154         * webgl/conformance/glsl/misc/shader-with-include.vert.html: Added.
3155         * webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Added.
3156         * webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
3157         * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Added.
3158         * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
3159         * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Added.
3160         * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
3161         * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Added.
3162         * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
3163         * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Added.
3164         * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
3165         * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Added.
3166         * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
3167         * webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Added.
3168         * webgl/conformance/glsl/misc/shader-with-long-line.html: Added.
3169         * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Added.
3170         * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
3171         * webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Added.
3172         * webgl/conformance/glsl/misc/shader-with-precision.frag.html: Added.
3173         * webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Added.
3174         * webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
3175         * webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Added.
3176         * webgl/conformance/glsl/misc/shader-with-reserved-words.html: Added.
3177         * webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Added.
3178         * webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
3179         * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Added.
3180         * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
3181         * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Added.
3182         * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
3183         * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Added.
3184         * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
3185         * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Added.
3186         * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
3187         * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Added.
3188         * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
3189         * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Added.
3190         * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
3191         * webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Added.
3192         * webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
3193         * webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Added.
3194         * webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
3195         * webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Added.
3196         * webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
3197         * webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Added.
3198         * webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
3199         * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Added.
3200         * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
3201         * webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Added.
3202         * webgl/conformance/glsl/misc/shader-with-while-loop.html: Added.
3203         * webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Added.
3204         * webgl/conformance/glsl/misc/shader-without-precision.frag.html: Added.
3205         * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Added.
3206         * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
3207         * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Added.
3208         * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
3209         * webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Added.
3210         * webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
3211         * webgl/conformance/glsl/misc/shared-expected.txt: Added.
3212         * webgl/conformance/glsl/misc/shared.html: Added.
3213         * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Added.
3214         * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
3215         * webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Added.
3216         * webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
3217         * webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Added.
3218         * webgl/conformance/glsl/misc/uniform-location-length-limits.html: Added.
3219         * webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Added.
3220         * webgl/conformance/glsl/reserved/_webgl_field.vert.html: Added.
3221         * webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Added.
3222         * webgl/conformance/glsl/reserved/_webgl_function.vert.html: Added.
3223         * webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Added.
3224         * webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
3225         * webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Added.
3226         * webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
3227         * webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Added.
3228         * webgl/conformance/glsl/reserved/webgl_field.vert.html: Added.
3229         * webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Added.
3230         * webgl/conformance/glsl/reserved/webgl_function.vert.html: Added.
3231         * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Added.
3232         * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
3233         * webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Added.
3234         * webgl/conformance/glsl/reserved/webgl_struct.vert.html: Added.
3235         * webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Added.
3236         * webgl/conformance/glsl/reserved/webgl_variable.vert.html: Added.
3237         * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Added.
3238         * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
3239         * webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Added.
3240         * webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
3241         * webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Added.
3242         * webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
3243         * webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Added.
3244         * webgl/conformance/glsl/variables/gl-fragcoord.html: Added.
3245         * webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Added.
3246         * webgl/conformance/glsl/variables/gl-frontfacing.html: Added.
3247         * webgl/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Added.
3248         * webgl/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Added.
3249         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Added.
3250         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Added.
3251         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Added.
3252         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Added.
3253         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Added.
3254         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Added.
3255         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Added.
3256         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added.
3257         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Added.
3258         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Added.
3259         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Added.
3260         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Added.
3261         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Added.
3262         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Added.
3263         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Added.
3264         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Added.
3265         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Added.
3266         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Added.
3267         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Added.
3268         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Added.
3269         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Added.
3270         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Added.
3271         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Added.
3272         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Added.
3273         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Added.
3274         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Added.
3275         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Added.
3276         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Added.
3277         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Added.
3278         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Added.
3279         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added.
3280         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Added.
3281         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Added.
3282         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Added.
3283         * webgl/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Added.
3284         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Added.
3285         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Added.
3286         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Added.
3287         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Added.
3288         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Added.
3289         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Added.
3290         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Added.
3291         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added.
3292         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added.
3293         * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added.
3294         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Added.
3295         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added.
3296         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added.
3297         * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added.
3298         * webgl/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Added.
3299         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Added.
3300         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Added.
3301         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Added.
3302         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Added.
3303         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Added.
3304         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Added.
3305         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Added.
3306         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added.
3307         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added.
3308         * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added.
3309         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Added.
3310         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added.
3311         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added.
3312         * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added.
3313         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Added.
3314         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added.
3315         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added.
3316         * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added.
3317         * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Added.
3318         * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Added.
3319         * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Added.
3320         * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Added.
3321         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Added.
3322         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added.
3323         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added.
3324         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added.
3325         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added.
3326         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added.
3327         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added.
3328         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added.
3329         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added.
3330         * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added.
3331         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Added.
3332         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added.
3333         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added.
3334         * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added.
3335         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Added.
3336         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added.
3337         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added.
3338         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added.
3339         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added.
3340         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added.
3341         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added.
3342         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added.
3343         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added.
3344         * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added.
3345         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Added.
3346         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added.
3347         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added.
3348         * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added.
3349         * webgl/resources/webgl_test_files/conformance/glsl/literals/00_test_list.txt: Added.
3350         * webgl/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Added.
3351         * webgl/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added.
3352         * webgl/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Added.
3353         * webgl/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Added.
3354         * webgl/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added.
3355         * webgl/resources/webgl_test_files/conformance/glsl/misc/foo: Added.
3356         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Added.
3357         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Added.
3358         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Added.
3359         * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Added.
3360         * webgl/resources/webgl_test_files/conformance/glsl/misc/include.vs: Added.
3361         * webgl/resources/webgl_test_files/conformance/glsl/misc/large-loop-compile.html: Added.
3362         * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Added.
3363         * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Added.
3364         * webgl/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Added.
3365         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-define.html: Added.
3366         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added.
3367         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-define.html: Added.
3368         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added.
3369         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added.
3370         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added.
3371         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added.
3372         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added.
3373         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added.
3374         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added.
3375         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added.
3376         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Added.
3377         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added.
3378         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added.
3379         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Added.
3380         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Added.
3381         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Added.
3382         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added.
3383         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added.
3384         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Added.
3385         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-loop.html: Added.
3386         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Added.
3387         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added.
3388         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added.
3389         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Added.
3390         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Added.
3391         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added.
3392         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added.
3393         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added.
3394         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Added.
3395         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Added.
3396         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Added.
3397         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added.
3398         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added.
3399         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added.
3400         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added.
3401         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Added.
3402         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added.
3403         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added.
3404         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added.
3405         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added.
3406         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added.
3407         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added.
3408         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Added.
3409         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added.
3410         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Added.
3411         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added.
3412         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-reserved-words.html: Added.
3413         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added.
3414         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added.
3415         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added.
3416         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added.
3417         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added.
3418         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added.
3419         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added.
3420         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Added.
3421         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Added.
3422         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Added.
3423         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Added.
3424         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added.
3425         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-while-loop.html: Added.
3426         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Added.
3427         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added.
3428         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added.
3429         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-missing-varyings.html: Added.
3430         * webgl/resources/webgl_test_files/conformance/glsl/misc/shared.html: Added.
3431         * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added.
3432         * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Added.
3433         * webgl/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Added.
3434         * webgl/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Added.
3435         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Added.
3436         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Added.
3437         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Added.
3438         * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Added.
3439         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Added.
3440         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Added.
3441         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added.
3442         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Added.
3443         * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Added.
3444         * webgl/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Added.
3445         * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added.
3446         * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added.
3447         * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added.
3448         * webgl/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Added.
3449         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Added.
3450         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Added.
3451
3452 2013-02-13  Praveen R Jadhav  <praveen.j@samsung.com>
3453
3454         JSObject for ChannelSplitterNode and ChannelMergerNode are not created.
3455         https://bugs.webkit.org/show_bug.cgi?id=109542
3456
3457         Reviewed by Kentaro Hara.
3458
3459         Test cases updated to check validity of ChannelSplitterNode
3460         and ChannelMergerNode Objects.
3461
3462         * webaudio/audiochannelmerger-basic-expected.txt:
3463         * webaudio/audiochannelmerger-basic.html:
3464         * webaudio/audiochannelsplitter-expected.txt:
3465         * webaudio/audiochannelsplitter.html:
3466
3467 2013-02-12  Gregg Tavares  <gman@chromium.org>
3468
3469         Adds failing WebGL Conformance Tests.
3470         https://bugs.webkit.org/show_bug.cgi?id=109075
3471
3472         Reviewed by Kenneth Russell.
3473
3474         * platform/chromium/TestExpectations:
3475         * platform/mac/TestExpectations:
3476         * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
3477         * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
3478         * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
3479         * webgl/conformance/canvas/buffer-preserve-test.html: Added.
3480         * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
3481         * webgl/conformance/canvas/drawingbuffer-test.html: Added.
3482         * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
3483         * webgl/conformance/canvas/to-data-url-test.html: Added.
3484         * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
3485         * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
3486         * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
3487         * webgl/conformance/context/context-creation-and-destruction.html: Added.
3488         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
3489         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
3490         * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
3491         * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
3492         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
3493         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
3494         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
3495         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
3496         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
3497         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
3498         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
3499         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
3500         * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
3501         * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
3502         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
3503         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
3504         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
3505         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
3506         * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
3507         * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
3508         * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
3509         * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
3510         * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
3511         * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
3512         * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
3513         * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
3514         * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
3515         * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
3516         * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
3517         * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
3518         * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
3519         * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
3520         * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
3521         * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
3522         * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
3523         * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
3524         * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
3525         * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
3526         * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
3527         * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
3528         * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
3529         * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
3530         * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
3531         * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
3532         * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
3533         * webgl/conformance/more/functions/copyTexImage2D.html: Added.
3534         * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
3535         * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
3536         * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
3537         * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
3538         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
3539         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
3540         * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
3541         * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
3542         * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
3543         * webgl/conformance/more/functions/drawArrays.html: Added.
3544         * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
3545         * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
3546         * webgl/conformance/more/functions/drawElements-expected.txt: Added.
3547         * webgl/conformance/more/functions/drawElements.html: Added.
3548         * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
3549         * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
3550         * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
3551         * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
3552         * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
3553         * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
3554         * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
3555         * webgl/conformance/more/functions/texImage2DHTML.html: Added.
3556         * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
3557         * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
3558         * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
3559         * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
3560         * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
3561         * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
3562         * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
3563         * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
3564         * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
3565         * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
3566         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
3567         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
3568         * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
3569         * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
3570         * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
3571         * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
3572         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
3573         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
3574         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
3575         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
3576         * webgl/conformance/programs/program-test-expected.txt: Added.
3577         * webgl/conformance/programs/program-test.html: Added.
3578         * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
3579         * webgl/conformance/reading/read-pixels-test.html: Added.
3580         * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
3581         * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
3582         * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
3583         * webgl/conformance/rendering/gl-scissor-test.html: Added.
3584         * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
3585         * webgl/conformance/rendering/more-than-65536-indices.html: Added.
3586         * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
3587         * webgl/conformance/rendering/multisample-corruption.html: Added.
3588         * webgl/conformance/rendering/point-size-expected.txt: Added.
3589         * webgl/conformance/rendering/point-size.html: Added.
3590         * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
3591         * webgl/conformance/state/gl-object-get-calls.html: Added.
3592         * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
3593         * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
3594         * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
3595         * webgl/conformance/textures/gl-pixelstorei.html: Added.
3596         * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
3597         * webgl/conformance/textures/origin-clean-conformance.html: Added.
3598         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
3599         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
3600         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
3601         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
3602         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
3603         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
3604         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
3605         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
3606         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
3607         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
3608         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
3609         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
3610         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
3611         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
3612         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
3613         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
3614         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
3615         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
3616         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
3617         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
3618         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
3619         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
3620         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
3621         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
3622         * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
3623         * webgl/conformance/textures/texture-active-bind-2.html: Added.
3624         * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
3625         * webgl/conformance/textures/texture-active-bind.html: Added.
3626         * webgl/conformance/textures/texture-mips-expected.txt: Added.
3627         * webgl/conformance/textures/texture-mips.html: Added.
3628         * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
3629         * webgl/conformance/textures/texture-npot-video.html: Added.
3630         * webgl/conformance/textures/texture-size-expected.txt: Added.
3631         * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
3632         * webgl/conformance/textures/texture-size-limit.html: Added.
3633         * webgl/conformance/textures/texture-size.html: Added.
3634         * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
3635         * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
3636         * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
3637         * webgl/conformance/uniforms/uniform-default-values.html: Added.
3638         * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
3639         * webgl/conformance/uniforms/uniform-location.html: Added.
3640         * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
3641         * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
3642         * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
3643         * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
3644         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
3645         * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
3646         * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
3647         * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
3648         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
3649         * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
3650         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
3651         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
3652         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
3653         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
3654         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
3655         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
3656         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
3657         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
3658         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
3659         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
3660         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
3661         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
3662         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
3663         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
3664         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
3665         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
3666         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
3667         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
3668         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
3669         * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
3670         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
3671         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
3672         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
3673         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
3674         * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
3675         * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
3676         * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
3677         * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
3678         * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
3679         * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
3680         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
3681         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
3682         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
3683         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
3684         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
3685         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
3686         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
3687         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
3688         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
3689         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
3690         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
3691         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
3692         * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
3693         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
3694         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
3695         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
3696         * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
3697         * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
3698         * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
3699         * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
3700         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
3701         * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
3702         * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
3703         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
3704         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
3705         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
3706         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
3707         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
3708         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
3709         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
3710         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
3711         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
3712         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
3713         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
3714         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
3715         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
3716         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
3717         * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
3718         * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
3719         * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
3720         * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
3721         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
3722         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
3723         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
3724         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
3725
3726 2013-02-13  Alan Cutter  <alancutter@chromium.org>
3727
3728         [Chromium] Unreviewed gardening
3729         https://bugs.webkit.org/show_bug.cgi?id=109779
3730
3731         Rebaseline http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html
3732         on Linux after r142683.
3733
3734         * platform/chromium-linux/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
3735
3736 2013-02-13   Vineet Chaudhary  <rgf748@motorola.com>
3737
3738         HTMLCollections namedItem() methods should return null than undefined for empty collections.
3739         https://bugs.webkit.org/show_bug.cgi?id=104096
3740
3741         Reviewed by Kentaro Hara.
3742
3743         As per specification namedItem() should return null if collection is empty.
3744         Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlallcollection
3745
3746         * fast/dom/HTMLFormElement/move-option-between-documents-expected.txt:
3747         * fast/dom/HTMLFormElement/move-option-between-documents.html:
3748         * fast/dom/htmlcollection-namedItem-expected.txt: Added.
3749         * fast/dom/htmlcollection-namedItem.html: Added.
3750
3751 2013-02-13  Tony Gentilcore  <tonyg@chromium.org>
3752
3753         Fix svg/in-html/script-write.html with threaded HTML parser
3754         https://bugs.webkit.org/show_bug.cgi?id=109495
3755
3756         Reviewed by Eric Seidel.
3757
3758         Added 3 new test cases:
3759         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.
3760         2. Test that we don't blindly go into HTML mode after </foreignObject>.
3761         3. Test that unmatched </foreignObject>s are ignored.
3762
3763         * html5lib/resources/webkit02.dat:
3764
3765 2013-02-13  Emil A Eklund  <eae@chromium.org>
3766
3767         getComputedStyle returns truncated value for margin-right
3768         https://bugs.webkit.org/show_bug.cgi?id=109759
3769
3770         Reviewed by Tony Chang.
3771         
3772         Add test for getComputedStyle with fractional margin values.
3773
3774         * fast/sub-pixel/computedstylemargin-expected.txt: Added.
3775         * fast/sub-pixel/computedstylemargin.html: Added.
3776
3777 2013-02-13  Levi Weintraub  <leviw@chromium.org>
3778
3779         REGRESSION(r125794) - inline-children-root-linebox-crash asserts in Chromium debug
3780         https://bugs.webkit.org/show_bug.cgi?id=94256
3781
3782         Unreviewed test expectations update. Re-enabling inline-children-root-linebox-crash
3783         as it was fixed by r139479.
3784
3785         * platform/chromium/TestExpectations:
3786
3787 2013-02-13  Elliott Sprehn  <esprehn@chromium.org>
3788
3789         ASSERT(!renderer()->needsLayout()) when calling Element::focus() with generated content
3790         https://bugs.webkit.org/show_bug.cgi?id=109616
3791
3792         Reviewed by Julien Chaffraix.
3793
3794         * fast/block/float/float-not-removed-from-pre-block-expected.txt: Changed output.
3795         * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added.
3796         * fast/css-generated-content/quote-layout-focus-crash.html: Added.
3797
3798 2013-02-13  Abhishek Arya  <inferno@chromium.org>
3799
3800         ASSERTION FAILED: !object || object->isBox(), Bad cast in RenderBox::computeLogicalHeight
3801         https://bugs.webkit.org/show_bug.cgi?id=107748
3802
3803         Reviewed by Levi Weintraub.
3804
3805         * fast/block/body-inline-block-crash-expected.txt: Added.
3806         * fast/block/body-inline-block-crash.html: Added.
3807
3808 2013-02-13  Eric Carlson  <eric.carlson@apple.com>
3809
3810         [Mac] Caption menu should have only one item selected
3811         https://bugs.webkit.org/show_bug.cgi?id=109730
3812
3813         Reviewed by Dean Jackson.
3814
3815         * media/track/track-user-preferences-expected.txt:
3816         * media/track/track-user-preferences.html: Update test to check for reactions to preferences.
3817
3818 2013-02-13  Hans Muller  <hmuller@adobe.com>
3819
3820         [CSS Exclusions] ExclusionPolygon reflex vertices should constrain the first fit location.
3821         https://bugs.webkit.org/show_bug.cgi?id=107568
3822
3823         Reviewed by Dirk Schulze.
3824
3825         In this carefully contrived test case, the Y coordinate of the origin of the line
3826         of text is only computed correctly if the constraints implied by the polygon's
3827         reflex vertices are considered.
3828
3829         * fast/exclusions/shape-inside/shape-inside-first-fit-reflex-expected.html: Added.
3830         * fast/exclusions/shape-inside/shape-inside-first-fit-reflex.html: Added.
3831
3832 2013-02-13  Zan Dobersek  <zdobersek@igalia.com>
3833
3834         Unreviewed GTK gardening.
3835
3836         Marking a few tests as slow on the debug builds. This shall prevent them timing out unnecessarily.
3837
3838         * platform/gtk/TestExpectations:
3839
3840 2013-02-13  Julien Chaffraix  <jchaffraix@webkit.org>
3841
3842         [CSS Grid Layout] Adding or removing grid items doesn't properly recompute the track sizes
3843         https://bugs.webkit.org/show_bug.cgi?id=109100
3844
3845         Reviewed by Ojan Vafai.
3846
3847         * fast/css-grid-layout/grid-item-addition-track-breadth-update-expected.txt: Added.
3848         * fast/css-grid-layout/grid-item-addition-track-breadth-update.html: Added.
3849         * fast/css-grid-layout/grid-item-removal-track-breadth-update-expected.txt: Added.
3850         * fast/css-grid-layout/grid-item-removal-track-breadth-update.html: Added.
3851         New tests.
3852
3853         * fast/css-grid-layout/resources/grid.css:
3854         (.constrainedContainer):
3855         (.unconstrainedContainer):
3856         Added these class to share them with other tests.
3857
3858         * fast/css-grid-layout/auto-content-resolution-columns.html:
3859         * fast/css-grid-layout/auto-content-resolution-rows.html:
3860         * fast/css-grid-layout/implicit-columns-auto-resolution.html:
3861         * fast/css-grid-layout/implicit-position-dynamic-change.html:
3862         * fast/css-grid-layout/implicit-rows-auto-resolution.html:
3863         * fast/css-grid-layout/minmax-max-content-resolution-columns.html:
3864         * fast/css-grid-layout/minmax-max-content-resolution-rows.html:
3865         * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
3866         * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
3867         Removed constrainedContainer definition as it was moved to grid.css.
3868
3869 2013-02-13  Stephen Chenney  <schenney@chromium.org>
3870
3871         [Chromium] Rebasline after r142765
3872
3873         Unreviewed test expectations update.
3874
3875         The change caused sub-pixel changing in SVG-as-image positions.
3876
3877         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
3878         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
3879         * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
3880
3881 2013-02-13  Levi Weintraub  <leviw@chromium.org>
3882
3883         Bidi-Isolated inlines can cause subsequent content to not be rendered
3884         https://bugs.webkit.org/show_bug.cgi?id=108137
3885
3886         Reviewed by Eric Seidel.
3887
3888         * fast/text/content-following-inline-isolate-with-collapsed-whitespace.html: Added.
3889         * fast/text/content-following-inline-isolate-with-collapsed-whitespace-expected.txt: Added.
3890
3891 2013-02-13  Christian Biesinger  <cbiesinger@chromium.org>
3892
3893         Crash when encountering <object style="resize:both;">
3894         https://bugs.webkit.org/show_bug.cgi?id=109728
3895
3896         See also https://code.google.com/p/chromium/issues/detail?id=175535
3897
3898         Reviewed by Eric Seidel.
3899
3900         * fast/css/resize-object-crash-expected.txt: Added.
3901         * fast/css/resize-object-crash.html: Added.
3902
3903 2013-02-13  Kondapally Kalyan  <kalyan.kondapally@intel.com>
3904
3905         [WebGL][EFL][GTK][Qt]Add support for OES_vertex_array_object.
3906         https://bugs.webkit.org/show_bug.cgi?id=109382
3907
3908         Reviewed by Kenneth Russell.
3909
3910         Enable oes-vertex-array-object for EFL port.
3911
3912         * fast/canvas/webgl/oes-vertex-array-object-expected.txt:
3913         * fast/canvas/webgl/oes-vertex-array-object.html:
3914         * platform/efl/TestExpectations:
3915
3916 2013-02-13  Filip Pizlo  <fpizlo@apple.com>
3917
3918         DFG LogicalNot/Branch peephole removal and inversion ignores the possibility of things exiting
3919         https://bugs.webkit.org/show_bug.cgi?id=109489
3920
3921         Reviewed by Mark Hahnenberg.
3922
3923         * fast/js/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt: Added.
3924         * fast/js/dfg-branch-logical-not-peephole-around-osr-exit.html: Added.
3925         * fast/js/jsc-test-list:
3926         * fast/js/script-tests/dfg-branch-logical-not-peephole-around-osr-exit.js: Added.
3927         (foo):
3928
3929 2013-02-12  Dean Jackson  <dino@apple.com>
3930
3931         Clicking outside captions menu should dismiss it
3932         https://bugs.webkit.org/show_bug.cgi?id=109648
3933
3934         Reviewed by Eric Carlson.
3935
3936         New test for captions menu. Skip it everywhere but Mac.
3937
3938         * media/video-controls-captions-trackmenu-hide-on-click.html: Added.
3939         * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
3940         * platform/chromium/TestExpectations:
3941         * platform/efl/TestExpectations:
3942         * platform/gtk/TestExpectations:
3943         * platform/qt/TestExpectations:
3944         * platform/win/TestExpectations:
3945
3946 2013-02-13  Morten Stenshorne  <mstensho@opera.com>
3947
3948         WebKit ignores column-rules wider than column-gap
3949         https://bugs.webkit.org/show_bug.cgi?id=15553
3950
3951         Paint column rules even if they are wider than the gap.
3952         Rules wider than the gap should just overlap with column contents.
3953
3954         Reviewed by Eric Seidel.
3955
3956         * fast/multicol/rule-thicker-than-gap-expected.html: Added.
3957         * fast/multicol/rule-thicker-than-gap.html: Added.
3958
3959 2013-02-13  Philip Rogers  <pdr@google.com>
3960
3961         Replace SVG bitmap cache with directly-rendered SVG
3962         https://bugs.webkit.org/show_bug.cgi?id=106159
3963
3964         Reviewed by Tim Horton.
3965
3966         This patch fixes two existing bugs (WK99481 and WK104189) that were due to caching bitmaps
3967         at a fixed size. A test has been added for each of these bugs.
3968
3969         * platform/chromium/TestExpectations:
3970         * svg/as-image/svg-image-scaled-expected.html: Added.
3971         * svg/as-image/svg-image-scaled.html: Added.
3972         * svg/as-image/svg-image-viewbox-expected.html: Added.
3973         * svg/as-image/svg-image-viewbox.html: Added.
3974
3975 2013-02-13  Florin Malita  <fmalita@chromium.org>
3976
3977         [SVG] OOB access in SVGListProperty::replaceItemValues()
3978         https://bugs.webkit.org/show_bug.cgi?id=109293
3979
3980         Updated tests to cover the crash and new behavior.
3981
3982         Reviewed by Dirk Schulze.
3983
3984         * svg/dom/SVGLengthList-basics-expected.txt:
3985         * svg/dom/SVGLengthList-basics.xhtml:
3986         * svg/dom/SVGNumberList-basics-expected.txt:
3987         * svg/dom/SVGNumberList-basics.xhtml:
3988         * svg/dom/SVGPointList-basics-expected.txt:
3989         * svg/dom/SVGPointList-basics.xhtml:
3990         * svg/dom/SVGTransformList-basics-expected.txt:
3991         * svg/dom/SVGTransformList-basics.xhtml:
3992
3993 2013-02-13  Takashi Sakamoto  <tasak@google.com>
3994
3995         [Refactoring] StyleResolver::State should have methods to access its me
3996         https://bugs.webkit.org/show_bug.cgi?id=108563
3997
3998         Reviewed by Antti Koivisto.
3999
4000         * inspector/styles/region-style-crash-expected.txt:
4001         Rebaseline. Since inspector hasn't supported CSS region styles yet,
4002         region-style-crash.html has no CSS region styles as its result.
4003
4004 2013-02-13  Rashmi Shyamasundar  <rashmi.s2@samsung.com>
4005
4006         The 2D Canvas functions fillText()/strokeText() should display nothing when maxWidth is less then or equal to zero
4007         https://bugs.webkit.org/show_bug.cgi?id=102656
4008
4009         Reviewed by Dirk Schulze.
4010
4011         The functions fillText()/strokeText() should not display anything when 
4012         maxWidth is less than or equal to zero, according to spec :
4013         http://www.w3.org/TR/2dcontext/#text-preparation-algorithm
4014
4015         * fast/canvas/canvas-fillText-invalid-maxWidth-expected.txt: Added.
4016         * fast/canvas/canvas-fillText-invalid-maxWidth.html: Added.
4017         * fast/canvas/canvas-strokeText-invalid-maxWidth-expected.txt: Added.
4018         * fast/canvas/canvas-strokeText-invalid-maxWidth.html: Added.
4019         * fast/canvas/script-tests/canvas-fillText-invalid-maxWidth.js: Added.
4020         * fast/canvas/script-tests/canvas-strokeText-invalid-maxWidth.js: Added.
4021
4022 2013-02-13  Sergio Villar Senin  <svillar@igalia.com>
4023
4024         Unreviewed GTK gardening.
4025
4026         Provide the same custom expectations as all the other
4027         platforms. This likely means that there is a bug in the code or
4028         that the expected result is incorrect.
4029
4030         * platform/gtk/TestExpectations:
4031         * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added.
4032
4033 2013-02-13  Andrew Wilson  <atwilson@chromium.org>
4034
4035         Unreviewed chromium expectation changes resulting from r142719.
4036
4037         * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
4038         * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
4039         * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
4040
4041 2013-02-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>
4042
4043         [EFL] Unreviewed gardening.
4044
4045         * platform/efl/TestExpectations:
4046
4047 2013-02-13  Andrew Wilson  <atwilson@chromium.org>
4048
4049         Unreviewed chromium expectation changes.
4050         Fallout from r142683.
4051
4052         * platform/chromium-win/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
4053
4054 2013-02-13  Pablo Flouret  <pablof@motorola.com>
4055
4056         Implement css-conditional's CSS.supports()
4057         https://bugs.webkit.org/show_bug.cgi?id=100324
4058
4059         Reviewed by Antti Koivisto.
4060
4061         * css3/supports-dom-api-expected.txt: Added.
4062         * css3/supports-dom-api.html: Added.
4063         * platform/chromium/TestExpectations:
4064         * platform/efl/TestExpectations:
4065         * platform/gtk/TestExpectations:
4066         * platform/mac/TestExpectations:
4067         * platform/qt/TestExpectations:
4068         * platform/win/TestExpectations:
4069         * platform/wincairo/TestExpectations:
4070         * platform/wk2/TestExpectations:
4071
4072 2013-02-13  Mike West  <mkwst@chromium.org>
4073
4074         location.href does not throw SECURITY_ERR when accessed across origins with JSC bindings
4075         https://bugs.webkit.org/show_bug.cgi?id=43891
4076
4077         Reviewed by Adam Barth.
4078
4079         * http/tests/plugins/resources/cross-frame-object-access.html:
4080         * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
4081         * http/tests/security/cross-frame-access-location-get-expected.txt:
4082         * http/tests/security/cross-frame-access-location-get.html:
4083         * http/tests/security/resources/cross-frame-access.js:
4084         (accessThrowsException):
4085         * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html:
4086         * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html:
4087             Adjusting tests to check for exceptions, and adjusting expectations to match.
4088         * 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.
4089         * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Added.
4090         * 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.
4091             V8 fails at the moment: http://wkbug.com/43892
4092
4093 2013-02-13  Vsevolod Vlasov  <vsevik@chromium.org>
4094
4095         Unreviewed test fix: removed redundant testRunnet.notifyDone() call that was causing other test failures.
4096
4097         * inspector/script-execution-state-change-notification.html:
4098
4099 2013-02-13  Zan Dobersek  <zdobersek@igalia.com>
4100
4101         Unreviewed GTK gardening.
4102         Rebaselining tests after the DOM4 Events constructors and CSS image-set
4103         support were enabled.
4104
4105         * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
4106         * platform/gtk/fast/events/constructors: Added.
4107         * platform/gtk/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
4108         * platform/gtk/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
4109         * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt:
4110         * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
4111         * platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt:
4112         * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:
4113         * platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt:
4114         * platform/gtk/fast/hidpi/image-set-simple-expected.txt:
4115         * platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt:
4116
4117 2013-02-13  Ádám Kallai  <kadam@inf.u-szeged.hu>
4118
4119         [Qt] Unreviewed gardening. Skip failing tests.
4120
4121         * platform/qt/TestExpectations:
4122
4123 2013-02-12  Hajime Morrita  <morrita@google.com>
4124
4125         [Internals] setShadowDOMEnabled() shouldn't be used except a few tests.
4126         https://bugs.webkit.org/show_bug.cgi?id=109642
4127
4128         Reviewed by Kent Tamura.
4129
4130         * fast/dom/shadow/shadow-dom-enabled-flag-whitelist-expected.txt: Added.
4131         * fast/dom/shadow/shadow-dom-enabled-flag-whitelist.html: Added.
4132
4133 2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>
4134
4135         Web Inspector: Introduce version controller to migrate settings versions.
4136         https://bugs.webkit.org/show_bug.cgi?id=109553
4137
4138         Reviewed by Yury Semikhatsky.
4139
4140         * inspector/version-controller-expected.txt: Added.
4141         * inspector/version-controller.html: Added.
4142
4143 2013-02-12  Filip Pizlo  <fpizlo@apple.com>
4144
4145         Eradicate fast/js/dfg-poison-fuzz.html
4146         https://bugs.webkit.org/show_bug.cgi?id=109660
4147
4148         Unreviewed.
4149         
4150         I haven't seen this test fail in ages.  And I've seen a lot of DFG bugs!
4151
4152         This is a super expensive test for one bug that used to be in the DFG but that has
4153         since been thoroughly eradicated. Likely the plethora of other DFG tests cover that
4154         bug. Heck, I'm not even sure if the code that this covers is even in the repository
4155         anymore.
4156
4157         In the spirit of not having super expensive and mostly useless tests, I'm removing
4158         this test.
4159
4160         * fast/js/dfg-poison-fuzz-expected.txt: Removed.
4161         * fast/js/dfg-poison-fuzz.html: Removed.
4162         * fast/js/jsc-test-list:
4163         * fast/js/script-tests/dfg-poison-fuzz.js: Removed.
4164         * platform/chromium/TestExpectations:
4165         * platform/gtk/TestExpectations:
4166         * platform/qt-4.8/TestExpectations:
4167         * platform/qt-mac/TestExpectations:
4168         * platform/qt/TestExpectations:
4169
4170 2013-02-12  Alan Cutter  <alancutter@chromium.org>
4171
4172         [Chromium] Rebaseline suggestion-picker layout tests
4173         https://bugs.webkit.org/show_bug.cgi?id=109647
4174
4175         Unreviewed rebaseline.
4176         Text position differences, imperceptible to human sight.
4177         Test failures possibly caused by: http://trac.webkit.org/changeset/142659
4178
4179         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
4180         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
4181         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
4182         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
4183         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
4184         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
4185
4186 2013-02-12  Nate Chapin  <japhet@chromium.org>
4187
4188         REGRESSION: Reloading a local file doesn't pick up changes
4189         https://bugs.webkit.org/show_bug.cgi?id=109344
4190
4191         Reviewed by Alexey Proskuryakov.
4192
4193         * http/tests/cache/reload-main-resource-expected.txt: Added.
4194         * http/tests/cache/reload-main-resource.php: Added.
4195         * http/tests/cache/resources/reload-main-resource-iframe.php: Added.
4196         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt: This test
4197             was being loaded from memory cache in spite of being loaded via reload. We
4198             shouldn't do that.
4199         * http/tests/misc/link-rel-icon-beforeload-expected.txt: This test
4200             was being loaded from memory cache in spite of being loaded via reload. We
4201             shouldn't do that.
4202
4203 2013-02-12  Dima Gorbik  <dgorbik@apple.com>
4204
4205         Mac rebaseline for r142638.
4206
4207         Reviewed by Benjamin Poulain.
4208
4209         * platform/mac-lion/accessibility/table-attributes-expected.txt: Removed.
4210         * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Removed.
4211         * platform/mac-lion/accessibility/table-sections-expected.txt: Removed.
4212         * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Removed.
4213         * platform/mac/accessibility/table-attributes-expected.txt:
4214         * platform/mac/accessibility/table-cell-spans-expected.txt:
4215         * platform/mac/accessibility/table-cells-expected.txt:
4216         * platform/mac/accessibility/table-sections-expected.txt:
4217         * platform/mac/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
4218
4219 2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>
4220
4221         [HTMLTemplateElement] Change template.dat serialization format
4222         https://bugs.webkit.org/show_bug.cgi?id=109635
4223
4224         Reviewed by Eric Seidel.
4225
4226         The serialization format now uses 'content' instead of '#document-fragment' to
4227         denote template contents.
4228
4229         * html5lib/resources/template.dat:
4230         * resources/dump-as-markup.js:
4231         (Markup._get):
4232
4233 2013-02-12  Nico Weber  <thakis@chromium.org>
4234
4235         Remove webintents from TestExpectations files
4236         https://bugs.webkit.org/show_bug.cgi?id=109620
4237
4238         Reviewed by James Robinson.
4239
4240         * platform/chromium/TestExpectations:
4241         * platform/gtk/TestExpectations:
4242         * platform/mac/TestExpectations:
4243         * platform/qt-5.0-mac-wk2/TestExpectations:
4244         * platform/qt/TestExpectations:
4245         * platform/win/TestExpectations:
4246         * platform/wincairo/TestExpectations:
4247
4248 2013-02-12  Dean Jackson  <dino@apple.com>
4249
4250         Unreviewed. Remove webintents from TestExpectations on mac - directory no longer exists.
4251
4252         * platform/mac/TestExpectations:
4253
4254 2013-02-12  Mike West  <mkwst@chromium.org>
4255
4256         Implement script MIME restrictions for X-Content-Type-Options: nosniff
4257         https://bugs.webkit.org/show_bug.cgi?id=71851
4258
4259         Reviewed by Adam Barth.
4260
4261         * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt: Added.
4262         * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed.html: Added.
4263         * http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt: Added.
4264         * http/tests/security/contentTypeOptions/nosniff-script-allowed.html: Added.
4265         * http/tests/security/contentTypeOptions/nosniff-script-blocked-expected.txt: Added.
4266         * http/tests/security/contentTypeOptions/nosniff-script-blocked.html: Added.
4267         * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added.
4268         * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html: Added.
4269         * http/tests/security/contentTypeOptions/resources/script-with-header.pl: Added.
4270             New tests!
4271         * platform/efl/TestExpectations:
4272         * platform/gtk/TestExpectations:
4273         * platform/mac/TestExpectations:
4274         * platform/qt/TestExpectations:
4275         * platform/win/TestExpectations:
4276         * platform/wincairo/TestExpectations:
4277         * platform/wk2/TestExpectations:
4278             Skip the new tests on platforms where ENABLE_NOSNIFF isn't yet
4279             enabled (everything other than Chromium).
4280
4281 2013-02-12  Emil A Eklund  <eae@chromium.org>
4282
4283         Unreviewed chromium rebaseline for r142638, garden-o-matic screwed up the original rebaseline :(
4284
4285         * platform/chromium-mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4286         * platform/chromium-mac-snowleopard/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4287         * platform/chromium-win-xp/fast/dom/Window: Added.
4288         * platform/chromium-win-xp/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4289
4290 2013-02-12  Robert Hogan  <robert@webkit.org>
4291
4292         REGRESSION(r136967): Combination of float and clear yields to bad layout
4293         https://bugs.webkit.org/show_bug.cgi?id=109476
4294
4295         Reviewed by Levi Weintraub.
4296
4297         * fast/block/margin-collapse/self-collapsing-block-with-float-children-expected.txt: Added.
4298         * fast/block/margin-collapse/self-collapsing-block-with-float-children.html: Added.
4299
4300 2013-02-12  Emil A Eklund  <eae@chromium.org>
4301
4302         Unreviewed rebaseline for r142638.
4303
4304         * platform/chromium-linux-x86/fast/dom/Window: Removed.
4305         * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
4306         * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
4307         * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
4308         * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4309         * platform/chromium/TestExpectations:
4310         * platform/mac-lion/accessibility: Added.
4311         * platform/mac-lion/accessibility/table-attributes-expected.txt: Added.
4312         * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Added.
4313         * platform/mac-lion/accessibility/table-sections-expected.txt: Added.
4314         * platform/mac-lion/fast/dom/Window: Added.
4315         * platform/mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4316         * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Added.
4317         * platform/mac-wk2/fast/dom/Window: Added.
4318         * platform/mac-wk2/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
4319         * platform/mac/accessibility/image-link-expected.txt:
4320         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
4321         * platform/mac/accessibility/table-detection-expected.txt:
4322         * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt:
4323
4324 2013-02-12  Levi Weintraub  <leviw@chromium.org>
4325
4326         ASSERTION FAILED: !object || object->isBox(), UNKNOWN in WebCore::RenderListItem::positionListMarker
4327         https://bugs.webkit.org/show_bug.cgi?id=108699
4328
4329         Reviewed by Abhishek Arya.
4330
4331         * fast/multicol/span/list-multi-column-crash-expected.txt: Added.
4332         * fast/multicol/span/list-multi-column-crash.html: Added.
4333
4334 2013-02-12  Vivek Galatage  <vivek.vg@samsung.com>
4335
4336         Web Inspector: JavaScript execution disabled by browser/UA should be notified to the front-end
4337         https://bugs.webkit.org/show_bug.cgi?id=109402
4338
4339         Reviewed by Yury Semikhatsky.
4340
4341         Tests that whenever Script Execution state is changed outside inspector, its notified to the Inspector front-end.
4342
4343         * inspector/script-execution-state-change-notification-expected.txt: Added.
4344         * inspector/script-execution-state-change-notification.html: Added.
4345
4346 2013-02-12  Uday Kiran  <udaykiran@motorola.com>
4347
4348         Background size width specified in viewport percentage units not working
4349         https://bugs.webkit.org/show_bug.cgi?id=109536
4350
4351         Reviewed by Antti Koivisto.
4352
4353         Added a test for background image width specified in viewport percentage unit.
4354
4355         * fast/backgrounds/size/backgroundSize-viewportPercentage-width-expected.html: Added.
4356         * fast/backgrounds/size/backgroundSize-viewportPercentage-width.html: Added.
4357
4358 2013-02-12  Pablo Flouret  <pablof@motorola.com>
4359
4360         Handle error recovery in @supports
4361         https://bugs.webkit.org/show_bug.cgi?id=103934
4362
4363         Reviewed by Antti Koivisto.
4364
4365         * css3/supports-cssom.html:
4366         * css3/supports-expected.txt:
4367         * css3/supports.html:
4368
4369 2013-02-12  Emil A Eklund  <eae@chromium.org>
4370
4371         TransformState::move should not round offset to int
4372         https://bugs.webkit.org/show_bug.cgi?id=108266
4373
4374         Reviewed by Simon Fraser.
4375         
4376         Add new tests for Element::boundingClientRect and clip rects for
4377         elements on subpixel boundaries.
4378
4379         * fast/dom/Window/webkitConvertPoint.html:
4380         * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt:
4381         Update test and expectations to take new rounding into account.
4382         
4383         * fast/sub-pixel/boundingclientrect-subpixel-margin-expected.txt: Added.
4384         * fast/sub-pixel/boundingclientrect-subpixel-margin.html: Added.
4385         Add test ensuring that boundingClientRect returns accurate and
4386         precise (as opposed to rounded) metrics.
4387         
4388         * fast/sub-pixel/clip-rect-box-consistent-rounding-expected.html: Added.
4389         * fast/sub-pixel/clip-rect-box-consistent-rounding.html: Added.
4390         Add test ensuring that clip rects and elements use consistent rounding.
4391
4392
4393 2013-02-12  Rafael Weinstein  <rafaelw@chromium.org>
4394
4395         [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
4396         https://bugs.webkit.org/show_bug.cgi?id=109338
4397
4398         Reviewed by Adam Barth.
4399
4400         * html5lib/resources/template.dat:
4401
4402 2013-02-12  Dominic Mazzoni  <dmazzoni@google.com>
4403
4404         ASSERTION FAILED: i < size(), UNKNOWN in WebCore::AccessibilityMenuListPopup::didUpdateActiveOption
4405         https://bugs.webkit.org/show_bug.cgi?id=109452
4406
4407         Reviewed by Chris Fleizach.
4408
4409         Add test to ensure a crash doesn't happen if a selected option
4410         is added to a select element, which was triggering a code path where
4411         the DOM has added a new child of the select but the accessibility
4412         object never got updated.
4413
4414         * accessibility/insert-selected-option-into-select-causes-crash-expected.txt: Added.
4415         * accessibility/insert-selected-option-into-select-causes-crash.html: Added.
4416
4417 2013-02-12  Peter Rybin  <prybin@chromium.org>
4418
4419         Web Inspector: for event listener provide handler function value in protocol and in UI
4420         https://bugs.webkit.org/show_bug.cgi?id=109284
4421
4422         Reviewed by Yury Semikhatsky.
4423
4424         Test is rebased.
4425
4426         * inspector/elements/event-listener-sidebar-expected.txt:
4427         * inspector/elements/event-listeners-about-blank-expected.txt:
4428
4429 2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>
4430
4431         Web Inspector: refactor some reusable functionality from BraceHighlighter
4432         https://bugs.webkit.org/show_bug.cgi?id=109574
4433
4434         Reviewed by Pavel Feldman.
4435
4436         Add layout test to verify brace highlighter functionality.
4437
4438         * inspector/editor/text-editor-brace-highlighter-expected.txt: Added.
4439         * inspector/editor/text-editor-brace-highlighter.html: Added.
4440
4441 2013-02-12  Andrew Wilson  <atwilson@chromium.org>
4442
4443         Unreviewed chromium expectation update.
4444         https://bugs.webkit.org/show_bug.cgi?id=109581
4445
4446         * platform/chromium/TestExpectations: mark debugger-script-preprocessor.html as crashy.
4447
4448 2013-02-12  Andrew Wilson  <atwilson@chromium.org>
4449
4450         Unreviewed chromium rebaselines after r142586.
4451
4452         * platform/chromium-mac/fast/canvas/webgl/webgl-layer-update-expected.png: Added.
4453
4454 2013-02-12  Vsevolod Vlasov  <vsevik@chromium.org>
4455
4456         Web Inspector: Introduce version controller to migrate settings versions.
4457         https://bugs.webkit.org/show_bug.cgi?id=109553
4458
4459         Reviewed by Yury Semikhatsky.
4460
4461         * inspector/version-controller-expected.txt: Added.
4462         * inspector/version-controller.html: Added.
4463
4464 2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
4465
4466         [GTK] Enable CSS Variables feature in development builds
4467         https://bugs.webkit.org/show_bug.cgi?id=109474
4468
4469         Reviewed by Martin Robinson.
4470
4471         * platform/gtk/TestExpectations: Remove the expectations for tests that now pass.
4472
4473 2013-02-12  Sheriff Bot  <webkit.review.bot@gmail.com>
4474
4475         Unreviewed, rolling out r142531.
4476         http://trac.webkit.org/changeset/142531
4477         https://bugs.webkit.org/show_bug.cgi?id=109569
4478
4479         Causes html5lib/run-template layout test to crash. (Requested
4480         by atwilson_ on #webkit).
4481
4482         * html5lib/resources/template.dat:
4483
4484 2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
4485
4486         [GTK] Enable CSS image-set support in development builds
4487         https://bugs.webkit.org/show_bug.cgi?id=109475
4488
4489         Reviewed by Martin Robinson.
4490
4491         * platform/gtk/TestExpectations: Reclassify two failures that now fail due to
4492         cursor images not loading while the other expectations are removed as the tests
4493         now pass.
4494         * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Removed. The generic
4495         expectation now matches the test output.
4496
4497 2013-02-12  Zan Dobersek  <zdobersek@igalia.com>
4498
4499         [GTK] Enable DOM4 events constructors in development builds
4500         https://bugs.webkit.org/show_bug.cgi?id=109471
4501
4502         Reviewed by Martin Robinson.
4503
4504         * platform/gtk/TestExpectations: Remove the failure expectations, the related
4505         tests now pass.
4506
4507 2013-02-12  Andrey Kosyakov  <caseq@chromium.org>
4508
4509         Unreviewed -- suppress stray console message that emerged after r142486.
4510
4511         * inspector/extensions/extensions-events.html:
4512
4513 2013-02-12  Ryosuke Niwa  <rniwa@webkit.org>
4514
4515         REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
4516         https://bugs.webkit.org/show_bug.cgi?id=109557
4517
4518         Build fix. Also move this test into platform/mac as done in r142559.
4519
4520         * fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
4521         * fast/dom/Element/id-in-deletebutton.html: Removed.
4522         * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
4523         * platform/chromium/TestExpectations:
4524         * platform/efl/TestExpectations:
4525         * platform/gtk/TestExpectations:
4526         * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt.
4527         * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html.
4528         * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed.
4529         * platform/wincairo/TestExpectations:
4530         * platform/wk2/TestExpectations:
4531
4532 2013-02-12  Andrey Lushnikov  <lushnikov@chromium.org>
4533
4534         Web Inspector: move showWhitespace option into experiments
4535         https://bugs.webkit.org/show_bug.cgi?id=109552
4536
4537         Reviewed by Vsevolod Vlasov.
4538
4539         Fix layout test to switch on experiment instead of toggling one of the
4540         options.
4541
4542         * inspector/editor/text-editor-show-whitespace-expected.txt:
4543         * inspector/editor/text-editor-show-whitespace.html:
4544
4545 2013-02-11  Yury Semikhatsky  <yurys@chromium.org>
4546
4547         Web Inspector: stack trace is cut at native bind if inspector is closed
4548         https://bugs.webkit.org/show_bug.cgi?id=109427
4549
4550         Reviewed by Pavel Feldman.
4551
4552         Test that stack trace for uncaught exceptions is collected when inspector
4553         front-end is closed.
4554
4555         * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
4556         * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Added.
4557         * platform/chromium/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added.
4558
4559 2013-02-12  Jochen Eisinger  <jochen@chromium.org>
4560
4561         [chromium] move webrtc mocks to testrunner library
4562         https://bugs.webkit.org/show_bug.cgi?id=109041
4563
4564         Reviewed by Adam Barth.
4565
4566         Temporarily disable two WebRTC tests that fail due to a bug in
4567         webkit_support's getCurrentTimeMillsecond.
4568
4569         * platform/chromium/TestExpectations:
4570
4571 2013-02-12  Kent Tamura  <tkent@chromium.org>
4572
4573         INPUT_MULTIPLE_FIELDS_UI: Mouse click not on sub-fields in multiple fields input  should not move focus
4574         https://bugs.webkit.org/show_bug.cgi?id=109544
4575
4576         Reviewed by Kentaro Hara.
4577
4578         * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt:
4579         * fast/forms/time-multiple-fields/time-multiple-fields-focus.html:
4580         Add test to click a delimiter.
4581
4582 2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
4583
4584         [EFL] Remove webintents from TestExpectations
4585         https://bugs.webkit.org/show_bug.cgi?id=109537
4586
4587         Unreviewed. webintents tests no longer exist.
4588
4589         * platform/efl/TestExpectations:
4590
4591 2013-02-11  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>
4592
4593         [EFL][WebGL] WebGL content is not painted after resizing the viewport.
4594         https://bugs.webkit.org/show_bug.cgi?id=106358
4595
4596         Reviewed by Noam Rosenthal.
4597
4598         Add test checking that canvas painting is correct if layer parameters were changed,
4599         but webgl canvas didn't change.
4600
4601         * fast/canvas/webgl/webgl-layer-update-expected.png: Added.
4602         * fast/canvas/webgl/webgl-layer-update-expected.txt: Added.
4603         * fast/canvas/webgl/webgl-layer-update.html: Added.
4604
4605 2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
4606
4607         [EFL] Some placeholder paint order tests are passing now
4608         https://bugs.webkit.org/show_bug.cgi?id=109164
4609
4610         Unreviewed efl gardening.
4611
4612         fast/forms/input-placeholder-paint-order.html and
4613         fast/forms/textarea/textarea-placeholder-paint-order.html are passing now.
4614
4615         RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723
4616         and the expectations are added by r140149.
4617
4618         * platform/efl/TestExpectations:
4619
4620 2013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
4621
4622         [EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations
4623         https://bugs.webkit.org/show_bug.cgi?id=109538
4624
4625         Unreviewed. This test is removed by r142559.
4626
4627         * platform/efl/TestExpectations:
4628
4629 2013-02-11  Eric Carlson  <eric.carlson@apple.com>
4630
4631         [Mac] Track language selection should be sticky
4632         https://bugs.webkit.org/show_bug.cgi?id=109466
4633
4634         Reviewed by Dean Jackson.
4635
4636         * media/track/track-user-preferences-expected.txt: Added.
4637         * media/track/track-user-preferences.html: Added.
4638
4639         * platform/chromium/TestExpectations: Skip new test, it depends on the track menu.
4640         * platform/efl/TestExpectations: Ditto.
4641         * platform/gtk/TestExpectations: Ditto.
4642         * platform/qt/TestExpectations: Ditto.
4643         * platform/win/TestExpectations: Ditto.
4644
4645 2013-02-11  Keishi Hattori  <keishi@webkit.org>
4646
4647         REGRESSION (r140778):Calendar Picker buttons are wrong when rtl
4648         https://bugs.webkit.org/show_bug.cgi?id=109158
4649
4650         Reviewed by Kent Tamura.
4651
4652         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added.
4653         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png:
4654         * platform/chromium/TestExpectations:
4655         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added.
4656         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added.
4657
4658 2013-02-11  Ryosuke Niwa  <rniwa@webkit.org>
4659
4660         Move deletionUI tests into platform/mac
4661         https://bugs.webkit.org/show_bug.cgi?id=109517
4662
4663         Reviewed by Benjamin Poulain.
4664
4665         Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature.
4666
4667         * editing/deleting/5408255-expected.txt: Removed.
4668         * editing/deleting/5408255.html: Removed.
4669         * editing/deleting/deletionUI-single-instance.html: Removed.
4670         * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed.
4671         * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
4672         * platform/efl/TestExpectations:
4673         * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt.
4674         * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html.
4675         * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html.
4676         * platform/qt-mac/TestExpectations:
4677         * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed.
4678         * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
4679         * platform/win/TestExpectations:
4680         * platform/wincairo/TestExpectations:
4681         * platform/wk2/TestExpectations:
4682
4683 2013-02-11  Adam Barth  <abarth@webkit.org>
4684
4685         Load event fires too early with threaded HTML parser (take 2)
4686         https://bugs.webkit.org/show_bug.cgi?id=109485
4687
4688         Reviewed by Eric Seidel.
4689
4690         This patch also fixes a bug whereby removing an iframe during the load
4691         event would trigger DumpRenderTree to dump the test in the middle of
4692         the load event. We now wait until the load event is over.
4693
4694         * compositing/iframes/remove-iframe-crash-expected.txt:
4695         * fast/frames/iframe-access-screen-of-deleted-expected.txt:
4696         * fast/frames/remove-frame-during-load-event-expected.txt: Added.
4697         * fast/frames/remove-frame-during-load-event.html: Added.
4698         * http/tests/misc/xslt-bad-import-expected.txt:
4699
4700 2013-02-11  Nico Weber  <thakis@chromium.org>
4701
4702         Remove web intents code
4703         https://bugs.webkit.org/show_bug.cgi?id=109501
4704
4705         Reviewed by Eric Seidel.
4706
4707         See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev.
4708
4709         * webintents/intent-tag-expected.txt: Removed.
4710         * webintents/intent-tag.html: Removed.
4711         * webintents/resources/pass.html: Removed.
4712         * webintents/resources/web-intents-reload-orig.html: Removed.
4713         * webintents/resources/web-intents-testing.js: Removed.
4714         * webintents/web-intents-api-expected.txt: Removed.
4715         * webintents/web-intents-api.html: Removed.
4716         * webintents/web-intents-delivery-expected.txt: Removed.
4717         * webintents/web-intents-delivery-reuse-expected.txt: Removed.
4718         * webintents/web-intents-delivery-reuse.html: Removed.
4719         * webintents/web-intents-delivery.html: Removed.
4720         * webintents/web-intents-failure-expected.txt: Removed.
4721         * webintents/web-intents-failure.html: Removed.
4722         * webintents/web-intents-invoke-expected.txt: Removed.
4723         * webintents/web-intents-invoke-port-expected.txt: Removed.
4724         * webintents/web-intents-invoke-port.html: Removed.
4725         * webintents/web-intents-invoke.html: Removed.
4726         * webintents/web-intents-obj-constructor-expected.txt: Removed.
4727         * webintents/web-intents-obj-constructor.html: Removed.
4728         * webintents/web-intents-reload-expected.txt: Removed.
4729         * webintents/web-intents-reload.html: Removed.
4730         * webintents/web-intents-reply-expected.txt: Removed.
4731         * webintents/web-intents-reply.html: Removed.
4732
4733 2013-02-11  Stephen Chenney  <schenney@chromium.org>
4734
4735         SVG DOM manipulation crash
4736         https://bugs.webkit.org/show_bug.cgi?id=108709
4737
4738         Reviewed by Eric Seidel.
4739
4740         Adding a test for the case where an SVG <use> tree is rebuild due to
4741         one event listener and a subsequent listener tries to access it. This
4742         does not crash in WebKit but has caused problems in browser code where
4743         the listener tries to access and use toNode on the target of the
4744         event. The test prevents regressions and gives automated security
4745         tests something to work on.
4746
4747         * svg/custom/use-listener-append-crash-expected.txt: Added.
4748         * svg/custom/use-listener-append-crash.html: Added.
4749
4750 2013-02-11  Filip Pizlo  <fpizlo@apple.com>
4751
4752         Strange bug in DFG OSR in JSC
4753         https://bugs.webkit.org/show_bug.cgi?id=109491
4754
4755         Reviewed by Mark Hahnenberg.
4756         
4757         Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based
4758         exactly on Gabor's original test, and another that ought to fail even if I fix other bugs
4759         in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511).
4760
4761         * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added.
4762         * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added.
4763         * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added.
4764         * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added.
4765         * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added.
4766         (checkpoint):
4767         (func1):
4768         (func2):
4769         (func3):
4770         (test):
4771         * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added.
4772         (checkpoint):
4773         (func1):
4774         (func2):
4775         (func3):
4776         (test):
4777
4778 2013-02-11  Emil A Eklund  <eae@chromium.org>
4779
4780         Change RenderFrameSet::paint to use m-rows/m_cols directly.
4781         https://bugs.webkit.org/show_bug.cgi?id=108503
4782
4783         Reviewed by Eric Seidel.
4784         
4785         Add test for how we render an invalid frameset.
4786
4787         * fast/frames/invalid-frameset-expected.html: Added.
4788         * fast/frames/invalid-frameset.html: Added.
4789
4790 2013-02-11  Rafael Weinstein  <rafaelw@chromium.org>
4791
4792         [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
4793         https://bugs.webkit.org/show_bug.cgi?id=109338
4794
4795         Reviewed by Adam Barth.
4796
4797         * html5lib/resources/template.dat:
4798
4799 2013-02-11  Bem Jones-Bey  <bjonesbe@adobe.com>
4800
4801         [CSS Exclusions] Handle shape-outside changing a float's overhang behavior
4802         https://bugs.webkit.org/show_bug.cgi?id=106927
4803
4804         Reviewed by Julien Chaffraix.
4805
4806         This is also tested by the existing tests for shape outside on floats positioning.
4807
4808         * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added.
4809         * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added.
4810
4811 2013-02-11  Tim Horton  <timothy_horton@apple.com>
4812
4813         FrameView::setScrollPosition should clamp scroll position before handing it to
4814         ScrollingCoordinator instead of depending on ScrollView to do this
4815         https://bugs.webkit.org/show_bug.cgi?id=109497
4816         <rdar://problem/12631789>
4817
4818         Reviewed by Simon Fraser.
4819
4820         Adjust some test results which previously expected out-of-bounds scrolling to happen.
4821
4822         Add a test that ensures that out-of-bounds scrolling doesn't happen.
4823
4824         * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added.
4825         * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added.
4826         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt:
4827         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt:
4828         * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt:
4829         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
4830
4831 2013-02-11  Adam Barth  <abarth@webkit.org>
4832
4833         The threaded HTML parser should pass all the fast/parser tests
4834         https://bugs.webkit.org/show_bug.cgi?id=109486
4835
4836         Reviewed by Tony Gentilcore.
4837
4838         * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added.
4839         * fast/parser/document-close-iframe-load-partial-entity.html: Added.
4840
4841 2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>
4842
4843         Unreviewed Chromium rebaselining after r142500.
4844
4845         * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
4846         * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:
4847         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
4848         * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png:
4849         * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
4850         Slight painting regression that brings us back to pre-r132591 baselines.
4851
4852 2013-02-11  Joshua Bell  <jsbell@chromium.org>
4853
4854         IndexedDB: database connections don't close after versionchange transaction aborts
4855         https://bugs.webkit.org/show_bug.cgi?id=102298
4856
4857         Reviewed by Tony Chang.
4858
4859         Added dedicated test, updated tests dependent on buggy behavior.
4860
4861         * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added.
4862         * storage/indexeddb/aborted-versionchange-closes.html: Added.
4863         * storage/indexeddb/lazy-index-population-expected.txt:
4864         * storage/indexeddb/lazy-index-population.html: Remove manual closing.
4865         * storage/indexeddb/objectstore-basics-expected.txt:
4866         * storage/indexeddb/objectstore-basics-workers-expected.txt:
4867         * storage/indexeddb/resources/aborted-versionchange-closes.js: Added.
4868         * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug.
4869
4870 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
4871
4872         [EFL] fast/forms/number/number-l10n-input.html is failing
4873         https://bugs.webkit.org/show_bug.cgi?id=109440
4874
4875         Reviewed by Laszlo Gombos.
4876
4877         Unskip fast/forms/number/number-l10n-input.html on EFL port
4878         now that it passes.
4879
4880         * platform/efl/TestExpectations:
4881
4882 2013-02-11  Adam Barth  <abarth@webkit.org>
4883
4884         Remove failure expectation now that this test is passing.
4885
4886         * platform/chromium/TestExpectations:
4887
4888 2013-02-11  Benjamin Poulain  <benjamin@webkit.org>
4889
4890         Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
4891         https://bugs.webkit.org/show_bug.cgi?id=109349
4892
4893         Reviewed by Sam Weinig.
4894
4895         Update the tests to use InternalSettings.
4896
4897         * fast/dom/timer-increase-min-interval-and-reset-part-1.html:
4898         * fast/dom/timer-increase-min-interval-repeating.html:
4899         * fast/dom/timer-increase-min-interval.html:
4900         * fast/dom/timer-increase-then-decrease-min-interval-repeating.html:
4901         * fast/dom/timer-increase-then-decrease-min-interval.html:
4902
4903 2013-02-11  Mike West  <mkwst@chromium.org>
4904
4905         CSP reports for blocked 'data:' URLs should report the scheme only.
4906         https://bugs.webkit.org/show_bug.cgi?id=109429
4907
4908         Reviewed by Adam Barth.
4909
4910         * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added.
4911         * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added.
4912
4913 2013-02-11  Julien Chaffraix  <jchaffraix@webkit.org>
4914
4915         Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed
4916         https://bugs.webkit.org/show_bug.cgi?id=107189
4917
4918         Reviewed by Abhishek Arya.
4919
4920         * fast/dynamic/continuation-detach-crash-expected.txt: Added.
4921         * fast/dynamic/continuation-detach-crash.html: Added.
4922
4923 2013-02-11  Tony Chang  <tony@chromium.org>
4924
4925         Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings
4926         https://bugs.webkit.org/show_bug.cgi?id=87149
4927
4928         Reviewed by Simon Fraser.
4929
4930         Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically
4931         generated from Settings.in.
4932         Add a Mac only test that uses overridePreference to test the API.
4933
4934         * fast/frames/flattening/crash-svg-document.html:
4935         * fast/frames/flattening/frameset-flattening-advanced.html:
4936         * fast/frames/flattening/frameset-flattening-grid.html:
4937         * fast/frames/flattening/frameset-flattening-simple.html:
4938         * fast/frames/flattening/frameset-flattening-subframe-resize.html:
4939         * fast/frames/flattening/frameset-flattening-subframesets.html:
4940         * fast/frames/flattening/iframe-flattening-crash.html:
4941         * fast/frames/flattening/iframe-flattening-fixed-height.html:
4942         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
4943         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
4944         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
4945         * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
4946         * fast/frames/flattening/iframe-flattening-fixed-width.html:
4947         * fast/frames/flattening/iframe-flattening-nested.html:
4948         * fast/frames/flattening/iframe-flattening-offscreen.html:
4949         * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
4950         * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
4951         * fast/frames/flattening/iframe-flattening-out-of-view.html:
4952         * fast/frames/flattening/iframe-flattening-selection-crash.html:
4953         * fast/frames/flattening/iframe-flattening-simple.html:
4954         * fast/frames/flattening/iframe-tiny.html:
4955         * fast/spatial-navigation/snav-iframe-flattening-simple.html:
4956         * fast/text-autosizing/narrow-iframe-flattened.html:
4957         * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
4958         * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either.
4959         * plugins/frameset-with-plugin-frame.html:
4960         * fast/frames/flattening/crash-svg-document.html:
4961         * fast/frames/flattening/frameset-flattening-advanced.html:
4962         * fast/frames/flattening/frameset-flattening-grid.html:
4963         * fast/frames/flattening/frameset-flattening-simple.html:
4964         * fast/frames/flattening/frameset-flattening-subframe-resize.html:
4965         * fast/frames/flattening/frameset-flattening-subframesets.html:
4966         * fast/frames/flattening/iframe-flattening-crash.html:
4967         * fast/frames/flattening/iframe-flattening-fixed-height.html:
4968         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html:
4969         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html:
4970         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html:
4971         * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html:
4972         * fast/frames/flattening/iframe-flattening-fixed-width.html:
4973         * fast/frames/flattening/iframe-flattening-nested.html:
4974         * fast/frames/flattening/iframe-flattening-offscreen.html:
4975         * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html:
4976         * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html:
4977         * fast/frames/flattening/iframe-flattening-out-of-view.html:
4978         * fast/frames/flattening/iframe-flattening-selection-crash.html:
4979         * fast/frames/flattening/iframe-flattening-simple.html:
4980         * fast/frames/flattening/iframe-tiny.html:
4981         * fast/spatial-navigation/snav-iframe-flattening-simple.html:
4982         * fast/text-autosizing/narrow-iframe-flattened.html:
4983         * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html:
4984         * platform/chromium/TestExpectations:
4985         * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added.
4986         * platform/mac/fast/frames/flattening/set-preference.html: Added.
4987         * plugins/frameset-with-plugin-frame.html:
4988
4989 2013-02-11  Adam Barth  <abarth@webkit.org>
4990
4991         document.write during window.onload can trigger DumpRenderTree to dump the render tree
4992         https://bugs.webkit.org/show_bug.cgi?id=109465
4993
4994         Reviewed by Eric Seidel.
4995
4996         * fast/parser/document-write-during-load-expected.txt: Added.
4997         * fast/parser/document-write-during-load.html: Added.
4998
4999 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5000
5001         Unreviewed EFL gardening.
5002
5003         Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing
5004         on EFL port. This test was introduced in r142335.
5005
5006         * platform/efl/TestExpectations:
5007
5008 2013-02-11  Andrey Kosyakov  <caseq@chromium.org>
5009
5010         Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton
5011         https://bugs.webkit.org/show_bug.cgi?id=109294
5012
5013         Reviewed by Pavel Feldman.
5014
5015         * inspector/timeline/timeline-layout-reason-expected.txt: Added.
5016         * inspector/timeline/timeline-layout-reason.html: Added.
5017         * inspector/timeline/timeline-test.js:
5018         (initialize_Timeline.step2):
5019         (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint()
5020         (initialize_Timeline.):
5021         (initialize_Timeline.InspectorTest.performActionsAndPrint):
5022         (initialize_Timeline.InspectorTest.findPresentationRecord.findByType):
5023         (initialize_Timeline.InspectorTest.findPresentationRecord):
5024
5025 2013-02-01  Andrey Kosyakov  <caseq@chromium.org>
5026
5027         Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error
5028         https://bugs.webkit.org/show_bug.cgi?id=108640
5029
5030         Reviewed by Vsevolod Vlasov.
5031
5032         Rebase tests following change in exception parameter to inspectedWindow.eval() callback.
5033
5034         * inspector/extensions/extensions-eval-expected.txt:
5035         * inspector/extensions/extensions-eval.html:
5036         * inspector/extensions/extensions-sidebar-expected.txt:
5037
5038 2013-02-11  Andrey Kosyakov  <caseq@chromium.org>
5039
5040         Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API
5041         https://bugs.webkit.org/show_bug.cgi?id=109443
5042
5043         Reviewed by Vsevolod Vlasov.
5044
5045         - replace additional message ports used for evaluating code in front-end with normal extension transport.
5046
5047         * http/tests/inspector/extensions-test.js:
5048         (initialize_ExtensionsTest.window.buildPlatformExtensionAPI):
5049         (initialize_ExtensionsTest.InspectorTest._replyToExtension):
5050         (initialize_ExtensionsTest.onEvaluate):
5051         * http/tests/inspector/resources/extension-main.js:
5052         * inspector/extensions/extensions-audits.html:
5053
5054 2013-02-11  Joshua Bell  <jsbell@chromium.org>
5055
5056         [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler
5057         https://bugs.webkit.org/show_bug.cgi?id=108670
5058
5059         Reviewed by Kentaro Hara.
5060
5061         * storage/indexeddb/database-wrapper-expected.txt: Added.
5062         * storage/indexeddb/database-wrapper.html: Added.
5063         * storage/indexeddb/resources/database-wrapper.js: Added.
5064         (test):
5065         (openDB):
5066         (onUpgradeNeeded):
5067         (openSuccess.get request.onsuccess):
5068         (onVersionChange):
5069         (collectGarbage):
5070         (openAgain):
5071         (onBlocked):
5072         (openAgainSuccess):
5073
5074 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5075
5076         Unreviewed EFL gardening.
5077
5078         Skip fast/forms/number/number-l10n-input.html that was added in r142122
5079         but fails on EFL port.
5080
5081         * platform/efl/TestExpectations:
5082
5083 2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
5084
5085         Unreviewed revert test fix attempt and skip it.
5086
5087         * inspector/editor/text-editor-home-button.html:
5088         * platform/chromium/TestExpectations:
5089
5090 2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
5091
5092         Web Inspector: WebInspector.Project refactorings.
5093         https://bugs.webkit.org/show_bug.cgi?id=109433
5094
5095         Reviewed by Alexander Pavlov.
5096
5097         * inspector/debugger/live-edit-breakpoints.html:
5098         * inspector/uisourcecode-revisions.html:
5099
5100 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5101
5102         Unreviewed EFL gardening.
5103
5104         - Rebaseline fast/dynamic/002.html on EFL port after r142015.
5105         - Skip several compositing test cases that started failing after r142112.
5106         - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2.
5107
5108         * platform/efl-wk2/TestExpectations:
5109         * platform/efl/fast/dynamic/002-expected.png:
5110         * platform/efl/fast/dynamic/002-expected.txt:
5111
5112 2013-02-11  Zan Dobersek  <zdobersek@igalia.com>
5113
5114         Unreviewed GTK gardening.
5115
5116         * platform/gtk/TestExpectations: Adding a failure expectation for the
5117         cssom/cssvalue-comparison.html, the test was added in r142444 and is failing
5118         due to CSS image-set functionality not yet enabled in the GTK port.
5119
5120 2013-02-11  Alexei Filippov  <alph@chromium.org>
5121
5122         Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler
5123         https://bugs.webkit.org/show_bug.cgi?id=108653
5124
5125         Reviewed by Yury Semikhatsky.
5126
5127         Currently CPU and heap profilers share the same domain 'Profiler' in the protocol.
5128         In fact these two profile types have not too much in common. So put each into its own domain.
5129         It should also help when Profiles panel gets split into several tools.
5130         This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't
5131         change the original InspectorProfilerAgent.
5132
5133         * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js:
5134         (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here):
5135         (InspectorTest.takeHeapSnapshot):
5136         * inspector-protocol/nmi-webaudio-leak-test.html:
5137         * inspector/profiler/heap-snapshot-get-profile-crash.html:
5138         * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html:
5139         * inspector/profiler/heap-snapshot-loader.html:
5140         * inspector/profiler/heap-snapshot-test.js:
5141         (initialize_HeapSnapshotTest):
5142
5143 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5144
5145         Unreviewed EFL gardening.
5146
5147         Rebaseline EFL expectation for fast/js/global-constructors.html after
5148         r142205.
5149
5150         * platform/efl/fast/js/global-constructors-expected.txt:
5151
5152 2013-02-11  Vsevolod Vlasov  <vsevik@chromium.org>
5153
5154         Unreviewed r142439 follow-up: test fix.
5155
5156         * inspector/editor/text-editor-home-button.html:
5157
5158 2013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5159
5160         Unreviewed EFL gardening.
5161
5162         Mark 2 webgl/conformance test cases as crashing on EFL WK2.
5163
5164         * platform/efl-wk2/TestExpectations:
5165
5166 2013-02-11  Kentaro Hara  <haraken@chromium.org>
5167
5168         Unreviewed gardening. Marked editing/spelling/spellcheck-async.html
5169         as [ Pass Failure ].
5170
5171         * platform/chromium/TestExpectations:
5172
5173 2013-02-11  Kentaro Hara  <haraken@chromium.org>
5174
5175         Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html.
5176
5177         * platform/chromium/TestExpectations:
5178
5179 2013-02-11  Zan Dobersek  <zdobersek@igalia.com>
5180
5181         Unreviewed GTK gardening.
5182
5183         Adjusted expectations for two flaky crashers.
5184         Removed failure expectations for tests that pass.
5185
5186         * platform/gtk/TestExpectations:
5187
5188 2013-02-11  Alexander Pavlov  <apavlov@chromium.org>
5189
5190         Web Inspector: Implement position-based sourcemapping for stylesheets
5191         https://bugs.webkit.org/show_bug.cgi?id=109168
5192
5193         Added test for the stylesheet source mappings, followed the API changes,
5194         removed RangeBasedSourceMap tests as this type of sourcemap is gone.
5195
5196         Reviewed by Vsevolod Vlasov.
5197
5198         * http/tests/inspector/compiler-script-mapping-expected.txt:
5199         * http/tests/inspector/compiler-script-mapping.html:
5200         * http/tests/inspector/resources/example.css.map: Added.
5201         * http/tests/inspector/resources/example.scss: Added.
5202         * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added.
5203         * http/tests/inspector/stylesheet-source-mapping.html: Added.
5204         * inspector/styles/range-based-mapping-expected.txt: Removed.
5205         * inspector/styles/range-based-mapping.html: Removed.
5206
5207 2013-02-11  Alexander Shalamov  <alexander.shalamov@intel.com>
5208
5209         Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison
5210         https://bugs.webkit.org/show_bug.cgi?id=102901
5211
5212         Reviewed by Antti Koivisto.
5213
5214         New layout test to verify that CSSValue objects comparison works properly.
5215
5216         * cssom/cssvalue-comparison-expected.txt: Added.
5217         * cssom/cssvalue-comparison.html: Added.
5218
5219 2013-02-11  Kentaro Hara  <haraken@chromium.org>
5220
5221         Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg
5222         as [ ImageOnlyFailure Pass ].
5223
5224         * platform/chromium/TestExpectations:
5225
5226 2013-02-11  John J. Barton  <johnjbarton@chromium.org>
5227
5228         Web Inspector: Don't throw exceptions in WebInspector.Color
5229         https://bugs.webkit.org/show_bug.cgi?id=104835
5230
5231         Reviewed by Vsevolod Vlasov.
5232         
5233         Added case to test parsing 'none' from border style
5234
5235         * inspector/styles/styles-invalid-color-values-expected.txt:
5236         * inspector/styles/styles-invalid-color-values.html:
5237
5238 2013-02-11  Andrey Lushnikov  <lushnikov@chromium.org>
5239
5240         Web Inspector: home button behaviour is wrong in DTE
5241         https://bugs.webkit.org/show_bug.cgi?id=109154
5242
5243         Reviewed by Vsevolod Vlasov.
5244
5245         Add layout test to verify home button behaviour. Exclude this test on
5246         platforms that do not have eventSender object in test shell.
5247
5248         * inspector/editor/editor-test.js:
5249         (initialize_EditorTests.lineWithCursor):
5250         (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text.
5251         * inspector/editor/text-editor-home-button-expected.txt: Added.
5252         * inspector/editor/text-editor-home-button.html: Added.
5253         * platform/efl/TestExpectations:
5254         * platform/mac/TestExpectations:
5255         * platform/qt/TestExpectations:
5256
5257 2013-02-11  Philippe Normand  <pnormand@igalia.com>
5258
5259         Unreviewed, GTK gardening
5260
5261         * platform/gtk/TestExpectations: Flagging media tests affected
5262         by bug 108682
5263
5264 2013-02-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
5265
5266         [Qt] Unreviewed gardening. Skip faling test.
5267         https://bugs.webkit.org/show_bug.cgi?id=109353.
5268
5269         * platform/qt/TestExpectations:
5270
5271 2013-02-10  Chris Fleizach  <cfleizach@apple.com>
5272
5273         WebSpeech: Implement basic speaking/finished speaking behavior
5274         https://bugs.webkit.org/show_bug.cgi?id=107135
5275
5276         Reviewed by Sam Weinig.
5277
5278         * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added.
5279         * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added.
5280
5281 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5282
5283         Unreviewed gardening. Rebaselined an image.
5284
5285         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
5286
5287 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5288
5289         Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW.
5290
5291         * platform/chromium/TestExpectations:
5292
5293 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5294
5295         Unreviewed gardening. Rebaselined an image.
5296
5297         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5298
5299 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5300
5301         Unreviewed gardening. Rebaselined an image.
5302
5303         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5304
5305 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5306
5307         Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL.
5308
5309         * platform/chromium/TestExpectations:
5310
5311 2013-02-10  Kentaro Hara  <haraken@chromium.org>
5312
5313         Unreviewed gardening. Rebaselined svg/custom/foreign-object-skew.svg.
5314
5315         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5316
5317 2013-02-10  Tim Horton  <timothy_horton@apple.com>
5318
5319         REGRESSION (r132422): Page content and scrollbars are incorrectly offset after restoring a page from the page cache
5320         https://bugs.webkit.org/show_bug.cgi?id=109317
5321         <rdar://problem/12649131>
5322
5323         Reviewed by Simon Fraser.
5324
5325         Add a test that ensures that scroll position is correctly restored for pages coming out of the page cache when tiled drawing is enabled.
5326
5327         * platform/mac-wk2/tiled-drawing/resources/go-back.html: Added.
5328         * platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html: Added.
5329         * platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Added.
5330
5331 2013-02-10  Philippe Normand  <pnormand@igalia.com>
5332
5333         Unreviewed, GTK gardening.
5334
5335         * platform/gtk/TestExpectations: Remove duplicate test expectation
5336         for media/track/track-in-band-style.html.
5337
5338 2013-02-10  Philippe Normand  <pnormand@igalia.com>
5339
5340         [GStreamer] media/video-controls-fullscreen-volume.html crashes
5341         https://bugs.webkit.org/show_bug.cgi?id=108682
5342
5343         Reviewed by Martin Robinson.
5344
5345         * platform/gtk/TestExpectations: Unflag now passing tests.
5346
5347 2013-02-10  Kent Tamura  <tkent@chromium.org>
5348
5349         [Chromium] Test expectation update
5350         https://bugs.webkit.org/show_bug.cgi?id=109376
5351
5352         * platform/chromium/TestExpectations:
5353         fast/frames/seamless/seamless-inherited-origin.html is failing on debug bots.
5354
5355 2013-02-10  Philippe Normand  <pnormand@igalia.com>
5356
5357         Unreviewed, GTK gardening.
5358
5359         * platform/gtk/TestExpectations: Flag new failing media/track test.
5360
5361 2013-02-10  Kent Tamura  <tkent@chromium.org>
5362
5363         [Chromium] Test expectation update
5364         https://bugs.webkit.org/show_bug.cgi?id=92941
5365
5366         * platform/chromium/TestExpectations:
5367         accessibility/loading-iframe-updates-axtree.html is [ Timeout ].
5368
5369 2013-02-10  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5370
5371         Unreviewed EFL gardening.
5372
5373         Unskip fast/encoding/parser-tests-*.html tests now that the crashes
5374         have been fixed by r142385.
5375
5376         * platform/efl-wk2/TestExpectations:
5377
5378 2013-02-09  James Robinson  <jamesr@chromium.org>
5379
5380         Chromium gardening
5381
5382         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5383         * platform/chromium/TestExpectations:
5384
5385 2013-02-09  Dominic Mazzoni  <dmazzoni@google.com>
5386
5387         fast/encoding/parser-tests-*.html tests sometimes crash
5388         https://bugs.webkit.org/show_bug.cgi?id=108058
5389
5390         Reviewed by Chris Fleizach.
5391
5392         Make test less brittle by (1) giving the iframe an aria-role so
5393         it's never ignored, and (2) using accessibilityElementById instead
5394         of assuming an element is in a specific place in the AX tree.
5395
5396         * accessibility/loading-iframe-updates-axtree.html:
5397
5398 2013-02-09  Stephen Chenney  <schenney@chromium.org>
5399
5400         [Chromium] Reverting earlier change now
5401
5402         Unreviewed expectations.
5403
5404         * platform/chromium/TestExpectations: Removed all the expectations added earlier.
5405
5406 2013-02-09  Philip Rogers  <pdr@google.com>
5407
5408         Sanitize m_keyTimes for paced value animations
5409         https://bugs.webkit.org/show_bug.cgi?id=108828
5410
5411         Reviewed by Dirk Schulze.
5412
5413         * svg/animations/animate-keytimes-crash-expected.html: Added.
5414         * svg/animations/animate-keytimes-crash.html: Added.
5415
5416 2013-02-09  Stephen Chenney  <schenney@chromium.org>
5417
5418         [Chromium] Trying to turn the build.webkit.org builders greener
5419
5420         Unreviewed expectations.
5421
5422         We seem to have an issue with build.webkit.org test bots and
5423         Chromium.WebKit test bots doing different things. This is temporary
5424         until we figure out what went wrong.
5425
5426         * platform/chromium/TestExpectations: Re-adding all the changes due to Skia flags.
5427
5428 2013-02-09  Kent Tamura  <tkent@chromium.org>
5429
5430         Fix crash by img[ismap] with content property
5431         https://bugs.webkit.org/show_bug.cgi?id=108702
5432
5433         Reviewed by Adam Barth.
5434
5435         * fast/dom/HTMLAnchorElement/anchor-ismap-crash-expected.txt: Added.
5436         * fast/dom/HTMLAnchorElement/anchor-ismap-crash.html: Added.
5437
5438 2013-02-09  Kent Tamura  <tkent@chromium.org>
5439
5440         [Chromium] Test expectation update.
5441
5442         * platform/chromium/TestExpectations:
5443         Correct encrypted-media-v2-*.html expectation.
5444
5445 2013-02-09  Zan Dobersek  <zdobersek@igalia.com>
5446
5447         Unreviewed GTK gardening.
5448
5449         * platform/gtk/TestExpectations: Adding a failure expectation for the test introduced in r142335.
5450
5451 2013-02-09  Christophe Dumez  <ch.dumez@sisa.samsung.com>
5452
5453         Unreviewed EFL gardening.
5454
5455         Rebaseline fast/text/international/bidi-ignored-for-first-child-inline.html
5456         after r142152.
5457
5458         * platform/efl/TestExpectations:
5459         * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
5460         * platform/efl/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
5461
5462 2013-02-09  Andrey Lushnikov  <lushnikov@chromium.org>
5463
5464         Web Inspector: show whitespace characters in DTE
5465         https://bugs.webkit.org/show_bug.cgi?id=108947
5466
5467         Reviewed by Pavel Feldman.
5468
5469         Add layout test to verify whitespace highlight functionality.
5470
5471         * inspector/editor/text-editor-show-whitespace-expected.txt: Added.
5472         * inspector/editor/text-editor-show-whitespace.html: Added.
5473
5474 2013-02-08  Eric Carlson  <eric.carlson@apple.com>
5475
5476         [Mac] respect in-band caption color
5477         https://bugs.webkit.org/show_bug.cgi?id=109203
5478
5479         Reviewed by Dean Jackson.
5480
5481         * media/track/track-in-band-style-expected.txt: Added.
5482         * media/track/track-in-band-style.html: Added.
5483
5484         * platform/chromium/TestExpectations: Skip new test.
5485         * platform/efl/TestExpectations: Ditto.
5486         * platform/gtk/TestExpectations: Ditto.
5487         * platform/mac/TestExpectations: Ditto.
5488         * platform/qt/TestExpectations: Ditto.
5489         * platform/win/TestExpectations: Ditto.
5490
5491 2013-02-08  Gregg Tavares  <gman@chromium.org>
5492
5493         Disable All WebGL Tests on WebKit for Windows
5494         https://bugs.webkit.org/show_bug.cgi?id=109207
5495
5496         Unreviewed expectations update.
5497
5498         * platform/win/TestExpectations:
5499
5500 2013-02-08  Tim Horton  <timothy_horton@apple.com>
5501
5502         Some tiled drawing tests use scalePageBy() incorrectly
5503         https://bugs.webkit.org/show_bug.cgi?id=109336
5504
5505         Rubber-stamped by Simon Fraser.
5506
5507         scalePageBy takes (scale, x, y). Some of the tiled drawing tests are incorrectly handing them (scale, scale).
5508         Adjust the tests and the expected results.
5509
5510         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed.html:
5511         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
5512         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html:
5513         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
5514         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html:
5515         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html:
5516
5517 2013-02-08  Andy Estes  <aestes@apple.com>
5518
5519         Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint()
5520         https://bugs.webkit.org/show_bug.cgi?id=109277
5521
5522         Reviewed by Simon Fraser.
5523
5524         Remove test added by r118852 and add a test that verifies the original
5525         expected behavior.
5526
5527         * fast/css/text-overflow-ellipsis-hit-test-expected.txt: Removed.
5528         * fast/css/text-overflow-ellipsis-hit-test.html: Removed.
5529         * fast/flexbox/line-clamp-link-after-ellipsis-expected.txt: Added.
5530         * fast/flexbox/line-clamp-link-after-ellipsis.html: Added.
5531
5532 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5533
5534         [Chromium] Expectation modification after r142327
5535
5536         Unreviewed expectations update.
5537
5538         The test from "Bring WebKit up to speed with latest Encrypted Media spec" is slow.
5539
5540         * platform/chromium/TestExpectations:
5541
5542 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5543
5544         [Chromium] Expectations as a result of removing Skia code suppressions
5545
5546         Unreviewed expectations update.
5547
5548         A remaining textual fix.
5549
5550         * editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
5551         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
5552         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
5553         * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
5554
5555 2013-02-08  Jeffrey Pfau  <jpfau@apple.com>
5556
5557         [Mac] Unreviewed rebaseline
5558
5559         * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed.
5560         * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
5561
5562 2013-02-08  Jer Noble  <jer.noble@apple.com>
5563
5564         Bring WebKit up to speed with latest Encrypted Media spec.
5565         https://bugs.webkit.org/show_bug.cgi?id=97037
5566
5567         Reviewed by Eric Carlson.
5568
5569         Added new tests for the updated Encrypted Media Extensions spec.
5570
5571         * media/encrypted-media/encrypted-media-v2-events-expected.txt: Added.
5572         * media/encrypted-media/encrypted-media-v2-events.html: Added.
5573         * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Added.
5574         * media/encrypted-media/encrypted-media-v2-syntax.html: Added.
5575         * platform/Chromium/TestExpectations: Skip the new media/encrypted-media/ v2 tests.
5576         * platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
5577
5578 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5579
5580         [Chromium] Expectations as a result of removing Skia code suppressions
5581
5582         Unreviewed expectations update.
5583
5584         Why does this test always fail to be correctly rebaselined during mass updates?
5585
5586         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
5587
5588 2013-02-08  Joshua Bell  <jsbell@chromium.org>
5589
5590         IndexedDB: De-flake open-during-transaction layout test
5591         https://bugs.webkit.org/show_bug.cgi?id=109072
5592
5593         Reviewed by Tony Chang.
5594
5595         This test was observed to be flaky in local runs; sometimes the transaction
5596         would terminate after the third open() call rather than the second, resulting
5597         in a TEXT difference. Added code to keep the transaction alive until all of
5598         the open() calls are complete, and changed expectations to match.
5599
5600         * storage/indexeddb/open-during-transaction-expected.txt:
5601         * storage/indexeddb/resources/open-during-transaction.js:
5602
5603 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5604
5605         [Chromium] Expectations as a result of removing Skia code suppressions
5606
5607         Unreviewed expectations update.
5608
5609         Cleaning up the remaining failures. With luck this is it, although probably not.
5610
5611         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
5612         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
5613         * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
5614         * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
5615         * platform/chromium-linux/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
5616         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
5617         * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
5618         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
5619         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
5620         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Removed.
5621         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
5622         * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
5623         * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
5624         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
5625         * platform/chromium-win/media/video-zoom-controls-expected.png:
5626
5627 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5628
5629         Expectations as a result of removing Skia code suppressions
5630
5631         Unreviewed expectations update.
5632
5633         Round 19. The last, except for cleanup. Too many to list.
5634
5635         * platform/chromium/TestExpectations:
5636
5637 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5638
5639         Expectations as a result of removing Skia code suppressions
5640
5641         Unreviewed expectations update.
5642
5643         Round 18. SVG all but dynamic-updates and custom tests. List omitted
5644         except for changes touching other ports.
5645
5646         * platform/chromium/TestExpectations:
5647         * platform/efl-wk2/svg/css/circle-in-mask-with-shadow-expected.png: Added.
5648         * platform/efl-wk2/svg/css/group-with-shadow-expected.png: Added.
5649         * platform/efl-wk2/svg/css/text-gradient-shadow-expected.png: Added.
5650         * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
5651         * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
5652         * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
5653         * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Removed.
5654         * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
5655         * platform/efl/svg/css/text-gradient-shadow-expected.png: Removed.
5656         * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
5657         * platform/win-future/svg/batik/text/textPosition2-expected.txt: Added.
5658         * svg/batik/text/textPosition2-expected.txt: Replaced.
5659
5660 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5661
5662         Expectations as a result of removing Skia code suppressions
5663
5664         Unreviewed expectations update.
5665
5666         Round 17. SVG W3C tests. List omitted.
5667
5668         * platform/chromium/TestExpectations:
5669
5670 2013-02-08  Jeffrey Pfau  <jpfau@apple.com>
5671
5672         [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode
5673
5674         * platform/mac/TestExpectations:
5675
5676 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5677
5678         Expectations as a result of removing Skia code suppressions
5679
5680         Unreviewed expectations update.
5681
5682         Round 16. Everything done but SVG, and cleanup.
5683
5684         * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Removed.
5685         * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Removed.
5686         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Removed.
5687         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Removed.
5688         * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Removed.
5689         * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Removed.
5690         * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Removed.
5691         * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Removed.
5692         * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Removed.
5693         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Removed.
5694         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Removed.
5695         * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Removed.
5696         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
5697         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Removed.
5698         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
5699         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Removed.
5700         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Removed.
5701         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Removed.
5702         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Removed.
5703         * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Removed.
5704         * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Removed.
5705         * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Removed.
5706         * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Removed.
5707         * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Removed.
5708         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Removed.
5709         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Removed.
5710         * platform/chromium-linux-x86/tables/mozilla/core: Removed.
5711         * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Removed.
5712         * platform/chromium-linux-x86/tables/mozilla/dom: Removed.
5713         * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Removed.
5714         * platform/chromium-linux-x86/tables/mozilla/other: Removed.
5715         * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Removed.
5716         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
5717         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Removed.
5718         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Removed.
5719         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Removed.
5720         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Removed.
5721         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
5722         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Removed.
5723         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Removed.
5724         * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Removed.
5725         * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
5726         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
5727         * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
5728         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
5729         * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
5730         * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
5731         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
5732         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
5733         * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
5734         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
5735         * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
5736         * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
5737         * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
5738         * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
5739         * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
5740         * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
5741         * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
5742         * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
5743         * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
5744         * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
5745         * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
5746         * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
5747         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
5748         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
5749         * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
5750         * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
5751         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
5752         * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
5753         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
5754         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
5755         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
5756         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
5757         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
5758         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
5759         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
5760         * platform/chromium/TestExpectations:
5761
5762 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5763
5764         Expectations as a result of removing Skia code suppressions
5765
5766         Unreviewed expectations update.
5767
5768         Round 15. platform/. Too many to list.
5769
5770         * platform/chromium/TestExpectations:
5771
5772 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5773
5774         Expectations as a result of removing Skia code suppressions
5775
5776         Unreviewed expectations update.
5777
5778         Round 14. Remaining tests up to platform in sorted order. Too many to list.
5779
5780         * platform/chromium/TestExpectations:
5781
5782 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5783
5784         Expectations as a result of removing Skia code suppressions
5785
5786         Unreviewed expectations update.
5787
5788         Round 13. Last of the fast tests. Too many to list. Still listing efl changes.
5789
5790         * platform/chromium/TestExpectations:
5791         * platform/chromium/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
5792         * platform/efl-wk2/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
5793         * platform/efl-wk2/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
5794         * platform/efl-wk2/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
5795         * platform/efl-wk2/fast/repaint/shadow-multiple-vertical-expected.png: Added.
5796         * platform/efl-wk2/fast/text: Added.
5797         * platform/efl-wk2/fast/text/stroking-decorations-expected.png: Added.
5798         * platform/efl-wk2/fast/text/stroking-expected.png: Added.
5799         * platform/efl-wk2/fast/transforms: Added.
5800         * platform/efl-wk2/fast/transforms/shadows-expected.png: Added.
5801         * platform/efl-wk2/fast/transforms/transformed-focused-text-input-expected.png: Added.
5802         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
5803         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
5804         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
5805         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
5806         * platform/efl/fast/text/stroking-decorations-expected.png: Removed.
5807         * platform/efl/fast/text/stroking-expected.png: Removed.
5808         * platform/efl/fast/transforms/shadows-expected.png: Removed.
5809         * platform/efl/fast/transforms/transformed-focused-text-input-expected.png: Removed.
5810         * platform/mac/fast/replaced/three-selects-break-expected.png: Removed.
5811
5812 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5813
5814         Expectations as a result of removing Skia code suppressions
5815
5816         Unreviewed expectations update.
5817
5818         Round 12. More fast tests. Too many to list.
5819
5820         * platform/chromium/TestExpectations:
5821
5822 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5823
5824         [Chromium] Flakey test expectations update
5825
5826         Unreviewed gardening.
5827
5828         * platform/chromium/TestExpectations:
5829
5830 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5831
5832         Expectations as a result of removing Skia code suppressions
5833
5834         Unreviewed expectations update.
5835
5836         Round 11. Some fast tests. Elided.
5837
5838         * platform/chromium/TestExpectations:
5839
5840 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5841
5842         Expectations as a result of removing Skia code suppressions
5843
5844         Unreviewed expectations update.
5845
5846         Round 10. Mac 10.6 results were wrong. This simplifies things a lot.
5847
5848         * fast/repaint/scale-page-shrink-expected.png: Added.
5849         * platform/chromium-mac-snowleopard/fast/repaint/background-scaling-expected.png:
5850         * platform/chromium-mac-snowleopard/fast/repaint/scale-page-shrink-expected.png:
5851         * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png:
5852         * platform/chromium/fast/repaint/scale-page-shrink-expected.png: Removed.
5853         * platform/mac/fast/repaint/scale-page-shrink-expected.png: Removed.
5854
5855 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5856
5857         Expectations as a result of removing Skia code suppressions
5858
5859         Unreviewed expectations update.
5860
5861         Round 9. These were rebaselined earlier before all the bots were done.
5862
5863         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
5864         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
5865         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
5866         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
5867         * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
5868         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
5869         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
5870         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
5871         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
5872         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
5873         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
5874         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
5875         * platform/chromium-mac/svg/text/selection-styles-expected.png:
5876         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
5877         * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
5878         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
5879         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
5880         * platform/chromium-win/svg/text/selection-styles-expected.png:
5881
5882 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5883
5884         Expectations as a result of removing Skia code suppressions
5885
5886         Unreviewed expectations update.
5887
5888         Round 8. Outstanding mac failure.
5889
5890         * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
5891         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
5892         * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
5893         * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Removed.
5894
5895 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5896
5897         Expectations as a result of removing Skia code suppressions
5898
5899         Unreviewed expectations update.
5900
5901         Round 7. Outstanding failing linux tests
5902
5903         * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Removed.
5904         * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Removed.
5905
5906 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5907
5908         Expectations as a result of removing Skia code suppressions
5909
5910         Unreviewed expectations update.
5911
5912         Round 6. Outstanding failing linux tests
5913
5914         * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
5915
5916 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5917
5918         Expectations as a result of removing Skia code suppressions
5919
5920         Unreviewed expectations update.
5921
5922         Round 5. Editing expectations.
5923
5924         File list truncated to remove the hundreds of files that have been updated.
5925
5926         * platform/chromium/TestExpectations: Removed the temp expectations and re-added one mac failure case
5927         * platform/efl-wk1/editing/selection: Added.
5928         * platform/efl-wk1/editing/selection/move-by-character-6-expected.png: Added.
5929         * platform/efl/editing/selection/move-by-character-6-expected.png: Removed.
5930
5931 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
5932
5933         [Qt] Unreviewed gardening. Update platform specific expected files after r142280.
5934
5935         * platform/qt/fast/block/float/024-expected.txt: Update after r142280.
5936         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Update after r142280.
5937
5938 2013-02-08  Stephen White  <senorblanco@chromium.org>
5939
5940         [chromium] Unreviewed gardening.  Remove effect-reference-hw from test expectations, since it's now passing.
5941         https://bugs.webkit.org/show_bug.cgi?id=104289
5942
5943         * platform/chromium/TestExpectations:
5944
5945 2013-02-08  Kent Tamura  <tkent@chromium.org>
5946
5947         [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME
5948         https://bugs.webkit.org/show_bug.cgi?id=109272
5949
5950         Reviewed by Kentaro Hara.
5951
5952         * platform/chromium/TestExpectations:
5953         Skip fast/forms/datetime and datetime-multiple-fields
5954
5955 2013-02-08  Stephen Chenney  <schenney@chromium.org>
5956
5957         Expectations as a result of removing Skia code suppressions
5958
5959         Unreviewed expectations update.
5960
5961         Round 4. CSS expectations.
5962
5963         * platform/chromium-linux-x86/css1/box_properties: Removed.
5964         * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Removed.
5965         * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Removed.
5966         * platform/chromium-linux-x86/css3/images: Removed.
5967         * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Removed.
5968         * platform/chromium-linux-x86/css3/selectors3/html: Removed.
5969         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
5970         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Removed.
5971         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Removed.
5972         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Removed.
5973         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Removed.
5974         * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
5975         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
5976         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Removed.
5977         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Removed.
5978         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Removed.
5979         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Removed.
5980         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
5981         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed.
5982         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Removed.
5983         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Removed.
5984         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Removed.
5985         * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
5986         * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
5987         * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
5988         * platform/chromium-linux/css2.1/t0505-c16-descendant-01-e-expected.png:
5989         * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
5990         * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png: Removed.
5991         * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png:
5992         * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png:
5993         * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png:
5994         * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
5995         * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
5996         * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
5997         * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
5998         * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
5999         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
6000         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
6001         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
6002         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
6003         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
6004         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
6005         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
6006         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
6007         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
6008         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
6009         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
6010         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
6011         * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
6012         * platform/chromium-mac-lion/css3/images: Removed.
6013         * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Removed.
6014         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
6015         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
6016         * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
6017         * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Removed.
6018         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
6019         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
6020         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
6021         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
6022         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
6023         * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
6024         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
6025         * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
6026         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
6027         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
6028         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.png:
6029         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
6030         * platform/chromium-win-xp/css3/images: Removed.
6031         * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Removed.
6032         * platform/chromium-win-xp/css3/selectors3: Removed.
6033         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
6034         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
6035         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.txt:
6036         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
6037         * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
6038         * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
6039         * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
6040         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Added.
6041         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Added.
6042         * platform/chromium/TestExpectations:
6043         * platform/chromium/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
6044         * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Removed.
6045         * platform/chromium/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Removed.
6046
6047 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6048
6049         Expectations as a result of removing Skia code suppressions
6050
6051         Unreviewed expectations update.
6052
6053         Round 3. Remaining expected failures that had platform-specific supppressions
6054
6055         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
6056         * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
6057         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
6058         * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
6059         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
6060         * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png:
6061         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
6062         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
6063         * platform/chromium-mac-lion/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
6064         * platform/chromium-mac-lion/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
6065         * platform/chromium-mac-lion/fast/css/nested-rounded-corners-expected.png:
6066         * platform/chromium-mac-lion/fast/dom/52776-expected.png:
6067         * platform/chromium-mac-lion/fast/frames/iframe-scaling-with-scroll-expected.png:
6068         * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
6069         * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png:
6070         * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
6071         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
6072         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
6073         * platform/chromium-mac/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
6074         * platform/chromium-mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Added.
6075         * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
6076         * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
6077         * platform/chromium-mac/fast/dom/52776-expected.png:
6078         * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
6079         * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
6080         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
6081         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Removed.
6082         * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
6083         * platform/chromium-win/fast/css/background-clip-radius-values-expected.png:
6084         * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
6085         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
6086         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
6087         * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
6088         * platform/chromium/TestExpectations:
6089         * platform/chromium/editing/pasteboard/emacs-cntl-y-001-expected.png: Removed.
6090         * platform/chromium/editing/pasteboard/emacs-ctrl-a-k-y-expected.png: Removed.
6091
6092 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
6093
6094         [Qt] Reviewin Qt TestExpectations. Rebaseline and unskip passing tests.
6095
6096         * platform/qt/TestExpectations:
6097         * platform/qt/svg/css/arrow-with-shadow-expected.png:
6098         * platform/qt/svg/css/arrow-with-shadow-expected.txt:
6099         * platform/qt/svg/css/clippath-with-shadow-expected.png:
6100         * platform/qt/svg/css/clippath-with-shadow-expected.txt:
6101         * platform/qt/svg/css/composite-shadow-text-expected.png:
6102         * platform/qt/svg/custom/simple-text-double-shadow-expected.png:
6103         * platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
6104         * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.png: Copied from LayoutTests/platform/qt/svg/css/clippath-with-shadow-expected.png.
6105         * platform/qt/svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
6106
6107 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6108
6109         Expectations as a result of removing Skia code suppressions
6110
6111         Unreviewed expectations update.
6112
6113         Round 2. Failing Linux tests with no expectations
6114
6115         * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
6116         * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
6117         * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
6118         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
6119         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
6120         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
6121         * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
6122         * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
6123         * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
6124         * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
6125         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
6126         * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
6127         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
6128         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
6129         * platform/chromium-linux/svg/text/selection-styles-expected.png:
6130         * platform/efl-wk2/fast/repaint: Added.
6131         * platform/efl-wk2/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
6132         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png: Removed.
6133         * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
6134
6135 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6136
6137         Expectations as a result of removing Skia code suppressions
6138
6139         Unreviewed expectations update.
6140
6141         Round 1. Some tests that have existing expectations.
6142
6143         * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
6144         * fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
6145         * platform/chromium-linux-x86/editing/input: Removed.
6146         * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6147         * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6148         * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png:
6149         * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
6150         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6151         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
6152         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6153         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
6154         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
6155         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6156         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
6157         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6158         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
6159         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6160         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
6161         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
6162         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6163         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
6164         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
6165         * platform/chromium-win-xp/editing/input: Removed.
6166         * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
6167         * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
6168         * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
6169         * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
6170         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
6171         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
6172         * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
6173         * platform/chromium/TestExpectations:
6174         * platform/chromium/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
6175         * platform/efl-wk1/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
6176         * platform/efl-wk2/editing/input: Added.
6177         * platform/efl-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
6178         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
6179         * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Removed.
6180
6181 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
6182
6183         [Qt] Unreviewed gardening.
6184         https://bugs.webkit.org/show_bug.cgi?id=109209.
6185
6186         * platform/qt/TestExpectations:
6187         * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added after r142152.
6188         * platform/qt/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: Added after r142152.
6189
6190 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
6191
6192         [Qt][Wk2] Unreviewed gardening. Skip failing tests.
6193         https://bugs.webkit.org/show_bug.cgi?id=109291.
6194
6195         * platform/qt-5.0-wk2/TestExpectations:
6196
6197 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6198
6199         Expectations as a result of removing Skia code suppressions
6200
6201         Unreviewed expectations update.
6202
6203         These are tests that failed due to bad expectations.
6204
6205         * platform/chromium-linux/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
6206         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
6207         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png:
6208         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
6209         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
6210         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
6211         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
6212         * platform/chromium-mac/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
6213         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
6214         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
6215         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
6216         * platform/chromium-mac/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
6217         * platform/chromium-win/platform/chromium/rubberbanding: Added.
6218         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png: Added.
6219         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-ne-expected.txt: Added.
6220         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png: Added.
6221         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-nw-expected.txt: Added.
6222         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.png: Added.
6223         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-se-expected.txt: Added.
6224         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png: Added.
6225         * platform/chromium-win/platform/chromium/rubberbanding/custom-scrollbars-sw-expected.txt: Added.
6226         * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.png: Added.
6227         * platform/chromium-win/platform/chromium/rubberbanding/overhang-ne-expected.txt: Added.
6228         * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.png: Added.
6229         * platform/chromium-win/platform/chromium/rubberbanding/overhang-nw-expected.txt: Added.
6230         * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.png: Added.
6231         * platform/chromium-win/platform/chromium/rubberbanding/overhang-se-expected.txt: Added.
6232         * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.png: Added.
6233         * platform/chromium-win/platform/chromium/rubberbanding/overhang-sw-expected.txt: Added.
6234         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
6235         * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
6236         * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
6237         * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png:
6238         * platform/chromium-win/svg/custom/pointer-events-text-expected.png:
6239         * platform/chromium/TestExpectations:
6240
6241 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6242
6243         Expectations as a result of removing Skia code suppressions
6244
6245         Unreviewed gardening.
6246
6247         * platform/chromium/TestExpectations: Last of the Win failures.
6248
6249 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6250
6251         Expectations as a result of removing Skia code suppressions
6252
6253         Unreviewed gardening.
6254
6255         * platform/chromium/TestExpectations: Adding Mac rubberbanding failures
6256
6257 2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>
6258
6259         Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
6260         https://bugs.webkit.org/show_bug.cgi?id=109282
6261
6262         Reviewed by Alexander Pavlov.
6263
6264         * http/tests/inspector-enabled/dynamic-scripts.html:
6265         * http/tests/inspector/compiler-script-mapping.html:
6266         * http/tests/inspector/workspace-test.js:
6267         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
6268         * inspector/debugger/breakpoint-manager.html:
6269         * inspector/debugger/dynamic-scripts.html:
6270         * inspector/debugger/script-snippet-model.html:
6271         * inspector/debugger/scripts-file-selector.html:
6272         * inspector/debugger/scripts-panel.html:
6273         * inspector/debugger/scripts-sorting-expected.txt:
6274         * inspector/debugger/scripts-sorting.html:
6275         * inspector/uisourcecode-revisions.html:
6276
6277 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6278
6279         Expectations as a result of removing Skia code suppressions
6280
6281         Unreviewed gardening.
6282
6283         * platform/chromium/TestExpectations: Outstanding Win failures
6284
6285 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6286
6287         Expectations as a result of removing Skia code suppressions
6288
6289         Unreviewed gardening.
6290
6291         * platform/chromium/TestExpectations: One more to get all bots green again ready for rebaselining.
6292
6293 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6294
6295         Expectations as a result of removing Skia code suppressions
6296
6297         Unreviewed gardening.
6298
6299         * platform/chromium/TestExpectations: Modified a MountainLion expectation
6300
6301 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6302
6303         Expectations as a result of removing Skia code suppressions
6304
6305         Unreviewed gardening.
6306
6307         * platform/chromium/TestExpectations:
6308
6309 2013-02-08  Vsevolod Vlasov  <vsevik@chromium.org>
6310
6311         Web Inspector: Replace workspace with project in UISourceCode constructor.
6312         https://bugs.webkit.org/show_bug.cgi?id=109256
6313
6314         Reviewed by Alexander Pavlov.
6315
6316         * inspector/debugger/breakpoint-manager-expected.txt:
6317         * inspector/debugger/breakpoint-manager.html:
6318         * inspector/debugger/script-formatter-search.html:
6319         * inspector/debugger/scripts-file-selector.html:
6320         * inspector/debugger/scripts-panel.html:
6321         * inspector/debugger/scripts-sorting.html:
6322         * inspector/debugger/ui-source-code-display-name.html:
6323         * inspector/debugger/ui-source-code.html:
6324         * inspector/uisourcecode-revisions.html:
6325
6326 2013-02-08  Zan Dobersek  <zdobersek@igalia.com>
6327
6328         Unreviewed GTK gardening.
6329
6330         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205.
6331
6332 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6333
6334         Remove Skia code suppressions
6335
6336         Unreviewed enabling of existing optimizations
6337
6338         Removing all skia_webkit.gyp code suppressions and adding expectations
6339         for the failures.
6340
6341         * platform/chromium/TestExpectations:
6342
6343 2013-02-08  Stephen Chenney  <schenney@chromium.org>
6344
6345         [chromium] Unreviewed gardening. Adjusting expectations for two failures.
6346
6347         Unreviewed Chromium expectations
6348
6349         * platform/chromium/TestExpectations:
6350
6351 2013-02-08  Matt Falkenhagen  <falken@chromium.org>
6352
6353         [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests.
6354         https://bugs.webkit.org/show_bug.cgi?id=96441
6355
6356         * platform/chromium/TestExpectations:
6357
6358 2013-02-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
6359
6360         [Qt] Unreviewed gardening. Skip failing tests.
6361
6362         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Removed.
6363         * platform/qt/TestExpectations:
6364         * platform/qt/fast/js/global-constructors-expected.txt: Added after r142149.
6365
6366 2013-02-08  KwangYong Choi  <ky0.choi@samsung.com>
6367
6368         [EFL] Mark some tests as passing with incorrect expectations
6369         https://bugs.webkit.org/show_bug.cgi?id=109173
6370
6371         Unreviewed EFL gardening.
6372
6373         Add new category for TestExpectations: PASSING TESTS WITH INCORRECT EXPECTATIONS.
6374
6375         Currently, the tests are passing with their generated incorrect expectations.
6376         It should be checked if the test starts failing. It means, the test can be passing now.
6377
6378         Below tests are marked as passing tests with incorrect expectations.
6379
6380         fast/forms/basic-textareas-quirks.html
6381         fast/forms/input-disabled-color.html
6382         fast/forms/input-readonly-dimmed.html
6383         fast/forms/listbox-hit-test-zoomed.html
6384         fast/forms/menulist-narrow-width.html
6385         fast/forms/menulist-style-color.html
6386         fast/forms/plaintext-mode-2.html
6387         fast/forms/search-cancel-button-style-sharing.html
6388         fast/forms/search-rtl.html
6389         fast/forms/select-baseline.html
6390         fast/forms/select-style.html
6391         fast/forms/zoomed-controls.html
6392
6393         * platform/efl-wk1/TestExpectations:
6394         * platform/efl-wk2/TestExpectations:
6395         * platform/efl/TestExpectations:
6396
6397 2013-02-08  Kentaro Hara  <haraken@chromium.org>
6398
6399         Support a relatedTarget attribute on focus/blur events
6400         https://bugs.webkit.org/show_bug.cgi?id=109176
6401
6402         Reviewed by Ojan Vafai.
6403
6404         In bug 76216, we supported a relatedTarget attribute on
6405         focusin/focusout events. We should also support it on focus/blur events.
6406
6407         See http://lists.w3.org/Archives/Public/www-dom/2012OctDec/0061.html
6408         for the www-dom discussion.
6409
6410         * fast/dom/shadow/shadow-boundary-events-expected.txt:
6411         * fast/dom/shadow/shadow-boundary-events.html:
6412         * fast/events/related-target-focusevent-expected.txt:
6413         * fast/events/related-target-focusevent.html:
6414
6415 2013-02-07  Yury Semikhatsky  <yurys@chromium.org>
6416
6417         Web Inspector: reduce number of native memory instrumentation categories
6418         https://bugs.webkit.org/show_bug.cgi?id=109146
6419
6420         Reviewed by Pavel Feldman.
6421
6422         Updated tests to use new memory categories.
6423
6424         * inspector-protocol/nmi-webaudio-expected.txt:
6425         * inspector-protocol/nmi-webaudio-leak-test-expected.txt:
6426         * inspector-protocol/nmi-webaudio-leak-test.html:
6427         * inspector-protocol/nmi-webaudio.html:
6428         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
6429         * inspector/profiler/memory-instrumentation-cached-images.html:
6430         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
6431         * inspector/profiler/memory-instrumentation-canvas.html:
6432
6433 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
6434
6435         [chromium] Unreviewed gardening. Flakiness on table-cell-before-after-content-around-table-row.html
6436         https://bugs.webkit.org/show_bug.cgi?id=109262
6437
6438         An assert is sometimes hit in WebCore::RenderTableCell::styleDidChange.
6439
6440         * platform/chromium/TestExpectations:
6441
6442 2013-02-07  Mike West  <mkwst@chromium.org>
6443
6444         <iframe seamless> should avoid vertical scrollbars during the initial layout passes.
6445         https://bugs.webkit.org/show_bug.cgi?id=87707
6446
6447         Reviewed by Eric Seidel.
6448
6449         * fast/frames/seamless/seamless-float-expected.txt:
6450         * fast/frames/seamless/seamless-inline-expected.txt:
6451             Rebaseline the now-passing bits of these tests.
6452
6453 2013-02-07  Alok Priyadarshi  <alokp@chromium.org>
6454
6455         Unreviewed rebaseline.
6456
6457         * 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.
6458         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
6459         * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Copied from LayoutTests/platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt.
6460         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
6461         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
6462         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt: Added.
6463         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
6464         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
6465         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
6466
6467 2013-02-07  Kent Tamura  <tkent@chromium.org>
6468
6469         document.activeElement should not return a non-focusable element
6470         https://bugs.webkit.org/show_bug.cgi?id=86707
6471
6472         Reviewed by Hajime Morita.
6473
6474         * fast/dom/HTMLDocument/set-focus-on-valid-element-expected.txt: Added.
6475         * fast/dom/HTMLDocument/set-focus-on-valid-element.html: Added.
6476         This test verifies that document.activeElement does not return an
6477         invalid or non-focusable element.
6478
6479 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
6480
6481         [chromium] Unreviewed gardening. Two webgl/conformance/context tests are timing out.
6482
6483         See https://bugs.webkit.org/show_bug.cgi?id=109114
6484
6485         * platform/chromium/TestExpectations:
6486
6487 2013-02-07  Zoltan Horvath  <zoltan@webkit.org>
6488
6489         Cleaning up after r142208
6490         https://bugs.webkit.org/show_bug.cgi?id=109228
6491
6492         Unreviewed.
6493         
6494         The commit-queue didn't remove these files for some reason. Removing them manually.
6495
6496         * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6497         * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6498         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6499         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6500         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6501         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6502         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6503
6504 2013-02-07  Alok Priyadarshi  <alokp@chromium.org>
6505
6506         Rebaseline text output for contentOpaque
6507         https://bugs.webkit.org/show_bug.cgi?id=108656
6508
6509         Unreviewed rebaseline.
6510
6511         * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
6512         * platform/chromium/TestExpectations:
6513         * platform/chromium/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt.
6514         * platform/mac/TestExpectations:
6515         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
6516         * platform/mac/platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
6517
6518 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
6519
6520         Unreviewed gardening. Rebaseline bidi-ignored-for-first-child-inline.html
6521         which was failing on Chromium Mac after r142152.
6522
6523         * 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.
6524
6525 2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>
6526
6527         Unreviewed, rolling out r142113.
6528         http://trac.webkit.org/changeset/142113
6529         https://bugs.webkit.org/show_bug.cgi?id=109244
6530
6531         tests started failing after r142081 was rolled out in r142166
6532         (Requested by falken on #webkit).
6533
6534         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
6535         * inspector/profiler/memory-instrumentation-cached-images.html:
6536         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
6537         * inspector/profiler/memory-instrumentation-canvas.html:
6538
6539 2013-02-07  Elliott Sprehn  <esprehn@chromium.org>
6540
6541         getComputedStyle() doesn't report intermediate values during a transition of a pseudo element
6542         https://bugs.webkit.org/show_bug.cgi?id=106535
6543
6544         Reviewed by Ojan Vafai.
6545
6546         Update tests to also check getComputedStyle during animations and transitions.
6547
6548         * fast/css-generated-content/pseudo-animation-expected.txt:
6549         * fast/css-generated-content/pseudo-animation.html:
6550         * fast/css-generated-content/pseudo-transition-expected.txt:
6551         * fast/css-generated-content/pseudo-transition.html:
6552
6553 2013-02-07  Kent Tamura  <tkent@chromium.org>
6554
6555         [Chromium-Android] Disable input[type=datetime]
6556         https://bugs.webkit.org/show_bug.cgi?id=107614
6557
6558         Reviewed by Kentaro Hara.
6559
6560         * platform/chromium/TestExpectations:
6561         Tetsts in fast/forms/datetime/ fail.
6562
6563 2013-02-07  Jeffrey Pfau  <jpfau@apple.com>
6564
6565         [Mac] Unreviewed, skip crashing test
6566
6567         * platform/mac/TestExpectations:
6568
6569 2013-02-07  Zoltan Horvath  <zoltan@webkit.org>
6570
6571         [CSS Regions] Turn selecting-text-through-different-region-flows test into a reftest 
6572         https://bugs.webkit.org/show_bug.cgi?id=109228
6573
6574         Reviewed by Eric Seidel.
6575
6576         Simplify and turn the test into a reftest, remove the unnecessary expected files.
6577
6578         * fast/regions/selecting-text-through-different-region-flows-expected.html: Added.
6579         * fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6580         * fast/regions/selecting-text-through-different-region-flows.html:
6581         * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6582         * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6583         * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6584         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6585         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6586         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6587         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6588         * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6589         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Removed.
6590         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Removed.
6591
6592 2013-02-07  Alexei Svitkine  <asvitkine@chromium.org>
6593
6594         Chromium: Hang parsing bidi control chars on Mac OS X 10.6
6595         https://bugs.webkit.org/show_bug.cgi?id=108877
6596
6597         This was broken a while ago by:
6598             https://bugs.webkit.org/show_bug.cgi?id=83045
6599
6600         On 10.6, CoreText will not produce any runs covering the
6601         Unicode BiDi RTL mark control char, which causes an infinite
6602         loop in ComplexTextController::indexOfCurrentRun() due to no
6603         run covering the character at offset 0.
6604
6605         This patch fixes that issue by finding the earliest run
6606         explicitly via the minimum stringBegin() index instead of
6607         relying on a run existing that covers offset 0.
6608
6609         Fixes hang on many BiDi wikipedia pages on Chromium/Mac10.6.
6610         Chromium bug: http://crbug.com/167844
6611
6612         New test in the same style as harfbuzz-buffer-overrun.html
6613         in the same folder.
6614
6615         Reviewed by Eric Seidel.
6616
6617         * fast/text/international/rtl-mark-expected.txt: Added.
6618         * fast/text/international/rtl-mark.html: Added.
6619
6620 2013-02-07  Kentaro Hara  <haraken@chromium.org>
6621
6622         Implement FocusEvent constructor
6623         https://bugs.webkit.org/show_bug.cgi?id=109170
6624
6625         Reviewed by Adam Barth.
6626
6627         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
6628
6629         FocusEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR
6630         flag, which is enabled on Chromium and Safari.
6631
6632         * fast/dom/constructed-objects-prototypes-expected.txt:
6633         * fast/events/constructors/focus-event-constructor-expected.txt: Added.
6634         * fast/events/constructors/focus-event-constructor.html: Added.
6635         * platform/efl/TestExpectations:
6636         * platform/gtk/TestExpectations:
6637         * platform/qt/TestExpectations:
6638         * platform/win/TestExpectations:
6639         * platform/wincairo/TestExpectations:
6640
6641 2013-02-07  Elliott Sprehn  <esprehn@chromium.org>
6642
6643         HTML parser should queue MutationRecords for its operations
6644         https://bugs.webkit.org/show_bug.cgi?id=89351
6645
6646         Reviewed by Eric Seidel.
6647
6648         Add new test mutation records in the parser and fix shadow-dom.html
6649         test since it used setTimeout and sometimes could observe parser
6650         mutations.
6651
6652         * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
6653         * fast/dom/MutationObserver/parser-mutations.html: Added.
6654         * fast/dom/MutationObserver/shadow-dom-expected.txt:
6655         * fast/dom/MutationObserver/shadow-dom.html:
6656
6657 2013-02-07  Adam Barth  <abarth@webkit.org>
6658
6659         fast/parser/document-write-noscript.html fails for threaded HTML parser
6660         https://bugs.webkit.org/show_bug.cgi?id=109237
6661
6662         Reviewed by Eric Seidel.
6663
6664         This tests basic document.write functionality.  There doesn't appear to
6665         be another fast/parser test that covers this basic case (although it's
6666         convered in some more complicated test cases incidentally.)
6667
6668         * fast/parser/document-write-basic-expected.txt: Added.
6669         * fast/parser/document-write-basic.html: Added.
6670
6671 2013-02-07  Keishi Hattori  <keishi@webkit.org>
6672
6673         REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
6674         https://bugs.webkit.org/show_bug.cgi?id=109136
6675
6676         Reviewed by Kent Tamura.
6677
6678         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
6679         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
6680         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
6681         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
6682         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
6683         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
6684         * platform/chromium/TestExpectations:
6685
6686 2013-02-07  Terry Anderson  <tdanderson@chromium.org>
6687
6688         Non-scrollable divs and non-scrollable iframes can scroll with touch
6689         https://bugs.webkit.org/show_bug.cgi?id=109087
6690
6691         Reviewed by Eric Seidel.
6692
6693         Two new layout tests added to demonstrate that the changes to
6694         RenderLayer::scrollBy() and closestScrollableNodeCandidate() in 
6695         EventHandler.cpp are both necessary to ensure that non-scrollable
6696         divs and non-scrollable iframes cannot be scrolled with touch.
6697
6698         * fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
6699         * fast/events/touch/gesture/touch-gesture-noscroll-div.html: Added.
6700         * fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
6701         * fast/events/touch/gesture/touch-gesture-noscroll-iframe.html: Added.
6702         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-div-expected.txt: Added.
6703         * platform/chromium/fast/events/touch/gesture/touch-gesture-noscroll-iframe-expected.txt: Added.
6704
6705 2013-02-07  Michelangelo De Simone  <michelangelo@webkit.org>
6706
6707         [CSS Shaders] Add the last blending step
6708         https://bugs.webkit.org/show_bug.cgi?id=104012
6709
6710         Added a test to check the correct blending in presence of a transparent backdrop.
6711
6712         Reviewed by Dean Jackson.
6713
6714         * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Added.
6715         * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Added.
6716         * platform/mac/TestExpectations: This test is currently skipped on Mac for slight color
6717         differences, please see the relevant bug: http://webkit.org/b/107487
6718
6719 2013-02-07  Hans Muller  <hmuller@adobe.com>
6720
6721         [CSS Exclusions] Ignore ExclusionPolygon edges above minLogicalIntervalTop
6722         https://bugs.webkit.org/show_bug.cgi?id=107566
6723
6724         Reviewed by David Hyatt.
6725
6726         Added a simple polygonal shape-inside test where only a subset of the polygon edges
6727         should contribute to each line's offset edges.
6728
6729         * fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html: Added.
6730         * fast/exclusions/shape-inside/shape-inside-first-fit-004.html: Added.
6731
6732 2013-02-07  James Craig  <jcraig@apple.com>
6733
6734         Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
6735         https://bugs.webkit.org/show_bug.cgi?id=109027
6736
6737         Reviewed by Chris Fleizach.
6738
6739         New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles. 
6740
6741         * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
6742         * platform/mac/accessibility/role-subrole-roledescription.html: Added.
6743
6744 2013-02-07  Zan Dobersek  <zdobersek@igalia.com>
6745
6746         Unreviewed GTK gardening.
6747
6748         * platform/gtk/TestExpectations: Adding a failure expectation for a test in r142122.
6749         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142149.
6750
6751 2013-02-07  Benjamin Poulain  <bpoulain@apple.com>
6752
6753         Move pauseAnimation/pauseTransition from TestRunner to Internals
6754         https://bugs.webkit.org/show_bug.cgi?id=109107
6755
6756         Reviewed by Anders Carlsson.
6757
6758         Change the tests with the following:
6759         -Use the methods on Internals instead of TestRunner.
6760         -Adapt the calls to pass a particular element instead of an ID.
6761         -Remove feature detection. Having Internals implies having the feature.
6762
6763         * animations/animation-hit-test-transform.html:
6764         * animations/animation-hit-test.html:
6765         * animations/animation-internals-api-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-expected.txt.
6766         * animations/animation-internals-api-multiple-keyframes-expected.txt: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes-expected.txt.
6767         * animations/animation-internals-api-multiple-keyframes.html: Renamed from LayoutTests/animations/animation-drt-api-multiple-keyframes.html.
6768         * animations/animation-internals-api.html: Renamed from LayoutTests/animations/animation-drt-api.html.
6769         * animations/change-keyframes-name.html:
6770         * animations/change-transform-style-during-animation.html:
6771         * animations/missing-from-to-transforms.html:
6772         * animations/missing-from-to.html:
6773         * animations/resources/animation-test-helpers.js:
6774         (checkExpectedValue):
6775         (startTest):
6776         * css3/calc/transitions-dependent.html:
6777         * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
6778         * transitions/opacity-transition-zindex.html:
6779         * transitions/resources/transition-test-helpers.js:
6780         (expected):
6781         * transitions/transition-drt-api-delay.html:
6782         * transitions/transition-drt-api.html:
6783         * transitions/transition-hit-test-transform.html:
6784         * transitions/transition-hit-test.html:
6785
6786 2013-02-07  Rik Cabanier  <cabanier@adobe.com>
6787
6788         Add support for parsing of -webkit-background-blend-mode
6789         https://bugs.webkit.org/show_bug.cgi?id=108547
6790
6791         Reviewed by David Hyatt.
6792
6793         Added parsing and general CSS handling of -webkit-background-blend-mode per
6794         https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#background-blend-mode
6795
6796         * css3/compositing/background-blend-mode-property-expected.txt: Added.
6797         * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
6798         * css3/compositing/background-blend-mode-property-parsing.html: Added.
6799         * css3/compositing/background-blend-mode-property.html: Added.
6800         * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
6801         (jsWrapperClass):
6802         (shouldBeType):
6803         (testBlendModeRule):
6804         * css3/compositing/script-tests/background-blend-mode-property.js: Added.
6805         (testblendmode):
6806
6807         * css3/compositing/background-blend-mode-property-expected.txt: Added.
6808         * css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
6809         * css3/compositing/background-blend-mode-property-parsing.html: Added.
6810         * css3/compositing/background-blend-mode-property.html: Added.
6811         * css3/compositing/script-tests/background-blend-mode-property-parsing.js: Added.
6812         (jsWrapperClass):
6813         (shouldBeType):
6814         (testBlendModeRule):
6815         * css3/compositing/script-tests/background-blend-mode-property.js: Added.
6816         (testblendmode):
6817         * platform/chromium/css3/compositing/background-blend-mode-property-expected.txt: Added.
6818         * platform/chromium/css3/compositing/background-blend-mode-property-parsing-expected.txt: Added.
6819
6820 2013-02-07  Gavin Peters  <gavinp@chromium.org>
6821
6822         Unreviewed, rolling out r142142.
6823         http://trac.webkit.org/changeset/142142
6824         https://bugs.webkit.org/show_bug.cgi?id=109154
6825
6826         Mac expectations were not right. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Feditor%2Ftext-editor-home-button.html
6827
6828         * inspector/editor/text-editor-home-button-expected.txt: Removed.
6829         * inspector/editor/text-editor-home-button.html: Removed.
6830         * platform/efl/TestExpectations:
6831         * platform/mac/TestExpectations:
6832         * platform/qt/TestExpectations:
6833
6834 2013-02-07  Bear Travis  <betravis@adobe.com>
6835
6836         [CSS Exclusions] shape-inside does not properly handle padding or border
6837         https://bugs.webkit.org/show_bug.cgi?id=102715
6838
6839         Reviewed by David Hyatt.
6840
6841         Test that borders and padding are properly accounted for when laying out text in
6842         a shape inside.
6843
6844         * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Modified to no longer
6845         use padding.
6846         * fast/exclusions/shape-inside/shape-inside-box-sizing-expected.html: Added.
6847         * fast/exclusions/shape-inside/shape-inside-box-sizing.html: Added.
6848
6849 2013-01-27  Robert Hogan  <robert@webkit.org>
6850
6851         CSS 2.1 failure: floats-149 fails
6852         https://bugs.webkit.org/show_bug.cgi?id=95772
6853
6854         Reviewed by David Hyatt.
6855
6856         * css2.1/20110323/floats-149-expected.html: Added.
6857         * css2.1/20110323/floats-149.htm: Added.
6858         * fast/inline/inline-with-empty-inline-children-expected.txt: Added.
6859         * fast/inline/inline-with-empty-inline-children.html: Added.
6860         * platform/chromium-win/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
6861
6862 2013-02-07  Max Vujovic  <mvujovic@adobe.com>
6863
6864         [CSS Shaders] Add WebKitCSSFilterRule to DOMWindow.idl
6865         https://bugs.webkit.org/show_bug.cgi?id=109082
6866
6867         Move the at-rule parsing tests to the recently added folder named
6868         "custom-with-at-rule-parsing". 
6869
6870         Remove the "custom-filter" prefix from the test filenames to
6871         match the new convention.
6872
6873         Update the tests to use the "shouldHaveConstructor" JS helper function instead of the
6874         "shouldBeType" JS helper function. Among other things, using "shouldHaveConstructor" tests
6875         that window.WebKitCSSFilterRule is defined. "shouldHaveConstructor" has the same
6876         behavior in JSC and V8, unlike "shouldBeType". Therefore, remove the Chromium-specific text
6877         expectation file that was previously needed for "shouldBeType".
6878
6879         Reviewed by Dean Jackson.
6880
6881         * 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.
6882         * 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.
6883         * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Added.
6884         * 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.
6885         * 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.
6886         (testInvalidFilterAtRule):
6887         * 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.
6888         (testFilterAtRule):
6889         (testNestedRules):
6890         (checkRule):
6891         * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
6892         * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Removed.
6893
6894 2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>
6895
6896         Web Inspector: Remove unused workspace field from NetworkUISourceCodeProvider
6897         https://bugs.webkit.org/show_bug.cgi?id=109201
6898
6899         Reviewed by Pavel Feldman.
6900
6901         * inspector/debugger/network-uisourcecode-provider.html:
6902
6903 2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>
6904
6905         Web Inspector: home button behaviour is wrong in DTE
6906         https://bugs.webkit.org/show_bug.cgi?id=109154
6907
6908         Reviewed by Vsevolod Vlasov.
6909
6910         Add layout test to verify home button behaviour. Exclude this test on
6911         platforms that do not have eventSender object in test shell.
6912
6913         * inspector/editor/text-editor-home-button-expected.txt: Added.
6914         * inspector/editor/text-editor-home-button.html: Added.
6915         * platform/efl/TestExpectations:
6916         * platform/mac/TestExpectations:
6917         * platform/qt/TestExpectations:
6918
6919 2013-02-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
6920
6921         Scrollbars misplaced with accelerated compositing for overflow scroll
6922         https://bugs.webkit.org/show_bug.cgi?id=108625
6923
6924         Reviewed by Simon Fraser.
6925
6926         Update the results for the one test that explicitly set accelerated compositing for overflow scroll,
6927         and used to have bad results for non-chromium. The new baselines are almost identical to chomium baseline.
6928
6929         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
6930         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
6931
6932 2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
6933
6934         [Qt] Unreviewed gardening. Added platform specific expected files after r140693.
6935         https://bugs.webkit.org/show_bug.cgi?id=107567.
6936
6937         * platform/qt/TestExpectations:
6938         * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
6939         * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
6940         * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
6941         * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
6942         * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png:
6943         * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
6944         * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
6945         * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
6946         * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
6947         * platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
6948         * platform/qt/fast/text/whitespace/006-expected.png:
6949         * platform/qt/fast/text/whitespace/006-expected.txt:
6950         * platform/qt/fast/text/whitespace/007-expected.png:
6951         * platform/qt/fast/text/whitespace/007-expected.txt:
6952         * platform/qt/svg/batik/text/xmlSpace-expected.png:
6953         * platform/qt/svg/batik/text/xmlSpace-expected.txt:
6954         * platform/qt/svg/carto.net/combobox-expected.png:
6955         * platform/qt/svg/carto.net/combobox-expected.txt:
6956         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
6957         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
6958         * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
6959         * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
6960         * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
6961         * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
6962
6963 2013-02-07  Gavin Peters  <gavinp@chromium.org>
6964
6965         Unreviewed, rolling out r142111.
6966         http://trac.webkit.org/changeset/142111
6967         https://bugs.webkit.org/show_bug.cgi?id=108055
6968
6969         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
6970
6971         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Removed.
6972         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Removed.
6973         * platform/chromium/TestExpectations:
6974         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Removed.
6975         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Removed.
6976         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Removed.
6977         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Removed.
6978
6979 2013-02-07  Vsevolod Vlasov  <vsevik@chromium.org>
6980
6981         Web Inspector: [Regression] Map.size() returns negative values.
6982         https://bugs.webkit.org/show_bug.cgi?id=109174
6983
6984         Reviewed by Yury Semikhatsky.
6985
6986         * inspector/map-expected.txt:
6987         * inspector/map.html:
6988
6989 2013-02-07  Kent Tamura  <tkent@chromium.org>
6990
6991         Conversion from localized numbers to HTML numbers should accept not only localized numbers but also HTML numbers
6992         https://bugs.webkit.org/show_bug.cgi?id=109160
6993
6994         Reviewed by Kentaro Hara.
6995
6996         * fast/forms/number/number-l10n-input-expected.txt: Added.
6997         * fast/forms/number/number-l10n-input.html: Added.
6998
6999 2013-02-07  Stephen White  <senorblanco@chromium.org>
7000
7001         [chromium] New baselines for GPU-accelerated reference filters tests.  Unreviewed.
7002         https://bugs.webkit.org/show_bug.cgi?id=104289
7003
7004         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
7005         * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png:
7006         * platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt: Added.
7007         * platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt: Added.
7008         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
7009         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt:
7010         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png:
7011         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
7012         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png:
7013         * platform/chromium/TestExpectations:
7014
7015 2013-02-07  Peter Rybin  <prybin@chromium.org>
7016
7017         Web Inspector: support JavaScript variable mutation in protocol and V8 bindings
7018         https://bugs.webkit.org/show_bug.cgi?id=107829
7019
7020         Reviewed by Pavel Feldman.
7021
7022         * inspector-protocol/debugger-setVariableValue-expected.txt: Added.
7023         * inspector-protocol/debugger-setVariableValue.html: Added.
7024         * inspector/console/command-line-api-expected.txt:
7025         * platform/chromium/inspector-protocol/debugger-setVariableValue-expected.txt: Added.
7026
7027 2013-02-07  Yury Semikhatsky  <yurys@chromium.org>
7028
7029         Web Inspector: reduce number of native memory instrumentation categories
7030         https://bugs.webkit.org/show_bug.cgi?id=109146
7031
7032         Reviewed by Pavel Feldman.
7033
7034         Fix layout tests that started failing after r142081.
7035
7036         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
7037         * inspector/profiler/memory-instrumentation-cached-images.html:
7038         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
7039         * inspector/profiler/memory-instrumentation-canvas.html:
7040
7041 2013-02-07  Keishi Hattori  <keishi@webkit.org>
7042
7043         REGRESSION (r140778): Calendar Picker doesn't open when the element has the required attribute
7044         https://bugs.webkit.org/show_bug.cgi?id=108055
7045
7046         Reviewed by Kent Tamura.
7047
7048         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added.
7049         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added.
7050         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.txt: Added.
7051         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html: Added.
7052         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.txt: Added.
7053         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html: Added.
7054         * platform/chromium/TestExpectations:
7055
7056 2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
7057
7058         [Qt] Unreviewed gardening. Skip failing test.
7059
7060         * platform/qt/TestExpectations:
7061
7062 2013-02-07  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
7063
7064         [Qt] Unreviwed gardening. Rebaselining and skipping new failures.
7065
7066         * platform/qt/TestExpectations:
7067         * platform/qt/fast/dynamic/002-expected.txt:
7068         * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
7069         * platform/qt/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
7070
7071 2013-02-07  Gregg Tavares  <gman@chromium.org>
7072
7073         Add WebGL Conformance Tests state, renderbuffers, and reading folders.
7074         https://bugs.webkit.org/show_bug.cgi?id=109121
7075
7076         Reviewed by Kenneth Russell.
7077
7078         * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Added.
7079         * webgl/conformance/reading/read-pixels-pack-alignment.html: Added.
7080         * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Added.
7081         * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
7082         * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Added.
7083         * webgl/conformance/renderbuffers/framebuffer-test.html: Added.
7084         * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Added.
7085         * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Added.
7086         * webgl/conformance/state/gl-enable-enum-test-expected.txt: Added.
7087         * webgl/conformance/state/gl-enable-enum-test.html: Added.
7088         * webgl/conformance/state/gl-enum-tests-expected.txt: Added.
7089         * webgl/conformance/state/gl-enum-tests.html: Added.
7090         * webgl/conformance/state/gl-get-calls-expected.txt: Added.
7091         * webgl/conformance/state/gl-get-calls.html: Added.
7092         * webgl/conformance/state/gl-geterror-expected.txt: Added.
7093         * webgl/conformance/state/gl-geterror.html: Added.
7094         * webgl/conformance/state/gl-getstring-expected.txt: Added.
7095         * webgl/conformance/state/gl-getstring.html: Added.
7096         * webgl/resources/webgl_test_files/conformance/reading/00_test_list.txt: Added.
7097         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Added.
7098         * webgl/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Added.
7099         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-state-restoration.html: Added.
7100         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Added.
7101         * webgl/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Added.
7102         * webgl/resources/webgl_test_files/conformance/state/00_test_list.txt: Added.
7103         * webgl/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Added.
7104         * webgl/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Added.
7105         * webgl/resources/webgl_test_files/conformance/state/gl-get-calls.html: Added.
7106         * webgl/resources/webgl_test_files/conformance/state/gl-geterror.html: Added.
7107         * webgl/resources/webgl_test_files/conformance/state/gl-getstring.html: Added.
7108
7109 2013-02-07  Gregg Tavares  <gman@chromium.org>
7110
7111         Add WebGL Conformance Tests rendering folder.
7112         https://bugs.webkit.org/show_bug.cgi?id=109122
7113
7114         Reviewed by Kenneth Russell.
7115
7116         * webgl/conformance/rendering/culling-expected.txt: Added.
7117         * webgl/conformance/rendering/culling.html: Added.
7118         * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Added.
7119         * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
7120         * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Added.
7121         * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Added.
7122         * webgl/conformance/rendering/gl-clear-expected.txt: Added.
7123         * webgl/conformance/rendering/gl-clear.html: Added.
7124         * webgl/conformance/rendering/gl-drawelements-expected.txt: Added.
7125         * webgl/conformance/rendering/gl-drawelements.html: Added.
7126         * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Added.
7127         * webgl/conformance/rendering/gl-scissor-fbo-test.html: Added.
7128         * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Added.
7129         * webgl/conformance/rendering/line-loop-tri-fan.html: Added.
7130         * webgl/conformance/rendering/simple-expected.txt: Added.
7131         * webgl/conformance/rendering/simple.html: Added.
7132         * webgl/conformance/rendering/triangle-expected.txt: Added.
7133         * webgl/conformance/rendering/triangle.html: Added.
7134         * webgl/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Added.
7135         * webgl/resources/webgl_test_files/conformance/rendering/culling.html: Added.
7136         * webgl/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Added.
7137         * webgl/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Added.
7138         * webgl/resources/webgl_test_files/conformance/rendering/gl-clear.html: Added.
7139         * webgl/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Added.
7140         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-fbo-test.html: Added.
7141         * webgl/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Added.
7142         * webgl/resources/webgl_test_files/conformance/rendering/simple.html: Added.
7143         * webgl/resources/webgl_test_files/conformance/rendering/triangle.html: Added.
7144         * webgl/resources/webgl_test_files/conformance/rendering/vertex-texture-fetch.html: Added.
7145
7146 2013-02-07  Gregg Tavares  <gman@chromium.org>
7147
7148         Add WebGL Conformance Tests programs folder.
7149         https://bugs.webkit.org/show_bug.cgi?id=109120
7150
7151         Reviewed by Kenneth Russell.
7152
7153         * webgl/conformance/programs/get-active-test-expected.txt: Added.
7154         * webgl/conformance/programs/get-active-test.html: Added.
7155         * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Added.
7156         * webgl/conformance/programs/gl-bind-attrib-location-test.html: Added.
7157         * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Added.
7158         * webgl/conformance/programs/gl-get-active-attribute.html: Added.
7159         * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Added.
7160         * webgl/conformance/programs/gl-get-active-uniform.html: Added.
7161         * webgl/conformance/programs/gl-getshadersource-expected.txt: Added.
7162         * webgl/conformance/programs/gl-getshadersource.html: Added.
7163         * webgl/conformance/programs/gl-shader-test-expected.txt: Added.
7164         * webgl/conformance/programs/gl-shader-test.html: Added.
7165         * webgl/conformance/programs/invalid-UTF-16-expected.txt: Added.
7166         * webgl/conformance/programs/invalid-UTF-16.html: Added.
7167         * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Added.
7168         * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
7169         * webgl/resources/webgl_test_files/conformance/programs/00_test_list.txt: Added.
7170         * webgl/resources/webgl_test_files/conformance/programs/get-active-test.html: Added.
7171         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Added.
7172         * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Added.
7173         * webgl/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Added.
7174         * webgl/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Added.
7175         * webgl/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Added.
7176         * webgl/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Added.
7177         * webgl/resources/webgl_test_files/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Added.
7178
7179 2013-02-07  Gregg Tavares  <gman@chromium.org>
7180
7181         Add WebGL Conformance Tests context folder.
7182         https://bugs.webkit.org/show_bug.cgi?id=109114
7183
7184         Reviewed by Kenneth Russell.
7185
7186         * webgl/conformance/context/constants-expected.txt: Added.
7187         * webgl/conformance/context/constants.html: Added.
7188         * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Added.
7189         * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
7190         * webgl/conformance/context/context-lost-expected.txt: Added.
7191         * webgl/conformance/context/context-lost-restored-expected.txt: Added.
7192         * webgl/conformance/context/context-lost-restored.html: Added.
7193         * webgl/conformance/context/context-lost.html: Added.
7194         * webgl/conformance/context/context-release-upon-reload-expected.txt: Added.
7195         * webgl/conformance/context/context-release-upon-reload.html: Added.
7196         * webgl/conformance/context/context-release-with-workers-expected.txt: Added.
7197         * webgl/conformance/context/context-release-with-workers.html: Added.
7198         * webgl/conformance/context/context-type-test-expected.txt: Added.
7199         * webgl/conformance/context/context-type-test.html: Added.
7200         * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Added.
7201         * webgl/conformance/context/incorrect-context-object-behaviour.html: Added.
7202         * webgl/conformance/context/methods-expected.txt: Added.
7203         * webgl/conformance/context/methods.html: Added.
7204         * webgl/conformance/context/premultiplyalpha-test-expected.txt: Added.
7205         * webgl/conformance/context/premultiplyalpha-test.html: Added.
7206         * webgl/conformance/context/resource-sharing-test-expected.txt: Added.
7207         * webgl/conformance/context/resource-sharing-test.html: Added.
7208         * webgl/resources/webgl_test_files/conformance/context/00_test_list.txt: Added.
7209         * webgl/resources/webgl_test_files/conformance/context/constants.html: Added.
7210         * webgl/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Added.
7211         * webgl/resources/webgl_test_files/conformance/context/context-lost-restored.html: Added.
7212         * webgl/resources/webgl_test_files/conformance/context/context-lost.html: Added.
7213         * webgl/resources/webgl_test_files/conformance/context/context-release-upon-reload.html: Added.
7214         * webgl/resources/webgl_test_files/conformance/context/context-release-with-workers.html: Added.
7215         * webgl/resources/webgl_test_files/conformance/context/context-type-test.html: Added.
7216         * webgl/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Added.
7217         * webgl/resources/webgl_test_files/conformance/context/methods.html: Added.
7218         * webgl/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Added.
7219         * webgl/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Added.
7220         * webgl/resources/webgl_test_files/conformance/context/resources/context-release-child-with-worker.html: Added.
7221         * webgl/resources/webgl_test_files/conformance/context/resources/context-release-upon-reload-child.html: Added.
7222         * webgl/resources/webgl_test_files/conformance/context/resources/context-release-worker.js: Added.
7223
7224 2013-02-07  Gregg Tavares  <gman@chromium.org>
7225
7226         Add WebGL Conformance Tests uniforms folder.
7227         https://bugs.webkit.org/show_bug.cgi?id=109112
7228
7229         Reviewed by Kenneth Russell.
7230
7231         * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Added.
7232         * webgl/conformance/uniforms/gl-uniform-bool.html: Added.
7233         * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Added.
7234         * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
7235         * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Added.
7236         * webgl/conformance/uniforms/gl-unknown-uniform.html: Added.
7237         * webgl/conformance/uniforms/null-uniform-location-expected.txt: Added.
7238         * webgl/conformance/uniforms/null-uniform-location.html: Added.
7239         * webgl/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Added.
7240         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Added.
7241         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-packing-restrictions.html: Added.
7242         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-struct-unused.html: Added.
7243         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-unused-array-elements-get-truncated.html: Added.
7244         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Added.
7245         * webgl/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Added.
7246         * webgl/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Added.
7247         * webgl/resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html: Added.
7248
7249 2013-02-07  Gregg Tavares  <gman@chromium.org>
7250
7251         Add WebGL Conformance Tests canvas folder.
7252         https://bugs.webkit.org/show_bug.cgi?id=109113
7253
7254         Reviewed by Kenneth Russell.
7255
7256         * webgl/conformance/canvas/canvas-test-expected.txt: Added.
7257         * webgl/conformance/canvas/canvas-test.html: Added.
7258         * webgl/conformance/canvas/canvas-zero-size-expected.txt: Added.
7259         * webgl/conformance/canvas/canvas-zero-size.html: Added.
7260         * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Added.
7261         * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
7262         * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Added.
7263         * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
7264         * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Added.
7265         * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
7266         * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Added.
7267         * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
7268         * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Added.
7269         * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
7270         * webgl/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Added.
7271         * webgl/resources/webgl_test_files/conformance/canvas/canvas-test.html: Added.
7272         * webgl/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Added.
7273         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-hd-dpi-test.html: Added.
7274         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Added.
7275         * webgl/resources/webgl_test_files/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Added.
7276         * webgl/resources/webgl_test_files/conformance/canvas/texture-bindings-unaffected-on-resize.html: Added.
7277         * webgl/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Added.
7278
7279 2013-02-07  Gregg Tavares  <gman@chromium.org>
7280
7281         Add WebGL Conformance Tests texture folder.
7282         https://bugs.webkit.org/show_bug.cgi?id=109111
7283
7284         Reviewed by Kenneth Russell.
7285
7286         * webgl/conformance/textures/compressed-tex-image-expected.txt: Added.
7287         * webgl/conformance/textures/compressed-tex-image.html: Added.
7288         * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Added.
7289         * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
7290         * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Added.
7291         * webgl/conformance/textures/gl-get-tex-parameter.html: Added.
7292         * webgl/conformance/textures/gl-teximage-expected.txt: Added.
7293         * webgl/conformance/textures/gl-teximage.html: Added.
7294         * webgl/conformance/textures/mipmap-fbo-expected.txt: Added.
7295         * webgl/conformance/textures/mipmap-fbo.html: Added.
7296         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
7297         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
7298         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
7299         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
7300         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
7301         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
7302         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
7303         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
7304         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
7305         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
7306         * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Added.
7307         * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
7308         * webgl/conformance/textures/tex-image-webgl-expected.txt: Added.
7309         * webgl/conformance/textures/tex-image-webgl.html: Added.
7310         * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Added.
7311         * webgl/conformance/textures/tex-image-with-format-and-type.html: Added.
7312         * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Added.
7313         * webgl/conformance/textures/tex-image-with-invalid-data.html: Added.
7314         * webgl/conformance/textures/tex-input-validation-expected.txt: Added.
7315         * webgl/conformance/textures/tex-input-validation.html: Added.
7316         * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Added.
7317         * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
7318         * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Added.
7319         * webgl/conformance/textures/tex-sub-image-2d.html: Added.
7320         * webgl/conformance/textures/texparameter-test-expected.txt: Added.
7321         * webgl/conformance/textures/texparameter-test.html: Added.
7322         * webgl/conformance/textures/texture-attachment-formats-expected.txt: Added.
7323         * webgl/conformance/textures/texture-attachment-formats.html: Added.
7324         * webgl/conformance/textures/texture-clear-expected.txt: Added.
7325         * webgl/conformance/textures/texture-clear.html: Added.
7326         * webgl/conformance/textures/texture-complete-expected.txt: Added.
7327         * webgl/conformance/textures/texture-complete.html: Added.
7328         * webgl/conformance/textures/texture-formats-test-expected.txt: Added.
7329         * webgl/conformance/textures/texture-formats-test.html: Added.
7330         * webgl/conformance/textures/texture-hd-dpi-expected.txt: Added.
7331         * webgl/conformance/textures/texture-hd-dpi.html: Added.
7332         * webgl/conformance/textures/texture-npot-expected.txt: Added.
7333         * webgl/conformance/textures/texture-npot.html: Added.
7334         * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Added.
7335         * webgl/conformance/textures/texture-size-cube-maps.html: Added.
7336         * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Added.
7337         * webgl/conformance/textures/texture-sub-image-cube-maps.html: Added.
7338         * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Added.
7339         * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Added.
7340         * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Added.
7341         * webgl/conformance/textures/texture-upload-cube-maps.html: Added.
7342         * webgl/resources/webgl_test_files/conformance/textures/00_test_list.txt: Added.
7343         * webgl/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Added.
7344         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Added.
7345         * webgl/resources/webgl_test_files/conformance/textures/gl-get-tex-parameter.html: Added.
7346         * webgl/resources/webgl_test_files/conformance/textures/gl-teximage.html: Added.
7347         * webgl/resources/webgl_test_files/conformance/textures/mipmap-fbo.html: Added.
7348         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Added.
7349         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added.
7350         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added.
7351         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added.
7352         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Added.
7353         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Added.
7354         * webgl/resources/webgl_test_files/conformance/textures/tex-image-webgl.html: Added.
7355         * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Added.
7356         * webgl/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Added.
7357         * webgl/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Added.
7358         * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Added.
7359         * webgl/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Added.
7360         * webgl/resources/webgl_test_files/conformance/textures/texparameter-test.html: Added.
7361         * webgl/resources/webgl_test_files/conformance/textures/texture-attachment-formats.html: Added.
7362         * webgl/resources/webgl_test_files/conformance/textures/texture-clear.html: Added.
7363         * webgl/resources/webgl_test_files/conformance/textures/texture-complete.html: Added.
7364         * webgl/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Added.
7365         * webgl/resources/webgl_test_files/conformance/textures/texture-hd-dpi.html: Added.
7366         * webgl/resources/webgl_test_files/conformance/textures/texture-npot.html: Added.
7367         * webgl/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Added.
7368         * webgl/resources/webgl_test_files/conformance/textures/texture-sub-image-cube-maps.html: Added.
7369         * webgl/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Added.
7370         * webgl/resources/webgl_test_files/conformance/textures/texture-upload-cube-maps.html: Added.
7371
7372 2013-02-07  Andrey Lushnikov  <lushnikov@chromium.org>
7373
7374         Web Inspector: highlight matching braces in DTE.
7375         https://bugs.webkit.org/show_bug.cgi?id=108697
7376
7377         Reviewed by Pavel Feldman.
7378
7379         New layout test to verify brace matching functionality. Fix some
7380         layout test expectations as the patch removes braces from highlight
7381         ranges.
7382
7383         * inspector/editor/brace-matcher-expected.txt: Added.
7384         * inspector/editor/brace-matcher.html: Added.
7385         * inspector/editor/highlighter-basics-expected.txt:
7386         * inspector/editor/text-editor-long-line-expected.txt:
7387
7388 2013-02-07  Matt Falkenhagen  <falken@chromium.org>
7389
7390         Rollout r142058 various crashes and timeouts on AppleMac and Chromium
7391         https://bugs.webkit.org/show_bug.cgi?id=109152
7392
7393         Reviewed by Pavel Feldman.
7394
7395         Unreviewed gardening. r142058 added failing tests and marked many as
7396         Skip or Failure but there are also Timeouts and Crashes causing
7397         redness.
7398
7399         * platform/chromium/TestExpectations:
7400         * platform/mac/TestExpectations:
7401         * platform/win/TestExpectations:
7402         * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
7403         * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
7404         * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
7405         * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
7406         * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
7407         * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
7408         * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
7409         * webgl/conformance/canvas/to-data-url-test.html: Removed.
7410         * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
7411         * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
7412         * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
7413         * webgl/conformance/context/context-creation-and-destruction.html: Removed.
7414         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
7415         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
7416         * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
7417         * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
7418         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
7419         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
7420         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
7421         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
7422         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
7423         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
7424         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
7425         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
7426         * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
7427         * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
7428         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
7429         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
7430         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
7431         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
7432         * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
7433         * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
7434         * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
7435         * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
7436         * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
7437         * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
7438         * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
7439         * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
7440         * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
7441         * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
7442         * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
7443         * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
7444         * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
7445         * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
7446         * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
7447         * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
7448         * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
7449         * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
7450         * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
7451         * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
7452         * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
7453         * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
7454         * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
7455         * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
7456         * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
7457         * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
7458         * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
7459         * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
7460         * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
7461         * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
7462         * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
7463         * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
7464         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
7465         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
7466         * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
7467         * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
7468         * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
7469         * webgl/conformance/more/functions/drawArrays.html: Removed.
7470         * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
7471         * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
7472         * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
7473         * webgl/conformance/more/functions/drawElements.html: Removed.
7474         * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
7475         * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
7476         * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
7477         * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
7478         * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
7479         * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
7480         * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
7481         * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
7482         * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
7483         * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
7484         * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
7485         * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
7486         * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
7487         * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
7488         * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
7489         * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
7490         * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
7491         * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
7492         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
7493         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
7494         * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
7495         * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
7496         * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
7497         * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
7498         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
7499         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
7500         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
7501         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
7502         * webgl/conformance/programs/program-test-expected.txt: Removed.
7503         * webgl/conformance/programs/program-test.html: Removed.
7504         * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
7505         * webgl/conformance/reading/read-pixels-test.html: Removed.
7506         * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
7507         * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
7508         * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
7509         * webgl/conformance/rendering/gl-scissor-test.html: Removed.
7510         * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
7511         * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
7512         * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
7513         * webgl/conformance/rendering/multisample-corruption.html: Removed.
7514         * webgl/conformance/rendering/point-size-expected.txt: Removed.
7515         * webgl/conformance/rendering/point-size.html: Removed.
7516         * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
7517         * webgl/conformance/state/gl-object-get-calls.html: Removed.
7518         * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
7519         * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
7520         * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
7521         * webgl/conformance/textures/gl-pixelstorei.html: Removed.
7522         * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
7523         * webgl/conformance/textures/origin-clean-conformance.html: Removed.
7524         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
7525         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
7526         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
7527         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
7528         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
7529         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
7530         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
7531         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
7532         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
7533         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
7534         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
7535         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
7536         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
7537         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
7538         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
7539         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
7540         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
7541         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
7542         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
7543         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
7544         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
7545         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
7546         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
7547         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
7548         * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
7549         * webgl/conformance/textures/texture-active-bind-2.html: Removed.
7550         * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
7551         * webgl/conformance/textures/texture-active-bind.html: Removed.
7552         * webgl/conformance/textures/texture-mips-expected.txt: Removed.
7553         * webgl/conformance/textures/texture-mips.html: Removed.
7554         * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
7555         * webgl/conformance/textures/texture-npot-video.html: Removed.
7556         * webgl/conformance/textures/texture-size-expected.txt: Removed.
7557         * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
7558         * webgl/conformance/textures/texture-size-limit.html: Removed.
7559         * webgl/conformance/textures/texture-size.html: Removed.
7560         * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
7561         * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
7562         * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
7563         * webgl/conformance/uniforms/uniform-default-values.html: Removed.
7564         * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
7565         * webgl/conformance/uniforms/uniform-location.html: Removed.
7566         * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
7567         * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
7568         * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
7569         * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
7570         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
7571         * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
7572         * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
7573         * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
7574         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
7575         * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
7576         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
7577         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
7578         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
7579         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
7580         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
7581         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
7582         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
7583         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
7584         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
7585         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
7586         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
7587         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
7588         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
7589         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
7590         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
7591         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
7592         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
7593         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
7594         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
7595         * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
7596         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
7597         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
7598         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
7599         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
7600         * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
7601         * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
7602         * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
7603         * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
7604         * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
7605         * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
7606         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
7607         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
7608         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
7609         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
7610         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
7611         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
7612         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
7613         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
7614         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
7615         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
7616         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
7617         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
7618         * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
7619         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
7620         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
7621         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
7622         * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
7623         * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
7624         * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
7625         * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
7626         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
7627         * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
7628         * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
7629         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
7630         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
7631         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
7632         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
7633         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
7634         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
7635         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
7636         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
7637         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
7638         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
7639         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
7640         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
7641         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
7642         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
7643         * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
7644         * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
7645         * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
7646         * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
7647         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
7648         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
7649         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
7650         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
7651
7652 2013-02-07  Ádám Kallai  <kadam@inf.u-szeged.hu>
7653
7654         [Qt] Unreviewed gardening. Skip failing WebGL tests.
7655
7656         * platform/qt/TestExpectations:
7657
7658 2013-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>
7659
7660         Unreviewed, rolling out r142067.
7661         http://trac.webkit.org/changeset/142067
7662         https://bugs.webkit.org/show_bug.cgi?id=109147
7663
7664         adding Slow modifier did not help completely (Requested by
7665         falken on #webkit).
7666
7667         * platform/chromium/TestExpectations:
7668
7669 2013-02-07  Zan Dobersek  <zdobersek@igalia.com>
7670
7671         Unreviewed GTK gardening.
7672
7673         Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
7674         Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
7675         layout tests.
7676
7677         * platform/gtk/TestExpectations:
7678
7679 2013-02-03  Kentaro Hara  <haraken@chromium.org>
7680
7681         WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
7682         https://bugs.webkit.org/show_bug.cgi?id=76216
7683
7684         Reviewed by Eric Seidel.
7685
7686         Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
7687
7688         This patch creates a new FocusEvent class with a relatedTarget attribute.
7689         Now when focusin or focusout events are dispatched, a FocusEvent is created with
7690         the relatedTarget attribute set accordingly.
7691
7692         * fast/dom/shadow/shadow-boundary-events-expected.txt:
7693         * fast/dom/shadow/shadow-boundary-events.html:
7694         * fast/events/related-target-focusevent-expected.txt: Added.
7695         * fast/events/related-target-focusevent.html: Added.
7696
7697 2013-02-06  Mike West  <mkwst@chromium.org>
7698
7699         Entity-header extension headers honored on 304 responses.
7700         https://bugs.webkit.org/show_bug.cgi?id=72414
7701
7702         Reviewed by Alexey Proskuryakov.
7703
7704         * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
7705         * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
7706         * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
7707         * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
7708         * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
7709         * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
7710         * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
7711         * http/tests/security/xssAuditor/cached-frame.html: Added.
7712         * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
7713
7714 2013-02-06  Matt Falkenhagen  <falken@chromium.org>
7715
7716         Unreviewed gardening. Marking all webgl/conformance tests as slow.
7717
7718         * platform/chromium/TestExpectations:
7719
7720 2013-02-06  Tom Sepez  <tsepez@chromium.org>
7721
7722         document.referrer leakage with XSS Auditor page block
7723         https://bugs.webkit.org/show_bug.cgi?id=109089
7724
7725         Reviewed by Adam Barth.
7726
7727         Test prints the referrer to show it isn't leaked.
7728         
7729         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
7730         * http/tests/security/xssAuditor/full-block-script-tag.html:
7731
7732 2013-02-06  Matt Falkenhagen  <falken@chromium.org>
7733
7734         Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
7735
7736         * platform/chromium/TestExpectations:
7737
7738 2013-02-06  Gregg Tavares  <gman@chromium.org>
7739
7740         Adds failing WebGL Conformance Tests.
7741         https://bugs.webkit.org/show_bug.cgi?id=109075
7742
7743         Reviewed by Kenneth Russell.
7744
7745         * platform/chromium/TestExpectations:
7746         * platform/mac/TestExpectations:
7747         * platform/win/TestExpectations:
7748         * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
7749         * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
7750         * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
7751         * webgl/conformance/canvas/buffer-preserve-test.html: Added.
7752         * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
7753         * webgl/conformance/canvas/drawingbuffer-test.html: Added.
7754         * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
7755         * webgl/conformance/canvas/to-data-url-test.html: Added.
7756         * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
7757         * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
7758         * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
7759         * webgl/conformance/context/context-creation-and-destruction.html: Added.
7760         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
7761         * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
7762         * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
7763         * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
7764         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
7765         * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
7766         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
7767         * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
7768         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
7769         * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
7770         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
7771         * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
7772         * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
7773         * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
7774         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
7775         * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
7776         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
7777         * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
7778         * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
7779         * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
7780         * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
7781         * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
7782         * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
7783         * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
7784         * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
7785         * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
7786         * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
7787         * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
7788         * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
7789         * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
7790         * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
7791         * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
7792         * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
7793         * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
7794         * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
7795         * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
7796         * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
7797         * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
7798         * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
7799         * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
7800         * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
7801         * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
7802         * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
7803         * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
7804         * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
7805         * webgl/conformance/more/functions/copyTexImage2D.html: Added.
7806         * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
7807         * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
7808         * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
7809         * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
7810         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
7811         * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
7812         * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
7813         * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
7814         * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
7815         * webgl/conformance/more/functions/drawArrays.html: Added.
7816         * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
7817         * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
7818         * webgl/conformance/more/functions/drawElements-expected.txt: Added.
7819         * webgl/conformance/more/functions/drawElements.html: Added.
7820         * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
7821         * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
7822         * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
7823         * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
7824         * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
7825         * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
7826         * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
7827         * webgl/conformance/more/functions/texImage2DHTML.html: Added.
7828         * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
7829         * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
7830         * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
7831         * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
7832         * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
7833         * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
7834         * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
7835         * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
7836         * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
7837         * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
7838         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
7839         * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
7840         * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
7841         * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
7842         * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
7843         * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
7844         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
7845         * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
7846         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
7847         * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
7848         * webgl/conformance/programs/program-test-expected.txt: Added.
7849         * webgl/conformance/programs/program-test.html: Added.
7850         * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
7851         * webgl/conformance/reading/read-pixels-test.html: Added.
7852         * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
7853         * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
7854         * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
7855         * webgl/conformance/rendering/gl-scissor-test.html: Added.
7856         * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
7857         * webgl/conformance/rendering/more-than-65536-indices.html: Added.
7858         * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
7859         * webgl/conformance/rendering/multisample-corruption.html: Added.
7860         * webgl/conformance/rendering/point-size-expected.txt: Added.
7861         * webgl/conformance/rendering/point-size.html: Added.
7862         * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
7863         * webgl/conformance/state/gl-object-get-calls.html: Added.
7864         * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
7865         * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
7866         * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
7867         * webgl/conformance/textures/gl-pixelstorei.html: Added.
7868         * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
7869         * webgl/conformance/textures/origin-clean-conformance.html: Added.
7870         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
7871         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
7872         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
7873         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
7874         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
7875         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
7876         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
7877         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
7878         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
7879         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
7880         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
7881         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
7882         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
7883         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
7884         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
7885         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
7886         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
7887         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
7888         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
7889         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
7890         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
7891         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
7892         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
7893         * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
7894         * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
7895         * webgl/conformance/textures/texture-active-bind-2.html: Added.
7896         * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
7897         * webgl/conformance/textures/texture-active-bind.html: Added.
7898         * webgl/conformance/textures/texture-mips-expected.txt: Added.
7899         * webgl/conformance/textures/texture-mips.html: Added.
7900         * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
7901         * webgl/conformance/textures/texture-npot-video.html: Added.
7902         * webgl/conformance/textures/texture-size-expected.txt: Added.
7903         * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
7904         * webgl/conformance/textures/texture-size-limit.html: Added.
7905         * webgl/conformance/textures/texture-size.html: Added.
7906         * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
7907         * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
7908         * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
7909         * webgl/conformance/uniforms/uniform-default-values.html: Added.
7910         * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
7911         * webgl/conformance/uniforms/uniform-location.html: Added.
7912         * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
7913         * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
7914         * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
7915         * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
7916         * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
7917         * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
7918         * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
7919         * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
7920         * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
7921         * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
7922         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
7923         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
7924         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
7925         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
7926         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
7927         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
7928         * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
7929         * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
7930         * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
7931         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
7932         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
7933         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
7934         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
7935         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
7936         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
7937         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
7938         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
7939         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
7940         * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
7941         * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
7942         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
7943         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
7944         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
7945         * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
7946         * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
7947         * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
7948         * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
7949         * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
7950         * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
7951         * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
7952         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
7953         * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
7954         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
7955         * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
7956         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
7957         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
7958         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
7959         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
7960         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
7961         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
7962         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
7963         * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
7964         * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
7965         * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
7966         * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
7967         * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
7968         * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
7969         * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
7970         * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
7971         * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
7972         * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
7973         * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
7974         * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
7975         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
7976         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
7977         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
7978         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
7979         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
7980         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
7981         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
7982         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
7983         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
7984         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
7985         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
7986         * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
7987         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
7988         * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
7989         * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
7990         * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
7991         * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
7992         * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
7993         * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
7994         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
7995         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
7996         * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
7997
7998 2013-02-06  Terry Anderson  <tdanderson@chromium.org>
7999
8000         Add support for gesture scroll events that do not propagate to enclosing scrollables
8001         https://bugs.webkit.org/show_bug.cgi?id=108849
8002
8003         Reviewed by Antonio Gomes.
8004
8005         New tests added to ensure that GestureScrollUpdateWithoutPropagation events will not
8006         propagate to the scrollable parent of their target when the target has no area
8007         left to be scrolled.
8008
8009         Modified two chromium-specific plugin tests to ensure that the plugins receive
8010         GestureScrollUpdate events when GestureScrollUpdateWithoutPropagation events are
8011         dispatched to them.
8012
8013         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
8014         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
8015         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
8016         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
8017         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
8018         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
8019         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
8020         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
8021         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
8022         * platform/chromium/plugins/gesture-events-expected.txt:
8023         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
8024         * platform/chromium/plugins/gesture-events-scrolled.html:
8025         * platform/chromium/plugins/gesture-events.html:
8026
8027 2013-02-06  Ojan Vafai  <ojan@chromium.org>
8028
8029         [Chromium] table-section-overflow-clip-crash.html hits an assert
8030         https://bugs.webkit.org/show_bug.cgi?id=108594
8031
8032         Reviewed by Levi Weintraub.
8033
8034         * platform/chromium/TestExpectations:
8035
8036 2013-02-06  Ojan Vafai  <ojan@chromium.org>
8037
8038         display:none file upload button crashes
8039         https://bugs.webkit.org/show_bug.cgi?id=109102
8040
8041         Reviewed by Levi Weintraub.
8042
8043         * fast/forms/file/display-none-upload-button-expected.txt: Added.
8044         * fast/forms/file/display-none-upload-button.html: Added.
8045         Tests that we don't crash. Also exposes a bug that the baseline and height of
8046         the input don't include the height of the filename text.
8047
8048 2013-02-06  Stephen Chenney  <schenney@chromium.org>
8049
8050         [Chromium] Test expectations update for Skia change.
8051
8052         Unreviewed expectations update
8053
8054         Files that we were expecting to fail. Now being rebaselined.
8055
8056         * platform/chromium-linux-x86/svg/text/text-viewbox-rescale-expected.png: Added.
8057         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
8058         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
8059         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
8060         * platform/chromium-linux/svg/text/selection-styles-expected.png:
8061         * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png:
8062         * platform/chromium-mac-lion/svg/text/text-viewbox-rescale-expected.png:
8063         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
8064         * platform/chromium-mac/svg/text/text-viewbox-rescale-expected.png:
8065         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
8066         * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
8067
8068 2013-02-06  Dima Gorbik  <dgorbik@apple.com>
8069
8070         Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
8071         https://bugs.webkit.org/show_bug.cgi?id=109101
8072
8073         We check that the style matches a pseudo element by setting its height to 1px.
8074         Some user agents, like iOS, have default border styles that affect the minimum height,
8075         so we need to reset those.
8076
8077         Reviewed by Joseph Pecoraro.
8078
8079         * fast/css/unknown-pseudo-element-matching.html:
8080
8081 2013-02-06  Dirk Schulze  <dschulze@adobe.com>
8082
8083         Context's currentPath should check for passed type
8084         https://bugs.webkit.org/show_bug.cgi?id=109097
8085
8086         Reviewed by Dean Jackson.
8087
8088         Add checks with different data types as value for canvas.currentPath.
8089
8090         * fast/canvas/canvas-currentPath-crash-expected.txt: Added.
8091         * fast/canvas/canvas-currentPath-crash.html: Added.
8092         * fast/canvas/script-tests/canvas-currentPath-crash.js: Added.
8093         * platform/chromium/TestExpectations:
8094         * platform/efl/TestExpectations:
8095         * platform/gtk/TestExpectations:
8096         * platform/mac/TestExpectations:
8097         * platform/qt/TestExpectations:
8098
8099 2013-02-06  Stephen Chenney  <schenney@chromium.org>
8100
8101         [Chromium] Test expectations update for Skia change.
8102
8103         Unreviewed expectations update
8104
8105         Files that we were expecting to fail. Now being rebaselined.
8106
8107         * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
8108         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
8109         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
8110         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
8111         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
8112         * platform/chromium-linux/svg/custom/text-ctm-expected.png:
8113         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
8114         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
8115         * platform/chromium-mac/svg/custom/text-ctm-expected.txt:
8116         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
8117         * platform/chromium-win/svg/custom/text-ctm-expected.png:
8118         * platform/chromium-win/svg/custom/text-ctm-expected.txt: Removed.
8119         * platform/gtk/svg/custom/text-ctm-expected.txt: Removed.
8120         * svg/custom/text-ctm-expected.txt: Added.
8121
8122 2013-02-06  Rafael Weinstein  <rafaelw@chromium.org>
8123
8124         [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
8125         https://bugs.webkit.org/show_bug.cgi?id=109090
8126
8127         Reviewed by Adam Barth.
8128
8129         * html5lib/resources/template.dat:
8130
8131 2013-02-06  Stephen Chenney  <schenney@chromium.org>
8132
8133         [Chromium] Test expectations update for Skia change.
8134
8135         Unreviewed expectations update
8136
8137         Files that we were expecting to fail. Now being rebaslined.
8138
8139         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Removed.
8140         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
8141         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Removed.
8142         * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
8143         * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
8144         * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
8145         * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
8146         * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
8147         * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
8148         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
8149         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
8150         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
8151         * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
8152         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
8153         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
8154         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
8155         * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
8156
8157 2013-02-06  Stephen Chenney  <schenney@chromium.org>
8158
8159         [Chromium] Test expectations update for Skia change.
8160
8161         Unreviewed expectations update
8162
8163         And these too. See change below.
8164
8165         * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
8166         * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-text-expected.txt: Added.
8167         * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
8168         * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-text-expected.txt: Added.
8169
8170 2013-02-06  Stephen Chenney  <schenney@chromium.org>
8171
8172         [Chromium] Test expectations update for Skia change.
8173
8174         Unreviewed expectations update
8175
8176         Apparently there are width differences on the mac platforms. These were
8177         clobbered qwhen I updated the 10.8 expectations.
8178
8179         * platform/chromium-mac-lion/fast/writing-mode/japanese-lr-text-expected.txt: Added.
8180         * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-lr-text-expected.txt: Added.
8181
8182 2013-02-06  Dima Gorbik  <dgorbik@apple.com>
8183
8184         Store the language internally instead of using lang attribute for WebVTT nodes
8185         https://bugs.webkit.org/show_bug.cgi?id=108858
8186
8187         Reviewed by Eric Carlson.
8188
8189         * media/track/captions-webvtt/styling-lang.vtt:
8190         * media/track/track-css-matching-lang-expected.txt:
8191         * media/track/track-css-matching-lang.html:
8192
8193 2013-02-06  Levi Weintraub  <leviw@chromium.org>
8194
8195         Negative text indents can break RenderBlock's inline maximum preferred width calculation
8196         https://bugs.webkit.org/show_bug.cgi?id=108973
8197
8198         Reviewed by Emil A Eklund.
8199
8200         * fast/css/negative-text-indent-in-inline-block-expected.html: Added.
8201         * fast/css/negative-text-indent-in-inline-block.html: Added.
8202
8203 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
8204
8205         Unreviewed GTK gardening.
8206
8207         Expanding failure expectation for fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html.
8208
8209         * platform/gtk/TestExpectations:
8210
8211 2013-02-06  Sheriff Bot  <webkit.review.bot@gmail.com>
8212
8213         Unreviewed, rolling out r142025.
8214         http://trac.webkit.org/changeset/142025
8215         https://bugs.webkit.org/show_bug.cgi?id=109091
8216
8217         broke the build (Requested by tdanderson on #webkit).
8218
8219         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
8220         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Removed.
8221         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
8222         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Removed.
8223         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
8224         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Removed.
8225         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
8226         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
8227         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
8228         * platform/chromium/plugins/gesture-events-expected.txt:
8229         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
8230         * platform/chromium/plugins/gesture-events-scrolled.html:
8231         * platform/chromium/plugins/gesture-events.html:
8232
8233 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
8234
8235         Unreviewed GTK gardening.
8236
8237         Rebaselining and adding a few failure expectations after r142015.
8238
8239         * platform/gtk/TestExpectations:
8240         * platform/gtk/fast/dynamic/002-expected.txt:
8241
8242 2013-02-06  Terry Anderson  <tdanderson@chromium.org>
8243
8244         Add support for gesture scroll events that do not propagate to enclosing scrollables
8245         https://bugs.webkit.org/show_bug.cgi?id=108849
8246
8247         Reviewed by Antonio Gomes.
8248
8249         New tests added to ensure that GestureScrollUpdateNotPropagated events will not
8250         propagate to the scrollable parent of their target when the target has no area
8251         left to be scrolled.
8252
8253         Modified two chromium-specific plugin tests to ensure that the plugins receive
8254         GestureScrollUpdate events when GestureScrollUpdateNotPropagated events are
8255         dispatched to them.
8256
8257         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
8258         * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
8259         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
8260         * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
8261         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
8262         * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
8263         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
8264         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
8265         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
8266         * platform/chromium/plugins/gesture-events-expected.txt:
8267         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
8268         * platform/chromium/plugins/gesture-events-scrolled.html:
8269         * platform/chromium/plugins/gesture-events.html:
8270
8271 2013-02-06  Ryosuke Niwa  <rniwa@webkit.org>
8272
8273         REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
8274         https://bugs.webkit.org/show_bug.cgi?id=108380
8275
8276         Reviewed by Alexey Proskuryakov.
8277
8278         Re-enable tests that have been temporarily disabled.
8279
8280         * platform/mac/TestExpectations:
8281
8282 2013-02-06  Uday Kiran  <udaykiran@motorola.com>
8283
8284         Implement 'vmax' from CSS3 values and units
8285         https://bugs.webkit.org/show_bug.cgi?id=91440
8286
8287         Reviewed by Antti Koivisto.
8288
8289         vmax is implemented as primitive length unit.
8290         New length type ViewportPercentageMax is added and included support for fetching the value
8291         of this viewport percentage unit based on current viewport size.
8292
8293         The specification related to this implementation is
8294         http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
8295
8296         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
8297         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
8298         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute-expected.html: Added.
8299         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute.html: Added.
8300         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-expected.html: Added.
8301         * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html: Added.
8302
8303 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
8304
8305         Unreviewed GTK gardening.
8306
8307         Walked through the WontFix test expectations, expanding them with the expected failure.
8308         This forces the test to run but not complain as long as the failure is the same as expected.
8309
8310         * platform/gtk/TestExpectations:
8311
8312 2013-02-06  Stephen White  <senorblanco@chromium.org>
8313
8314         Suppress failures for minor pixel diffs which will be caused when https://codereview.chromium.org/12217047/ lands.  Unreviewed.
8315         https://bugs.webkit.org/show_bug.cgi?id=104289
8316
8317         * platform/chromium/TestExpectations:
8318
8319 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
8320
8321         Unreviewed GTK gardening.
8322
8323         Marking required tests as slow so the test runs are not interrupted when timeouts
8324         occur in tests that would actually pass if given enough time.
8325
8326         * platform/gtk/TestExpectations:
8327
8328 2013-02-06  Pravin D  <pravind.2k4@gmail.com>
8329
8330         When a block element is made inline positioned and has static left and right,  it does not follow inline formatting context
8331         https://bugs.webkit.org/show_bug.cgi?id=91665
8332
8333         Reviewed by Julien Chaffraix.
8334
8335         * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Added.
8336         * fast/dynamic/absolute-positioned-to-static-positioned.html: Added.
8337         * fast/dynamic/floating-to-non-floating-expected.txt: Added.
8338         * fast/dynamic/floating-to-non-floating.html: Added.
8339         * fast/dynamic/non-floating-to-floating-expected.txt: Added.
8340         * fast/dynamic/non-floating-to-floating.html: Added.
8341         * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Added.
8342         * fast/dynamic/static-positioned-to-absolute-positioned.html: Added.
8343            Testcases for the patch.
8344
8345         * fast/dynamic/resources/helper-bug91665.js: Added.
8346         * fast/dynamic/resources/style-bug91665.css: Added.
8347            Common javascript functions and css classes used by the above testcases.
8348
8349         * fast/css/first-letter-removed-added-expected.txt:
8350            Previously failing sub-test is passing.
8351
8352         * fullscreen/full-screen-fixed-pos-parent-expected.txt:
8353            Change orthogonal to the current patch.
8354
8355         * platform/mac/fast/dynamic/002-expected.txt:
8356         * platform/chromium-win/fast/dynamic/002-expected.txt:
8357         * platform/chromium/fast/dynamic/002-expected.txt:
8358            Expected change. The testcase has a static block element followed by a text node wrapped 
8359            in an anonymous block. When the block element becomes floating, it is out of the flow context.
8360            Thus the text node must no longer be wrapped by the anonymous block.
8361
8362         * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
8363         * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
8364            Progression. Previously we used to repaint the a much larger area as compared to the behavior 
8365            with the patch, which repaints only the area affected due to the change in style(position) 
8366            of certain elements.
8367
8368         * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
8369         * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
8370         * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
8371         * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
8372            Added platform specific images.
8373
8374 2013-02-06  Chris Fleizach  <cfleizach@apple.com>
8375
8376         AX: if <html> has an ARIA attribute, it's exposed as an AXGroup
8377         https://bugs.webkit.org/show_bug.cgi?id=109008
8378
8379         Reviewed by Ryosuke Niwa.
8380
8381         * accessibility/html-html-element-is-ignored-expected.txt: Added.
8382         * accessibility/html-html-element-is-ignored.html: Added.
8383         * platform/chromium/TestExpectations:
8384
8385 2013-02-06  Shawn Singh  <shawnsingh@chromium.org>
8386
8387         RenderLayer hasVisibleContent() has inconsistent semantics causing disappearing composited layers
8388         https://bugs.webkit.org/show_bug.cgi?id=108118
8389
8390         Reviewed by Simon Fraser.
8391
8392         * compositing/visibility/visibility-on-distant-descendant-expected.png: Added.
8393         * compositing/visibility/visibility-on-distant-descendant-expected.txt: Added.
8394         * compositing/visibility/visibility-on-distant-descendant.html: Added.
8395
8396 2013-02-06  Gregg Tavares  <gman@chromium.org>
8397
8398         Adds the WebGL Conformance Test ogles support files.
8399         https://bugs.webkit.org/show_bug.cgi?id=109063
8400
8401         Reviewed by Kenneth Russell.
8402
8403         Note: This was reviewed offline because the patch was too large to upload to
8404         bugs.webkit.org. It doesn't add any LayoutTests. It only adds support files.
8405
8406         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary.frag: Added.
8407         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary_ref.frag: Added.
8408         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary.vert: Added.
8409         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary_ref.vert: Added.
8410         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary.frag: Added.
8411         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary_ref.frag: Added.
8412         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary.vert: Added.
8413         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary_ref.vert: Added.
8414         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary.frag: Added.
8415         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary_ref.frag: Added.
8416         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary.vert: Added.
8417         * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary_ref.vert: Added.
8418         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary.frag: Added.
8419         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary_ref.frag: Added.
8420         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary.vert: Added.
8421         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary_ref.vert: Added.
8422         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary.frag: Added.
8423         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary_ref.frag: Added.
8424         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary.vert: Added.
8425         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary_ref.vert: Added.
8426         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary.frag: Added.
8427         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary_ref.frag: Added.
8428         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary.vert: Added.
8429         * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary_ref.vert: Added.
8430         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag.frag: Added.
8431         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag_ref.frag: Added.
8432         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert.vert: Added.
8433         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert_ref.vert: Added.
8434         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag.frag: Added.
8435         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag_ref.frag: Added.
8436         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert.vert: Added.
8437         * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert_ref.vert: Added.
8438         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag.frag: Added.
8439         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag_ref.frag: Added.
8440         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert.vert: Added.
8441         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert_ref.vert: Added.
8442         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag.frag: Added.
8443         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag_ref.frag: Added.
8444         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert.vert: Added.
8445         * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert_ref.vert: Added.
8446         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_frag.frag: Added.
8447         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_vert.vert: Added.
8448         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_frag.frag: Added.
8449         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_vert.vert: Added.
8450         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_frag.frag: Added.
8451         * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_vert.vert: Added.
8452         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary.frag: Added.
8453         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary_ref.frag: Added.
8454         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary.vert: Added.
8455         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary_ref.vert: Added.
8456         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary.frag: Added.
8457         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary_ref.frag: Added.
8458         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary.vert: Added.
8459         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary_ref.vert: Added.
8460         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary.frag: Added.
8461         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary_ref.frag: Added.
8462         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary.vert: Added.
8463         * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary_ref.vert: Added.
8464         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary.frag: Added.
8465         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary_ref.frag: Added.
8466         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary.frag: Added.
8467         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary_ref.frag: Added.
8468         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary.vert: Added.
8469         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary_ref.vert: Added.
8470         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary.vert: Added.
8471         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary_ref.vert: Added.
8472         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary.frag: Added.
8473         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary_ref.frag: Added.
8474         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary.frag: Added.
8475         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary_ref.frag: Added.
8476         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary.vert: Added.
8477         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary_ref.vert: Added.
8478         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary.vert: Added.
8479         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary_ref.vert: Added.
8480         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary.frag: Added.
8481         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary_ref.frag: Added.
8482         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary.frag: Added.
8483         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary_ref.frag: Added.
8484         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary.vert: Added.
8485         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary_ref.vert: Added.
8486         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary.vert: Added.
8487         * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary_ref.vert: Added.
8488         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_frag.frag: Added.
8489         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_vert.vert: Added.
8490         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_frag.frag: Added.
8491         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_vert.vert: Added.
8492         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_frag.frag: Added.
8493         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_vert.vert: Added.
8494         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_frag.frag: Added.
8495         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_vert.vert: Added.
8496         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_frag.frag: Added.
8497         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_vert.vert: Added.
8498         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_frag.frag: Added.
8499         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_vert.vert: Added.
8500         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_frag.frag: Added.
8501         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_vert.vert: Added.
8502         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_frag.frag: Added.
8503         * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_vert.vert: Added.
8504         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_frag.frag: Added.
8505         * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert: Added.
8506         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Data_Types_frag.frag: Added.
8507         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Standard_Library_frag.frag: Added.
8508         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectBuiltInOveride_frag.frag: Added.
8509         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectComma_frag.frag: Added.
8510         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding1_vert.vert: Added.
8511         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding2_vert.vert: Added.
8512         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstruct_vert.vert: Added.
8513         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension10_V100_frag.frag: Added.
8514         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension1_V100_frag.frag: Added.
8515         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension4_V100_frag.frag: Added.
8516         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFull_vert.vert: Added.
8517         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_frag.frag: Added.
8518         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_vert.vert: Added.
8519         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFunction1_vert.vert: Added.
8520         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectModule_frag.frag: Added.
8521         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse1_frag.frag: Added.
8522         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_frag.frag: Added.
8523         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_vert.vert: Added.
8524         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest1_frag.frag: Added.
8525         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest_frag.frag: Added.
8526         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess5_frag.frag: Added.
8527         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess8_frag.frag: Added.
8528         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess9_frag.frag: Added.
8529         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_frag.frag: Added.
8530         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_vert.vert: Added.
8531         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_frag.frag: Added.
8532         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_vert.vert: Added.
8533         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle3_frag.frag: Added.
8534         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectVersion_V100_frag.frag: Added.
8535         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/DuplicateVersion1_V100_frag.frag: Added.
8536         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/FunctionParam_vert.vert: Added.
8537         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Include_Preprocessor_Directive_frag.frag: Added.
8538         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Low_Level_Assembly_Reserved_Words_frag.frag: Added.
8539         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Main_Parameters_vert.vert: Added.
8540         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest3_frag.frag: Added.
8541         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest4_frag.frag: Added.
8542         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Constant_Conversions_frag.frag: Added.
8543         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Scalar_Vector_Expressions_frag.frag: Added.
8544         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/TernaryOp_frag.frag: Added.
8545         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Texture_Rectangle_Samplers_frag.frag: Added.
8546         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array10_frag.frag: Added.
8547         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array11_frag.frag: Added.
8548         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array1_frag.frag: Added.
8549         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array2_frag.frag: Added.
8550         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array3_frag.frag: Added.
8551         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array4_frag.frag: Added.
8552         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array5_frag.frag: Added.
8553         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array6_frag.frag: Added.
8554         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array7_frag.frag: Added.
8555         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array8_frag.frag: Added.
8556         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array9_frag.frag: Added.
8557         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute1_vert.vert: Added.
8558         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute2_vert.vert: Added.
8559         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_frag.frag: Added.
8560         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_vert.vert: Added.
8561         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/break_frag.frag: Added.
8562         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma1_vert.vert: Added.
8563         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_frag.frag: Added.
8564         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_vert.vert: Added.
8565         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma3_vert.vert: Added.
8566         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comment_frag.frag: Added.
8567         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional1_frag.frag: Added.
8568         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional2_frag.frag: Added.
8569         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional3_frag.frag: Added.
8570         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constFunc_frag.frag: Added.
8571         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor1_frag.frag: Added.
8572         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor2_frag.frag: Added.
8573         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor3_V100_frag.frag: Added.
8574         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/continue_frag.frag: Added.
8575         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType10_frag.frag: Added.
8576         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType11_frag.frag: Added.
8577         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType12_frag.frag: Added.
8578         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType13_frag.frag: Added.
8579         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType19_frag.frag: Added.
8580         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType1_frag.frag: Added.
8581         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType2_frag.frag: Added.
8582         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType3_frag.frag: Added.
8583         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType4_frag.frag: Added.
8584         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType5_frag.frag: Added.
8585         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType6_frag.frag: Added.
8586         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType7_frag.frag: Added.
8587         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType8_frag.frag: Added.
8588         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType9_frag.frag: Added.
8589         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.frag: Added.
8590         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.vert: Added.
8591         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dowhile_frag.frag: Added.
8592         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec2_frag.frag: Added.
8593         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec3_frag.frag: Added.
8594         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec4_frag.frag: Added.
8595         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension2_V100_frag.frag: Added.
8596         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension3_V100_frag.frag: Added.
8597         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension5_V100_frag.frag: Added.
8598         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension6_V100_frag.frag: Added.
8599         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension7_V100_frag.frag: Added.
8600         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension8_V100_frag.frag: Added.
8601         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension9_V100_frag.frag: Added.
8602         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float2_frag.frag: Added.
8603         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float3_frag.frag: Added.
8604         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float4_frag.frag: Added.
8605         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly1_vert.vert: Added.
8606         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly2_vert.vert: Added.
8607         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly3_vert.vert: Added.
8608         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly4_vert.vert: Added.
8609         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly_vert.vert: Added.
8610         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function10_frag.frag: Added.
8611         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function1_frag.frag: Added.
8612         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function2_V100_frag.frag: Added.
8613         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function3_frag.frag: Added.
8614         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function4_frag.frag: Added.
8615         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function6_frag.frag: Added.
8616         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function7_frag.frag: Added.
8617         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function8_frag.frag: Added.
8618         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function9_frag.frag: Added.
8619         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec2_frag.frag: Added.
8620         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec3_frag.frag: Added.
8621         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec4_frag.frag: Added.
8622         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier1_frag.frag: Added.
8623         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier2_frag.frag: Added.
8624         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier3_frag.frag: Added.
8625         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if1_frag.frag: Added.
8626         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if2_frag.frag: Added.
8627         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment1_frag.frag: Added.
8628         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment2_frag.frag: Added.
8629         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment3_frag.frag: Added.
8630         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment4_frag.frag: Added.
8631         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment6_frag.frag: Added.
8632         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main1_vert.vert: Added.
8633         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main2_vert.vert: Added.
8634         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main3_vert.vert: Added.
8635         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/matrix_V100_frag.frag: Added.
8636         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/normal_vert.vert: Added.
8637         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser10_frag.frag: Added.
8638         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser1_vert.vert: Added.
8639         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser3_frag.frag: Added.
8640         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser4_frag.frag: Added.
8641         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser5_frag.frag: Added.
8642         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser6_frag.frag: Added.
8643         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser7_frag.frag: Added.
8644         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser8_frag.frag: Added.
8645         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser9_frag.frag: Added.
8646         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess0_frag.frag: Added.
8647         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess10_frag.frag: Added.
8648         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess1_frag.frag: Added.
8649         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess2_frag.frag: Added.
8650         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess3_frag.frag: Added.
8651         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess4_frag.frag: Added.
8652         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess6_frag.frag: Added.
8653         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess7_frag.frag: Added.
8654         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping1_frag.frag: Added.
8655         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping2_frag.frag: Added.
8656         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct10_frag.frag: Added.
8657         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct11_frag.frag: Added.
8658         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct1_frag.frag: Added.
8659         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct2_frag.frag: Added.
8660         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct3_frag.frag: Added.
8661         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct4_frag.frag: Added.
8662         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct5_frag.frag: Added.
8663         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct6_frag.frag: Added.
8664         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct7_frag.frag: Added.
8665         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct8_frag.frag: Added.
8666         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct9_frag.frag: Added.
8667         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle1_frag.frag: Added.
8668         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle2_frag.frag: Added.
8669         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle3_frag.frag: Added.
8670         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/typecast_frag.frag: Added.
8671         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform1_frag.frag: Added.
8672         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform_frag.frag: Added.
8673         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying1_frag.frag: Added.
8674         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying2_frag.frag: Added.
8675         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying3_frag.frag: Added.
8676         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying_frag.frag: Added.
8677         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vector_frag.frag: Added.
8678         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version2_V100_frag.frag: Added.
8679         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version3_V100_frag.frag: Added.
8680         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly2_frag.frag: Added.
8681         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly_frag.frag: Added.
8682         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertex_vert.vert: Added.
8683         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while1_frag.frag: Added.
8684         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while2_frag.frag: Added.
8685         * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while_frag.frag: Added.
8686         * 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.
8687         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary.frag: Added.
8688         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary_ref.frag: Added.
8689         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary.vert: Added.
8690         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary_ref.vert: Added.
8691         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary.frag: Added.
8692         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary_ref.frag: Added.
8693         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary.vert: Added.
8694         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary_ref.vert: Added.
8695         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary.frag: Added.
8696         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary_ref.frag: Added.
8697         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary.vert: Added.
8698         * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary_ref.vert: Added.
8699         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter.frag: Added.
8700         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter_ref.frag: Added.
8701         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter.vert: Added.
8702         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter_ref.vert: Added.
8703         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter.frag: Added.
8704         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter_ref.frag: Added.
8705         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter.vert: Added.
8706         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter_ref.vert: Added.
8707         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter.frag: Added.
8708         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter_ref.frag: Added.
8709         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter.vert: Added.
8710         * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter_ref.vert: Added.
8711         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_frag.frag: Added.
8712         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_vert.vert: Added.
8713         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_frag.frag: Added.
8714         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_vert.vert: Added.
8715         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_frag.frag: Added.
8716         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_vert.vert: Added.
8717         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_frag.frag: Added.
8718         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_vert.vert: Added.
8719         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_frag.frag: Added.
8720         * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_vert.vert: Added.
8721         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary.frag: Added.
8722         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary_ref.frag: Added.
8723         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary.vert: Added.
8724         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary_ref.vert: Added.
8725         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary.frag: Added.
8726         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary_ref.frag: Added.
8727         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary.vert: Added.
8728         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary_ref.vert: Added.
8729         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary.frag: Added.
8730         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary_ref.frag: Added.
8731         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary.vert: Added.
8732         * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary_ref.vert: Added.
8733         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst.frag: Added.
8734         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst_ref.frag: Added.
8735         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst.vert: Added.
8736         * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst_ref.vert: Added.
8737         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.frag: Added.
8738         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.vert: Added.
8739         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.frag: Added.
8740         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.vert: Added.
8741         * webgl/resources/webgl_test_files/conformance/ogles/GL/default/expected.frag: Added.
8742         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary.frag: Added.
8743         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary_ref.frag: Added.
8744         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary.vert: Added.
8745         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary_ref.vert: Added.
8746         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary.frag: Added.
8747         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary_ref.frag: Added.
8748         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary.vert: Added.
8749         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary_ref.vert: Added.
8750         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary.frag: Added.
8751         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary_ref.frag: Added.
8752         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary.vert: Added.
8753         * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary_ref.vert: Added.
8754         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag.frag: Added.
8755         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag_ref.frag: Added.
8756         * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_frag.frag: Added.
8757         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf.frag: Added.
8758         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf_ref.frag: Added.
8759         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf.vert: Added.
8760         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf_ref.vert: Added.
8761         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf.frag: Added.
8762         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf_ref.frag: Added.
8763         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf.vert: Added.
8764         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf_ref.vert: Added.
8765         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf.frag: Added.
8766         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf_ref.frag: Added.
8767         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf.vert: Added.
8768         * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf_ref.vert: Added.
8769         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone.frag: Added.
8770         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone_ref.frag: Added.
8771         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone.vert: Added.
8772         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone_ref.vert: Added.
8773         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf.frag: Added.
8774         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf_ref.frag: Added.
8775         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf.vert: Added.
8776         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf_ref.vert: Added.
8777         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird.frag: Added.
8778         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird_ref.frag: Added.
8779         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird.vert: Added.
8780         * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird_ref.vert: Added.
8781         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag.frag: Added.
8782         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag_ref.frag: Added.
8783         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert.vert: Added.
8784         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert_ref.vert: Added.
8785         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag.frag: Added.
8786         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag_ref.frag: Added.
8787         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert.vert: Added.
8788         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert_ref.vert: Added.
8789         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag.frag: Added.
8790         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag_ref.frag: Added.
8791         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert.vert: Added.
8792         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert_ref.vert: Added.
8793         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag.frag: Added.
8794         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag_ref.frag: Added.
8795         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert.vert: Added.
8796         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert_ref.vert: Added.
8797         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag.frag: Added.
8798         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag_ref.frag: Added.
8799         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert.vert: Added.
8800         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert_ref.vert: Added.
8801         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag.frag: Added.
8802         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag_ref.frag: Added.
8803         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert.vert: Added.
8804         * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert_ref.vert: Added.
8805         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary.frag: Added.
8806         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary_ref.frag: Added.
8807         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg.frag: Added.
8808         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg_ref.frag: Added.
8809         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary.vert: Added.
8810         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary_ref.vert: Added.
8811         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg.vert: Added.
8812         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg_ref.vert: Added.
8813         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary.frag: Added.
8814         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary_ref.frag: Added.
8815         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg.frag: Added.
8816         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg_ref.frag: Added.
8817         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary.vert: Added.
8818         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary_ref.vert: Added.
8819         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg.vert: Added.
8820         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg_ref.vert: Added.
8821         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary.frag: Added.
8822         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary_ref.frag: Added.
8823         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg.frag: Added.
8824         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg_ref.frag: Added.
8825         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary.vert: Added.
8826         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary_ref.vert: Added.
8827         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg.vert: Added.
8828         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg_ref.vert: Added.
8829         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary.frag: Added.
8830         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary_ref.frag: Added.
8831         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg.frag: Added.
8832         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg_ref.frag: Added.
8833         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary.vert: Added.
8834         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary_ref.vert: Added.
8835         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg.vert: Added.
8836         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg_ref.vert: Added.
8837         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary.frag: Added.
8838         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary_ref.frag: Added.
8839         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg.frag: Added.
8840         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg_ref.frag: Added.
8841         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary.vert: Added.
8842         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary_ref.vert: Added.
8843         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg.vert: Added.
8844         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg_ref.vert: Added.
8845         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary.frag: Added.
8846         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary_ref.frag: Added.
8847         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg.frag: Added.
8848         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg_ref.frag: Added.
8849         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary.vert: Added.
8850         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary_ref.vert: Added.
8851         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg.vert: Added.
8852         * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg_ref.vert: Added.
8853         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst.frag: Added.
8854         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst_ref.frag: Added.
8855         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst.vert: Added.
8856         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst_ref.vert: Added.
8857         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst.frag: Added.
8858         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst_ref.frag: Added.
8859         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst.vert: Added.
8860         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst_ref.vert: Added.
8861         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst.frag: Added.
8862         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst_ref.frag: Added.
8863         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst.vert: Added.
8864         * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst_ref.vert: Added.
8865         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary.frag: Added.
8866         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary_ref.frag: Added.
8867         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary.vert: Added.
8868         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary_ref.vert: Added.
8869         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary.frag: Added.
8870         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary_ref.frag: Added.
8871         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary.vert: Added.
8872         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary_ref.vert: Added.
8873         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary.frag: Added.
8874         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary_ref.frag: Added.
8875         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary.vert: Added.
8876         * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary_ref.vert: Added.
8877         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary.frag: Added.
8878         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary_ref.frag: Added.
8879         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary.vert: Added.
8880         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary_ref.vert: Added.
8881         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary.frag: Added.
8882         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary_ref.frag: Added.
8883         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary.vert: Added.
8884         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary_ref.vert: Added.
8885         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary.frag: Added.
8886         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary_ref.frag: Added.
8887         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary.vert: Added.
8888         * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary_ref.vert: Added.
8889         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_frag.frag: Added.
8890         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_vert.vert: Added.
8891         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_frag.frag: Added.
8892         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_vert.vert: Added.
8893         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_frag.frag: Added.
8894         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_vert.vert: Added.
8895         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_frag.frag: Added.
8896         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_vert.vert: Added.
8897         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_frag.frag: Added.
8898         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_vert.vert: Added.
8899         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_frag.frag: Added.
8900         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_vert.vert: Added.
8901         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_frag.frag: Added.
8902         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_vert.vert: Added.
8903         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_frag.frag: Added.
8904         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_vert.vert: Added.
8905         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_frag.frag: Added.
8906         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_vert.vert: Added.
8907         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_frag.frag: Added.
8908         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_vert.vert: Added.
8909         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_frag.frag: Added.
8910         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_vert.vert: Added.
8911         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_frag.frag: Added.
8912         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_vert.vert: Added.
8913         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_frag.frag: Added.
8914         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_vert.vert: Added.
8915         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_frag.frag: Added.
8916         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_vert.vert: Added.
8917         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_frag.frag: Added.
8918         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_vert.vert: Added.
8919         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_frag.frag: Added.
8920         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_vert.vert: Added.
8921         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_frag.frag: Added.
8922         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_vert.vert: Added.
8923         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_frag.frag: Added.
8924         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_vert.vert: Added.
8925         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_frag.frag: Added.
8926         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_vert.vert: Added.
8927         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_frag.frag: Added.
8928         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_vert.vert: Added.
8929         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_frag.frag: Added.
8930         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_vert.vert: Added.
8931         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_frag.frag: Added.
8932         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_vert.vert: Added.
8933         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_frag.frag: Added.
8934         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_vert.vert: Added.
8935         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_frag.frag: Added.
8936         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_vert.vert: Added.
8937         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_frag.frag: Added.
8938         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_vert.vert: Added.
8939         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_frag.frag: Added.
8940         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_vert.vert: Added.
8941         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_frag.frag: Added.
8942         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_vert.vert: Added.
8943         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_frag.frag: Added.
8944         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_vert.vert: Added.
8945         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_frag.frag: Added.
8946         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_vert.vert: Added.
8947         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_frag.frag: Added.
8948         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_vert.vert: Added.
8949         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_frag.frag: Added.
8950         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_vert.vert: Added.
8951         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_frag.frag: Added.
8952         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_vert.vert: Added.
8953         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_frag.frag: Added.
8954         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_vert.vert: Added.
8955         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_frag.frag: Added.
8956         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_vert.vert: Added.
8957         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_frag.frag: Added.
8958         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_vert.vert: Added.
8959         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_frag.frag: Added.
8960         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_vert.vert: Added.
8961         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_frag.frag: Added.
8962         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_vert.vert: Added.
8963         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_frag.frag: Added.
8964         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_vert.vert: Added.
8965         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_frag.frag: Added.
8966         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_vert.vert: Added.
8967         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_frag.frag: Added.
8968         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_vert.vert: Added.
8969         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_frag.frag: Added.
8970         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_vert.vert: Added.
8971         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_frag.frag: Added.
8972         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_vert.vert: Added.
8973         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_frag.frag: Added.
8974         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_vert.vert: Added.
8975         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_frag.frag: Added.
8976         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_vert.vert: Added.
8977         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_frag.frag: Added.
8978         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_vert.vert: Added.
8979         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_frag.frag: Added.
8980         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_vert.vert: Added.
8981         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_frag.frag: Added.
8982         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_vert.vert: Added.
8983         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_frag.frag: Added.
8984         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_vert.vert: Added.
8985         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_frag.frag: Added.
8986         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_vert.vert: Added.
8987         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_frag.frag: Added.
8988         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_vert.vert: Added.
8989         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_frag.frag: Added.
8990         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_vert.vert: Added.
8991         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_frag.frag: Added.
8992         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_vert.vert: Added.
8993         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_frag.frag: Added.
8994         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_vert.vert: Added.
8995         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_frag.frag: Added.
8996         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_vert.vert: Added.
8997         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_frag.frag: Added.
8998         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_vert.vert: Added.
8999         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_frag.frag: Added.
9000         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_vert.vert: Added.
9001         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_frag.frag: Added.
9002         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_vert.vert: Added.
9003         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_frag.frag: Added.
9004         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_vert.vert: Added.
9005         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_frag.frag: Added.
9006         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_vert.vert: Added.
9007         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_frag.frag: Added.
9008         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_vert.vert: Added.
9009         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_frag.frag: Added.
9010         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_vert.vert: Added.
9011         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_frag.frag: Added.
9012         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_vert.vert: Added.
9013         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_frag.frag: Added.
9014         * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_vert.vert: Added.
9015         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_w_frag.frag: Added.
9016         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag.frag: Added.
9017         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag_ref.frag: Added.
9018         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag.frag: Added.
9019         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.frag: Added.
9020         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.vert: Added.
9021         * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_frag.frag: Added.
9022         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag.frag: Added.
9023         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag_ref.frag: Added.
9024         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert.vert: Added.
9025         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert_ref.vert: Added.
9026         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag.frag: Added.
9027         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag_ref.frag: Added.
9028         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert.vert: Added.
9029         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert_ref.vert: Added.
9030         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag.frag: Added.
9031         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag_ref.frag: Added.
9032         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert.vert: Added.
9033         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert_ref.vert: Added.
9034         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag.frag: Added.
9035         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag_ref.frag: Added.
9036         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert.vert: Added.
9037         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert_ref.vert: Added.
9038         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag.frag: Added.
9039         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag_ref.frag: Added.
9040         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert.vert: Added.
9041         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert_ref.vert: Added.
9042         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag.frag: Added.
9043         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag_ref.frag: Added.
9044         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert.vert: Added.
9045         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert_ref.vert: Added.
9046         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag.frag: Added.
9047         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag_ref.frag: Added.
9048         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert.vert: Added.
9049         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert_ref.vert: Added.
9050         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag.frag: Added.
9051         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag_ref.frag: Added.
9052         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert.vert: Added.
9053         * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert_ref.vert: Added.
9054         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary.frag: Added.
9055         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary_ref.frag: Added.
9056         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary.vert: Added.
9057         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary_ref.vert: Added.
9058         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary.frag: Added.
9059         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary_ref.frag: Added.
9060         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary.vert: Added.
9061         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary_ref.vert: Added.
9062         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary.frag: Added.
9063         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary_ref.frag: Added.
9064         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary.vert: Added.
9065         * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary_ref.vert: Added.
9066         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary.frag: Added.
9067         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary_ref.frag: Added.
9068         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary.vert: Added.
9069         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary_ref.vert: Added.
9070         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary.frag: Added.
9071         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary_ref.frag: Added.
9072         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary.vert: Added.
9073         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary_ref.vert: Added.
9074         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary.frag: Added.
9075         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary_ref.frag: Added.
9076         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary.vert: Added.
9077         * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary_ref.vert: Added.
9078         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag.frag: Added.
9079         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag_ref.frag: Added.
9080         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert.vert: Added.
9081         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert_ref.vert: Added.
9082         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag.frag: Added.
9083         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag_ref.frag: Added.
9084         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert.vert: Added.
9085         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert_ref.vert: Added.
9086         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag.frag: Added.
9087         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag_ref.frag: Added.
9088         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert.vert: Added.
9089         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert_ref.vert: Added.
9090         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag.frag: Added.
9091         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag_ref.frag: Added.
9092         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert.vert: Added.
9093         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert_ref.vert: Added.
9094         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag.frag: Added.
9095         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag_ref.frag: Added.
9096         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert.vert: Added.
9097         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert_ref.vert: Added.
9098         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag.frag: Added.
9099         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag_ref.frag: Added.
9100         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert.vert: Added.
9101         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert_ref.vert: Added.
9102         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag.frag: Added.
9103         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag_ref.frag: Added.
9104         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert.vert: Added.
9105         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert_ref.vert: Added.
9106         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag.frag: Added.
9107         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag_ref.frag: Added.
9108         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert.vert: Added.
9109         * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert_ref.vert: Added.
9110         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary.frag: Added.
9111         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01.frag: Added.
9112         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01_ref.frag: Added.
9113         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary_ref.frag: Added.
9114         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary.vert: Added.
9115         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01.vert: Added.
9116         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01_ref.vert: Added.
9117         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary_ref.vert: Added.
9118         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary.frag: Added.
9119         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01.frag: Added.
9120         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01_ref.frag: Added.
9121         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary_ref.frag: Added.
9122         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary.vert: Added.
9123         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01.vert: Added.
9124         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01_ref.vert: Added.
9125         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary_ref.vert: Added.
9126         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary.frag: Added.
9127         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01.frag: Added.
9128         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01_ref.frag: Added.
9129         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary_ref.frag: Added.
9130         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary.vert: Added.
9131         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01.vert: Added.
9132         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01_ref.vert: Added.
9133         * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary_ref.vert: Added.
9134         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary.frag: Added.
9135         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01.frag: Added.
9136         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01_ref.frag: Added.
9137         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary_ref.frag: Added.
9138         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary.vert: Added.
9139         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01.vert: Added.
9140         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01_ref.vert: Added.
9141         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary_ref.vert: Added.
9142         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary.frag: Added.
9143         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01.frag: Added.
9144         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01_ref.frag: Added.
9145         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary_ref.frag: Added.
9146         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary.vert: Added.
9147         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01.vert: Added.
9148         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01_ref.vert: Added.
9149         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary_ref.vert: Added.
9150         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary.frag: Added.
9151         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01.frag: Added.
9152         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01_ref.frag: Added.
9153         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary_ref.frag: Added.
9154         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary.vert: Added.
9155         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01.vert: Added.
9156         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01_ref.vert: Added.
9157         * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary_ref.vert: Added.
9158         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_frag.frag: Added.
9159         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_vert.vert: Added.
9160         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_frag.frag: Added.
9161         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_vert.vert: Added.
9162         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_frag.frag: Added.
9163         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_vert.vert: Added.
9164         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_frag.frag: Added.
9165         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_vert.vert: Added.
9166         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_frag.frag: Added.
9167         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_vert.vert: Added.
9168         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_frag.frag: Added.
9169         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_vert.vert: Added.
9170         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_frag.frag: Added.
9171         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_vert.vert: Added.
9172         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_frag.frag: Added.
9173         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_vert.vert: Added.
9174         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_frag.frag: Added.
9175         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_vert.vert: Added.
9176         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_frag.frag: Added.
9177         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_vert.vert: Added.
9178         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_frag.frag: Added.
9179         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_vert.vert: Added.
9180         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_frag.frag: Added.
9181         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_vert.vert: Added.
9182         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_frag.frag: Added.
9183         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_vert.vert: Added.
9184         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_frag.frag: Added.
9185         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_vert.vert: Added.
9186         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_frag.frag: Added.
9187         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_vert.vert: Added.
9188         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_frag.frag: Added.
9189         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_vert.vert: Added.
9190         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_frag.frag: Added.
9191         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_vert.vert: Added.
9192         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_frag.frag: Added.
9193         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_vert.vert: Added.
9194         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_frag.frag: Added.
9195         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_vert.vert: Added.
9196         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_frag.frag: Added.
9197         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_vert.vert: Added.
9198         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_frag.frag: Added.
9199         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_vert.vert: Added.
9200         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_frag.frag: Added.
9201         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_vert.vert: Added.
9202         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_frag.frag: Added.
9203         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_vert.vert: Added.
9204         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_frag.frag: Added.
9205         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_vert.vert: Added.
9206         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_frag.frag: Added.
9207         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_vert.vert: Added.
9208         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_frag.frag: Added.
9209         * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_vert.vert: Added.
9210         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag.frag: Added.
9211         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag_ref.frag: Added.
9212         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert.vert: Added.
9213         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert_ref.vert: Added.
9214         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag.frag: Added.
9215         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag_ref.frag: Added.
9216         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert.vert: Added.
9217         * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert_ref.vert: Added.
9218         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf.frag: Added.
9219         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf_ref.frag: Added.
9220         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf.vert: Added.
9221         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf_ref.vert: Added.
9222         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf.frag: Added.
9223         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf_ref.frag: Added.
9224         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf.vert: Added.
9225         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf_ref.vert: Added.
9226         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf.frag: Added.
9227         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf_ref.frag: Added.
9228         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf.vert: Added.
9229         * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf_ref.vert: Added.
9230         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf.frag: Added.
9231         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf_ref.frag: Added.
9232         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf.vert: Added.
9233         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf_ref.vert: Added.
9234         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf.frag: Added.
9235         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf_ref.frag: Added.
9236         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf.vert: Added.
9237         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf_ref.vert: Added.
9238         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf.frag: Added.
9239         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf_ref.frag: Added.
9240         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf.vert: Added.
9241         * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf_ref.vert: Added.
9242         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf.frag: Added.
9243         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
9244         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf.vert: Added.
9245         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
9246         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf.frag: Added.
9247         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
9248         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf.vert: Added.
9249         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
9250         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf.frag: Added.
9251         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
9252         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf.vert: Added.
9253         * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
9254         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1.frag: Added.
9255         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1_ref.frag: Added.
9256         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1.vert: Added.
9257         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1_ref.vert: Added.
9258         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1.frag: Added.
9259         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1_ref.frag: Added.
9260         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1.vert: Added.
9261         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1_ref.vert: Added.
9262         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1.frag: Added.
9263         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1_ref.frag: Added.
9264         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1.vert: Added.
9265         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1_ref.vert: Added.
9266         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_frag.frag: Added.
9267         * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_vert.vert: Added.
9268         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary.frag: Added.
9269         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary_ref.frag: Added.
9270         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary.vert: Added.
9271         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary_ref.vert: Added.
9272         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary.frag: Added.
9273         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary_ref.frag: Added.
9274         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary.vert: Added.
9275         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary_ref.vert: Added.
9276         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary.frag: Added.
9277         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary_ref.frag: Added.
9278         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary.vert: Added.
9279         * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary_ref.vert: Added.
9280         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag.frag: Added.
9281         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag_ref.frag: Added.
9282         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert.vert: Added.
9283         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert_ref.vert: Added.
9284         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag.frag: Added.
9285         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag_ref.frag: Added.
9286         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert.vert: Added.
9287         * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert_ref.vert: Added.
9288         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag.frag: Added.
9289         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag_ref.frag: Added.
9290         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert.vert: Added.
9291         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert_ref.vert: Added.
9292         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag.frag: Added.
9293         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag_ref.frag: Added.
9294         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert.vert: Added.
9295         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert_ref.vert: Added.
9296         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag.frag: Added.
9297         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag_ref.frag: Added.
9298         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert.vert: Added.
9299         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert_ref.vert: Added.
9300         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag.frag: Added.
9301         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag_ref.frag: Added.
9302         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert.vert: Added.
9303         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert_ref.vert: Added.
9304         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag.frag: Added.
9305         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag_ref.frag: Added.
9306         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert.vert: Added.
9307         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert_ref.vert: Added.
9308         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag.frag: Added.
9309         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag_ref.frag: Added.
9310         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert.vert: Added.
9311         * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert_ref.vert: Added.
9312         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_frag.frag: Added.
9313         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_vert.vert: Added.
9314         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_frag.frag: Added.
9315         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_vert.vert: Added.
9316         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_frag.frag: Added.
9317         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_vert.vert: Added.
9318         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_frag.frag: Added.
9319         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_vert.vert: Added.
9320         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_frag.frag: Added.
9321         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_vert.vert: Added.
9322         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_frag.frag: Added.
9323         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_vert.vert: Added.
9324         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_frag.frag: Added.
9325         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_vert.vert: Added.
9326         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_frag.frag: Added.
9327         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_vert.vert: Added.
9328         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_frag.frag: Added.
9329         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_vert.vert: Added.
9330         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_frag.frag: Added.
9331         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_vert.vert: Added.
9332         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_frag.frag: Added.
9333         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_vert.vert: Added.
9334         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_frag.frag: Added.
9335         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_vert.vert: Added.
9336         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_frag.frag: Added.
9337         * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_vert.vert: Added.
9338         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary.frag: Added.
9339         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary_ref.frag: Added.
9340         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary.frag: Added.
9341         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary_ref.frag: Added.
9342         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2.frag: Added.
9343         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2_ref.frag: Added.
9344         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf.frag: Added.
9345         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf_ref.frag: Added.
9346         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary.vert: Added.
9347         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary_ref.vert: Added.
9348         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary.vert: Added.
9349         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary_ref.vert: Added.
9350         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2.vert: Added.
9351         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2_ref.vert: Added.
9352         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf.vert: Added.
9353         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf_ref.vert: Added.
9354         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary.frag: Added.
9355         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary_ref.frag: Added.
9356         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary.frag: Added.
9357         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary_ref.frag: Added.
9358         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2.frag: Added.
9359         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2_ref.frag: Added.
9360         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf.frag: Added.
9361         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf_ref.frag: Added.
9362         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary.vert: Added.
9363         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary_ref.vert: Added.
9364         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary.vert: Added.
9365         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary_ref.vert: Added.
9366         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2.vert: Added.
9367         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2_ref.vert: Added.
9368         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf.vert: Added.
9369         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf_ref.vert: Added.
9370         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary.frag: Added.
9371         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary_ref.frag: Added.
9372         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary.frag: Added.
9373         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary_ref.frag: Added.
9374         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2.frag: Added.
9375         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2_ref.frag: Added.
9376         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf.frag: Added.
9377         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf_ref.frag: Added.
9378         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary.vert: Added.
9379         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary_ref.vert: Added.
9380         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary.vert: Added.
9381         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary_ref.vert: Added.
9382         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2.vert: Added.
9383         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2_ref.vert: Added.
9384         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf.vert: Added.
9385         * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf_ref.vert: Added.
9386         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary.frag: Added.
9387         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary_ref.frag: Added.
9388         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary.vert: Added.
9389         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary_ref.vert: Added.
9390         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary.frag: Added.
9391         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary_ref.frag: Added.
9392         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary.vert: Added.
9393         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary_ref.vert: Added.
9394         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary.frag: Added.
9395         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary_ref.frag: Added.
9396         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary.vert: Added.
9397         * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary_ref.vert: Added.
9398         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst.frag: Added.
9399         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst_ref.frag: Added.
9400         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst.vert: Added.
9401         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst_ref.vert: Added.
9402         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst.frag: Added.
9403         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst_ref.frag: Added.
9404         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst.vert: Added.
9405         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst_ref.vert: Added.
9406         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst.frag: Added.
9407         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst_ref.frag: Added.
9408         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst.vert: Added.
9409         * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst_ref.vert: Added.
9410         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst.frag: Added.
9411         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst_ref.frag: Added.
9412         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst.vert: Added.
9413         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst_ref.vert: Added.
9414         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst.frag: Added.
9415         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst_ref.frag: Added.
9416         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst.vert: Added.
9417         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst_ref.vert: Added.
9418         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst.frag: Added.
9419         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst_ref.frag: Added.
9420         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst.vert: Added.
9421         * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst_ref.vert: Added.
9422         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary.frag: Added.
9423         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary_ref.frag: Added.
9424         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary.vert: Added.
9425         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary_ref.vert: Added.
9426         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary.frag: Added.
9427         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary_ref.frag: Added.
9428         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary.vert: Added.
9429         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary_ref.vert: Added.
9430         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary.frag: Added.
9431         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary_ref.frag: Added.
9432         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary.vert: Added.
9433         * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary_ref.vert: Added.
9434         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary.frag: Added.
9435         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary_ref.frag: Added.
9436         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary.vert: Added.
9437         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary_ref.vert: Added.
9438         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary.frag: Added.
9439         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary_ref.frag: Added.
9440         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary.vert: Added.
9441         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary_ref.vert: Added.
9442         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary.frag: Added.
9443         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary_ref.frag: Added.
9444         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary.vert: Added.
9445         * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary_ref.vert: Added.
9446         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter.frag: Added.
9447         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter_ref.frag: Added.
9448         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter.vert: Added.
9449         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter_ref.vert: Added.
9450         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter.frag: Added.
9451         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter_ref.frag: Added.
9452         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter.vert: Added.
9453         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter_ref.vert: Added.
9454         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter.frag: Added.
9455         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter_ref.frag: Added.
9456         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter.vert: Added.
9457         * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter_ref.vert: Added.
9458         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary.frag: Added.
9459         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary_ref.frag: Added.
9460         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary.vert: Added.
9461         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary_ref.vert: Added.
9462         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary.frag: Added.
9463         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary_ref.frag: Added.
9464         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary.vert: Added.
9465         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary_ref.vert: Added.
9466         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary.frag: Added.
9467         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary_ref.frag: Added.
9468         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary.vert: Added.
9469         * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary_ref.vert: Added.
9470         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf.frag: Added.
9471         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf_ref.frag: Added.
9472         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf.vert: Added.
9473         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf_ref.vert: Added.
9474         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf.frag: Added.
9475         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf_ref.frag: Added.
9476         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf.vert: Added.
9477         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf_ref.vert: Added.
9478         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf.frag: Added.
9479         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf_ref.frag: Added.
9480         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf.vert: Added.
9481         * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf_ref.vert: Added.
9482         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_frag.frag: Added.
9483         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_vert.vert: Added.
9484         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_frag.frag: Added.
9485         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_vert.vert: Added.
9486         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_frag.frag: Added.
9487         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_vert.vert: Added.
9488         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_frag.frag: Added.
9489         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_vert.vert: Added.
9490         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_frag.frag: Added.
9491         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_vert.vert: Added.
9492         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_frag.frag: Added.
9493         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_vert.vert: Added.
9494         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_frag.frag: Added.
9495         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_vert.vert: Added.
9496         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_frag.frag: Added.
9497         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_vert.vert: Added.
9498         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_frag.frag: Added.
9499         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_vert.vert: Added.
9500         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_frag.frag: Added.
9501         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_vert.vert: Added.
9502         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_frag.frag: Added.
9503         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_vert.vert: Added.
9504         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_frag.frag: Added.
9505         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_vert.vert: Added.
9506         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_frag.frag: Added.
9507         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_vert.vert: Added.
9508         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_frag.frag: Added.
9509         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_vert.vert: Added.
9510         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_frag.frag: Added.
9511         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_vert.vert: Added.
9512         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_frag.frag: Added.
9513         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_vert.vert: Added.
9514         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_frag.frag: Added.
9515         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_vert.vert: Added.
9516         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_frag.frag: Added.
9517         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_vert.vert: Added.
9518         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_frag.frag: Added.
9519         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_vert.vert: Added.
9520         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_frag.frag: Added.
9521         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_vert.vert: Added.
9522         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_frag.frag: Added.
9523         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_vert.vert: Added.
9524         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_frag.frag: Added.
9525         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_vert.vert: Added.
9526         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_frag.frag: Added.
9527         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_vert.vert: Added.
9528         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_frag.frag: Added.
9529         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_vert.vert: Added.
9530         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_frag.frag: Added.
9531         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_vert.vert: Added.
9532         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_frag.frag: Added.
9533         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_vert.vert: Added.
9534         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_frag.frag: Added.
9535         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_vert.vert: Added.
9536         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_frag.frag: Added.
9537         * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_vert.vert: Added.
9538         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_frag.frag: Added.
9539         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_vert.vert: Added.
9540         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_frag.frag: Added.
9541         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_vert.vert: Added.
9542         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_frag.frag: Added.
9543         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_vert.vert: Added.
9544         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_frag.frag: Added.
9545         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_vert.vert: Added.
9546         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_frag.frag: Added.
9547         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_vert.vert: Added.
9548         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_frag.frag: Added.
9549         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_vert.vert: Added.
9550         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_frag.frag: Added.
9551         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_vert.vert: Added.
9552         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_frag.frag: Added.
9553         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_vert.vert: Added.
9554         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_frag.frag: Added.
9555         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_vert.vert: Added.
9556         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_frag.frag: Added.
9557         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_vert.vert: Added.
9558         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_frag.frag: Added.
9559         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_vert.vert: Added.
9560         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_frag.frag: Added.
9561         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_vert.vert: Added.
9562         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_frag.frag: Added.
9563         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_vert.vert: Added.
9564         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_frag.frag: Added.
9565         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_vert.vert: Added.
9566         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_frag.frag: Added.
9567         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_vert.vert: Added.
9568         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_frag.frag: Added.
9569         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_vert.vert: Added.
9570         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_frag.frag: Added.
9571         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_vert.vert: Added.
9572         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_frag.frag: Added.
9573         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_vert.vert: Added.
9574         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_frag.frag: Added.
9575         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_vert.vert: Added.
9576         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_frag.frag: Added.
9577         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_vert.vert: Added.
9578         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_frag.frag: Added.
9579         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_vert.vert: Added.
9580         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_frag.frag: Added.
9581         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_vert.vert: Added.
9582         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_frag.frag: Added.
9583         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_vert.vert: Added.
9584         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_frag.frag: Added.
9585         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_vert.vert: Added.
9586         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_frag.frag: Added.
9587         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_vert.vert: Added.
9588         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_frag.frag: Added.
9589         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_vert.vert: Added.
9590         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_frag.frag: Added.
9591         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_vert.vert: Added.
9592         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_frag.frag: Added.
9593         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_vert.vert: Added.
9594         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_frag.frag: Added.
9595         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_vert.vert: Added.
9596         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_frag.frag: Added.
9597         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_vert.vert: Added.
9598         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_frag.frag: Added.
9599         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_vert.vert: Added.
9600         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_frag.frag: Added.
9601         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_vert.vert: Added.
9602         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_frag.frag: Added.
9603         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_vert.vert: Added.
9604         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_frag.frag: Added.
9605         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_vert.vert: Added.
9606         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_frag.frag: Added.
9607         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_vert.vert: Added.
9608         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_frag.frag: Added.
9609         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_vert.vert: Added.
9610         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_frag.frag: Added.
9611         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_vert.vert: Added.
9612         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_frag.frag: Added.
9613         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_vert.vert: Added.
9614         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_frag.frag: Added.
9615         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_vert.vert: Added.
9616         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_frag.frag: Added.
9617         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_vert.vert: Added.
9618         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_frag.frag: Added.
9619         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_vert.vert: Added.
9620         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_frag.frag: Added.
9621         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_vert.vert: Added.
9622         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_frag.frag: Added.
9623         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_vert.vert: Added.
9624         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_frag.frag: Added.
9625         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_vert.vert: Added.
9626         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_frag.frag: Added.
9627         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_vert.vert: Added.
9628         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_frag.frag: Added.
9629         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_vert.vert: Added.
9630         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_frag.frag: Added.
9631         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_vert.vert: Added.
9632         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_frag.frag: Added.
9633         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_vert.vert: Added.
9634         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_frag.frag: Added.
9635         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_vert.vert: Added.
9636         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_frag.frag: Added.
9637         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_vert.vert: Added.
9638         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_frag.frag: Added.
9639         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_vert.vert: Added.
9640         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_frag.frag: Added.
9641         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_vert.vert: Added.
9642         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_frag.frag: Added.
9643         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_vert.vert: Added.
9644         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_frag.frag: Added.
9645         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_vert.vert: Added.
9646         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_frag.frag: Added.
9647         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_vert.vert: Added.
9648         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_frag.frag: Added.
9649         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_vert.vert: Added.
9650         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_frag.frag: Added.
9651         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_vert.vert: Added.
9652         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_frag.frag: Added.
9653         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_vert.vert: Added.
9654         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_frag.frag: Added.
9655         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_vert.vert: Added.
9656         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_frag.frag: Added.
9657         * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_vert.vert: Added.
9658         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary.frag: Added.
9659         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary_ref.frag: Added.
9660         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary.vert: Added.
9661         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary_ref.vert: Added.
9662         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary.frag: Added.
9663         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary_ref.frag: Added.
9664         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary.vert: Added.
9665         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary_ref.vert: Added.
9666         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary.frag: Added.
9667         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary_ref.frag: Added.
9668         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary.vert: Added.
9669         * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary_ref.vert: Added.
9670         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_frag.frag: Added.
9671         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_vert.vert: Added.
9672         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_frag.frag: Added.
9673         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_vert.vert: Added.
9674         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_frag.frag: Added.
9675         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_vert.vert: Added.
9676         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_frag.frag: Added.
9677         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_vert.vert: Added.
9678         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_frag.frag: Added.
9679         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_vert.vert: Added.
9680         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_frag.frag: Added.
9681         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_vert.vert: Added.
9682         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_frag.frag: Added.
9683         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_vert.vert: Added.
9684         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_frag.frag: Added.
9685         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_vert.vert: Added.
9686         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_frag.frag: Added.
9687         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_vert.vert: Added.
9688         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_frag.frag: Added.
9689         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_vert.vert: Added.
9690         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_frag.frag: Added.
9691         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_vert.vert: Added.
9692         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_frag.frag: Added.
9693         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_vert.vert: Added.
9694         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_frag.frag: Added.
9695         * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_vert.vert: Added.
9696         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.frag: Added.
9697         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.vert: Added.
9698         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.frag: Added.
9699         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.vert: Added.
9700         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.frag: Added.
9701         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.vert: Added.
9702         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.frag: Added.
9703         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.vert: Added.
9704         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.frag: Added.
9705         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.vert: Added.
9706         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.frag: Added.
9707         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.vert: Added.
9708         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.frag: Added.
9709         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.vert: Added.
9710         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.frag: Added.
9711         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.vert: Added.
9712         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.frag: Added.
9713         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.vert: Added.
9714         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.frag: Added.
9715         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.vert: Added.
9716         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.frag: Added.
9717         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.vert: Added.
9718         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.frag: Added.
9719         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.vert: Added.
9720         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.frag: Added.
9721         * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.vert: Added.
9722         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.frag: Added.
9723         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.vert: Added.
9724         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.frag: Added.
9725         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.vert: Added.
9726         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.frag: Added.
9727         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.vert: Added.
9728         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/copy_texture/copy_texture.frag: Added.
9729         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.frag: Added.
9730         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.vert: Added.
9731         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.frag: Added.
9732         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.vert: Added.
9733         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.frag: Added.
9734         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.vert: Added.
9735         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.frag: Added.
9736         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.vert: Added.
9737         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.frag: Added.
9738         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.vert: Added.
9739         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.frag: Added.
9740         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.vert: Added.
9741         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.frag: Added.
9742         * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.vert: Added.
9743         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_frag.frag: Added.
9744         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_vert.vert: Added.
9745         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_frag.frag: Added.
9746         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_vert.vert: Added.
9747         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.frag: Added.
9748         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.vert: Added.
9749         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/brick.vert: Added.
9750         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/texture.frag: Added.
9751         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.frag: Added.
9752         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.vert: Added.
9753         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_frag.frag: Added.
9754         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_vert.vert: Added.
9755         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_frag.frag: Added.
9756         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_vert.vert: Added.
9757         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.frag: Added.
9758         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.vert: Added.
9759         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick.frag: Added.
9760         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat2.vert: Added.
9761         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat3.vert: Added.
9762         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat4.vert: Added.
9763         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_vec.vert: Added.
9764         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.frag: Added.
9765         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.vert: Added.
9766         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.frag: Added.
9767         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.vert: Added.
9768         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_frag.frag: Added.
9769         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_vert.vert: Added.
9770         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.frag: Added.
9771         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.vert: Added.
9772         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.frag: Added.
9773         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.vert: Added.
9774         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.frag: Added.
9775         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.vert: Added.
9776         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.frag: Added.
9777         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.vert: Added.
9778         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.frag: Added.
9779         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.vert: Added.
9780         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.frag: Added.
9781         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.vert: Added.
9782         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.frag: Added.
9783         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.vert: Added.
9784         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.frag: Added.
9785         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.vert: Added.
9786         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests.vert: Added.
9787         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests2.vert: Added.
9788         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/vec_tests.vert: Added.
9789         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_frag.frag: Added.
9790         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.frag: Added.
9791         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.vert: Added.
9792         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_frag.frag: Added.
9793         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.frag: Added.
9794         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.vert: Added.
9795         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_frag.frag: Added.
9796         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.frag: Added.
9797         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.vert: Added.
9798         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21f_frag.frag: Added.
9799         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21i_frag.frag: Added.
9800         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22f_frag.frag: Added.
9801         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22i_frag.frag: Added.
9802         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23f_frag.frag: Added.
9803         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23i_frag.frag: Added.
9804         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24f_frag.frag: Added.
9805         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24i_frag.frag: Added.
9806         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_frag.frag: Added.
9807         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.frag: Added.
9808         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.vert: Added.
9809         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_frag.frag: Added.
9810         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.frag: Added.
9811         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.vert: Added.
9812         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_frag.frag: Added.
9813         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.frag: Added.
9814         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.vert: Added.
9815         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2m_frag.frag: Added.
9816         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_frag.frag: Added.
9817         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.frag: Added.
9818         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.vert: Added.
9819         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_frag.frag: Added.
9820         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.frag: Added.
9821         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.vert: Added.
9822         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_frag.frag: Added.
9823         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.frag: Added.
9824         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.vert: Added.
9825         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3m_frag.frag: Added.
9826         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_frag.frag: Added.
9827         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_vert.frag: Added.
9828         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_frag.frag: Added.
9829         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_vert.frag: Added.
9830         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_vert.vert: Added.
9831         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_frag.frag: Added.
9832         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.frag: Added.
9833         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.vert: Added.
9834         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_frag.frag: Added.
9835         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.frag: Added.
9836         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.vert: Added.
9837         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4m_frag.frag: Added.
9838         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/default.vert: Added.
9839         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.frag: Added.
9840         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.vert: Added.
9841         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.frag: Added.
9842         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.vert: Added.
9843         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.frag: Added.
9844         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.vert: Added.
9845         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_frag.frag: Added.
9846         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_vert.vert: Added.
9847         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_frag.frag: Added.
9848         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_vert.vert: Added.
9849         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.frag: Added.
9850         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.vert: Added.
9851         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.frag: Added.
9852         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.vert: Added.
9853         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_frag.frag: Added.
9854         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_vert.vert: Added.
9855         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_frag.frag: Added.
9856         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_vert.vert: Added.
9857         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/three_uniforms/4f_frag.frag: Added.
9858         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_frag.frag: Added.
9859         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_vert.vert: Added.
9860         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_frag.frag: Added.
9861         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_vert.vert: Added.
9862         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_frag.frag: Added.
9863         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_vert.vert: Added.
9864         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_frag.frag: Added.
9865         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_vert.vert: Added.
9866         * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/vertex_program_point_size/point_size.vert: Added.
9867         * webgl/resources/webgl_test_files/conformance/ogles/ogles-utils.js: Added.
9868         (OpenGLESTestRunner):
9869         (OpenGLESTestRunner.):
9870
9871 2013-02-06  Dean Jackson  <dino@apple.com>
9872
9873         Minor updates to captions menu UI
9874         https://bugs.webkit.org/show_bug.cgi?id=109005
9875
9876         Reviewed by Eric Carlson.
9877
9878         A caption track without a label or language is now given the menu
9879         title 'Unknown'. Note also that the test includes some intentional
9880         failure text.
9881
9882         * media/video-controls-captions-trackmenu-localized.html:
9883         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
9884
9885 2013-02-06  Stephen Chenney  <schenney@chromium.org>
9886
9887         [Chromium] Test expectations update for Skia change.
9888
9889         Unreviewed expectations update
9890
9891         * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.png:
9892         * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.txt: Added.
9893         * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.png:
9894         * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
9895         * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.png:
9896         * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.txt: Added.
9897         * platform/chromium/TestExpectations:
9898
9899 2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>
9900
9901         Web Inspector: Remove isSnippet field from FileDescriptor and UISourceCode.
9902         https://bugs.webkit.org/show_bug.cgi?id=109045
9903
9904         Reviewed by Pavel Feldman.
9905
9906         * inspector/debugger/scripts-file-selector.html:
9907         * inspector/debugger/scripts-sorting.html:
9908
9909 2013-02-06  Marja Hölttä  <marja@chromium.org>
9910
9911         [WK2] New tests introduced in r100895 fail
9912         https://bugs.webkit.org/show_bug.cgi?id=73913
9913
9914         Reviewed by Jochen Eisinger.
9915
9916         The tests now work, because WTR supports HTTPS tests.
9917
9918         * platform/wk2/TestExpectations:
9919
9920 2013-02-06  Ádám Kallai  <kadam@inf.u-szeged.hu>
9921
9922         [Qt] Unreviewed gardening. Skip failing WebGl test.
9923
9924         * platform/qt/TestExpectations:
9925
9926 2013-02-06  Vsevolod Vlasov  <vsevik@chromium.org>
9927
9928         Web Inspector: Remove show script folders setting
9929         https://bugs.webkit.org/show_bug.cgi?id=108940
9930
9931         Reviewed by Pavel Feldman.
9932
9933         * inspector/debugger/scripts-sorting-expected.txt:
9934         * inspector/debugger/scripts-sorting.html:
9935
9936 2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>
9937
9938         Web Inspector: update javascriptsourcetokenizer to produce "whitespaces" token
9939         https://bugs.webkit.org/show_bug.cgi?id=108945
9940
9941         Reviewed by Pavel Feldman.
9942
9943         Update test expectations so that they have "whitespace" token in
9944         there.
9945
9946         * inspector/editor/highlighter-basics-expected.txt:
9947         * inspector/editor/highlighter-chunk-limit-expected.txt:
9948         * inspector/editor/highlighter-long-line.html:
9949         * inspector/editor/text-editor-long-line-expected.txt:
9950         * inspector/syntax-highlight-html-expected.txt:
9951         * inspector/syntax-highlight-javascript-expected.txt:
9952
9953 2013-02-06  Andrey Lushnikov  <lushnikov@chromium.org>
9954
9955         Web Inspector: refactor registerShortcuts method of DTE
9956         https://bugs.webkit.org/show_bug.cgi?id=109031
9957
9958         Reviewed by Pavel Feldman.
9959
9960         Fix helper method to correspond to refactoring of handleUndoRedo
9961         method.
9962
9963         * http/tests/inspector/live-edit-test.js:
9964         (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
9965         (initialize_LiveEditTest):
9966
9967 2013-02-06  Tommy Widenflycht  <tommyw@google.com>
9968
9969         MediaStream API: Implement DTMF support in RTCPeerConnection
9970         https://bugs.webkit.org/show_bug.cgi?id=106782
9971
9972         Reviewed by Adam Barth.
9973
9974         * fast/mediastream/RTCPeerConnection-dtmf-expected.txt: Added.
9975         * fast/mediastream/RTCPeerConnection-dtmf.html: Added.
9976
9977 2013-02-06  Mihai Maerean  <mmaerean@adobe.com>
9978
9979         [CSSRegions] Assertion failure in Node::detach (!renderer || renderer->inRenderFlowThread())
9980         https://bugs.webkit.org/show_bug.cgi?id=104517
9981
9982         Reviewed by Julien Chaffraix.
9983
9984         The test adds an anonymous block in a region and detaches the body of document. The ASSERT is not hit anymore.
9985
9986         * fast/regions/detaching-regions-with-anonymous-blocks-expected.txt: Added.
9987         * fast/regions/detaching-regions-with-anonymous-blocks.html: Added.
9988
9989 2013-02-06  Marja Hölttä  <marja@chromium.org>
9990
9991         Take referrer policy into account when clearing the referrer header
9992         https://bugs.webkit.org/show_bug.cgi?id=86000
9993
9994         Reviewed by Alexey Proskuryakov.
9995
9996         Unskip http/tests/security/referrer-policy-redirect-link.html
9997
9998         Skipping the tests on wk2, because other referrer policy tests are
9999         skipped, too ( https://bugs.webkit.org/show_bug.cgi?id=73913 ).
10000
10001         * platform/gtk/TestExpectations:
10002         * platform/mac/TestExpectations:
10003         * platform/qt/TestExpectations:
10004         * platform/win/TestExpectations:
10005         * platform/wk2/TestExpectations:
10006
10007 2013-02-06  Allan Sandfeld Jensen  <allan.jensen@digia.com>
10008
10009         [Qt] Unskip working filter tests.
10010
10011         Unreviewed gardening
10012
10013         These tests work if we remove our failure expecting baselines.
10014
10015         * platform/qt/TestExpectations:
10016         * platform/qt/css3/filters/filter-animation-expected.png: Removed.
10017         * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
10018         * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
10019         * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
10020         * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
10021         * platform/qt/css3/filters/filter-property-expected.png: Removed.
10022         * platform/qt/css3/filters/filter-property-expected.txt: Removed.
10023         * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
10024         * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
10025         * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
10026         * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.
10027
10028 2013-02-06  Zan Dobersek  <zdobersek@igalia.com>
10029
10030         Unreviewed GTK gardening.
10031
10032         Skipping the newly-added tests in webgl/, the GTK builders are not
10033         yet able to run these tests.
10034
10035         * platform/gtk/TestExpectations:
10036
10037 2013-02-05  Gregg Tavares  <gman@chromium.org>
10038
10039         Adds the WebGL Conformance Tests attrib folder.
10040         https://bugs.webkit.org/show_bug.cgi?id=108901
10041
10042         Reviewed by Kenneth Russell.
10043
10044         * platform/chromium/TestExpectations:
10045         * webgl/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Added.
10046         * webgl/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
10047         * webgl/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Added.
10048         * webgl/conformance/attribs/gl-enable-vertex-attrib.html: Added.
10049         * webgl/conformance/attribs/gl-vertex-attrib-expected.txt: Added.
10050         * webgl/conformance/attribs/gl-vertex-attrib-render-expected.txt: Added.
10051         * webgl/conformance/attribs/gl-vertex-attrib-render.html: Added.
10052         * webgl/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Added.
10053         * webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
10054         * webgl/conformance/attribs/gl-vertex-attrib.html: Added.
10055         * webgl/conformance/attribs/gl-vertexattribpointer-expected.txt: Added.
10056         * webgl/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Added.
10057         * webgl/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
10058         * webgl/conformance/attribs/gl-vertexattribpointer.html: Added.
10059         * webgl/resources/webgl_test_files/conformance/attribs/00_test_list.txt: Added.
10060         * webgl/resources/webgl_test_files/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
10061         * webgl/resources/webgl_test_files/conformance/attribs/gl-enable-vertex-attrib.html: Added.
10062         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-render.html: Added.
10063         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
10064         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib.html: Added.
10065         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
10066         * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html: Added.
10067
10068 2013-02-05  Matt Falkenhagen  <falken@chromium.org>
10069
10070         Unreviewed gardening. Rebaseline navigator-detached-no-crash.html,
10071         whose output is affected by the disabling of web intents in Chromium.
10072
10073         * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
10074
10075 2013-02-05  Matt Falkenhagen <falken@chromium.org>
10076
10077         Unreviewed gardening. Chromium disabled web intents.
10078
10079         * platform/chromium/TestExpectations:
10080
10081 2013-02-05  Kent Tamura  <tkent@chromium.org>
10082
10083         [Chromium] Split calendar-picker-key-operations.html into two
10084         https://bugs.webkit.org/show_bug.cgi?id=109006
10085
10086         Reviewed by Kentaro Hara.
10087
10088         Split calendar-picker-key-operations.html into two parts:
10089          - OS-independent part (calendar-picker-key-operations.html), and
10090          - OS-dependent part (calendar-picker-f4-key.html).
10091
10092         We had some troubles when we updated calendar-picker-key-operations.html
10093         because the behavior by F4 key is OS-dependent. We move the test for F4
10094         key to new test.
10095
10096         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt:
10097         Added. It is expected that this contains FAIL line because we don't
10098         support the F4 key behavior on OSX.
10099         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
10100         Removed. Now the result of calendar-picker-key-operations.html is OS-independent.
10101         * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt: Added.
10102         * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key.html:
10103         Added. Move from calendar-picker-key-operations.html.
10104         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
10105         Move the F4 key part to calendar-picker-f4-key.html.
10106
10107 2013-02-05  Julien Chaffraix  <jchaffraix@webkit.org>
10108
10109         [CSS Grid Layout] Grid item's logical height is not properly recomputed after -webkit-grid-column / -webkit-grid-row changes
10110         https://bugs.webkit.org/show_bug.cgi?id=108975
10111
10112         Reviewed by Tony Chang.
10113
10114         * fast/css-grid-layout/implicit-position-dynamic-change-expected.txt: Added.
10115         * fast/css-grid-layout/implicit-position-dynamic-change.html: Added.
10116
10117 2013-02-05  Kent Tamura  <tkent@chromium.org>
10118
10119         INPUT_MULTIPLE_FIELDS_UI: Read-only inputs should be focusable
10120         https://bugs.webkit.org/show_bug.cgi?id=108795
10121
10122         Reviewed by Kentaro Hara.
10123
10124         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
10125         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
10126
10127 2013-02-05  Eric Carlson  <eric.carlson@apple.com>
10128
10129         [Mac] Complete plumbing so captions menu can indicate track type
10130         https://bugs.webkit.org/show_bug.cgi?id=108994
10131
10132         Reviewed by Dean Jackson.
10133
10134         Update test results now that the Mac media engine identifies CC tracks.
10135
10136         * media/video-controls-captions-trackmenu-localized.html:
10137         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
10138
10139 2013-02-05   Vineet Chaudhary  <rgf748@motorola.com>
10140
10141         formenctype to have empty string as default value.
10142         https://bugs.webkit.org/show_bug.cgi?id=108969
10143
10144         Reviewed by Kent Tamura.
10145
10146         The spec says formEnctype should only have an invalid value default, not a missing value default.
10147         Spec: http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formenctype
10148               http://www.whatwg.org/specs/web-apps/current-work/#attr-fs-formenctype
10149
10150         * fast/forms/submit-form-attributes-expected.txt:
10151         * fast/forms/submit-form-attributes.html: Modified test to behave as expected.
10152
10153 2013-02-05  Roger Fong  <roger_fong@apple.com>
10154
10155         Unreviewed gardening. Win7 port doesn't run WebGL.
10156
10157         * platform/win/TestExpectations:
10158
10159 2013-02-05  Manuel Rego Casasnovas  <rego@igalia.com>
10160
10161         [GTK][WK2] Unflag tests related to layoutTestController.setCustomPolicyDelegate
10162         https://bugs.webkit.org/show_bug.cgi?id=108976
10163
10164         Reviewed by Martin Robinson.
10165
10166         * platform/gtk-wk2/TestExpectations: Unflag
10167         fast/loader/policy-delegate-action-hit-test-zoomed.html as it is
10168         already passing (layoutTestController.setCustomPolicyDelegate was
10169         implemented in r128600). Mark some tests related with
10170         layoutTestController.setCustomPolicyDelegate as passing in WK2 but
10171         failing in WK1.
10172
10173 2013-02-05  Nayan Kumar K  <nayankk@motorola.com>
10174
10175         [WEBGL] Rename WEBKIT_WEBGL_depth_texture to WEBGL_depth_texture.
10176         https://bugs.webkit.org/show_bug.cgi?id=108959
10177
10178         Reviewed by Kenneth Russell.
10179
10180         * fast/canvas/webgl/webgl-depth-texture.html:
10181
10182 2013-02-05  Gregg Tavares  <gman@chromium.org>
10183
10184         Adds the WebGL Conformance Tests typedarrays folder.
10185         https://bugs.webkit.org/show_bug.cgi?id=108907
10186
10187         Reviewed by Kenneth Russell.
10188
10189         * webgl/conformance/typedarrays/array-buffer-crash-expected.txt: Added.
10190         * webgl/conformance/typedarrays/array-buffer-crash.html: Added.
10191         * webgl/conformance/typedarrays/array-buffer-view-crash-expected.txt: Added.
10192         * webgl/conformance/typedarrays/array-buffer-view-crash.html: Added.
10193         * webgl/conformance/typedarrays/array-unit-tests-expected.txt: Added.
10194         * webgl/conformance/typedarrays/array-unit-tests.html: Added.
10195         * webgl/conformance/typedarrays/data-view-crash-expected.txt: Added.
10196         * webgl/conformance/typedarrays/data-view-crash.html: Added.
10197         * webgl/conformance/typedarrays/data-view-test-expected.txt: Added.
10198         * webgl/conformance/typedarrays/data-view-test.html: Added.
10199         * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: Added.
10200         * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-crash.html: Added.
10201         * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-view-crash.html: Added.
10202         * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: Added.
10203         * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-crash.html: Added.
10204         * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-test.html: Added.
10205
10206 2013-02-05  Gregg Tavares  <gman@chromium.org>
10207
10208         Adds the WebGL Conformance Tests misc folder.
10209         https://bugs.webkit.org/show_bug.cgi?id=108905
10210
10211         Reviewed by Kenneth Russell.
10212
10213         * webgl/conformance/misc/bad-arguments-test-expected.txt: Added.
10214         * webgl/conformance/misc/bad-arguments-test.html: Added.
10215         * webgl/conformance/misc/boolean-argument-conversion-expected.txt: Added.
10216         * webgl/conformance/misc/boolean-argument-conversion.html: Added.
10217         * webgl/conformance/misc/delayed-drawing-expected.txt: Added.
10218         * webgl/conformance/misc/delayed-drawing.html: Added.
10219         * webgl/conformance/misc/error-reporting-expected.txt: Added.
10220         * webgl/conformance/misc/error-reporting.html: Added.
10221         * webgl/conformance/misc/functions-returning-strings-expected.txt: Added.
10222         * webgl/conformance/misc/functions-returning-strings.html: Added.
10223         * webgl/conformance/misc/instanceof-test-expected.txt: Added.
10224         * webgl/conformance/misc/instanceof-test.html: Added.
10225         * webgl/conformance/misc/invalid-passed-params-expected.txt: Added.
10226         * webgl/conformance/misc/invalid-passed-params.html: Added.
10227         * webgl/conformance/misc/is-object-expected.txt: Added.
10228         * webgl/conformance/misc/is-object.html: Added.
10229         * webgl/conformance/misc/null-object-behaviour-expected.txt: Added.
10230         * webgl/conformance/misc/null-object-behaviour.html: Added.
10231         * webgl/conformance/misc/object-deletion-behaviour-expected.txt: Added.
10232         * webgl/conformance/misc/object-deletion-behaviour.html: Added.
10233         * webgl/conformance/misc/shader-precision-format-expected.txt: Added.
10234         * webgl/conformance/misc/shader-precision-format.html: Added.
10235         * webgl/conformance/misc/type-conversion-test-expected.txt: Added.
10236         * webgl/conformance/misc/type-conversion-test.html: Added.
10237         * webgl/conformance/misc/uninitialized-test-expected.txt: Added.
10238         * webgl/conformance/misc/uninitialized-test.html: Added.
10239         * webgl/conformance/misc/webgl-specific-expected.txt: Added.
10240         * webgl/conformance/misc/webgl-specific.html: Added.
10241         * webgl/resources/webgl_test_files/conformance/misc/00_test_list.txt: Added.
10242         * webgl/resources/webgl_test_files/conformance/misc/bad-arguments-test.html: Added.
10243         * webgl/resources/webgl_test_files/conformance/misc/boolean-argument-conversion.html: Added.
10244         * webgl/resources/webgl_test_files/conformance/misc/delayed-drawing.html: Added.
10245         * webgl/resources/webgl_test_files/conformance/misc/error-reporting.html: Added.
10246         * webgl/resources/webgl_test_files/conformance/misc/functions-returning-strings.html: Added.
10247         * webgl/resources/webgl_test_files/conformance/misc/instanceof-test.html: Added.
10248         * webgl/resources/webgl_test_files/conformance/misc/invalid-passed-params.html: Added.
10249         * webgl/resources/webgl_test_files/conformance/misc/is-object.html: Added.
10250         * webgl/resources/webgl_test_files/conformance/misc/null-object-behaviour.html: Added.
10251         * webgl/resources/webgl_test_files/conformance/misc/object-deletion-behaviour.html: Added.
10252         * webgl/resources/webgl_test_files/conformance/misc/shader-precision-format.html: Added.
10253         * webgl/resources/webgl_test_files/conformance/misc/type-conversion-test.html: Added.
10254         * webgl/resources/webgl_test_files/conformance/misc/uninitialized-test.html: Added.
10255         * webgl/resources/webgl_test_files/conformance/misc/webgl-specific.html: Added.
10256
10257 2013-02-05  Gregg Tavares  <gman@chromium.org>
10258
10259         Adds the WebGL Conformance Tests buffers folder
10260         https://bugs.webkit.org/show_bug.cgi?id=108902
10261
10262         Reviewed by Kenneth Russell.
10263
10264         * webgl/conformance/buffers/buffer-bind-test-expected.txt: Added.
10265         * webgl/conformance/buffers/buffer-bind-test.html: Added.
10266         * webgl/conformance/buffers/buffer-data-array-buffer-expected.txt: Added.
10267         * webgl/conformance/buffers/buffer-data-array-buffer.html: Added.
10268         * webgl/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Added.
10269         * webgl/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
10270         * webgl/conformance/buffers/index-validation-copies-indices-expected.txt: Added.
10271         * webgl/conformance/buffers/index-validation-copies-indices.html: Added.
10272         * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Added.
10273         * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
10274         * webgl/conformance/buffers/index-validation-expected.txt: Added.
10275         * webgl/conformance/buffers/index-validation-large-buffer-expected.txt: Added.
10276         * webgl/conformance/buffers/index-validation-large-buffer.html: Added.
10277         * webgl/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Added.
10278         * webgl/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
10279         * webgl/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Added.
10280         * webgl/conformance/buffers/index-validation-with-resized-buffer.html: Added.
10281         * webgl/conformance/buffers/index-validation.html: Added.
10282         * webgl/resources/webgl_test_files/conformance/buffers/00_test_list.txt: Added.
10283         * webgl/resources/webgl_test_files/conformance/buffers/buffer-bind-test.html: Added.
10284         * webgl/resources/webgl_test_files/conformance/buffers/buffer-data-array-buffer.html: Added.
10285         * webgl/resources/webgl_test_files/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
10286         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-copies-indices.html: Added.
10287         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
10288         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-large-buffer.html: Added.
10289         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
10290         * webgl/resources/webgl_test_files/conformance/buffers/index-validation-with-resized-buffer.html: Added.
10291         * webgl/resources/webgl_test_files/conformance/buffers/index-validation.html: Added.
10292
10293 2013-02-05  Anton Vayvod  <avayvod@chromium.org>
10294
10295         TextAutosizing: adjust the maximum difference between cluster text width and its descendant
10296         width.
10297         https://bugs.webkit.org/show_bug.cgi?id=108411
10298
10299         Reviewed by Kenneth Rohde Christiansen.
10300
10301         Tests that certain width difference doesn't make descendants separate clusters.
10302
10303         * fast/text-autosizing/nested-child-expected.html: Added.
10304         * fast/text-autosizing/nested-child.html: Added.
10305
10306 2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>
10307
10308         [Qt] Unreviewed gardening. Skip failing test.
10309         https://bugs.webkit.org/show_bug.cgi?id=108942.
10310
10311         * platform/qt/TestExpectations:
10312
10313 2013-02-05  Kent Tamura  <tkent@chromium.org>
10314
10315         INPUT_MULTIPLE_FIELDS_UI: element.focus() should not focus on disabled sub-fields.
10316         https://bugs.webkit.org/show_bug.cgi?id=108924
10317
10318         Reviewed by Kentaro Hara.
10319
10320         * fast/forms/date-multiple-fields/date-multiple-fields-focus-expected.txt: Added.
10321         * fast/forms/date-multiple-fields/date-multiple-fields-focus.html: Added.
10322
10323 2013-02-04  Vsevolod Vlasov  <vsevik@chromium.org>
10324
10325         Web Inspector: Create separate project for each file system added to inspector.
10326         https://bugs.webkit.org/show_bug.cgi?id=108652
10327
10328         Reviewed by Pavel Feldman.
10329
10330         * inspector/file-mapping.html:
10331         * inspector/file-system-mapping-expected.txt: Added.
10332         * inspector/file-system-mapping.html: Added.
10333
10334 2013-02-05  Kent Tamura  <tkent@chromium.org>
10335
10336         INPUT_MULTIPLE_FIELDS_UI: Should not move focus if the element already has focus
10337         https://bugs.webkit.org/show_bug.cgi?id=108914
10338
10339         Reviewed by Kentaro Hara.
10340
10341         * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt: Added.
10342         * fast/forms/time-multiple-fields/time-multiple-fields-focus.html: Added.
10343
10344 2013-02-05  Zan Dobersek  <zdobersek@igalia.com>
10345
10346         Unreviewed GTK gardening.
10347
10348         Adding a flaky crash expectation for a couple of tests.
10349         Reclassifying the expectation for http/tests/media/video-play-stall.html as a flaky timeouting test.
10350
10351         * platform/gtk/TestExpectations:
10352
10353 2013-02-05  Ádám Kallai  <kadam@inf.u-szeged.hu>
10354
10355         [Qt][Wk2] Unreviewed gardening. Added platform specific expected.
10356
10357         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
10358         * platform/qt-5.0-wk2/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added update after r140174.
10359
10360 2013-02-05  Tommy Widenflycht  <tommyw@google.com>
10361
10362         MediaStream API: Update RTCPeerConnections stream accessors to match the latest specification
10363         https://bugs.webkit.org/show_bug.cgi?id=108179
10364
10365         Reviewed by Adam Barth.
10366
10367         Updating tests for RTCPeerConnections new stream accessors.
10368
10369         * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
10370         * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
10371         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
10372         * fast/mediastream/RTCPeerConnection-statsSelector.html:
10373
10374 2013-02-05  Shinya Kawanaka  <shinyak@chromium.org>
10375
10376         touch-event.html should check touchstartFiredInShadowDOM is true.
10377         https://bugs.webkit.org/show_bug.cgi?id=108910
10378
10379         Reviewed by Hajime Morita.
10380
10381         We have to check touchstartFiredInShadowDOM is true so that we can assure touch event is in ShadowDOM.
10382         This is a follow-up patch for http://trac.webkit.org/changeset/141054
10383
10384         * fast/dom/shadow/touch-event-expected.txt:
10385         * fast/dom/shadow/touch-event.html:
10386
10387 2013-02-05  Praveen Jadhav  <praveen.j@samsung.com>
10388
10389         Floating point precision error in AudioPannerNode.
10390         https://bugs.webkit.org/show_bug.cgi?id=106001
10391
10392         Reviewed by Kentaro Hara.
10393
10394         Specifications Update: 
10395         https://dvcs.w3.org/hg/audio/rev/69a39a516e45
10396
10397         New test scenarios are added to verify precision
10398         error issues in PannerNode.
10399
10400         * webaudio/pannernode-basic-expected.txt:
10401         * webaudio/pannernode-basic.html:
10402
10403 2013-02-05  Kent Tamura  <tkent@chromium.org>
10404
10405         INPUT_MULTIPLE_FIELDS_UI: Use disabled attribute internally instead of readonly attribute
10406         https://bugs.webkit.org/show_bug.cgi?id=108911
10407
10408         Reviewed by Kentaro Hara.
10409
10410         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html:
10411         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
10412         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html:
10413         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
10414         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html:
10415
10416 2013-02-04  Dean Jackson  <dino@apple.com>
10417
10418         [Mac] Captions menu should indicate language and type of track
10419         https://bugs.webkit.org/show_bug.cgi?id=108882
10420
10421         Reviewed by Eric Carlson.
10422
10423         Now that the captions menu can be labelled in a platform-specific way, move
10424         the results into the platform directory. At the moment, they are skipped
10425         everywhere but Mac. Also update the tests to the new menu structure, which
10426         only has a single list of entries.
10427
10428         * media/video-controls-captions-trackmenu-localized.html: Updated for new menu structure.
10429         * media/video-controls-captions-trackmenu-expected.txt: Removed.
10430         * media/video-controls-captions-trackmenu-localized-expected.txt: Removed.
10431         * media/video-controls-captions-trackmenu-sorted-expected.txt: Removed.
10432         * media/video-controls-captions-trackmenu-sorted.html: Updated for new menu structure.
10433         * media/video-controls-captions-trackmenu.html: Updated for new menu structure.
10434         * platform/mac/media/video-controls-captions-trackmenu-expected.txt: New platform specific results.
10435         * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt: Ditto.
10436         * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Ditto.
10437
10438 2013-02-04  Hajime Morrita <morrita@google.com>
10439
10440         [Chromium] Unreviewed, skipping heap-snapshot-with-detached-dom-tree.html
10441
10442         * platform/chromium/TestExpectations:
10443
10444 2013-02-04  Hajime Morrita  <morrita@google.com>
10445
10446         [Chromium] Unreviewed rebaselining.
10447
10448         * platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt: Added.
10449         * platform/chromium-linux/compositing/overflow/updating-scrolling-content-expected.txt: Added.
10450         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.
10451         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.
10452         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt: Added.
10453         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt: Added.
10454
10455 2013-02-04  Kent Tamura  <tkent@chromium.org>
10456
10457         Fix crash by <select> type change on focus
10458         https://bugs.webkit.org/show_bug.cgi?id=108830
10459
10460         Reviewed by Abhishek Arya.
10461
10462         * fast/forms/select/select-change-type-on-focus-expected.txt: Added.
10463         * fast/forms/select/select-change-type-on-focus.html: Added.
10464
10465 2013-02-04  Kentaro Hara  <haraken@chromium.org>
10466
10467         Add missing tests for default values of event constructors
10468         https://bugs.webkit.org/show_bug.cgi?id=108885
10469
10470         Reviewed by Adam Barth.
10471
10472         Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-keyboardevent
10473
10474         * fast/events/constructors/keyboard-event-constructor-expected.txt:
10475         * fast/events/constructors/keyboard-event-constructor.html:
10476         * fast/events/constructors/mouse-event-constructor-expected.txt:
10477         * fast/events/constructors/mouse-event-constructor.html:
10478         * fast/events/constructors/wheel-event-constructor-expected.txt:
10479         * fast/events/constructors/wheel-event-constructor.html:
10480
10481 2013-02-04  Gregg Tavares  <gman@google.com>
10482
10483         Add Support Files for WebGL Conformance Tests
10484         https://bugs.webkit.org/show_bug.cgi?id=108731
10485
10486         Reviewed by Kenneth Russell.
10487
10488         These are the 'resource' files for the WebGL
10489         Conformance Tests. Other CLs will add the
10490         actual tests.
10491
10492         * webgl/resources/webgl_test_files/conformance/resources/3x3.png: Added.
10493         * webgl/resources/webgl_test_files/conformance/resources/blue-1x1.jpg: Added.
10494         * webgl/resources/webgl_test_files/conformance/resources/boolUniformShader.vert: Added.
10495         * webgl/resources/webgl_test_files/conformance/resources/bug-32888-texture.png: Added.
10496         * webgl/resources/webgl_test_files/conformance/resources/floatUniformShader.vert: Added.
10497         * webgl/resources/webgl_test_files/conformance/resources/fragmentShader.frag: Added.
10498         * webgl/resources/webgl_test_files/conformance/resources/glsl-conformance-test.js: Added.
10499         (GLSLConformanceTester):
10500         * webgl/resources/webgl_test_files/conformance/resources/glsl-feature-tests.css: Added.
10501         (canvas):
10502         (.shader-source):
10503         (.shader-source li:nth-child(odd)):
10504         (.shader-source li:nth-child(even)):
10505         (.testimages):
10506         (.testimages br):
10507         (.testimages > div):
10508         (IMG):
10509         * webgl/resources/webgl_test_files/conformance/resources/glsl-generator.js: Added.
10510         (GLSLGenerator.):
10511         (GLSLGenerator):
10512         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256-with-128-alpha.png: Added.
10513         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-256.png: Added.
10514         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-default-gamma.png: Added.
10515         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma0.1.png: Added.
10516         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma1.0.png: Added.
10517         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma2.0.png: Added.
10518         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma4.0.png: Added.
10519         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp-gamma9.0.png: Added.
10520         * webgl/resources/webgl_test_files/conformance/resources/gray-ramp.png: Added.
10521         * webgl/resources/webgl_test_files/conformance/resources/green-2x2-16bit.png: Added.
10522         * webgl/resources/webgl_test_files/conformance/resources/intArrayUniformShader.vert: Added.
10523         * webgl/resources/webgl_test_files/conformance/resources/intUniformShader.vert: Added.
10524         * webgl/resources/webgl_test_files/conformance/resources/matUniformShader.vert: Added.
10525         * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.frag: Added.
10526         * webgl/resources/webgl_test_files/conformance/resources/noopUniformShader.vert: Added.
10527         * webgl/resources/webgl_test_files/conformance/resources/npot-video.mp4: Added.
10528         * webgl/resources/webgl_test_files/conformance/resources/npot-video.theora.ogv: Added.
10529         * webgl/resources/webgl_test_files/conformance/resources/npot-video.webmvp8.webm: Added.
10530         * webgl/resources/webgl_test_files/conformance/resources/ogles-tests.css: Added.
10531         (canvas):
10532         (.shader-source):
10533         (.shader-source li:nth-child(odd)):
10534         (.shader-source li:nth-child(even)):
10535         (.testimages):
10536         (.testimages br):
10537         (.testimages > div):
10538         (IMG):
10539         * webgl/resources/webgl_test_files/conformance/resources/pnglib.js: Added.
10540         (.):
10541         * webgl/resources/webgl_test_files/conformance/resources/red-green.mp4: Added.
10542         * webgl/resources/webgl_test_files/conformance/resources/red-green.png: Added.
10543         * webgl/resources/webgl_test_files/conformance/resources/red-green.theora.ogv: Added.
10544         * webgl/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm: Added.
10545         * webgl/resources/webgl_test_files/conformance/resources/red-indexed.png: Added.
10546         * webgl/resources/webgl_test_files/conformance/resources/samplerUniformShader.frag: Added.
10547         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-cie-rgb-profile.png: Added.
10548         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colormatch-profile.png: Added.
10549         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.jpg: Added.
10550         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.png: Added.
10551         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-e-srgb-profile.png: Added.
10552         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-smpte-c-profile.png: Added.
10553         * webgl/resources/webgl_test_files/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png: Added.
10554         * webgl/resources/webgl_test_files/conformance/resources/structUniformShader.vert: Added.
10555         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-canvas.js: Added.
10556         (.init):
10557         (.setCanvasToRedGreen):
10558         (.drawTextInCanvas):
10559         (.setCanvasTo257x257):
10560         (.setCanvasTo1x2):
10561         (.else):
10562         (.runOneIteration):
10563         (.runTest.runNextTest):
10564         (.runTest):
10565         (generateTest):
10566         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image-data.js: Added.
10567         (.init):
10568         (.runOneIteration):
10569         (.runTest):
10570         (generateTest):
10571         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-image.js: Added.
10572         (.init):
10573         (.runOneIteration):
10574         (.runTestOnImage):
10575         (.runTest.newImage.onload):
10576         (.runTest):
10577         (.runTest2.newImage.onload):
10578         (.runTest2):
10579         (.runTest3):
10580         (generateTest):
10581         * webgl/resources/webgl_test_files/conformance/resources/tex-image-and-sub-image-2d-with-video.js: Added.
10582         (debug):
10583         (.init):
10584         (.runOneIteration):
10585         (.runTest):
10586         * webgl/resources/webgl_test_files/conformance/resources/vertexShader.vert: Added.
10587         * webgl/resources/webgl_test_files/conformance/resources/webgl-test-utils.js: Added.
10588         (WebGLTestUtils):
10589         (WebGLTestUtils.):
10590         * webgl/resources/webgl_test_files/conformance/resources/webgl-test.js: Added.
10591         (webglTestLog):
10592         (getGLErrorAsString):
10593         (shouldGenerateGLError):
10594         (glErrorShouldBe):
10595         * webgl/resources/webgl_test_files/conformance/resources/zero-alpha.png: Added.
10596         * webgl/resources/webgl_test_files/resources/desktop-gl-constants.js: Added.
10597         * webgl/resources/webgl_test_files/resources/js-test-post.js: Added.
10598         * webgl/resources/webgl_test_files/resources/js-test-pre.js: Added.
10599         (.):
10600         (reportTestResultsToHarness):
10601         (notifyFinishedToHarness):
10602         (description):
10603         (debug):
10604         (escapeHTML):
10605         (testPassed):
10606         (testFailed):
10607         (areArraysEqual):
10608         (isMinusZero):
10609         (isResultCorrect):
10610         (stringify):
10611         (evalAndLog):
10612         (shouldBe):
10613         (shouldNotBe):
10614         (shouldBeTrue):
10615         (shouldBeFalse):
10616         (shouldBeNaN):
10617         (shouldBeNull):
10618         (shouldBeEqualToString):
10619         (shouldEvaluateTo):
10620         (shouldBeNonZero):
10621         (shouldBeNonNull):
10622         (shouldBeUndefined):
10623         (shouldBeDefined):
10624         (shouldBeGreaterThanOrEqual):
10625         (expectTrue):
10626         (shouldThrow):
10627         (assertMsg):
10628         (gc.gcRec):
10629         (gc):
10630         (finishTest.epilogue.onload):
10631         (finishTest):
10632         * webgl/resources/webgl_test_files/resources/js-test-style.css: Added.
10633         (.pass):
10634         (.fail):
10635         (#console):
10636         * webgl/resources/webgl_test_files/resources/test-eval.js: Added.
10637         (TestEval):
10638         * webgl/resources/webgl_test_files/resources/webgl-logo.png: Added.
10639         * webgl/resources/webgl_test_files/resources/webgl-test-harness.js: Added.
10640         (WebGLTestHarnessModule.log):
10641         (WebGLTestHarnessModule.try.request.onreadystatechange):
10642         (WebGLTestHarnessModule.loadTextFileAsynchronous):
10643         (WebGLTestHarnessModule.greaterThanOrEqualToVersion):
10644         (WebGLTestHarnessModule.copyObject):
10645         (WebGLTestHarnessModule.toCamelCase):
10646         (WebGLTestHarnessModule.):
10647         (WebGLTestHarnessModule.getFileListImpl):
10648         (WebGLTestHarnessModule.var):
10649         (WebGLTestHarnessModule.getFileList):
10650         (WebGLTestHarnessModule.FilterURL):
10651         (WebGLTestHarnessModule.TestFile):
10652         (WebGLTestHarnessModule.Test):
10653         (WebGLTestHarnessModule.TestHarness):
10654         (WebGLTestHarnessModule.TestHarness.prototype.addFiles_):
10655         (WebGLTestHarnessModule.TestHarness.prototype.runTests):
10656         (WebGLTestHarnessModule.TestHarness.prototype.setTimeout):
10657         (WebGLTestHarnessModule.TestHarness.prototype.clearTimeout):
10658         (WebGLTestHarnessModule.TestHarness.prototype.startNextTest):
10659         (WebGLTestHarnessModule.TestHarness.prototype.startTest):
10660         (WebGLTestHarnessModule.TestHarness.prototype.getTest):
10661         (WebGLTestHarnessModule.TestHarness.prototype.reportResults):
10662         (WebGLTestHarnessModule.TestHarness.prototype.dequeTest):
10663         (WebGLTestHarnessModule.TestHarness.prototype.notifyFinished):
10664         (WebGLTestHarnessModule.TestHarness.prototype.timeout):
10665         (WebGLTestHarnessModule.TestHarness.prototype.setTimeoutDelay):
10666         (WebGLTestHarnessModule):
10667         * webgl/resources/webkit-webgl-test-harness.js: Added.
10668         (.):
10669
10670 2013-02-04  Hajime Morrita  <morrita@google.com>
10671
10672         [Chromium] Unreviewed rebaselining for r141769.
10673
10674         * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png:
10675         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
10676         * platform/chromium-mac-snowleopard/compositing/overflow/nested-scrolling-expected.png:
10677         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
10678         * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
10679         * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
10680         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling-expected.png: Added.
10681         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: Added.
10682         * 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.
10683         * 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.
10684         * 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.
10685         * 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.
10686         * 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.
10687         * 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.
10688
10689 2013-02-04  Benjamin Poulain  <bpoulain@apple.com>
10690
10691         Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
10692         https://bugs.webkit.org/show_bug.cgi?id=108741
10693
10694         Reviewed by Tony Chang.
10695
10696         Update the tests to use WebCore Internals instead of the TestRunner.
10697
10698         * animations/animation-controller-drt-api.html:
10699         * transitions/hang-with-bad-transition-list.html:
10700         * transitions/remove-transition-style.html:
10701         * transitions/repeated-firing-background-color.html:
10702         * transitions/zero-duration-with-non-zero-delay-end.html:
10703
10704 2013-02-04  Nayan Kumar K  <nayankk@motorola.com>
10705
10706         [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.
10707         https://bugs.webkit.org/show_bug.cgi?id=108694
10708
10709         Reviewed by Kenneth Russell.
10710
10711         WEBGL_lose_context is one of the community approved WebGL extension.
10712         Hence remove the vendor prefix from WEBKIT_WEBGL_lose_context extension.
10713         Spefication: http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/
10714
10715         * fast/canvas/webgl/WebGLContextEvent.html:
10716         * fast/canvas/webgl/context-destroyed-crash.html:
10717         * fast/canvas/webgl/context-lost-expected.txt:
10718         * fast/canvas/webgl/context-lost-restored.html:
10719         * fast/canvas/webgl/context-lost.html:
10720         * platform/chromium-linux-x86/fast/canvas/webgl/context-lost-expected.txt:
10721         * platform/chromium-linux/fast/canvas/webgl/context-lost-expected.txt:
10722         * platform/chromium-mac/fast/canvas/webgl/context-lost-expected.txt:
10723         * platform/chromium-win-xp/fast/canvas/webgl/context-lost-expected.txt:
10724         * platform/chromium-win/fast/canvas/webgl/context-lost-expected.txt:
10725         * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/webgl/context-lost-expected.txt:
10726
10727 2013-02-04  Chris Hopman  <cjhopman@chromium.org>
10728
10729         Make moveCaretTowardsWindowPoint not snap to the beginning/end when moved above/below editable
10730         https://bugs.webkit.org/show_bug.cgi?id=107850
10731
10732         Reviewed by Ojan Vafai.
10733
10734         Test the new "android" editing behavior in the following tests:
10735
10736         * editing/deleting/delete-ligature-003-expected.txt:
10737         * editing/deleting/delete-ligature-003.html:
10738         * editing/deleting/paragraph-in-preserveNewline-expected.txt:
10739         * editing/deleting/paragraph-in-preserveNewline.html:
10740         * editing/deleting/whitespace-pre-1-expected.txt:
10741         * editing/deleting/whitespace-pre-1.html:
10742         * editing/execCommand/script-tests/toggle-compound-styles.js:
10743         * editing/execCommand/toggle-compound-styles-expected.txt:
10744         * editing/selection/5354455-1-expected.txt:
10745         * editing/selection/5354455-1.html:
10746         * editing/selection/click-in-margins-inside-editable-div-expected.txt:
10747         * editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt:
10748         * editing/selection/context-menu-text-selection-expected.txt:
10749         * editing/selection/context-menu-text-selection.html:
10750         * editing/selection/extend-after-mouse-selection-expected.txt:
10751         * editing/selection/extend-after-mouse-selection.html:
10752         * editing/selection/programmatic-selection-on-mac-is-directionless-expected.txt:
10753         * editing/selection/programmatic-selection-on-mac-is-directionless.html:
10754         * editing/selection/rtl-move-selection-right-left-expected.txt:
10755         * editing/selection/rtl-move-selection-right-left.html:
10756         * editing/selection/script-tests/click-in-margins-inside-editable-div.js:
10757         * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js:
10758         * editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt:
10759         * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html:
10760
10761 2013-02-04  Kent Tamura  <tkent@chromium.org>
10762
10763         INPUT_MULTIPLE_FIELDS_UI: Focus order is not controllable by tabIndex attribute on <input>
10764         https://bugs.webkit.org/show_bug.cgi?id=108447
10765
10766         Reviewed by Hajime Morita.
10767
10768         * fast/forms/time-multiple-fields/time-multiple-fields-tabindex-expected.txt: Added.
10769         * fast/forms/time-multiple-fields/time-multiple-fields-tabindex.html: Added.
10770
10771 2013-02-04  Jessie Berlin  <jberlin@apple.com>
10772
10773         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
10774         https://bugs.webkit.org/show_bug.cgi?id=98527
10775
10776         The bug was fixed but the test was never removed from the Mac WK2 TestExpectations file.
10777         Remove it now.
10778
10779         * platform/mac-wk2/TestExpectations:
10780
10781 2013-02-04  Alan Cutter  <alancutter@chromium.org>
10782
10783         [ Linux ] Mark media/track/track-cues-cuechange.html and media/track/track-cues-enter-exit.html as slow
10784         https://bugs.webkit.org/show_bug.cgi?id=108876
10785
10786         Reviewed by Dirk Pranke.
10787
10788         Tests take ~5.4 seconds to run locally.
10789         Timing out on the EWS bots but passing on the Webkit buildbots.
10790         Marked tests as slow in TestExpectations.
10791
10792         * platform/chromium/TestExpectations:
10793
10794 2013-01-31  Kentaro Hara  <haraken@chromium.org>
10795
10796         Implement WheelEvent::deltaMode
10797         https://bugs.webkit.org/show_bug.cgi?id=108455
10798
10799         Reviewed by Adam Barth.
10800
10801         Per the spec, WheelEvent::deltaMode should return
10802         DOM_DELTA_PIXEL or DOM_DELTA_LINE or DOM_DELTA_PAGE.
10803
10804         Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
10805         https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#constructor-wheelevent
10806
10807         * fast/events/constructors/wheel-event-constructor-expected.txt:
10808         * fast/events/constructors/wheel-event-constructor.html:
10809
10810 2013-02-04  Dima Gorbik  <dgorbik@apple.com>
10811
10812         WebVTT <i>, <b> and <u> elements should have default styles
10813         https://bugs.webkit.org/show_bug.cgi?id=107214
10814
10815         Reviewed by Darin Adler.
10816
10817         * media/track/captions-webvtt/styling-default.vtt: Added.
10818         * media/track/track-css-matching-default-expected.txt: Added.
10819         * media/track/track-css-matching-default.html: Added.
10820
10821 2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>
10822
10823         [CSS Grid Layout] Heap-buffer-overflow in std::sort
10824         https://bugs.webkit.org/show_bug.cgi?id=108834
10825
10826         Reviewed by Abhishek Arya.
10827
10828         * fast/css-grid-layout/grid-strict-ordering-crash-expected.txt: Added.
10829         * fast/css-grid-layout/grid-strict-ordering-crash.html: Added.
10830         The test requires a column / row index above the Vector inline capacity to work (which is currently 16).
10831         The values are much higher in case we decide to bump the inline capacity.
10832
10833 2013-02-04  Dima Gorbik  <dgorbik@apple.com>
10834
10835         class="cue" is getting some default style
10836         https://bugs.webkit.org/show_bug.cgi?id=108752
10837
10838         Reviewed by Dean Jackson.
10839
10840         * media/track/track-css-property-whitelist-expected.txt:
10841         * media/track/track-css-property-whitelist.html:
10842
10843 2013-02-04  Jessie Berlin  <jberlin@apple.com>
10844
10845         [WK2] [Mac] Support drag in mouse events for WebKit2 EventSender
10846         https://bugs.webkit.org/show_bug.cgi?id=68552
10847
10848         Skip another test that depends on setting eventSender.dragMode.
10849
10850         * platform/wk2/TestExpectations:
10851
10852 2013-02-04  Jessie Berlin  <jberlin@apple.com>
10853
10854         Out-of-view check of fixed position element in frame might still be incorrect on Mac when
10855         page is scaled
10856         https://bugs.webkit.org/show_bug.cgi?id=105049
10857
10858         These tests have started passing all the time on all the Lion and Mountain Lion Debug and
10859         Release WK1 and WK2 testers. Remove the failing expectation.
10860
10861         * platform/mac/TestExpectations:
10862
10863 2013-02-04  Dima Gorbik  <dgorbik@apple.com>
10864
10865         Implemet :lang() pseudo class support for the WebVTT ::cue pseudo element
10866         https://bugs.webkit.org/show_bug.cgi?id=105478
10867
10868         Reviewed by Antti Koivisto.
10869
10870         * media/track/captions-webvtt/styling-lang.vtt:
10871         * media/track/track-css-matching-lang-expected.txt:
10872         * media/track/track-css-matching-lang.html:
10873
10874 2013-02-04  Tom Sepez  <tsepez@chromiium.org>
10875
10876         XSS Auditor bypass via svg tags and xlink:href
10877         https://bugs.webkit.org/show_bug.cgi?id=84158
10878
10879         Reviewed by Adam Barth.
10880
10881         * http/tests/security/xssAuditor/svg-script-tag-expected.txt: Added.
10882         * http/tests/security/xssAuditor/svg-script-tag.html: Added.
10883
10884 2013-02-04  Julien Chaffraix  <jchaffraix@webkit.org>
10885
10886         [CSS Grid Layout] Add parsing for grid-auto-flow
10887         https://bugs.webkit.org/show_bug.cgi?id=108397
10888
10889         Reviewed by Ojan Vafai.
10890
10891         * fast/css-grid-layout/grid-auto-flow-get-set-expected.txt: Added.
10892         * fast/css-grid-layout/grid-auto-flow-get-set.html: Added.
10893         * fast/css-grid-layout/resources/grid.css:
10894         (.gridAutoFlowNone):
10895         (.gridAutoFlowColumn):
10896         (.gridAutoFlowRow):
10897         Added these new classes to our common style.
10898
10899 2013-02-04  Vladislav Kaznacheev  <kaznacheev@chromium.org>
10900
10901         Web Inspector: Create a container class for SidebarPane instances
10902         https://bugs.webkit.org/show_bug.cgi?id=108183
10903
10904
10905         Reviewed by Pavel Feldman.
10906
10907         * http/tests/inspector/elements-test.js:
10908         (initialize_ElementTest.stylesCallback):
10909         (initialize_ElementTest.InspectorTest.selectNodeAndWaitForStylesWithComputed):
10910         * inspector/audits/audits-panel-functional-expected.txt:
10911         * inspector/audits/audits-panel-noimages-functional-expected.txt:
10912         * inspector/debugger/error-in-watch-expressions.html:
10913         * inspector/debugger/properties-special.html:
10914         * inspector/debugger/watch-expressions-panel-switch.html:
10915         * inspector/debugger/watch-expressions-preserve-expansion.html:
10916         * inspector/extensions/extensions-audits-api-expected.txt:
10917         * inspector/extensions/extensions-audits-content-script-expected.txt:
10918         * inspector/extensions/extensions-audits-expected.txt:
10919         * inspector/extensions/extensions-events.html:
10920         * inspector/extensions/extensions-sidebar.html:
10921         * inspector/styles/lazy-computed-style.html:
10922
10923 2013-02-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
10924
10925         [Qt][Wk2] Unreviewed gardnening. Skip failing tests.
10926
10927         * platform/qt-5.0-wk2/TestExpectations:
10928         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Update after r141459.
10929         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
10930
10931 2013-02-04  Andrey Lushnikov  <lushnikov@chromium.org>
10932
10933         Web Inspector: add round braces to javascript tokenizer
10934         https://bugs.webkit.org/show_bug.cgi?id=108692
10935
10936         Reviewed by Pavel Feldman.
10937
10938         Updated test expectations to correspond to new tokens "brace-start"
10939         and "brace-end" in javascript tokenizer.
10940
10941         * inspector/editor/highlighter-basics-expected.txt:
10942         * inspector/editor/text-editor-long-line-expected.txt:
10943         * inspector/syntax-highlight-html-expected.txt:
10944         * inspector/syntax-highlight-javascript-expected.txt:
10945
10946 2013-02-04  Sami Kyostila  <skyostil@chromium.org>
10947
10948         Disable -webkit-overflow-scrolling CSS attribute on Chromium
10949         https://bugs.webkit.org/show_bug.cgi?id=108020
10950
10951         Reviewed by James Robinson.
10952
10953         Now that we can automatically promote overflow elements to accelerated
10954         scrolling layers there is no use for the -webkit-overflow-scrolling CSS
10955         attribute any longer on Chromium.
10956
10957         The following tests using -webkit-overflow-scroll are modified to also call
10958         setAcceleratedCompositingForOverflowScrollEnabled(). This makes them test
10959         meaningful things on also on platforms that do not support that CSS attribute.
10960
10961         * compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor.html:
10962         * compositing/overflow/iframe-inside-overflow-clipping.html:
10963         * compositing/overflow/nested-scrolling.html:
10964         * compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor.html:
10965         * compositing/overflow/scrolling-content-clip-to-viewport.html:
10966         * compositing/overflow/scrolling-without-painting.html:
10967         * compositing/overflow/textarea-scroll-touch.html:
10968         * compositing/overflow/updating-scrolling-content.html:
10969         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt: Removed.
10970         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html: Removed.
10971         * platform/chromium-linux/compositing/overflow/nested-scrolling-expected.png:
10972         * platform/chromium/TestExpectations:
10973         * platform/chromium/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.
10974         * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.png: Removed.
10975         * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.txt: Removed.
10976         * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html: Removed.
10977         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Removed.
10978
10979 2013-02-04  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
10980
10981         [Qt] Unreviewed gardening. Skipping failing tests.
10982
10983         * platform/qt/TestExpectations:
10984
10985 2013-02-04  Kent Tamura  <tkent@chromium.org>
10986
10987         [Chromium] Rebaseline for r141741
10988         https://bugs.webkit.org/show_bug.cgi?id=108791
10989
10990         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10991         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10992         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10993         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10994         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
10995         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Removed.
10996         * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
10997         * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png:
10998         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Removed.
10999         * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
11000         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
11001         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Removed.
11002         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
11003         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
11004         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
11005         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
11006         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
11007         * platform/chromium/TestExpectations:
11008
11009 2013-02-03  Christophe Dumez  <dchris@gmail.com>
11010
11011         [EFL][WK2] Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as flaky
11012         https://bugs.webkit.org/show_bug.cgi?id=108793
11013
11014         Unreviewed EFL gardening.
11015
11016         Mark fast/dom/DOMImplementation/createDocument-with-used-doctype.html as
11017         flaky due to Bug 108058. It sometimes crashes on the bots.
11018
11019         * platform/efl-wk2/TestExpectations:
11020
11021 2013-02-03  Kent Tamura  <tkent@chromium.org>
11022
11023         Support setLangAttributeAwareFormControlUIEnabled on Chromium Windows XP
11024         https://bugs.webkit.org/show_bug.cgi?id=108791
11025
11026         Reviewed by Kentaro Hara.
11027
11028         * platform/chromium/TestExpectations:
11029         Mark affected tests failure.
11030         Actually we should be able to remove XP-specific test results for
11031         them. We just mark them in this patch just in case, and do rebaseline
11032         later.
11033
11034 2013-02-03  Hajime Morrita  <morrita@google.com>
11035
11036         [Chromium] Unreviewed, marking some as timing out.
11037
11038         * platform/chromium/TestExpectations:
11039
11040 2013-02-03  Hajime Morrita <morrita@google.com>
11041
11042         [Chromium] Unreviewed, marking terminate-during-sync-operation.html as timing out.
11043
11044         * platform/chromium/TestExpectations:
11045
11046 2013-02-03  Hajime Morrita  <morrita@google.com>
11047
11048         [Chromium] Unreviewed rebaselining.
11049
11050         * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
11051
11052 2013-02-03  Hajime Morrita <morrita@google.com>
11053
11054         [Chromium] Unreviewed, marking grid-preferred-logical-widths.html as a fail.
11055
11056         * platform/chromium/TestExpectations:
11057
11058 2013-02-03  Hajime Morrita  <morrita@google.com>
11059
11060         [Chromium] Unreviewed, marking block-test.html as a fail.
11061
11062         * platform/chromium/TestExpectations:
11063
11064 2013-02-03  Noel Gordon  <noel.gordon@gmail.com>
11065
11066         [chromium] Skip editing/inserting/smart-link-when-caret-is-moved-before-URL.html
11067         https://bugs.webkit.org/show_bug.cgi?id=85463
11068         
11069         Test added in http://trac.webkit.org/changeset/141618 - requires that DRT or WKTR
11070         implement setAutomaticLinkDetectionEnabled().
11071
11072         Unreviewed gardening.
11073
11074         * platform/chromium/TestExpectations:
11075
11076 2013-02-03  Kent Tamura  <tkent@chromium.org>
11077
11078         calendar-picker-key-operations.html is failing
11079         https://bugs.webkit.org/show_bug.cgi?id=108566
11080
11081         Reviewed by Kentaro Hara.
11082
11083         * platform/chromium/TestExpectations:
11084         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
11085         Month.createFromDate supports only UTC Date. Use the Month constructor
11086         with local year and local month.
11087
11088 2013-02-03  Christophe Dumez  <dchris@gmail.com>
11089
11090         [EFL] Mark inspector/debugger/source-frame-count.html as flaky
11091         https://bugs.webkit.org/show_bug.cgi?id=108768
11092
11093         Unreviewed EFL gardening.
11094
11095         Mark inspector/debugger/source-frame-count.html as flaky as it sometimes
11096         crashes due to Bug 81574.
11097
11098         * platform/efl-wk2/TestExpectations:
11099
11100 2013-02-03  Christophe Dumez  <dchris@gmail.com>
11101
11102         [EFL] Mark a few more media tests as flaky due to gstreamer 1.0
11103         https://bugs.webkit.org/show_bug.cgi?id=108765
11104
11105         Unreviewed EFL gardening.
11106
11107         Mark 2 more media tests as flaky since the update to gstreamer 1.0.
11108         They sometimes crash in MediaPlayerPrivateGStreamer dtor.
11109
11110         * platform/efl/TestExpectations:
11111
11112 2013-02-03  Christophe Dumez  <dchris@gmail.com>
11113
11114         [EFL] svg/custom/text-ctm.svg needs a baseline
11115         https://bugs.webkit.org/show_bug.cgi?id=108764
11116
11117         Unreviewed EFL gardening.
11118
11119         Add baseline for svg/custom/text-ctm.svg that was added in r17879.
11120
11121         * platform/efl/svg/custom/text-ctm-expected.png: Added.
11122         * platform/efl/svg/custom/text-ctm-expected.txt: Added.
11123
11124 2013-02-02  Takashi Sakamoto  <tasak@google.com>
11125
11126         Making -webkit-image-set() the first value of background property causes crash.
11127         https://bugs.webkit.org/show_bug.cgi?id=108409
11128
11129         Reviewed by Beth Dakin.
11130
11131         * fast/css/image-set-value-crash-in-fillImageSet-expected.txt: Added.
11132         * fast/css/image-set-value-crash-in-fillImageSet.html: Added.
11133
11134 2013-02-02  Andrey Lushnikov  <lushnikov@chromium.org>
11135
11136         Web Inspector: fix bug in highlighting single chars via highlightRange API of DTE
11137         https://bugs.webkit.org/show_bug.cgi?id=108685
11138
11139         Reviewed by Pavel Feldman.
11140
11141         Updated layout test to cover specific bug case.
11142
11143         * inspector/editor/text-editor-highlight-api-expected.txt:
11144         * inspector/editor/text-editor-highlight-api.html:
11145
11146 2013-02-02  Zan Dobersek  <zdobersek@igalia.com>
11147
11148         Unreviewed GTK gardening.
11149
11150         * platform/gtk/TestExpectations:
11151         * platform/gtk/svg/custom/text-ctm-expected.txt:
11152         * platform/gtk/svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
11153
11154 2013-02-01  Christian Biesinger  <cbiesinger@chromium.org>
11155
11156         Rebaseline tests after bug 9221
11157         https://bugs.webkit.org/show_bug.cgi?id=108712
11158
11159         Unreviewed rebaseline of test expectations.
11160
11161         * fast/css/resize-corner-tracking-expected.txt: Renamed from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.txt.
11162         * platform/chromium-mac-lion/fast/css/resize-corner-tracking-expected.png:
11163         * platform/chromium-mac-lion/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
11164         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-expected.png:
11165         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
11166         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
11167         * platform/chromium-mac/fast/css/resize-corner-tracking-expected.png:
11168         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png:
11169         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
11170         * platform/chromium-win/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
11171         * platform/chromium/TestExpectations:
11172         * platform/chromium/fast/css/resize-corner-tracking-expected.txt: Removed.
11173
11174 2013-02-01  Yongjun Zhang  <yongjun_zhang@apple.com>
11175
11176         Document is never released if an image's src attribute is changed to a url blocked by content-security-policy.
11177         https://bugs.webkit.org/show_bug.cgi?id=108545
11178
11179         Reviewed by Alexey Proskuryakov.
11180
11181         Add a test to verify the error event is fired when image's src attribute is changed to a url
11182         but the url blocked by content-security-policy.
11183
11184         * fast/images/image-error-event-not-firing-expected.txt: Added.
11185         * fast/images/image-error-event-not-firing.html: Added.
11186
11187 2013-02-01  Florin Malita  <fmalita@chromium.org>
11188
11189         [Chromium] Unreviewed gardening.
11190
11191         Rebaseline after http://trac.webkit.org/changeset/141634
11192
11193         * 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.
11194         * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11195         * 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.
11196         * 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.
11197
11198 2013-02-01  Jessie Berlin  <jberlin@apple.com>
11199
11200         The assertions in updateLayerPositionsAfterScroll were commented out in r141278, so stop
11201         expecting http/tests/inspector/resource-har-pages.html to assert in debug builds.
11202         (see https://bugs.webkit.org/show_bug.cgi?id=103432).
11203
11204         * platform/mac/TestExpectations:
11205
11206 2013-02-01  Ojan Vafai  <ojan@chromium.org>
11207
11208         Make svg-fonts-in-text-controls.html have the same results across platforms
11209         https://bugs.webkit.org/show_bug.cgi?id=108676
11210
11211         Reviewed by Dirk Pranke.
11212
11213         Mac uses a different default font-size for form controls and Windows
11214         uses different padding for textareas/inputs. Override these so
11215         this test doesn't need platform specific expectations.
11216
11217         * platform/chromium/TestExpectations:
11218         * platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
11219         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.png: Removed.
11220         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
11221         * svg/custom/script-tests/svg-fonts-in-text-controls.js:
11222         * svg/custom/svg-fonts-in-text-controls-expected.txt:
11223         * svg/custom/svg-fonts-in-text-controls.html:
11224         These dummy elements aren't needed anymore. js-test-pre.js inserts them.
11225
11226 2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>
11227
11228         [Chromium] Expect spellcheck to ignore punctuation
11229         https://bugs.webkit.org/show_bug.cgi?id=108511
11230
11231         Reviewed by Tony Chang.
11232
11233         * platform/chromium/TestExpectations: Expect spellcheck to ignore punctuation.
11234
11235 2013-02-01  Andrey Lushnikov  <lushnikov@chromium.org>
11236
11237         Web Inspector: remove extra padding around overlay highlight.
11238         https://bugs.webkit.org/show_bug.cgi?id=108679
11239
11240         Reviewed by Alexander Pavlov.
11241
11242         Update layout test expectations to correspond to updated overlay highlight style.
11243
11244         * inspector/editor/text-editor-highlight-api-expected.txt:
11245         * inspector/editor/text-editor-highlight-token-expected.txt:
11246
11247 2013-02-01  Philip Rogers  <pdr@google.com>
11248
11249         Prevent skipped repaints for children of inner SVG elements
11250         https://bugs.webkit.org/show_bug.cgi?id=108429
11251
11252         Reviewed by Eric Seidel.
11253
11254         Need to update expectations for a single file (just a 1px difference).
11255
11256         * platform/chromium/TestExpectations:
11257         * platform/efl/TestExpectations:
11258         * platform/mac/TestExpectations:
11259         * platform/qt/TestExpectations:
11260         * platform/win/TestExpectations:
11261         * svg/repaint/svgsvgelement-repaint-children-expected.png: Added.
11262         * svg/repaint/svgsvgelement-repaint-children-expected.txt: Added.
11263         * svg/repaint/svgsvgelement-repaint-children.html: Added.
11264
11265 2013-02-01  Philip Rogers  <pdr@google.com>
11266
11267         [Chromium] Unreviewed gardening of two svg/zoom/page tests.
11268
11269         This change rebaselines two tests for WK108108.
11270
11271         Unreviewed update of test expectations.
11272
11273         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
11274         * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
11275         * platform/chromium/TestExpectations:
11276
11277 2013-02-01  Florin Malita  <fmalita@chromium.org>
11278
11279         [Chromium] Unreviewed gardening.
11280
11281         Skip a test added in r14618 that uses setAutomaticLinkDetectionEnabled.
11282
11283         * platform/chromium/TestExpectations:
11284
11285 2013-02-01  David Farler  <dfarler@apple.com>
11286
11287         [Mac] Layout test fast/parser/parser-yield-timing.html is flaky on debug bots
11288         https://bugs.webkit.org/show_bug.cgi?id=108677
11289
11290         Reviewed by Tim Horton.
11291
11292         * platform/mac/TestExpectations:
11293         Mark fast/parser/parser-yield-timing.html as [ Pass Failure ]
11294
11295 2013-02-01  Philip Rogers  <pdr@google.com>
11296
11297         Change hasAlpha to isKnownToBeOpaque and correct the return value for SVG images.
11298         https://bugs.webkit.org/show_bug.cgi?id=106966
11299
11300         Reviewed by Stephen White.
11301
11302         An SVG image has been added to this test to check for regressions.
11303
11304         * fast/box-shadow/image-box-shadow-expected.html:
11305         * fast/box-shadow/image-box-shadow.html:
11306
11307             Add an SVG image and correct a small mistake in the test that used values of 256
11308             instead of 255.
11309
11310         * fast/box-shadow/resources/green.svg: Added.
11311
11312 2013-02-01  Philippe Normand  <pnormand@igalia.com>
11313
11314         Unreviewed, GTK TestExpectations update.
11315
11316         * platform/gtk/TestExpectations: Flag some new media tests
11317         crashing until a fix is figured out.
11318
11319 2013-02-01  Alok Priyadarshi  <alokp@chromium.org>
11320
11321         Print GraphicsLayer::m_contentsOpaque if non-default (true)
11322         https://bugs.webkit.org/show_bug.cgi?id=108354
11323
11324         Reviewed by Simon Fraser.
11325
11326         * compositing/absolute-inside-out-of-view-fixed-expected.txt:
11327         * compositing/backing/no-backing-for-clip-expected.txt:
11328         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
11329         * compositing/backing/no-backing-for-perspective-expected.txt:
11330         * compositing/bounds-in-flipped-writing-mode-expected.txt:
11331         * compositing/clip-child-by-non-stacking-ancestor-expected.txt:
11332         * compositing/columns/composited-in-paginated-expected.txt:
11333         * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
11334         * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
11335         * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
11336         * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
11337         * compositing/geometry/ancestor-overflow-change-expected.txt:
11338         * compositing/geometry/bounds-clipped-composited-child-expected.txt:
11339         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11340         * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
11341         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11342         * compositing/geometry/bounds-ignores-hidden-expected.txt:
11343         * compositing/geometry/clip-expected.txt:
11344         * compositing/geometry/clip-inside-expected.txt:
11345         * compositing/geometry/composited-in-columns-expected.txt:
11346         * compositing/geometry/fixed-position-composited-switch-expected.txt:
11347         * compositing/geometry/flipped-writing-mode-expected.txt:
11348         * compositing/geometry/foreground-layer-expected.txt:
11349         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
11350         * compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
11351         * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
11352         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
11353         * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt:
11354         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
11355         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
11356         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
11357         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
11358         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
11359         * compositing/geometry/preserve-3d-switching-expected.txt:
11360         * compositing/iframes/become-composited-nested-iframes-expected.txt:
11361         * compositing/iframes/become-overlapped-iframe-expected.txt:
11362         * compositing/iframes/composited-parent-iframe-expected.txt:
11363         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
11364         * compositing/iframes/connect-compositing-iframe-expected.txt:
11365         * compositing/iframes/connect-compositing-iframe2-expected.txt:
11366         * compositing/iframes/connect-compositing-iframe3-expected.txt:
11367         * compositing/iframes/enter-compositing-iframe-expected.txt:
11368         * compositing/iframes/iframe-resize-expected.txt:
11369         * compositing/iframes/iframe-size-from-zero-expected.txt:
11370         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
11371         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
11372         * compositing/iframes/overlapped-iframe-expected.txt:
11373         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
11374         * compositing/iframes/overlapped-nested-iframes-expected.txt:
11375         * compositing/iframes/page-cache-layer-tree-expected.txt:
11376         * compositing/iframes/scrolling-iframe-expected.txt:
11377         * compositing/images/clip-on-directly-composited-image-expected.txt:
11378         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
11379         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
11380         * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11381         * compositing/layer-creation/fixed-position-out-of-view-expected.txt:
11382         * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
11383         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
11384         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
11385         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt:
11386         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11387         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
11388         * compositing/layer-creation/overlap-animation-clipping-expected.txt:
11389         * compositing/layer-creation/overlap-animation-container-expected.txt:
11390         * compositing/layer-creation/overlap-animation-expected.txt:
11391         * compositing/layer-creation/overlap-child-layer-expected.txt:
11392         * compositing/layer-creation/overlap-clipping-expected.txt:
11393         * compositing/layer-creation/overlap-transformed-3d-expected.txt:
11394         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
11395         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
11396         * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
11397         * compositing/layer-creation/overlap-transforms-expected.txt:
11398         * compositing/layer-creation/rotate3d-overlap-expected.txt:
11399         * compositing/layer-creation/scroll-partial-update-expected.txt:
11400         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
11401         * compositing/layer-creation/stacking-context-overlap-expected.txt:
11402         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
11403         * compositing/layer-creation/translatez-overlap-expected.txt:
11404         * compositing/masks/mask-layer-size-expected.txt:
11405         * compositing/overflow-trumps-transform-style-expected.txt:
11406         * compositing/overflow/clip-descendents-expected.txt:
11407         * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
11408         * compositing/overflow/content-gains-scrollbars-expected.txt:
11409         * compositing/overflow/content-loses-scrollbars-expected.txt:
11410         * compositing/overflow/overflow-auto-with-touch-expected.txt:
11411         * compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
11412         * compositing/overflow/overflow-overlay-with-touch-expected.txt:
11413         * compositing/overflow/overflow-scrollbar-layers-expected.txt:
11414         * compositing/overflow/resize-painting-expected.txt:
11415         * compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
11416         * compositing/overflow/scrolling-without-painting-expected.txt:
11417         * compositing/overflow/textarea-scroll-touch-expected.txt:
11418         * compositing/overflow/updating-scrolling-content-expected.txt:
11419         * compositing/plugins/no-backing-store-expected.txt:
11420         * compositing/plugins/small-to-large-composited-plugin-expected.txt:
11421         * compositing/repaint/invalidations-on-composited-layers-expected.txt:
11422         * compositing/repaint/resize-repaint-expected.txt:
11423         * compositing/rtl/rtl-absolute-expected.txt:
11424         * compositing/rtl/rtl-absolute-overflow-expected.txt:
11425         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
11426         * compositing/rtl/rtl-fixed-expected.txt:
11427         * compositing/rtl/rtl-fixed-overflow-expected.txt:
11428         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11429         * compositing/rtl/rtl-iframe-absolute-expected.txt:
11430         * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
11431         * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
11432         * compositing/rtl/rtl-iframe-fixed-expected.txt:
11433         * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
11434         * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
11435         * compositing/rtl/rtl-iframe-relative-expected.txt:
11436         * compositing/rtl/rtl-relative-expected.txt:
11437         * compositing/tiled-layers-hidpi-expected.txt:
11438         * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
11439         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11440         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
11441         * compositing/tiling/huge-layer-expected.txt:
11442         * compositing/tiling/huge-layer-img-expected.txt:
11443         * compositing/tiling/huge-layer-resize-expected.txt:
11444         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
11445         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11446         * compositing/tiling/rotated-tiled-clamped-expected.txt:
11447         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
11448         * compositing/tiling/tile-cache-zoomed-expected.txt:
11449         * compositing/tiling/tiled-layer-resize-expected.txt:
11450         * compositing/visibility/layer-visible-content-expected.txt:
11451         * compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11452         * compositing/visible-rect/2d-transformed-expected.txt:
11453         * compositing/visible-rect/3d-transform-style-expected.txt:
11454         * compositing/visible-rect/3d-transformed-expected.txt:
11455         * compositing/visible-rect/animated-expected.txt:
11456         * compositing/visible-rect/animated-from-none-expected.txt:
11457         * compositing/visible-rect/clipped-by-viewport-expected.txt:
11458         * compositing/visible-rect/clipped-visible-rect-expected.txt:
11459         * compositing/visible-rect/iframe-and-layers-expected.txt:
11460         * compositing/visible-rect/iframe-no-layers-expected.txt:
11461         * compositing/visible-rect/nested-transform-expected.txt:
11462         * compositing/visible-rect/scrolled-expected.txt:
11463         * css3/compositing/should-have-compositing-layer-expected.txt:
11464         * css3/filters/filtered-compositing-descendant-expected.txt:
11465         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch-expected.txt:
11466         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11467         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11468         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11469         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11470         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11471         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11472         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11473         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11474         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11475         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11476         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11477         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11478         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11479         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11480         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11481         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11482         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11483         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11484         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11485         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11486         * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11487         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
11488         * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11489         * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11490         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
11491         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11492         * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11493         * platform/chromium-mac/css3/filters/composited-during-animation-layertree-expected.txt:
11494         * platform/chromium-mac/css3/filters/composited-during-transition-layertree-expected.txt:
11495         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt:
11496         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
11497         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt:
11498         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
11499         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11500         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11501         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11502         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11503         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
11504         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
11505         * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11506         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11507         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11508         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11509         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
11510         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
11511         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
11512         * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt:
11513         * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt:
11514         * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
11515         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11516         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11517         * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
11518         * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
11519         * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
11520         * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt:
11521         * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11522         * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11523         * platform/chromium-win/compositing/layer-creation/scroll-partial-update-expected.txt:
11524         * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11525         * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11526         * platform/chromium-win/compositing/tiling/huge-layer-expected.txt:
11527         * platform/chromium-win/compositing/tiling/huge-layer-resize-expected.txt:
11528         * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt:
11529         * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11530         * platform/chromium-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11531         * platform/chromium-win/css3/filters/composited-during-animation-layertree-expected.txt:
11532         * platform/chromium-win/css3/filters/composited-during-transition-layertree-expected.txt:
11533         * platform/chromium/TestExpectations:
11534         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt:
11535         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt:
11536         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt:
11537         * platform/chromium/compositing/canvas/accelerated-canvas-compositing-expected.txt:
11538         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt:
11539         * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
11540         * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
11541         * platform/chromium/compositing/force-compositing-mode/force-composite-empty-expected.txt:
11542         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer-expected.txt:
11543         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer-expected.txt:
11544         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt:
11545         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt:
11546         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing-expected.txt:
11547         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
11548         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11549         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
11550         * platform/chromium/compositing/geometry/clip-expected.txt:
11551         * platform/chromium/compositing/geometry/clip-inside-expected.txt:
11552         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt:
11553         * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt:
11554         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt:
11555         * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
11556         * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
11557         * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
11558         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
11559         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
11560         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
11561         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
11562         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
11563         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt:
11564         * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt:
11565         * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt:
11566         * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt:
11567         * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
11568         * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt:
11569         * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt:
11570         * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt:
11571         * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt:
11572         * platform/chromium/compositing/iframes/iframe-resize-expected.txt:
11573         * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt:
11574         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
11575         * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt:
11576         * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt:
11577         * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt:
11578         * platform/chromium/compositing/iframes/resizer-expected.txt:
11579         * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt:
11580         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt:
11581         * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11582         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
11583         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
11584         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
11585         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt:
11586         * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11587         * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
11588         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
11589         * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
11590         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt:
11591         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt:
11592         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt:
11593         * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt:
11594         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
11595         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt:
11596         * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
11597         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
11598         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt:
11599         * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt:
11600         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt:
11601         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
11602         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt:
11603         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt:
11604         * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
11605         * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
11606         * platform/chromium/compositing/overflow/content-loses-scrollbars-expected.txt:
11607         * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
11608         * platform/chromium/compositing/overflow/resize-painting-expected.txt:
11609         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt:
11610         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt:
11611         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
11612         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt:
11613         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt:
11614         * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11615         * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt:
11616         * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt:
11617         * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt:
11618         * platform/chromium/compositing/rtl/rtl-relative-expected.txt:
11619         * platform/chromium/compositing/tiling/huge-layer-img-expected.txt:
11620         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
11621         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/content-gains-scrollbars-expected.txt:
11622         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt:
11623         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt:
11624         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt:
11625         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11626         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt:
11627         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
11628         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
11629         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt:
11630         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt:
11631         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt:
11632         * platform/efl/compositing/geometry/foreground-layer-expected.txt:
11633         * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11634         * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt:
11635         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
11636         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
11637         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
11638         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt:
11639         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
11640         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
11641         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
11642         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
11643         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
11644         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
11645         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
11646         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
11647         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt:
11648         * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
11649         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
11650         * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
11651         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
11652         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
11653         * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
11654         * platform/mac/TestExpectations:
11655         * platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt:
11656         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
11657         * platform/mac/compositing/iframes/resizer-expected.txt:
11658         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
11659         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
11660         * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
11661         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11662         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11663         * platform/mac/compositing/tiling/huge-layer-expected.txt:
11664         * platform/mac/compositing/tiling/huge-layer-img-expected.txt:
11665         * platform/mac/compositing/tiling/huge-layer-resize-expected.txt:
11666         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
11667         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11668         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
11669         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
11670         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
11671         * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt:
11672         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
11673         * platform/mac/css3/filters/composited-during-animation-layertree-expected.txt:
11674         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
11675         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
11676         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
11677         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
11678         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
11679         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
11680         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
11681         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
11682         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
11683         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
11684         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
11685         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11686         * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt:
11687         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
11688         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
11689         * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
11690         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
11691         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
11692         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
11693         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
11694         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
11695         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11696         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
11697         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
11698         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
11699         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
11700         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
11701         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
11702         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
11703         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
11704         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
11705         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
11706         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
11707         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11708         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
11709         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
11710         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt:
11711         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
11712         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
11713         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
11714         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
11715         * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11716         * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
11717         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
11718         * platform/qt/compositing/overflow/clip-descendents-expected.txt:
11719         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
11720         * platform/qt/css3/compositing/should-have-compositing-layer-expected.txt:
11721         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
11722         * platform/win/compositing/iframes/composited-iframe-expected.txt:
11723         * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
11724         * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
11725         * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt:
11726         * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt:
11727         * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
11728
11729 2013-02-01  Roger Fong  <roger_fong@apple.com>
11730
11731         Unreviewed. Skip more test in preparation for Win EWS bots (round 2).
11732         https://bugs.webkit.org/show_bug.cgi?id=108249
11733
11734         * platform/win/TestExpectations:
11735
11736 2013-02-01  Jessie Berlin  <jberlin@apple.com>
11737
11738         WTR needs an implementation of setAutomaticLinkDetectionEnabled
11739         https://bugs.webkit.org/show_bug.cgi?id=87162
11740
11741         Skip a test on wk2 added in r14618 that uses setAutomaticLinkDetectionEnabled.
11742
11743         * platform/wk2/TestExpectations:
11744
11745 2013-01-31  Dirk Schulze  <krit@webkit.org>
11746
11747         [canvas] Add more constructors to Path
11748         https://bugs.webkit.org/show_bug.cgi?id=108587
11749
11750         Reviewed by Dean Jackson.
11751
11752         Add tests for new constructors of Path objects.
11753         Since the feature is behind a flag, the test is skipped on
11754         all platforms for now.
11755
11756         * fast/canvas/canvas-path-constructors-expected.txt: Added.
11757         * fast/canvas/canvas-path-constructors.html: Added.
11758         * fast/canvas/script-tests/canvas-path-constructors.js: Added.
11759         * platform/chromium/TestExpectations:
11760         * platform/efl/TestExpectations:
11761         * platform/gtk/TestExpectations:
11762         * platform/mac/TestExpectations:
11763         * platform/win/TestExpectations:
11764
11765 2013-02-01  Mike West  <mkwst@chromium.org>
11766
11767         Remove call to SecurityOrigin::canAccessDatabase from IDB constructor.
11768         https://bugs.webkit.org/show_bug.cgi?id=108477
11769
11770         Reviewed by Adam Barth.
11771
11772         * http/tests/security/no-indexeddb-from-sandbox-expected.txt:
11773         * http/tests/security/no-indexeddb-from-sandbox.html:
11774             This test expected the 'webkitIndexedDB' property to be missing
11775             entirely inside a sandbox. The expectation has been updated to
11776             expect 'webkitIndexedDB.open()' to throw a SECURITY_ERR.
11777         * platform/efl/TestExpectations:
11778         * platform/mac-snowleopard/TestExpectations:
11779         * platform/mac/TestExpectations:
11780         * platform/qt/TestExpectations:
11781         * platform/win/TestExpectations:
11782         * platform/wincairo/TestExpectations:
11783             This test was accidentally passing on a variety of platforms that
11784             don't yet implement IndexedDB. Now that failure is distinguishable
11785             we should skip it on a variety of platforms.
11786
11787 2013-02-01  Ryosuke Niwa  <rniwa@webkit.org>
11788
11789         Smart link can erroneously move caret after an URL when typing immediately before it
11790         https://bugs.webkit.org/show_bug.cgi?id=92812
11791
11792         Reviewed by Enrica Casucci.
11793
11794         Add a regression for typing immediately before an URL while smart link is enabled.
11795         WebKit should not be moving the caret erroneously.
11796
11797         * editing/inserting/smart-link-when-caret-is-moved-before-URL-expected.txt: Added.
11798         * editing/inserting/smart-link-when-caret-is-moved-before-URL.html: Added.
11799
11800 2013-02-01  Julien Chaffraix  <jchaffraix@webkit.org>
11801
11802         [CSS Grid Layout] computePreferredLogicalWidths doesn't handle minmax tracks
11803         https://bugs.webkit.org/show_bug.cgi?id=108403
11804
11805         Reviewed by Ojan Vafai.
11806
11807         * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt: Added.
11808         * fast/css-grid-layout/grid-preferred-logical-widths.html: Added.
11809
11810 2013-02-01  Nate Chapin  <japhet@chromium.org>
11811
11812         Cached main resources report a zero identifer on 304s
11813         https://bugs.webkit.org/show_bug.cgi?id=108402
11814
11815         Reviewed by Adam Barth.
11816
11817         * http/tests/cache/iframe-304-crash-expected.txt: Added.
11818         * http/tests/cache/iframe-304-crash.html: Added.
11819         * http/tests/cache/resources/iframe304.php: Added.
11820         * platform/chromium/TestExpectations: New test requires main resource caching, which isn't supported on chromium at the moment.
11821         * platform/mac/TestExpectations: New test requires main resource caching, which isn't supported on mac at the moment.
11822
11823 2013-02-01  Rashmi Shyamasundar  <rashmi.s2@samsung.com>
11824
11825         Zero size gradient should paint nothing on canvas
11826         https://bugs.webkit.org/show_bug.cgi?id=102654
11827
11828         Reviewed by Dirk Schulze.
11829
11830         The functions fill(), fillText(), stroke(), strokeRect() and strokeText()
11831         should paint nothing on canvas when the canvas fillStyle/strokeStyle
11832         is set to a zero size gradient.
11833
11834         * fast/canvas/canvas-fill-zeroSizeGradient-expected.txt: Added.
11835         * fast/canvas/canvas-fill-zeroSizeGradient.html: Added.
11836         * fast/canvas/canvas-fillRect-zeroSizeGradient-expected.txt: Added.
11837         * fast/canvas/canvas-fillRect-zeroSizeGradient.html: Added.
11838         * fast/canvas/canvas-fillText-zeroSizeGradient-expected.txt: Added.
11839         * fast/canvas/canvas-fillText-zeroSizeGradient.html: Added.
11840         * fast/canvas/canvas-stroke-zeroSizeGradient-expected.txt: Added.
11841         * fast/canvas/canvas-stroke-zeroSizeGradient.html: Added.
11842         * fast/canvas/canvas-strokeRect-zeroSizeGradient-expected.txt: Added.
11843         * fast/canvas/canvas-strokeRect-zeroSizeGradient.html: Added.
11844         * fast/canvas/canvas-strokeText-zeroSizeGradient-expected.txt: Added.
11845         * fast/canvas/canvas-strokeText-zeroSizeGradient.html: Added.
11846         * fast/canvas/script-tests/canvas-fill-zeroSizeGradient.js: Added.
11847         * fast/canvas/script-tests/canvas-fillRect-zeroSizeGradient.js: Added.
11848         * fast/canvas/script-tests/canvas-fillText-zeroSizeGradient.js: Added.
11849         * fast/canvas/script-tests/canvas-stroke-zeroSizeGradient.js: Added.
11850         * fast/canvas/script-tests/canvas-strokeRect-zeroSizeGradient.js: Added.
11851         * fast/canvas/script-tests/canvas-strokeText-zeroSizeGradient.js: Added.
11852
11853 2013-02-01  Rouslan Solomakhin  <rouslan@chromium.org>
11854
11855         [Chromium] Expect spellcheck to ignore whitespace
11856         https://bugs.webkit.org/show_bug.cgi?id=108510
11857
11858         Reviewed by Ryosuke Niwa.
11859
11860         * platform/chromium/TestExpectations: Expect spellcheck to ignore whitespace.
11861
11862 2013-02-01  Pavel Feldman  <pfeldman@chromium.org>
11863
11864         Web Inspector: [file selector dialog] for mixed case queries, score uppercase letters only when assessing camelcase.
11865         https://bugs.webkit.org/show_bug.cgi?id=108639
11866
11867         Reviewed by Vsevolod Vlasov.
11868
11869         * inspector/filtered-item-selection-dialog-filtering-expected.txt:
11870
11871 2013-02-01  Robert Hogan  <robert@webkit.org>
11872
11873         Padding in a parent inline preceding an empty inline child should be counted towards width
11874         https://bugs.webkit.org/show_bug.cgi?id=108226
11875
11876         Reviewed by Levi Weintraub.
11877
11878         * fast/inline/parent-inline-element-padding-contributes-width-expected.txt: Added.
11879         * fast/inline/parent-inline-element-padding-contributes-width.html: Added.
11880         * fast/inline/positioned-element-padding-contributes-width-expected.txt: Added.
11881         * fast/inline/positioned-element-padding-contributes-width.html: Added.
11882
11883 2013-02-01  Pavel Feldman  <pfeldman@chromium.org>
11884
11885         Web Inspector: relax goto file matching again.
11886         https://bugs.webkit.org/show_bug.cgi?id=108346
11887
11888         Reviewed by Vsevolod Vlasov.
11889
11890         * inspector/filtered-item-selection-dialog-filtering-expected.txt:
11891         * inspector/filtered-item-selection-dialog-filtering.html:
11892
11893 2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>
11894
11895         Web Inspector: Navigator should not create tree elements for uiSourceCodes unless neededm should populate folders on expand only.
11896         https://bugs.webkit.org/show_bug.cgi?id=108601
11897
11898         Reviewed by Pavel Feldman.
11899
11900         * http/tests/inspector/debugger-test.js:
11901         (initialize_DebuggerTest.):
11902         (initialize_DebuggerTest):
11903         * inspector/debugger/scripts-file-selector-expected.txt:
11904         * inspector/debugger/scripts-file-selector.html:
11905         * inspector/debugger/scripts-sorting-expected.txt:
11906         * inspector/debugger/scripts-sorting.html:
11907
11908 2013-02-01  Philippe Normand  <pnormand@igalia.com>
11909
11910         Unreviewed, flagging more fullscreen tests in GTK due to bug 108363.
11911
11912         * platform/gtk/TestExpectations:
11913
11914 2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11915
11916         Unreviewed EFL gardening.
11917
11918         Skip some failing tests on EFL bots after r141459 and r141310.
11919
11920         * platform/efl-wk2/TestExpectations:
11921         * platform/efl/TestExpectations:
11922         * platform/efl/fast/js/global-constructors-expected.txt: Revert change from r141573.
11923
11924 2013-02-01  Alexis Menard  <alexis@webkit.org>
11925
11926         Enable unprefixed CSS transitions by default.
11927         https://bugs.webkit.org/show_bug.cgi?id=108216
11928
11929         Reviewed by Dean Jackson.
11930
11931         Unskip the tests by default as now unprefixed CSS Transitions are
11932         enabled by default.
11933
11934         * fast/events/event-creation-expected.txt:
11935         * fast/events/event-creation.html: Add the test that was commented out
11936         before.
11937         * platform/chromium/TestExpectations:
11938
11939 2013-02-01  Ádám Kallai  <kadam@inf.u-szeged.hu>
11940
11941         [Qt] Unreviewed gardening. Skipped some failing tests.
11942
11943         * platform/qt/TestExpectations:
11944
11945 2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11946
11947         Unreviewed EFL gardening.
11948
11949         Update platform expectations for failing tests after the
11950         WEB_INTENTS flag turned off for EFL port in r141439
11951
11952         * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed.
11953         * platform/efl/fast/js/global-constructors-expected.txt:
11954
11955 2013-02-01  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
11956
11957         Unreviewed EFL gardening.
11958
11959         Renamed inspector/editor/text-editor-ctrl-movements.html to
11960         inspector/editor/text-editor-word-jumps.html after r141399.
11961
11962         * platform/efl/TestExpectations:
11963
11964 2013-02-01  Mihnea Ovidenie  <mihnea@adobe.com>
11965
11966         [CSS Regions] Convert fast/regions/region-overflow-auto-overflow* to reftests
11967         https://bugs.webkit.org/show_bug.cgi?id=108333
11968
11969         Reviewed by Tony Chang.
11970
11971         Add reftests, cleanup existing tests.
11972
11973         * fast/regions/region-overflow-auto-overflow-hidden-expected.html: Added.
11974         * fast/regions/region-overflow-auto-overflow-hidden.html:
11975         * fast/regions/region-overflow-auto-overflow-visible-expected.html: Added.
11976         * fast/regions/region-overflow-auto-overflow-visible.html:
11977         * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11978         * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11979         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11980         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11981         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11982         * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11983         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11984         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11985         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11986         * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11987         * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11988         * platform/chromium-mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11989         * platform/chromium/TestExpectations:
11990         * platform/chromium/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11991         * platform/chromium/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11992         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11993         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11994         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11995         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
11996         * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
11997         * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
11998         * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
11999         * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
12000         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
12001         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
12002         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
12003         * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
12004         * platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
12005         * platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
12006         * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed.
12007         * platform/qt/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed.
12008         * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed.
12009         * platform/qt/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed.
12010
12011 2013-02-01  Chris Fleizach  <cfleizach@apple.com>
12012
12013         AX: when aria-activedescendant is used with a ComboBox role, focus should not be changed
12014         https://bugs.webkit.org/show_bug.cgi?id=108596
12015
12016         Reviewed by Ryosuke Niwa.
12017
12018         * platform/mac/accessibility/combobox-activedescendant-notifications-expected.txt: Added.
12019         * platform/mac/accessibility/combobox-activedescendant-notifications.html: Added.
12020
12021 2013-02-01  Chris Fleizach  <cfleizach@apple.com>
12022
12023         [Mac] REGRESSION(r140974): accessibility/lists.html fails on Lion
12024         https://bugs.webkit.org/show_bug.cgi?id=108291
12025
12026         Reviewed by Ryosuke Niwa.
12027
12028         * platform/mac/TestExpectations:
12029
12030 2013-02-01  Ken Kania  <kkania@chromium.org>
12031
12032         Web Inspector: Add support for handling modal dialogs
12033         https://bugs.webkit.org/show_bug.cgi?id=107883
12034
12035         Reviewed by Pavel Feldman.
12036
12037         Introduce support for being notified when a JavaScript modal dialog
12038         is opening and closing, as well as a new command for accepting or
12039         dismissing the dialog.
12040
12041         * inspector-protocol/page/javascriptDialogEvents-expected.txt: Added.
12042         * inspector-protocol/page/javascriptDialogEvents.html: Added.
12043
12044 2013-02-01  Hajime Morrita  <morrita@google.com> 
12045
12046         [Chromium] Unreviewed, marking table-section-overflow-clip-crash.html failed.
12047
12048         * platform/chromium/TestExpectations:
12049
12050 2013-02-01  Hajime Morrita  <morrita@google.com>
12051
12052         Unreviewed, rebaselining a result.
12053
12054         * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:
12055
12056 2013-02-01  Vsevolod Vlasov  <vsevik@chromium.org>
12057
12058         Web Inspector: Use String.prototype.startsWith instead of String.prototype.indexOf when possible
12059         https://bugs.webkit.org/show_bug.cgi?id=108575
12060
12061         Reviewed by Yury Semikhatsky.
12062
12063         * http/tests/inspector/console-cd-completions.html:
12064         * http/tests/inspector/console-cd.html:
12065         * http/tests/inspector/indexeddb/indexeddb-test.js:
12066         (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer.consoleMessageOverride):
12067         (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer):
12068         * inspector/network-status-non-http.html:
12069
12070 2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>
12071
12072         Editor::m_compositionNode not updated on HTMLInputElement::setValue()
12073         https://bugs.webkit.org/show_bug.cgi?id=107737
12074
12075         Reviewed by Ryosuke Niwa.
12076
12077         * 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
12078
12079 2013-01-31  Lamarque V. Souza  <Lamarque.Souza@basyskom.com>
12080
12081         [Qt] Add support for text decoration "wavy" style
12082         https://bugs.webkit.org/show_bug.cgi?id=93507
12083
12084         Reviewed by Simon Hausmann.
12085
12086         Add pixel-test expected results for CSS3 text decoration tests for Qt port.
12087
12088         * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.png: Added.
12089         * platform/qt-5.0-wk1/fast/css3-text/css3-text-decoration/text-decoration-style-expected.png: Added.
12090
12091 2013-01-31  Hajime Morrita  <morrita@google.com>
12092
12093         [Chromium] Unreviewed, rebaselining expectations.
12094
12095         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
12096         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
12097         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
12098         * platform/chromium-mac/platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.
12099
12100 2013-01-31  Victor Carbune  <vcarbune@chromium.org>
12101
12102         [Track] Closed Caption button shouldn't be visible if all the track resources have failed loading
12103         https://bugs.webkit.org/show_bug.cgi?id=106285
12104
12105         Reviewed by Eric Carlson.
12106
12107         Updated tests to include improved behavior.
12108
12109         * media/video-controls-captions-expected.txt: Updated.
12110         * media/video-controls-captions.html: Updated.
12111
12112 2013-01-31  Dima Gorbik  <dgorbik@apple.com>
12113
12114         REGRESSION(r140231): media track layout tests crashing
12115         https://bugs.webkit.org/show_bug.cgi?id=107579
12116
12117         Reviewed by Eric Carlson.
12118
12119         * platform/chromium/TestExpectations:
12120
12121 2013-01-31  Hajime Morrita  <morrita@google.com>
12122
12123         [Chromium] Unreviewed, marking a failing test.
12124
12125         * platform/chromium/TestExpectations:
12126
12127 2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>
12128
12129         Unreviewed, rolling out r141479.
12130         http://trac.webkit.org/changeset/141479
12131         https://bugs.webkit.org/show_bug.cgi?id=108564
12132
12133         breaks chromium test (Requested by morrita on #webkit).
12134
12135         * platform/chromium/TestExpectations:
12136
12137 2013-01-31  Hayato Ito  <hayato@chromium.org>
12138
12139         Use TouchEvent.targetTouches rather than TouchEvent.touches since the order of Touches in TouchList is not guaranteed.
12140         https://bugs.webkit.org/show_bug.cgi?id=108426
12141
12142         Reviewed by Dimitri Glazkov.
12143
12144         Neat fix for LayoutTest in http://trac.webkit.org/changeset/141054.
12145
12146         In this LayoutTest context, the length of touchEvent.touches is 2.
12147         The Touch order in TouchList is not guaranteed. Therefore
12148         touchEvent.touches[0] can be another touch.  Rather, we should use
12149         touchEvent.targetTouches here since its length is 1 in this context.
12150
12151         * fast/dom/shadow/touch-event.html:
12152
12153 2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>
12154
12155         [Chromium] Expect spellcheck to select multi-word misspelling on context click
12156         https://bugs.webkit.org/show_bug.cgi?id=108509
12157
12158         Reviewed by Tony Chang.
12159
12160         * editing/spelling/spelling-exactly-selected-multiple-words.html: Check spelling suggestion for multi-word misspelling.
12161         * editing/spelling/spelling-should-select-multiple-words.html: Check spelling suggestion for multi-word misspelling.
12162         * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt:
12163         * editing/spelling/spelling-should-select-multiple-words-expected.txt:
12164         * platform/chromium/TestExpectations: Expect spellcheck to select multi-word misspelling on context click
12165
12166 2013-01-31  Christopher Cameron  <ccameron@chromium.org>
12167
12168         Fix rubber-band effect on non-scrollable pages
12169         https://bugs.webkit.org/show_bug.cgi?id=107611
12170
12171         Reviewed by Antonio Gomes.
12172
12173         * platform/chromium/rubberbanding/event-overhang-e-expected.png: Added.
12174         * platform/chromium/rubberbanding/event-overhang-e-expected.txt: Added.
12175         * platform/chromium/rubberbanding/event-overhang-e.html: Added.
12176         * platform/chromium/rubberbanding/event-overhang-n-expected.png: Added.
12177         * platform/chromium/rubberbanding/event-overhang-n-expected.txt: Added.
12178         * platform/chromium/rubberbanding/event-overhang-n.html: Added.
12179         * platform/chromium/rubberbanding/event-overhang-s-expected.png: Added.
12180         * platform/chromium/rubberbanding/event-overhang-s-expected.txt: Added.
12181         * platform/chromium/rubberbanding/event-overhang-s.html: Added.
12182         * platform/chromium/rubberbanding/event-overhang-w-expected.png: Added.
12183         * platform/chromium/rubberbanding/event-overhang-w-expected.txt: Added.
12184         * platform/chromium/rubberbanding/event-overhang-w.html: Added.
12185
12186 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12187
12188         REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
12189         https://bugs.webkit.org/show_bug.cgi?id=108380
12190
12191         Mark another test whose results depend on main resource caching being enabled as failing until
12192         main resource caching can be re-enabled on mac.
12193
12194         * platform/mac/TestExpectations:
12195
12196 2013-01-31  Tim Horton  <timothy_horton@apple.com>
12197
12198         Land failing baselines for Lion after r141333. Unreviewed.
12199         https://bugs.webkit.org/show_bug.cgi?id=108523
12200
12201         * platform/mac-lion/fast/canvas/canvas-composite-alpha-expected.txt: Added.
12202
12203 2013-01-31  Julien Chaffraix  <jchaffraix@webkit.org>
12204
12205         [CSS Grid Layout] Support implicit rows and columns
12206         https://bugs.webkit.org/show_bug.cgi?id=103573
12207
12208         Reviewed by Ojan Vafai.
12209
12210         * fast/css-grid-layout/implicit-columns-auto-resolution-expected.txt: Added.
12211         * fast/css-grid-layout/implicit-columns-auto-resolution.html: Added.
12212         * fast/css-grid-layout/implicit-rows-auto-resolution-expected.txt: Added.
12213         * fast/css-grid-layout/implicit-rows-auto-resolution.html: Added.
12214
12215 2013-01-31  Joanmarie Diggs  <jdiggs@igalia.com>
12216
12217         [GTK] fast/css/relative-positioned-block-crash.html is intermittently crashing
12218         https://bugs.webkit.org/show_bug.cgi?id=108200
12219
12220         Reviewed by Martin Robinson.
12221
12222         Unskip two crashing tests having fixed the underlying bug.
12223
12224         * platform/gtk/TestExpectations:
12225
12226 2013-01-31  Ojan Vafai  <ojan@chromium.org>
12227
12228         Rebaseline after r141459.
12229
12230         * 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.
12231         * 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.
12232         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
12233         * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Removed.
12234         * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
12235         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Removed.
12236
12237 2013-01-31  Youenn Fablet  <youennf@gmail.com>
12238
12239         Quadratic and bezier curves with coincident endpoints rendered incorrectly
12240         https://bugs.webkit.org/show_bug.cgi?id=105650
12241         Modified TestExpectations for Mac, efl and Qt platforms as quadratic curves
12242         may not be rendered correctly
12243         (see https://bugs.webkit.org/show_bug.cgi?id=107118)
12244
12245         Reviewed by Kenneth Russell.
12246
12247         * fast/canvas/canvas-bezier-same-endpoint-expected.txt: Added.
12248         * fast/canvas/canvas-bezier-same-endpoint.html: Added.
12249         * fast/canvas/canvas-quadratic-same-endpoint-expected.txt: Added.
12250         * fast/canvas/canvas-quadratic-same-endpoint.html: Added.
12251         * platform/efl/TestExpectations: Skipped quad test
12252         * platform/mac/TestExpectations: Skipped quad test
12253         * platform/qt/TestExpectations: Skipped quad test
12254
12255 2013-01-31  Uday Kiran  <udaykiran@motorola.com>
12256
12257         CSS3's vh attribute is not adjusting while browser resizes
12258         https://bugs.webkit.org/show_bug.cgi?id=86418
12259
12260         Reviewed by Antti Koivisto.
12261
12262         Added test to check element with vh units gets resized when
12263         viewport height is increased or decreased.
12264
12265         * css3/viewport-percentage-lengths/vh-resize-expected.html: Added.
12266         * css3/viewport-percentage-lengths/vh-resize.html: Added.
12267
12268 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12269
12270         Rebaseline after r141459.
12271
12272         * platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
12273
12274 2013-01-31  Max Vujovic  <mvujovic@adobe.com>
12275
12276         [CSS Shaders] Parse custom filter function with the at-rule reference syntax
12277         https://bugs.webkit.org/show_bug.cgi?id=108351
12278
12279         Reviewed by Dean Jackson.
12280
12281         Add positive and negative parsing tests for the new custom function syntax.
12282
12283         Add a new folder "css3/filters/custom-with-at-rule-syntax". This will contain all the tests
12284         using the new custom filters at-rule syntax. We will gradually copy tests in
12285         "css3/filters/custom" over to "css3/filters/custom-with-at-rule-syntax" and modify them to
12286         use the new at-rule syntax. When all of the tests have been replicated using the new syntax,
12287         we will remove the previous syntax and the tests in "css3/filters/custom".
12288
12289         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt: Added.
12290         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html: Added.
12291         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt: Added.
12292         * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html: Added.
12293         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js: Added.
12294         (testInvalidFilterRule):
12295         * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js: Added.
12296         (testFilterProperty):
12297         * css3/filters/script-tests/custom-filter-parsing-common.js:
12298         (heading):
12299             New function to print a heading to make groups of related parsing tests easier to see.
12300         (shouldHaveConstructor):
12301             New function to check the JS type of an object on JSC as well as V8. This is intended to
12302             eventually replace shouldBeType, which works differently on V8 vs. JSC and requires us
12303             to create Chromium-specific expectations for the custom filters parsing tests.
12304
12305 2013-01-31  Aurimas Liutikas  <aurimas@chromium.org>
12306
12307         Editor::m_compositionNode not updated on HTMLInputElement::setValue()
12308         https://bugs.webkit.org/show_bug.cgi?id=107737
12309
12310         Reviewed by Ryosuke Niwa.
12311
12312         * 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
12313
12314 2013-01-31  Rouslan Solomakhin  <rouslan@chromium.org>
12315
12316         [Chromium] Expect spellcheck to work for exactly-selected multi-word misspellings
12317         https://bugs.webkit.org/show_bug.cgi?id=108498
12318
12319         Reviewed by Tony Chang.
12320
12321         * platform/chromium/TestExpectations: Update spellcheck tests expectations.
12322
12323 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12324
12325         REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
12326         https://bugs.webkit.org/show_bug.cgi?id=108380
12327
12328         Mark some tests whose results depend on main resource caching being enabled as failing until
12329         main resource caching can be re-enabled on mac.
12330
12331         * platform/mac/TestExpectations:
12332
12333 2013-01-31  Ojan Vafai  <ojan@chromium.org>
12334
12335         REGRESSION(r128517): Percentage heights in quirks mode collapse when printing
12336         https://bugs.webkit.org/show_bug.cgi?id=108382
12337
12338         Reviewed by David Hyatt.
12339
12340         * platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
12341         We're just clipping more content that you can't scroll to anyways. This looks
12342         like an improvement to me.
12343         * printing/css2.1/page-break-inside-000-expected.txt:
12344         We pass this test now!
12345         * printing/quirks-percentage-height-body-expected.html: Added.
12346         * printing/quirks-percentage-height-body.html: Added.
12347         * printing/quirks-percentage-height-expected.html: Added.
12348         * printing/quirks-percentage-height.html: Added.
12349         * printing/standards-percentage-heights-expected.html: Added.
12350         * printing/standards-percentage-heights.html: Added.
12351
12352 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12353
12354         inspector/editor/text-editor-ctrl-movements.html was renamed to
12355         inspector/editor/text-editor-word-jumps.html in r141399. Update the TestExpectations file.
12356
12357         * platform/mac/TestExpectations:
12358
12359 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12360
12361         ASSERTION FAILED: m_clipRectsCache->m_respectingOverflowClip[clipRectsType] == (clipRectsContext.respectOverflowClip == RespectOverflowClip) in RenderLayer.
12362         https://bugs.webkit.org/show_bug.cgi?id=108257
12363
12364         * platform/mac/TestExpectations:
12365         Mark the tests as "crashing" in debug.
12366
12367 2013-01-31  Dirk Schulze  <krit@webkit.org>
12368
12369         [canvas] Implement currentPath to get and set the current path of the context
12370         https://bugs.webkit.org/show_bug.cgi?id=108246
12371
12372         Reviewed by Dean Jackson.
12373
12374         Added tests for canvas.currentPath in various combinations of the context state.
12375
12376         * fast/canvas/canvas-currentPath-expected.txt: Added.
12377         * fast/canvas/canvas-currentPath.html: Added.
12378         * fast/canvas/script-tests/canvas-currentPath.js: Added.
12379         (testPointCollection):
12380         * platform/chromium/TestExpectations: Skip test until enabling CANVAS_PATH.
12381         * platform/efl/TestExpectations: Ditto.
12382         * platform/gtk/TestExpectations: Ditto.
12383         * platform/mac/TestExpectations: Ditto.
12384         * platform/qt/TestExpectations: Ditto.
12385
12386 2013-01-31  Tony Chang  <tony@chromium.org>
12387
12388         Unreviewed, update expectation after the order of elements was codified.
12389         https://bugs.webkit.org/show_bug.cgi?id=98686
12390
12391         Also delete the Qt result since this test is skipped on Qt.
12392
12393         * editing/pasteboard/data-transfer-items-expected.txt:
12394         * platform/qt/editing/pasteboard/data-transfer-items-expected.txt: Removed.
12395
12396 2013-01-31  Florin Malita  <fmalita@chromium.org>
12397
12398         [Chromium] Unreviewed gardening.
12399
12400         * platform/chromium/TestExpectations:
12401
12402 2013-01-31  Christophe Dumez  <dchris@gmail.com>
12403
12404         [EFL] Disable Web Intents
12405         https://bugs.webkit.org/show_bug.cgi?id=108457
12406
12407         Reviewed by Alexey Proskuryakov.
12408
12409         Skip webintents/ test cases for EFL port now that
12410         the feature is disabled.
12411
12412         * platform/efl/TestExpectations:
12413
12414 2013-01-31  Tony Chang  <tony@chromium.org>
12415
12416         [chromium] Unreviewed, land baselines with textarea resizer enabled.
12417         https://bugs.webkit.org/show_bug.cgi?id=108383
12418
12419         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Removed.
12420         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
12421         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
12422         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
12423         * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png:
12424         * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png:
12425         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
12426         * platform/chromium-mac-lion/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
12427         * platform/chromium-mac-lion/fast/forms/negativeLineHeight-expected.png:
12428         * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png:
12429         * platform/chromium-mac-lion/fast/forms/textAreaLineHeight-expected.png:
12430         * platform/chromium-mac-lion/fast/forms/textarea-align-expected.png:
12431         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-pseudo-style-expected.png:
12432         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
12433         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
12434         * platform/chromium-mac-lion/fast/forms/textarea-scroll-height-expected.png:
12435         * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
12436         * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
12437         * platform/chromium-mac-lion/fast/forms/textarea-setinnerhtml-expected.png:
12438         * platform/chromium-mac-lion/fast/forms/textarea-width-expected.png:
12439         * platform/chromium-mac-lion/fast/overflow/overflow-x-y-expected.png:
12440         * platform/chromium-mac-lion/fast/parser/entity-comment-in-textarea-expected.png:
12441         * platform/chromium-mac-lion/fast/parser/open-comment-in-textarea-expected.png:
12442         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png:
12443         * platform/chromium-mac-lion/fast/table/003-expected.png:
12444         * platform/chromium-mac-lion/fast/text/international/rtl-white-space-pre-wrap-expected.png:
12445         * platform/chromium-mac-lion/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
12446         * platform/chromium-mac-lion/tables/mozilla/bugs/bug194024-expected.png:
12447         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30559-expected.png:
12448         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png:
12449         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
12450         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
12451         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
12452         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.png:
12453         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
12454         * platform/chromium-mac-snowleopard/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
12455         * platform/chromium-mac-snowleopard/fast/forms/negativeLineHeight-expected.png:
12456         * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
12457         * platform/chromium-mac-snowleopard/fast/forms/textAreaLineHeight-expected.png:
12458         * platform/chromium-mac-snowleopard/fast/forms/textarea-align-expected.png:
12459         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-pseudo-style-expected.png:
12460         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
12461         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
12462         * platform/chromium-mac-snowleopard/fast/forms/textarea-scroll-height-expected.png:
12463         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
12464         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
12465         * platform/chromium-mac-snowleopard/fast/forms/textarea-width-expected.png:
12466         * platform/chromium-mac-snowleopard/fast/overflow/overflow-x-y-expected.png:
12467         * platform/chromium-mac-snowleopard/fast/parser/entity-comment-in-textarea-expected.png:
12468         * platform/chromium-mac-snowleopard/fast/parser/open-comment-in-textarea-expected.png:
12469         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
12470         * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
12471         * platform/chromium-mac-snowleopard/fast/text/international/rtl-white-space-pre-wrap-expected.png:
12472         * platform/chromium-mac-snowleopard/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
12473         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug194024-expected.png:
12474         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30559-expected.png:
12475         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug30692-expected.png:
12476         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
12477         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
12478         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
12479         * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
12480         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
12481         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
12482         * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
12483         * platform/chromium-mac/fast/forms/negativeLineHeight-expected.png:
12484         * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
12485         * platform/chromium-mac/fast/forms/textAreaLineHeight-expected.png:
12486         * platform/chromium-mac/fast/forms/textarea-align-expected.png:
12487         * platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
12488         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
12489         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
12490         * platform/chromium-mac/fast/forms/textarea-scroll-height-expected.png:
12491         * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
12492         * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png:
12493         * platform/chromium-mac/fast/forms/textarea-setinnerhtml-expected.png:
12494         * platform/chromium-mac/fast/forms/textarea-width-expected.png:
12495         * platform/chromium-mac/fast/overflow/overflow-x-y-expected.png:
12496         * platform/chromium-mac/fast/parser/entity-comment-in-textarea-expected.png:
12497         * platform/chromium-mac/fast/parser/open-comment-in-textarea-expected.png:
12498         * platform/chromium-mac/fast/repaint/textarea-set-disabled-expected.png:
12499         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
12500         * platform/chromium-mac/fast/table/003-expected.png:
12501         * platform/chromium-mac/fast/text/international/rtl-white-space-pre-wrap-expected.png:
12502         * platform/chromium-mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
12503         * platform/chromium-mac/tables/mozilla/bugs/bug194024-expected.png:
12504         * platform/chromium-mac/tables/mozilla/bugs/bug30559-expected.png:
12505         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
12506         * platform/chromium-win/editing/inserting/4960120-1-expected.png:
12507         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.png:
12508         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
12509         * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
12510         * platform/chromium-win/fast/forms/basic-textareas-expected.png:
12511         * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.png:
12512         * platform/chromium-win/fast/forms/form-element-geometry-expected.png:
12513         * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
12514         * platform/chromium-win/fast/forms/negativeLineHeight-expected.png:
12515         * platform/chromium-win/fast/forms/placeholder-position-expected.png:
12516         * platform/chromium-win/fast/forms/textAreaLineHeight-expected.png:
12517         * platform/chromium-win/fast/forms/textarea-align-expected.png:
12518         * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.png:
12519         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png:
12520         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png:
12521         * platform/chromium-win/fast/forms/textarea-scroll-height-expected.png:
12522         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.png:
12523         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.png:
12524         * platform/chromium-win/fast/forms/textarea-setinnerhtml-expected.png:
12525         * platform/chromium-win/fast/forms/textarea-width-expected.png:
12526         * platform/chromium-win/fast/overflow/overflow-x-y-expected.png:
12527         * platform/chromium-win/fast/parser/entity-comment-in-textarea-expected.png:
12528         * platform/chromium-win/fast/parser/open-comment-in-textarea-expected.png:
12529         * platform/chromium-win/fast/replaced/width100percent-textarea-expected.png:
12530         * platform/chromium-win/fast/table/003-expected.png:
12531         * platform/chromium-win/fast/text/international/rtl-white-space-pre-wrap-expected.png:
12532         * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
12533         * platform/chromium-win/tables/mozilla/bugs/bug194024-expected.png:
12534         * platform/chromium-win/tables/mozilla/bugs/bug30559-expected.png:
12535         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.png:
12536         * platform/chromium/TestExpectations:
12537
12538 2013-01-31  Dmitry Zvorygin  <zvorygin@chromium.org>
12539
12540         Web Inspector: searching for <u> in elements panel finds all tags containing "u"
12541         https://bugs.webkit.org/show_bug.cgi?id=108176
12542
12543         Reviewed by Pavel Feldman.
12544
12545         When searching for tag name check that tag name must either start from
12546         search query, or must end with it.
12547
12548         * inspector/elements/elements-panel-search-expected.txt:
12549         * inspector/elements/elements-panel-search.html:
12550
12551 2013-01-31  Zan Dobersek  <zdobersek@igalia.com>
12552
12553         Unreviewed GTK gardening.
12554
12555         Adding a flaky crasher expectation for fast/css-generated-content/block-and-box-hit-testing.html.
12556         Removing failure expectations for SVGViewSpec tests.
12557
12558         * platform/gtk-wk1/TestExpectations:
12559         * platform/gtk/TestExpectations:
12560
12561 2013-01-31  Jessie Berlin  <jberlin@apple.com>
12562
12563         WebKitTestRunner needs an implementation of eventSender.beginDragWithFiles
12564         https://bugs.webkit.org/show_bug.cgi?id=64285
12565
12566         * platform/wk2/TestExpectations:
12567         Skip another test that uses eventSender.beginDragWithFiles.
12568
12569 2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>
12570
12571         [Qt] Unreviewed gardening. Skip a failing test after r141269.
12572         https://bugs.webkit.org/show_bug.cgi?id=108481.
12573         Renamed inspector/editor/text-editor-ctrl-movements.html after r141399.
12574
12575         * platform/qt/TestExpectations:
12576
12577 2013-01-31  Mike West  <mkwst@chromium.org>
12578
12579         Allow blocking of IndexedDB in third-party contexts
12580         https://bugs.webkit.org/show_bug.cgi?id=94171
12581
12582         Reviewed by Jochen Eisinger.
12583
12584         Add tests to ensure that IndexedDB can be blocked in a third-party
12585         context in both normal documents and in workers. These tests are
12586         modeled after the existing cross-origin-websql* tests; it might be
12587         possible to reuse some code in the future.
12588
12589         * http/tests/security/cross-origin-indexeddb-allowed-expected.txt: Added.
12590         * http/tests/security/cross-origin-indexeddb-allowed.html: Added.
12591         * http/tests/security/cross-origin-indexeddb-expected.txt: Added.
12592         * http/tests/security/cross-origin-indexeddb.html: Added.
12593         * http/tests/security/cross-origin-worker-indexeddb-allowed-expected.txt: Added.
12594         * http/tests/security/cross-origin-worker-indexeddb-allowed.html: Added.
12595         * http/tests/security/cross-origin-worker-indexeddb-expected.txt: Added.
12596         * http/tests/security/cross-origin-worker-indexeddb.html: Added.
12597         * http/tests/security/resources/cross-origin-iframe-for-indexeddb.html: Added.
12598         * http/tests/security/resources/cross-origin-iframe-for-worker-indexeddb.html: Added.
12599         * http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html: Added.
12600         * http/tests/security/resources/worker-for-indexeddb.js: Added.
12601         (self.onmessage):
12602             Add exciting new tests, with more boilerplate than I expected!
12603         * platform/efl/TestExpectations:
12604         * platform/mac-snowleopard/TestExpectations:
12605         * platform/mac/TestExpectations:
12606         * platform/qt/TestExpectations:
12607         * platform/win/TestExpectations:
12608         * platform/wincairo/TestExpectations:
12609             Skip these IndexedDB tests on platforms where the feature isn't
12610             enabled.
12611
12612 2013-01-31  Ádám Kallai  <kadam@inf.u-szeged.hu>
12613
12614         [Qt] Unreviewed gardening. Skip two compositing tests, because They hit assertion fail after 140999.
12615         https://bugs.webkit.org/show_bug.cgi?id=108257.
12616
12617         * platform/qt/TestExpectations:
12618
12619 2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
12620
12621         Web Inspector: do not set any textContent in overlay highlight spans
12622         https://bugs.webkit.org/show_bug.cgi?id=108460
12623
12624         Reviewed by Pavel Feldman.
12625
12626         Replace "height" pixel value with "<number>" to avoid difference in
12627         test expectations on varioius platforms and correct test expectations.
12628
12629         * inspector/editor/editor-test.js:
12630         (initialize_EditorTests.InspectorTest.dumpEditorHTML):
12631         * inspector/editor/text-editor-highlight-api-expected.txt:
12632         * inspector/editor/text-editor-highlight-token-expected.txt:
12633
12634 2013-01-31  Florin Malita  <fmalita@chromium.org>
12635
12636         [Chromium] Unreviewed gardening.
12637
12638         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:
12639
12640 2013-01-31   Vineet Chaudhary  <rgf748@motorola.com>
12641
12642         formMethod to have empty string as default value and 'get' as invalid.
12643         https://bugs.webkit.org/show_bug.cgi?id=108263
12644
12645         Reviewed by Kent Tamura.
12646
12647         The spec says formmethod should only have an invalid value default, not a missing value default.
12648         Spec: http://www.whatwg.org/specs/web-apps/current-work/#form-submission-0
12649               http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formmethod
12650
12651         * fast/forms/formmethod-attribute-test-expected.txt: Added.
12652         * fast/forms/formmethod-attribute-test.html: Added.
12653         * fast/forms/submit-form-attributes-expected.txt:
12654         * fast/forms/submit-form-attributes.html: Modified test to behave as expected.
12655
12656 2013-01-31  Andrey Adaikin  <aandrey@chromium.org>
12657
12658         Web Inspector: [Canvas] remove invalid canvas profile trace logs upon frame navigation
12659         https://bugs.webkit.org/show_bug.cgi?id=108454
12660
12661         Reviewed by Pavel Feldman.
12662
12663         * inspector/profiler/canvas-profiler-test.js:
12664         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):
12665
12666 2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
12667
12668         Web Inspector: DTE doesn't highlight words if the selected one is the last in the line
12669         https://bugs.webkit.org/show_bug.cgi?id=108344
12670
12671         Reviewed by Pavel Feldman.
12672
12673         Add a test to cover specific case which caused the bug.
12674
12675         * inspector/editor/text-editor-highlight-token-expected.txt:
12676         * inspector/editor/text-editor-highlight-token.html:
12677
12678 2013-01-31  Andrey Lushnikov  <lushnikov@chromium.org>
12679
12680         Web Inspector: text-editor-ctrl-movements.html timeouts on mac
12681         https://bugs.webkit.org/show_bug.cgi?id=108440
12682
12683         Reviewed by Pavel Feldman.
12684
12685         Use "alt-arrows" key shortcuts to jump over words instead of
12686         "ctrl-arrows" on Mac platform.
12687
12688         * inspector/editor/text-editor-word-jumps-expected.txt: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements-expected.txt.
12689         * inspector/editor/text-editor-word-jumps.html: Renamed from LayoutTests/inspector/editor/text-editor-ctrl-movements.html.
12690         * platform/chromium/TestExpectations: Do not skip this test anymore.
12691
12692 2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
12693
12694         Web Inspector: test that references from DOM nodes to event listeners are presented in heap snapshots
12695         https://bugs.webkit.org/show_bug.cgi?id=108322
12696
12697         Reviewed by Vsevolod Vlasov.
12698
12699         Test that links from DOM node wrappers to event listener functions are presented
12700         in heap snapshots.
12701
12702         * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Added.
12703         * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Added.
12704
12705 2013-01-31  Kent Tamura  <tkent@chromium.org>
12706
12707         Click on a label element won't select input[type=date]
12708         https://bugs.webkit.org/show_bug.cgi?id=108428
12709
12710         Reviewed by Kentaro Hara.
12711
12712         * fast/forms/date/date-click-on-label-expected.txt: Added.
12713         * fast/forms/date/date-click-on-label.html: Added.
12714
12715 2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
12716
12717         Web Inspector: test that nodes from the same detached DOM tree will get into one group in heap snapshot
12718         https://bugs.webkit.org/show_bug.cgi?id=108202
12719
12720         Reviewed by Vsevolod Vlasov.
12721
12722         Test that JS wrappers for all DOM nodes from the same detached DOM tree will get into
12723         single "Detached DOM Tree" entry in the JS heap snapshot.
12724
12725         * http/tests/inspector-protocol/resources/InspectorTest.js:
12726         (InspectorTest.importScript):
12727         * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree-expected.txt: Added.
12728         * inspector-protocol/heap-profiler/heap-snapshot-with-detached-dom-tree.html: Added. I started
12729         with writing simplified version of WebInspector.JSHeapSnapshot just for tests
12730         but it soon it became clear that we would need to reimplement too much functionality
12731         of WebInspector.JSHeapSnapshot so I decided not to reinvent the wheel and just import
12732         original heap snapshot model.
12733         * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js: Added.
12734         (InspectorTest.takeHeapSnapshot):
12735
12736 2013-01-31  Yury Semikhatsky  <yurys@chromium.org>
12737
12738         Layout Test inspector-protocol/take-heap-snapshot.html crashes in the Debug mode
12739         https://bugs.webkit.org/show_bug.cgi?id=104800
12740
12741         Reviewed by Jochen Eisinger.
12742
12743         Marked the test as not crashing in the debug mode.
12744
12745         * inspector-protocol/heap-profiler/take-heap-snapshot.html:
12746         * platform/chromium/TestExpectations:
12747
12748 2013-01-31  Sheriff Bot  <webkit.review.bot@gmail.com>
12749
12750         Unreviewed, rolling out r141110.
12751         http://trac.webkit.org/changeset/141110
12752         https://bugs.webkit.org/show_bug.cgi?id=108349
12753
12754         This patch broke WK2-EFL unit tests (Requested by grzegorz on
12755         #webkit).
12756
12757         * platform/efl-wk2/TestExpectations:
12758
12759 2013-01-31  Kentaro Hara  <haraken@chromium.org>
12760
12761         Add composition-event-constructor.html, which I forgot to add in r141028
12762         https://bugs.webkit.org/show_bug.cgi?id=107919
12763
12764         Reviewed by Adam Barth.
12765
12766         r141028 implemented a CompositionEvent constructor, but I forgot to add a test
12767         when I landed the patch manually. This patch adds the test.
12768
12769         * fast/events/constructors/composition-event-constructor-expected.txt: Added.
12770         * fast/events/constructors/composition-event-constructor.html: Added.
12771         * platform/efl/TestExpectations:
12772         * platform/gtk/TestExpectations:
12773
12774 2013-01-31  Kentaro Hara  <haraken@chromium.org>
12775
12776         [V8] 'new MouseEvent("click", {relatedTarget: window}).window' should return window
12777         https://bugs.webkit.org/show_bug.cgi?id=108432
12778
12779         Reviewed by Adam Barth.
12780
12781         In V8 'new MouseEvent("click", {relatedTarget: window}).window'
12782         returns null. JSC returns window, which is a correct behavior.
12783         V8 should also return window.
12784
12785         * fast/events/constructors/mouse-event-constructor-expected.txt:
12786         * fast/events/constructors/mouse-event-constructor.html:
12787
12788 2013-01-30 Hajime Morrita  <morrita@google.com>
12789
12790         [Chromium] Unreviewed, rebaselining expectations.
12791
12792         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png:
12793         * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Removed.
12794         * platform/chromium/TestExpectations:
12795
12796 2013-01-30  Hajime Morrita  <morrita@google.com>
12797
12798         [Chromium] Unreviewed, marking video-error-does-not-exist.html as a fail.
12799
12800         * platform/chromium/TestExpectations:
12801
12802 2013-01-30  Kent Tamura  <tkent@chromium.org>
12803
12804         [Chromium] Rebaline for form-related tests
12805         https://bugs.webkit.org/show_bug.cgi?id=105574
12806         https://bugs.webkit.org/show_bug.cgi?id=108069
12807
12808         * platform/chromium-linux-x86/fast/forms/time/time-appearance-pseudo-elements-expected.png: Added.
12809         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
12810         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12811         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12812         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12813         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12814         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12815         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12816         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12817         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12818         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12819         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12820         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12821         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12822         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12823         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12824         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
12825         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12826         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12827         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
12828         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12829         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12830         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12831         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12832         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12833         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12834         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12835         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12836         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12837         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12838         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12839         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12840         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12841         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12842         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12843         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12844         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
12845         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12846         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12847         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12848         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12849         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12850         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12851         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12852         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12853         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12854         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12855         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12856         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12857         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12858         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12859         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12860         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12861         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
12862         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12863         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12864         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12865         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12866         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12867         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12868         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12869         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12870         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12871         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12872         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12873         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12874         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12875         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12876         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12877         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12878         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12879         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
12880         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
12881         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
12882         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
12883         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
12884         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
12885         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
12886         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
12887         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
12888         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
12889         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
12890         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
12891         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
12892         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
12893         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
12894         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
12895         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
12896         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
12897         * platform/chromium/TestExpectations:
12898
12899 2013-01-30  Keishi Hattori  <keishi@webkit.org>
12900
12901         [Chromium] Re-enabling fast/workers/storage tests after fix(r141320).
12902
12903         Unreviewed. Gardening.
12904
12905         * platform/chromium/TestExpectations:
12906
12907 2013-01-30  Adam Barth  <abarth@webkit.org>
12908
12909         The background HTML parser should be able to parse speculatively
12910         https://bugs.webkit.org/show_bug.cgi?id=107753
12911
12912         Reviewed by Eric Seidel.
12913
12914         * fast/parser/document-write-partial-script-expected.txt: Added.
12915         * fast/parser/document-write-partial-script.html: Added.
12916
12917 2013-01-30  Jessie Berlin  <jberlin@apple.com>
12918
12919         [Mac Lion] [WK2] tiled-drawing tests are being run when they shouldn't be
12920         https://bugs.webkit.org/show_bug.cgi?id=106187
12921
12922         Reviewed by Ryosuke Niwa.
12923
12924         Since the feature is mac-wk2 only, move the tests from platform mac to platform mac-wk2 and just
12925         skip the tests on Lion entirely.
12926
12927         * platform/mac-lion/TestExpectations:
12928         * platform/mac-wk2/TestExpectations:
12929         * 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.
12930         * 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.
12931         * 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.
12932         * 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.
12933         * 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.
12934         * 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.
12935         * 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.
12936         * 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.
12937         * 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.
12938         * 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.
12939         * 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.
12940         * 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.
12941         * 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.
12942         * 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.
12943         * 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.
12944         * 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.
12945         * 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.
12946         * 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.
12947         * 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.
12948         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-body-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background.html.
12949         * 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.
12950         * 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.
12951         * platform/mac-wk2/tiled-drawing/fixed-background/fixed-html-background.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-html-background.html.
12952         * 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.
12953         * 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.
12954         * 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.
12955         * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt.
12956         * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html.
12957         * 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.
12958         * 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.
12959         * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt.
12960         * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/fixed-in-overflow.html.
12961         * 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.
12962         * 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.
12963         * 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.
12964         * 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.
12965         * platform/mac-wk2/tiled-drawing/fixed/four-bars-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-expected.txt.
12966         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt.
12967         * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars-zoomed.html.
12968         * platform/mac-wk2/tiled-drawing/fixed/four-bars.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/four-bars.html.
12969         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt.
12970         * 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.
12971         * 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.
12972         * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/negative-scroll-offset.html.
12973         * platform/mac-wk2/tiled-drawing/fixed/nested-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt.
12974         * platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/nested-fixed.html.
12975         * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt.
12976         * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html: Renamed from LayoutTests/platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html.
12977         * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt.
12978         * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-after-scroll.html.
12979         * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt.
12980         * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html.
12981         * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt.
12982         * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/negative-scroll-offset.html.
12983         * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt.
12984         * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-horizontal.html.
12985         * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt.
12986         * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html: Renamed from LayoutTests/platform/mac/tiled-drawing/sticky/sticky-vertical.html.
12987         * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt.
12988         * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-after-scroll.html.
12989         * 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.
12990         * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html.
12991         * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt.
12992         * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html.
12993         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt.
12994         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt.
12995         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html.
12996         * platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html: Renamed from LayoutTests/platform/mac/tiled-drawing/tiled-drawing-zoom.html.
12997         * platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt.
12998         * platform/mac-wk2/tiled-drawing/use-tiled-drawing.html: Renamed from LayoutTests/platform/mac/tiled-drawing/use-tiled-drawing.html.
12999         * platform/mac/TestExpectations:
13000
13001 2013-01-30  Levi Weintraub  <leviw@chromium.org>
13002
13003         [Chromium] WebPluginContainerImpl adding imbalanced touch handler refs
13004         https://bugs.webkit.org/show_bug.cgi?id=108381
13005
13006         Reviewed by James Robinson.
13007
13008         * platform/chromium/plugins/re-request-touch-events-crash-expected.txt: Added.
13009         * platform/chromium/plugins/re-request-touch-events-crash.html: Added.
13010
13011 2013-01-30  Rouslan Solomakhin  <rouslan@chromium.org>
13012
13013         Tests for spellcheck behavior
13014         https://bugs.webkit.org/show_bug.cgi?id=108405
13015
13016         Reviewed by Tony Chang.
13017
13018         * editing/spelling/resources/util.js: Added. Boilerplate for spellcheck tests.
13019         * editing/spelling/spelling-double-clicked-word.html: Added. Spelling should work for double-clicked misspellings.
13020         * editing/spelling/spelling-double-clicked-word-with-underscores.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
13021         * editing/spelling/spelling-exactly-selected-multiple-words.html: Added. Spelling should work when the user selects a multi-word misspelling exactly.
13022         * editing/spelling/spelling-exactly-selected-word.html: Added. Spelling should work when the user selects the misspelled word exactly.
13023         * editing/spelling/spelling-multiword-selection.html: Added. Spelling should be disabled when user selects multiple words that are not a single misspelling.
13024         * editing/spelling/spelling-should-select-multiple-words.html: Added. Spellcheck should select multi-word misspellings on context click.
13025         * editing/spelling/spelling-should-select-single-word.html: Added. Spellcheck should select the misspelled word on context click.
13026         * editing/spelling/spelling-subword-selection.html: Added. Spelling should be disabled when user selects a part of misspelling.
13027         * editing/spelling/spelling-with-punctuation-selection.html: Added. Punctuation marks should be treated as whitespace: spelling should ignore them.
13028         * editing/spelling/spelling-with-underscore-selection.html: Added. Underscores should be treated as whitespace: spelling should ignore them.
13029         * editing/spelling/spelling-with-whitespace-selection.html: Added. Spelling should ignore whitespace.
13030         * editing/spelling/spelling-double-clicked-word-expected.txt: Added. 
13031         * editing/spelling/spelling-double-clicked-word-with-underscores-expected.txt: Added. 
13032         * editing/spelling/spelling-exactly-selected-multiple-words-expected.txt: Added.
13033         * editing/spelling/spelling-exactly-selected-word-expected.txt: Added.
13034         * editing/spelling/spelling-multiword-selection-expected.txt: Added.
13035         * editing/spelling/spelling-should-select-multiple-words-expected.txt: Added.
13036         * editing/spelling/spelling-should-select-single-word-expected.txt: Added.
13037         * editing/spelling/spelling-subword-selection-expected.txt: Added.
13038         * editing/spelling/spelling-with-punctuation-selection-expected.txt: Added.
13039         * editing/spelling/spelling-with-underscore-selection-expected.txt: Added.
13040         * editing/spelling/spelling-with-whitespace-selection-expected.txt: Added.
13041         * platform/chromium/TestExpectations: Skip the tests until the platform implements the behavior.
13042         * platform/efl/TestExpectations: Skip the tests until the platform implements the behavior.
13043         * platform/gtk/TestExpectations: Skip the tests until the platform implements the behavior.
13044         * platform/mac/TestExpectations: Skip the tests until the platform implements the behavior.
13045         * platform/qt/TestExpectations: Skip the tests until the platform implements the behavior.
13046         * platform/wincairo/TestExpectations: Skip the tests until the platform implements the behavior.
13047         * platform/win/TestExpectations: Skip the tests until the platform implements the behavior.
13048         * platform/wk2/TestExpectations: Skip the tests until the platform implements the behavior.
13049
13050 2013-01-30  Tony Chang  <tony@chromium.org>
13051
13052         [chromium] Unreviewed, update expectations on Mac for textarea change.
13053
13054         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt:
13055
13056 2013-01-30  Kentaro Hara  <haraken@chromium.org>
13057
13058         Implement KeyboardEvent constructor
13059         https://bugs.webkit.org/show_bug.cgi?id=108320
13060
13061         Reviewed by Adam Barth.
13062
13063         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
13064
13065         This patch implements KeyboardEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
13066         which is enabled on Chromium and Safari.
13067
13068         * fast/dom/constructed-objects-prototypes-expected.txt:
13069         * fast/dom/dom-constructors-expected.txt:
13070         * fast/dom/dom-constructors.html:
13071         * fast/events/constructors/keyboard-event-constructor-expected.txt: Added.
13072         * fast/events/constructors/keyboard-event-constructor.html: Added.
13073         * platform/efl/TestExpectations:
13074         * platform/gtk/TestExpectations:
13075         * platform/qt/TestExpectations:
13076         * platform/win/TestExpectations:
13077         * platform/wincairo/TestExpectations:
13078
13079 2013-01-30  Tony Chang  <tony@chromium.org>
13080
13081         [chromium] Unreviewed, update expectations Linux 32 textarea tests.
13082
13083         * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
13084         * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Removed.
13085
13086 2013-01-30  Tony Chang  <tony@chromium.org>
13087
13088         [chromium] Unreviewed, update expectations for Win/Mac
13089         Rebaseline one more textarea test on Linux.
13090
13091         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
13092         * platform/chromium/TestExpectations:
13093
13094 2013-01-30  Philip Rogers  <pdr@google.com>
13095
13096         Mark tests as failing after r141303.
13097
13098         These tests were rebaselined before the bots had correct results. This change
13099         marks these tests as [ ImageOnlyFailure Pass ] again while the bots catch up.
13100
13101         Unreviewed test expectations update.
13102
13103         * platform/chromium/TestExpectations:
13104
13105 2013-01-30  Tony Chang  <tony@chromium.org>
13106
13107         [Chromium] Enable textarea resize corner for tests
13108         https://bugs.webkit.org/show_bug.cgi?id=108385
13109
13110         Reviewed by Ojan Vafai.
13111
13112         * compositing/overflow/textarea-scroll-touch-expected.txt:
13113         * fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html:
13114         This ref test would overlay 2 textarea on top of each other. Turn off the resize corner on one of them.
13115         * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html: Turn off the resize corner since the reference
13116         file doesn't use a textarea.
13117         * fast/repaint/textarea-set-disabled-expected.png:
13118         * platform/chromium-linux/editing/inserting/4960120-1-expected.png:
13119         * platform/chromium-linux/editing/pasteboard/pasting-tabs-expected.png:
13120         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png:
13121         * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
13122         * platform/chromium-linux/fast/forms/basic-textareas-expected.png:
13123         * platform/chromium-linux/fast/forms/basic-textareas-quirks-expected.png:
13124         * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
13125         * platform/chromium-linux/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
13126         * platform/chromium-linux/fast/forms/negativeLineHeight-expected.png:
13127         * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png:
13128         * platform/chromium-linux/fast/forms/textarea-align-expected.png:
13129         * platform/chromium-linux/fast/forms/textarea-placeholder-pseudo-style-expected.png:
13130         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.png:
13131         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.png:
13132         * platform/chromium-linux/fast/forms/textarea-scroll-height-expected.png:
13133         * platform/chromium-linux/fast/forms/textarea-scrollbar-expected.png:
13134         * platform/chromium-linux/fast/forms/textarea-scrolled-type-expected.png:
13135         * platform/chromium-linux/fast/forms/textarea-setinnerhtml-expected.png:
13136         * platform/chromium-linux/fast/forms/textarea-width-expected.png:
13137         * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
13138         * platform/chromium-linux/fast/parser/entity-comment-in-textarea-expected.png:
13139         * platform/chromium-linux/fast/parser/open-comment-in-textarea-expected.png:
13140         * platform/chromium-linux/fast/replaced/width100percent-textarea-expected.png:
13141         * platform/chromium-linux/fast/table/003-expected.png:
13142         * platform/chromium-linux/fast/text/international/rtl-white-space-pre-wrap-expected.png:
13143         * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
13144         * platform/chromium-linux/tables/mozilla/bugs/bug194024-expected.png:
13145         * platform/chromium-linux/tables/mozilla/bugs/bug30559-expected.png:
13146         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.png:
13147         * platform/chromium/TestExpectations: Mark image failures for Mac and Win.
13148
13149 2013-01-30  Simon Fraser  <simon.fraser@apple.com>
13150
13151         Elements that dynamically become fixed sometimes jump to the top left on scrolling
13152         https://bugs.webkit.org/show_bug.cgi?id=108389
13153
13154         Reviewed by Beth Dakin.
13155         
13156         Update test results; these results now correctly reflect the last layout
13157         positions.
13158
13159         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt:
13160         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt:
13161         * platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt:
13162         * platform/mac/tiled-drawing/fixed/four-bars-expected.txt:
13163         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:
13164         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt:
13165         * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt:
13166         * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt:
13167
13168 2013-01-30  Jessie Berlin  <jberlin@apple.com>
13169
13170         Revert r138912, the right fix for https://bugs.webkit.org/show_bug.cgi?id=106187 is in
13171         r141323.
13172
13173         * platform/mac-wk2/TestExpectations:
13174
13175 2013-01-30  Rafael Weinstein  <rafaelw@chromium.org>
13176
13177         [HTMLTemplateElement] prevent the parser from removing nodes from the content when the foster agency is processing formatting elements
13178         https://bugs.webkit.org/show_bug.cgi?id=108377
13179
13180         Reviewed by Adam Barth.
13181
13182         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
13183         easier to spot parse errors like ones that arise from this bug, where nodes are appended directly to the template element.
13184
13185         * html5lib/resources/template.dat:
13186         * resources/dump-as-markup.js:
13187         (Markup._get):
13188
13189 2013-01-30  Philip Rogers  <pdr@google.com>
13190
13191         Update fast/backgrounds/size/contain-and-cover-zoomed test expectations.
13192
13193         Unreviewed update of test expectations.
13194
13195         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
13196         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
13197         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
13198         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
13199         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
13200         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed.
13201         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
13202         * platform/chromium/TestExpectations:
13203
13204 2013-01-30  Philip Rogers  <pdr@google.com>
13205
13206         Update chromium-mac svg/zoom test expectations after r141303
13207
13208         Unreviewed update of test expectations.
13209
13210         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13211         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13212         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13213
13214 2013-01-30  Jessie Berlin  <jberlin@apple.com>
13215
13216         Don't run the tiled-drawing tests on Lion WK2.
13217
13218         * platform/mac-wk2/TestExpectations:
13219         Even though the platform/mac/tiled-drawing tests were skipped in the Lion TestExpectations
13220         file, the Pass value in the mac-wk2 TestExpectations file was causing them to be run on
13221         Lion WK2. Explicity skip the tests on Lion here as well.
13222
13223 2013-01-30  Kentaro Hara  <haraken@chromium.org>
13224
13225         Implement WheelEvent constructor
13226         https://bugs.webkit.org/show_bug.cgi?id=108303
13227
13228         Reviewed by Adam Barth.
13229
13230         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
13231
13232         This patch implements UIEvent constructor under a DOM4_EVENTS_CONSTRUCTOR flag,
13233         which is enabled on Chromium and Safari.
13234
13235         Test: fast/events/constructors/wheel-event-constructor.html
13236
13237         * fast/events/constructors/wheel-event-constructor-expected.txt: Added.
13238         * fast/events/constructors/wheel-event-constructor.html: Added.
13239         * platform/efl/TestExpectations:
13240         * platform/gtk/TestExpectations:
13241         * platform/qt/TestExpectations:
13242         * platform/win/TestExpectations:
13243         * platform/wincairo/TestExpectations:
13244
13245 2013-01-30  Julien Chaffraix  <jchaffraix@webkit.org>
13246
13247         [CSS Grid Layout] Support 'auto' sized grid items
13248         https://bugs.webkit.org/show_bug.cgi?id=103332
13249
13250         Reviewed by Tony Chang.
13251
13252         * fast/css-grid-layout/auto-content-resolution-columns-expected.txt: Added.
13253         * fast/css-grid-layout/auto-content-resolution-columns.html: Added.
13254         * fast/css-grid-layout/auto-content-resolution-rows-expected.txt: Added.
13255         * fast/css-grid-layout/auto-content-resolution-rows.html: Added.
13256
13257 2013-01-30  Alec Flett  <alecflett@chromium.org>
13258
13259         IndexedDB: Avoid crashing when deleting indexes
13260         https://bugs.webkit.org/show_bug.cgi?id=108356
13261
13262         Reviewed by Tony Chang.
13263
13264         This test works on an edge case around the asynchronous
13265         creation/deletion of indexes that used to crash. It doesn't fail/crash even
13266         without this patch but was the test condition that uncovered the overall problem
13267         before https://bugs.webkit.org/show_bug.cgi?id=107311 changed the timing of
13268         some of the events.
13269
13270         * storage/indexeddb/createIndex-after-failure.html: Added.
13271         * storage/indexeddb/resources/createIndex-after-failure.js: Added.
13272         (sleep):
13273         (prepareDatabase):
13274         (deleteIndexAfterGet):
13275         * storage/indexeddb/resources/shared.js:
13276         (.requests.forEach):
13277         (waitForRequests):
13278
13279         * storage/indexeddb/createIndex-after-failure.html: Added.
13280         * storage/indexeddb/resources/createIndex-after-failure.js: Added.
13281         (prepareDatabase):
13282         (deleteIndexAfterGet):
13283         * storage/indexeddb/resources/shared.js:
13284         (.requests.forEach):
13285         (waitForRequests):
13286
13287 2013-01-30  Philip Rogers  <pdr@google.com>
13288
13289          Update svg/zoom test expectations after r141303
13290  
13291          Unreviewed update of test expectations.
13292
13293         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
13294         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13295         * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
13296         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
13297         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
13298         * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
13299
13300 2013-01-30  Brian Anderson  <brianderson@chromium.org>
13301
13302         [Chromium] Temporarily change expectations for tests affected by tiling shaders
13303         https://bugs.webkit.org/show_bug.cgi?id=108367
13304
13305         Reviewed by Adrienne Walker.
13306
13307         * platform/chromium/TestExpectations:
13308
13309 2013-01-30  Philip Rogers  <pdr@google.com>
13310
13311         Track scale and zoom together when drawing SVG images
13312         https://bugs.webkit.org/show_bug.cgi?id=108108
13313
13314         Reviewed by Tim Horton.
13315
13316         * platform/chromium/TestExpectations:
13317
13318 2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
13319
13320         [GTK] http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html is failing
13321         https://bugs.webkit.org/show_bug.cgi?id=108100
13322
13323         Reviewed by Tony Gentilcore.
13324
13325         * platform/gtk/TestExpectations: Remove the failure expectation.
13326
13327 2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
13328
13329         [EFL] Gardening: Add expectations for flaky crashers
13330         https://bugs.webkit.org/show_bug.cgi?id=108359
13331
13332         Unreviewed gardening: add a bunch of flaky results.
13333
13334         * platform/efl-wk2/TestExpectations:
13335
13336 2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
13337
13338         Unreviewed GTK gardening.
13339
13340         Adding failure expectations for a couple of fullscreen tests, probably
13341         regressed with r141265.
13342         Adding a crash expectation for an HTTP test that regressed with r141136.
13343
13344         * platform/gtk/TestExpectations:
13345
13346 2013-01-30  Tony Chang  <tony@chromium.org>
13347
13348         REGRESSION(r136324): Flexbox should relayout flex children when width changes
13349         https://bugs.webkit.org/show_bug.cgi?id=108231
13350
13351         Reviewed by Ojan Vafai.
13352
13353         * css3/flexbox/width-change-and-relayout-children-expected.txt: Added.
13354         * css3/flexbox/width-change-and-relayout-children.html: Added.
13355
13356 2013-01-30  Florin Malita  <fmalita@chromium.org>
13357
13358         [Chromium] Unreviewed gardening.
13359
13360         inspector/editor/text-editor-ctrl-movements.html is timing out after r141245.
13361
13362         * platform/chromium/TestExpectations:
13363
13364 2013-01-30  Thiago Marcos P. Santos  <thiago.santos@intel.com>
13365
13366         REGRESSION (r141051): Broke plugin support on non-Mac WebKit2 Ports
13367         https://bugs.webkit.org/show_bug.cgi?id=108182
13368
13369         Reviewed by Sam Weinig.
13370
13371         Unskip failing tests.
13372
13373         * platform/efl-wk2/TestExpectations:
13374         * platform/qt-5.0-wk2/TestExpectations:
13375
13376 2013-01-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
13377
13378         [EFL] Unreviewed gardening
13379         https://bugs.webkit.org/show_bug.cgi?id=108341
13380
13381         Add a few failing results for EFL.
13382
13383         * platform/efl/TestExpectations:
13384
13385 2013-01-30  Dmitry Zvorygin  <zvorygin@chromium.org>
13386
13387         Web Inspector: Filters on Console panel
13388         https://bugs.webkit.org/show_bug.cgi?id=107813
13389
13390         The problem is that third-party libraries may spam javascript console
13391         with internal  messages. Now there's filter context-menu option, which
13392         allows to hide/show messages sent from specific scripts or urls.
13393
13394         Reviewed by Pavel Feldman.
13395
13396         * http/tests/inspector/console-test.js:
13397         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
13398         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
13399         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses):
13400         (initialize_ConsoleTest.InspectorTest.expandConsoleMessages):
13401         (initialize_ConsoleTest.InspectorTest.checkConsoleMessagesDontHaveParameters):
13402         (initialize_ConsoleTest):
13403         * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
13404         (test.addMessage):
13405         (test):
13406         * inspector/console/console-filter-test-expected.txt: Added.
13407         * inspector/console/console-filter-test.html: Added.
13408         * inspector/console/resources/log-source.js: Added.
13409         (log2):
13410
13411 2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>
13412
13413         [Qt] Unreviewed gardening. Skip some failing tests.
13414         https://bugs.webkit.org/show_bug.cgi?id=108340.
13415
13416         * platform/qt/TestExpectations:
13417
13418 2013-01-30  Florin Malita  <fmalita@chromium.org>
13419
13420         [Chromium] Unreviewed gardening.
13421
13422         * platform/chromium-mac-lion/fast/repaint/japanese-rl-selection-clear-expected.png:
13423
13424 2013-01-30  Ádám Kallai  <kadam@inf.u-szeged.hu>
13425
13426         [Qt] Unreviewed gardening. Skip some failing tests.
13427         https://bugs.webkit.org/show_bug.cgi?id=108340.
13428
13429         * platform/qt/TestExpectations:
13430
13431 2013-01-30  Florin Malita  <fmalita@chromium.org>
13432
13433         [Chromium] Unreviewed gaedening.
13434
13435         Updated results after http://trac.webkit.org/changeset/141243.
13436
13437         * platform/chromium-linux/fast/repaint/4774354-expected.png:
13438         * platform/chromium-linux/fast/repaint/4776765-expected.png:
13439         * platform/chromium-linux/fast/repaint/caret-with-transformation-expected.png: Added.
13440         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
13441         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
13442         * platform/chromium-mac-lion/fast/repaint/caret-with-transformation-expected.png: Added.
13443         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
13444         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
13445         * platform/chromium-mac/fast/repaint/4774354-expected.png:
13446         * platform/chromium-mac/fast/repaint/4776765-expected.png:
13447         * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.png: Added.
13448         * platform/chromium-mac/fast/repaint/caret-with-transformation-expected.txt: Added.
13449         * platform/chromium-win/fast/repaint/4774354-expected.png:
13450         * platform/chromium-win/fast/repaint/4776765-expected.png:
13451         * platform/chromium-win/fast/repaint/caret-with-transformation-expected.png: Added.
13452         * platform/chromium-win/fast/repaint/caret-with-transformation-expected.txt: Added.
13453         * platform/chromium/TestExpectations:
13454
13455 2013-01-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>
13456
13457         [Qt][WK1] Support better testing of Web Notifications
13458         https://bugs.webkit.org/show_bug.cgi?id=107696
13459
13460         Reviewed by Jocelyn Turcotte.
13461
13462         Unskip the now working tests in http/tests/notifications.
13463         Skip four tests that still fail on WebKit1.
13464         Update tests that need notifications dumped.
13465
13466         * fast/notifications/notifications-click-event.html:
13467         * fast/notifications/notifications-display-close-events.html:
13468         * fast/notifications/notifications-no-icon.html:
13469         * fast/notifications/notifications-replace.html:
13470         * fast/notifications/notifications-rtl.html:
13471         * fast/notifications/notifications-with-permission.html:
13472         * platform/qt-5.0-wk1/TestExpectations:
13473         * platform/qt/TestExpectations:
13474
13475 2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
13476
13477         Web Inspector: implement highlight range API
13478         https://bugs.webkit.org/show_bug.cgi?id=108317
13479
13480         Reviewed by Pavel Feldman.
13481
13482         Added test cases to the existed test to cover highlight range
13483         functionality.
13484
13485         * inspector/editor/text-editor-highlight-api-expected.txt: Added.
13486         * inspector/editor/text-editor-highlight-api.html: Added.
13487         * inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
13488         * inspector/editor/text-editor-highlight-regexp.html: Removed.
13489
13490 2013-01-30  Zan Dobersek  <zdobersek@igalia.com>
13491
13492         Unreviewed GTK gardening.
13493
13494         * platform/gtk/accessibility/aria-combobox-expected.txt: Rebaselining after r141186.
13495
13496 2013-01-30  Yury Semikhatsky  <yurys@chromium.org>
13497
13498         Web Inspector: move heap profiler protocol tests into heap-profiler subfolder
13499         https://bugs.webkit.org/show_bug.cgi?id=108324
13500
13501         Reviewed by Vsevolod Vlasov.
13502
13503         Moved heap profiler protocol tests into LayoutTests/inspector-protocol/heap-profiler
13504
13505         * inspector-protocol/heap-profiler/resources/page-with-function.html: Renamed from LayoutTests/inspector-protocol/resources/page-with-function.html.
13506         * inspector-protocol/heap-profiler/take-heap-snapshot-expected.txt: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot-expected.txt.
13507         * inspector-protocol/heap-profiler/take-heap-snapshot.html: Renamed from LayoutTests/inspector-protocol/take-heap-snapshot.html.
13508         * platform/chromium/TestExpectations:
13509         * platform/efl/TestExpectations:
13510         * platform/gtk/TestExpectations:
13511         * platform/mac/TestExpectations:
13512         * platform/qt/TestExpectations:
13513         * platform/win/TestExpectations:
13514
13515 2013-01-30  Kondapally Kalyan  <kalyan.kondapally@intel.com>
13516
13517         [EFL][Qt][WebGL] Avoid deleting an uncreated canvas.
13518         https://bugs.webkit.org/show_bug.cgi?id=106878
13519
13520         Reviewed by Benjamin Poulain.
13521
13522         * fast/canvas/webgl/canvas-resize-crash-expected.txt: Added.
13523         * fast/canvas/webgl/canvas-resize-crash.html: Added.
13524
13525 2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
13526
13527         Web Inspector: implmenet Ctrl-Arrow/Ctrl-Backspace in DefaultTextEditor
13528         https://bugs.webkit.org/show_bug.cgi?id=107944
13529
13530         Reviewed by Pavel Feldman.
13531
13532         Add new test to verify ctrl-arrow/ctrl-backspace behavior. Exclude
13533         this test on the platforms that do not currently support eventSender.
13534
13535         * inspector/editor/text-editor-ctrl-movements-expected.txt: Added.
13536         * inspector/editor/text-editor-ctrl-movements.html: Added.
13537         * platform/efl/TestExpectations:
13538         * platform/mac/TestExpectations:
13539         * platform/qt/TestExpectations:
13540
13541 2013-01-30  Andrey Lushnikov  <lushnikov@chromium.org>
13542
13543         Web Inspector: do not repaint all lines in highlight regex API in DTE
13544         https://bugs.webkit.org/show_bug.cgi?id=108081
13545
13546         Reviewed by Pavel Feldman.
13547
13548         Modify layout test to add a verification that highlight does not
13549         repaint more DefaultTextEditor line rows than it needs to.
13550
13551         * inspector/editor/text-editor-highlight-regexp-expected.txt:
13552         * inspector/editor/text-editor-highlight-regexp.html:
13553
13554 2013-01-30  Tien-Ren Chen  <trchen@chromium.org>
13555
13556         REGRESSION (r139282): Caret repainting is broken for text-align: center'd <input>
13557         https://bugs.webkit.org/show_bug.cgi?id=108283
13558
13559         Reviewed by Tim Horton.
13560
13561         Occasionally carets won't be fully erased when blinking.
13562         There used to be 1-pixel padding but removed since r139282.
13563         This patch adds back the same workaround.
13564
13565         * platform/chromium/TestExpectations:
13566         * platform/mac/TestExpectations:
13567
13568 2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>
13569
13570         [EFL] Unreviewed gardening.
13571
13572         More plugin test cases skipped, failing after r141051,
13573         plugins/document-open.html is not crashing, but currently timing out.
13574
13575         * platform/efl-wk2/TestExpectations:
13576
13577 2013-01-30  Dominik Röttsches  <dominik.rottsches@intel.com>
13578
13579         [EFL] Unreviewed gardening.
13580
13581         More plugin test cases skipped, failing after r141051,
13582
13583         * platform/efl-wk2/TestExpectations: r140999 leads to assertions in two stacking container tests.
13584         * platform/efl/TestExpectations: r140613 introduced fast/ruby/select-ruby.html - failing on our port.
13585
13586 2013-01-29  Shinya Kawanaka  <shinyak@chromium.org>
13587
13588         Renderer is recreated unexpectedly after detach in HTMLInputElement
13589         https://bugs.webkit.org/show_bug.cgi?id=108150
13590
13591         Reviewed by Kent Tamura.
13592
13593         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2.html: Added.
13594         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-on-focus-2-expected.txt: Added.
13595
13596 2013-01-29  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
13597
13598         Unreviewed. EFL Gradening.
13599
13600         fast/events/constructors/composition-event-constructor.html isn't exist anymore.
13601
13602         * platform/efl/TestExpectations:
13603
13604 2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>
13605
13606         Add a failing Mac Lion test expectation per bug 108291.
13607
13608         * platform/mac/TestExpectations:
13609
13610 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13611
13612         [Chromium] Marking fixed-position-composited-page-scale-down tests as failing.
13613
13614         Unreviewed. Gardening.
13615
13616         * platform/chromium/TestExpectations:
13617
13618 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13619
13620         [Chromium] Marking terminate-during-sync-operation.html as crashing after r141166.
13621
13622         Unreviwed. Gardening.
13623
13624         * platform/chromium/TestExpectations:
13625
13626 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13627
13628         [Chromium] Rebaselining probably after r141136.
13629
13630         Unreviwed. Gardening.
13631
13632         * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt: Added.
13633
13634 2013-01-29  Chris Fleizach  <cfleizach@apple.com>
13635
13636         AX: VoiceOver not reading bullets correctly in the text of notes
13637         https://bugs.webkit.org/show_bug.cgi?id=107980
13638
13639         Reviewed by Ryosuke Niwa.
13640
13641         * platform/mac/accessibility/listmarker-suffix-expected.txt: Added.
13642         * platform/mac/accessibility/listmarker-suffix.html: Added.
13643
13644 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13645
13646         [Chromium] fast/workers/storage crashing after r141166
13647
13648         Unreviewed. Gardening.
13649
13650         * platform/chromium/TestExpectations:
13651
13652 2013-01-29  Keishi Hattori  <keishi@webkit.org>
13653
13654         [Chromium] Rebaselining after r141195
13655
13656         Unreviewed. Gardening.
13657
13658         * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
13659         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
13660         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
13661         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
13662         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
13663         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
13664         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
13665         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
13666         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
13667         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
13668         * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
13669         * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png:
13670         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
13671         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
13672         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
13673         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
13674         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
13675
13676 2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>
13677
13678         Unreviewed, rolling out r140983.
13679         http://trac.webkit.org/changeset/140983
13680         https://bugs.webkit.org/show_bug.cgi?id=108277
13681
13682         Unfortunately, this API has one last client (Requested by
13683         abarth on #webkit).
13684
13685         * fast/notifications/notifications-with-permission-expected.txt:
13686         * fast/notifications/notifications-with-permission.html:
13687
13688 2013-01-29  Rafael Weinstein  <rafaelw@chromium.org>
13689
13690         parserAppendChild and parserInsertBefore should ensure that child nodes are in the same document
13691         https://bugs.webkit.org/show_bug.cgi?id=108260
13692
13693         Reviewed by Eric Seidel.
13694
13695         * fast/parser/xml-error-adopted-expected.txt: Added.
13696         * fast/parser/xml-error-adopted.xml: Added.
13697
13698 2013-01-29  Kent Tamura  <tkent@chromium.org>
13699
13700         INPUT_MULTIPLE_FIELDS_UI: The content should not overflow the <input> boundary
13701         https://bugs.webkit.org/show_bug.cgi?id=108069
13702
13703         Reviewed by Hajime Morita.
13704
13705         * fast/forms/date/date-appearance-basic-expected.txt:
13706         * fast/forms/date/date-appearance-basic.html:
13707         Add test cases for small width and small height.
13708         * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
13709         Update the code because of shadow tree structure change.
13710         * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll.html:
13711         Added.
13712         * fast/forms/time-multiple-fields/time-multiple-fields-narrow-width-scroll-expected.txt:
13713         Added.
13714         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
13715         * platform/chromium/TestExpectations:
13716          - date-appearance-basic.html: New test cases are added.
13717          - *-appearance-pseudo-element.html: :before :after position is slightly
13718            changed because of the -webkit-align-items change.
13719          - suggestion-picker/*.html: RTL behavior is changed. The direction of
13720            suggestion pickers matches to the direction of the input content
13721            (browser locale).
13722
13723 2013-01-29  Roger Fong  <roger_fong@apple.com>
13724
13725         Unreviewed. More Windows7 gardening.
13726
13727         * platform/win/TestExpectations:
13728
13729 2013-01-29  Alexandre Elias  <aelias@chromium.org>
13730
13731         [chromium] Disable layout tests impacted by page scale change
13732         https://bugs.webkit.org/show_bug.cgi?id=108232
13733
13734         Unreviewed, gardening.
13735
13736         After https://codereview.chromium.org/12045002/, these
13737         tests are expected to fail.  Disabling and creating bugs for follow-up.
13738
13739         * platform/chromium/TestExpectations:
13740
13741 2013-01-29  Chris Fleizach  <cfleizach@apple.com>
13742
13743         AX: Add support for aria-autocomplete="list" on ARIA combobox
13744         https://bugs.webkit.org/show_bug.cgi?id=108228
13745
13746         Reviewed by Ryosuke Niwa.
13747
13748         * platform/mac/accessibility/combox-box-value-expected.txt: Added.
13749         * platform/mac/accessibility/combox-box-value.html: Added.
13750
13751 2013-01-29  Roger Fong  <roger_fong@apple.com>
13752
13753         Unreviewed. Skip a bunch of tests on Win7 in preparation of turning on EWS testers.
13754         https://bugs.webkit.org/show_bug.cgi?id=108249
13755
13756         * platform/win/TestExpectations:
13757
13758 2013-01-29  Oliver Hunt  <oliver@apple.com>
13759
13760         REGRESSION (r140594): RELEASE_ASSERT_NOT_REACHED in JSC::Interpreter::execute
13761         https://bugs.webkit.org/show_bug.cgi?id=108097
13762
13763         Reviewed by Geoffrey Garen.
13764
13765         Add parser test for invalid var a.b syntax
13766
13767         * fast/js/parser-syntax-check-expected.txt:
13768         * fast/js/script-tests/parser-syntax-check.js:
13769
13770 2013-01-29  Roger Fong  <roger_fong@apple.com>
13771
13772         Unreviewed. Temporarily disable inspector tests. 
13773         They are all timing out due to some configuration problem on the bots.
13774
13775         * platform/win/TestExpectations:
13776
13777 2013-01-29  Justin Novosad  <junov@google.com>
13778
13779         REGRESSION (r135628-135632): Double box shadow failure to render
13780         https://bugs.webkit.org/show_bug.cgi?id=107833
13781
13782         Reviewed by Simon Fraser.
13783
13784         New ref test verifies that box shadow is drawn when
13785         background is an opaque image. Test uses an blue gradient
13786         as background image. Reference uses blue background color.
13787
13788         * fast/backgrounds/gradient-background-shadow-expected.html: Added.
13789         * fast/backgrounds/gradient-background-shadow.html: Added.
13790
13791 2013-01-29  Pravin D  <pravind.2k4@gmail.com>
13792
13793         Current error reporting method used by check-layout.js should not affect subsequent sub-tests using checking data-offset-y.
13794         https://bugs.webkit.org/show_bug.cgi?id=105407
13795
13796         Reviewed by Tony Chang.
13797
13798         When a testcase is processed by check-layout.js, the result is written just after the node being processed. This causes
13799         offsetTop of subsequent sub-testcases to altered. If however if we process the nodes in the reverse order in which they 
13800         appear in the DOM tree, the result of node being processed will not affect the offsetTop of susequent nodes.
13801
13802         * resources/check-layout.js:
13803
13804 2013-01-29  Dirk Schulze  <dschulze@adobe.com>
13805
13806         Canvas support for isPointInStroke
13807         https://bugs.webkit.org/show_bug.cgi?id=108185
13808
13809         Reviewed by Dean Jackson.
13810
13811         Test the implementation of isPointOfStroke with all stroke style
13812         properties in Canvas.
13813
13814         * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
13815         * fast/canvas/canvas-isPointInStroke.html: Added.
13816         * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.
13817
13818         * fast/canvas/canvas-isPointInStroke-expected.txt: Added.
13819         * fast/canvas/canvas-isPointInStroke.html: Added.
13820         * fast/canvas/script-tests/canvas-isPointInStroke.js: Added.
13821         * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added property for isPointInStroke.
13822
13823 2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
13824
13825         Unreviewed GTK gardening.
13826
13827         Rebaselining after r141122.
13828         Removing a few duplicate test expectations.
13829
13830         * platform/gtk/TestExpectations:
13831         * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.txt:
13832         * platform/gtk/fonts/complex-text-shadows-expected.txt: Replaced with LayoutTests/platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt.
13833         * 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.
13834         * platform/gtk/fonts/non-bmp-characters-expected.png: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png.
13835         * platform/gtk/fonts/non-bmp-characters-expected.txt: Copied from LayoutTests/platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt.
13836         * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Removed.
13837         * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Removed.
13838         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Removed.
13839         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Removed.
13840         * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:
13841
13842 2013-01-29  Nate Chapin  <japhet@chromium.org>
13843
13844         Enable reuse of cached main resources
13845         https://bugs.webkit.org/show_bug.cgi?id=105667.
13846
13847         Reviewed by Adam Barth.
13848
13849         * http/tests/cache/cached-main-resource-expected.txt: Added.
13850         * http/tests/cache/cached-main-resource.html: Added.
13851         * http/tests/cache/resources/cacheable-iframe.php: Added.
13852         * http/tests/inspector/resource-har-pages-expected.txt:
13853         * http/tests/loading/redirect-methods-expected.txt:
13854         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
13855         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
13856         * platform/chromium/TestExpectations:
13857
13858 2013-01-29  Ryosuke Niwa  <rniwa@webkit.org>
13859
13860         Add back test expectations that got erroneously removed in r140981.
13861
13862         * platform/mac/TestExpectations:
13863
13864 2013-01-29  Victor Carbune  <vcarbune@chromium.org>
13865
13866         Heap-use-after-free in WebCore::RenderTextTrackCue::layout
13867         https://bugs.webkit.org/show_bug.cgi?id=108197
13868
13869         Reviewed by Eric Carlson.
13870
13871         Added test that triggers the crash. Verified proper removal of the tree.
13872
13873         * media/track/track-cue-rendering-tree-is-removed-properly-expected.txt: Added.
13874         * media/track/track-cue-rendering-tree-is-removed-properly.html: Added.
13875
13876 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
13877
13878         [Qt] Unreviewed gardening. Skip a failing ref html test.
13879
13880         * platform/qt/TestExpectations:
13881
13882 2013-01-29  Martin Robinson  <mrobinson@igalia.com>
13883
13884         [Freetype] Cannot use characters outside the BMP
13885         https://bugs.webkit.org/show_bug.cgi?id=108102
13886
13887         Reviewed by Carlos Garcia Campos.
13888
13889         Added a pixel test for rendering non-BMP characters.
13890
13891         * platform/gtk/fonts/non-bmp-characters.html: Added.
13892         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.png: Added.
13893         * platform/gtk/platform/gtk/fonts/non-bmp-characters-expected.txt: Added.
13894
13895 2013-01-29  Alexis Menard  <alexis@webkit.org>
13896
13897         Implement pseudoElement attribute on transition DOM events.
13898         https://bugs.webkit.org/show_bug.cgi?id=107986
13899
13900         Reviewed by Julien Chaffraix.
13901
13902         Add new tests to cover the feature.
13903
13904         * fast/css-generated-content/pseudo-transition-event-expected.txt: Added.
13905         * fast/css-generated-content/pseudo-transition-event.html: Added.
13906         * fast/events/constructors/transition-event-constructor-expected.txt:
13907         * fast/events/constructors/transition-event-constructor.html:
13908         * fast/events/constructors/webkit-transition-event-constructor-expected.txt:
13909         * fast/events/constructors/webkit-transition-event-constructor.html:
13910
13911 2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
13912
13913         Unreviewed GTK gardening.
13914
13915         Reclassified one IDB failure as a flaky crasher.
13916         Added a test expectation for a flaky crasher that's failnig
13917         due to probably malfunctioning accessibility code.
13918
13919         * platform/gtk/TestExpectations:
13920
13921 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
13922
13923         [Qt] Unreviewed gardening. Skip failing tests after r140927.
13924         https://bugs.webkit.org/show_bug.cgi?id=108190.
13925
13926         * platform/qt/TestExpectations:
13927
13928 2013-01-29  Andrey Lushnikov  <lushnikov@chromium.org>
13929
13930         Web Inspector: introduce HighlightDescriptor interface in DTE.
13931         https://bugs.webkit.org/show_bug.cgi?id=108161
13932
13933         Reviewed by Pavel Feldman.
13934
13935         Correct layout test according to refactoring changes.
13936
13937         * inspector/editor/text-editor-highlight-regexp.html:
13938
13939 2013-01-29  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
13940
13941         [EFL] Unified text checker implementation.
13942         https://bugs.webkit.org/show_bug.cgi?id=107682
13943
13944         Reviewed by Anders Carlsson.
13945
13946         * platform/efl-wk2/TestExpectations:
13947         Skip context-menu-suggestions.html until
13948         https://bugs.webkit.org/show_bug.cgi?id=107684 lands.
13949
13950 2013-01-29  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
13951
13952         [Qt] Unreviewed gardening.
13953
13954         * platform/qt-5.0-wk2/TestExpectations: Skip broken plugin tests after r141051.
13955
13956 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
13957
13958         Unreviewed gardening. Update generic expected file after r141031.
13959         Remove Chromium, GTK and Qt specific expected files, because they are the same as the  generic expected file.
13960
13961         * fast/js/regress/integer-modulo-expected.txt:
13962         * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Removed after r141044.
13963         * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Removed after r141084.
13964         * platform/qt/fast/js/regress/integer-modulo-expected.txt: Removed after r141101.
13965
13966 2013-01-29  Thiago Marcos P. Santos  <thiago.santos@intel.com>
13967
13968         [EFL] Unreviewed gardening.
13969
13970         Skipping tests broken by r141051.
13971
13972         * platform/efl-wk2/TestExpectations:
13973
13974 2013-01-29  Ádám Kallai  <kadam@inf.u-szeged.hu>
13975
13976         [Qt] Unreviewed gardening.
13977
13978         * platform/qt/TestExpectations: Skip failing tests. https://bugs.webkit.org/show_bug.cgi?id=108175.
13979         * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added after r140999.
13980         * platform/qt/fast/js/regress/integer-modulo-expected.txt: Added after r141031.
13981
13982 2013-01-29  Peter Rybin  <peter.rybin@gmail.com>
13983
13984         Web Inspector: in inspector-protocol tests do not swallow errors
13985         https://bugs.webkit.org/show_bug.cgi?id=108087
13986
13987         Reviewed by Pavel Feldman.
13988         Additional checks are added. Debuggee is more aggressive at
13989         when to kill the test.
13990
13991         * http/tests/inspector-protocol/resources/InspectorTest.js:
13992         * http/tests/inspector-protocol/resources/protocol-test.js:
13993         (runTest):
13994
13995 2013-01-29  Andrey Adaikin  <aandrey@chromium.org>
13996
13997         Web Inspector: [Canvas] support instrumenting canvases in iframes (backend side)
13998         https://bugs.webkit.org/show_bug.cgi?id=107951
13999
14000         Reviewed by Pavel Feldman.
14001
14002         Stub Canvas dispatcher for now to silence alerts in tests.
14003
14004         * inspector/profiler/canvas-profiler-test.js:
14005         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent.InspectorBackend.registerCanvasDispatcher):
14006
14007 2013-01-29  Eugene Klyuchnikov  <eustas@chromium.org>
14008
14009         Web Inspector: [CPU Profile] Taking profile crashes renderer.
14010         https://bugs.webkit.org/show_bug.cgi?id=108072
14011
14012         Reviewed by Yury Semikhatsky.
14013
14014         Added test to check that ProfilerAgent start/stop doesn't crash.
14015
14016         * inspector/profiler/cpu-profiler-agent-crash-on-start-expected.txt: Added.
14017         * inspector/profiler/cpu-profiler-agent-crash-on-start.html: Added.
14018
14019 2013-01-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
14020
14021         REGRESSION: ChildrenAffectedBy flags lost between siblings which have child elements sharing style
14022         https://bugs.webkit.org/show_bug.cgi?id=105672
14023
14024         Reviewed by Andreas Kling.
14025
14026         Two test cases by Philippe Wittenbergh that triggers the issue.
14027
14028         * fast/selectors/cousin-stylesharing-adjacent-selector-expected.html: Added.
14029         * fast/selectors/cousin-stylesharing-adjacent-selector.html: Added.
14030         * fast/selectors/cousin-stylesharing-last-child-selector-expected.html: Added.
14031         * fast/selectors/cousin-stylesharing-last-child-selector.html: Added.
14032
14033 2013-01-29  Vsevolod Vlasov  <vsevik@chromium.org>
14034
14035         Web Inspector: [Regression] Search across all sources is broken.
14036         https://bugs.webkit.org/show_bug.cgi?id=108157
14037
14038         Reviewed by Pavel Feldman.
14039
14040         * http/tests/inspector/search/scripts-search-scope-expected.txt: Added.
14041         * http/tests/inspector/search/scripts-search-scope.html: Added.
14042
14043 2013-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>
14044
14045         Unreviewed, rolling out r140959 and r140977.
14046         http://trac.webkit.org/changeset/140959
14047         http://trac.webkit.org/changeset/140977
14048         https://bugs.webkit.org/show_bug.cgi?id=108171
14049
14050         Reverting rebaseline because after r141067 the expected
14051         results should be the old values. (Requested by kadam on
14052         #webkit).
14053
14054         * platform/qt-5.0-wk1/compositing/absolute-inside-out-of-view-fixed-expected.txt: Removed.
14055         * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
14056         * platform/qt-5.0-wk1/compositing/bounds-in-flipped-writing-mode-expected.txt: Removed.
14057         * platform/qt-5.0-wk1/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Removed.
14058         * platform/qt-5.0-wk1/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Removed.
14059         * platform/qt-5.0-wk1/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Removed.
14060         * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Removed.
14061         * platform/qt-5.0-wk1/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Removed.
14062         * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.png: Removed.
14063         * platform/qt-5.0-wk1/compositing/geometry/bounds-clipped-composited-child-expected.txt: Removed.
14064         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Removed.
14065         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Removed.
14066         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
14067         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
14068         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Removed.
14069         * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Removed.
14070         * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Removed.
14071         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Removed.
14072         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Removed.
14073         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Removed.
14074         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
14075         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Removed.
14076         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Removed.
14077         * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
14078         * platform/qt-5.0-wk1/compositing/iframes/become-composited-nested-iframes-expected.txt: Removed.
14079         * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Removed.
14080         * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Removed.
14081         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Removed.
14082         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Removed.
14083         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Removed.
14084         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Removed.
14085         * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Removed.
14086         * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Removed.
14087         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Removed.
14088         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Removed.
14089         * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Removed.
14090         * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Removed.
14091         * platform/qt-5.0-wk1/compositing/images/clip-on-directly-composited-image-expected.txt: Removed.
14092         * platform/qt-5.0-wk1/compositing/layer-creation/animation-overlap-with-children-expected.txt: Removed.
14093         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed.
14094         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Removed.
14095         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.png: Removed.
14096         * platform/qt-5.0-wk1/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
14097         * platform/qt-5.0-wk1/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Removed.
14098         * platform/qt-5.0-wk1/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Removed.
14099         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-clipping-expected.txt: Removed.
14100         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-animation-container-expected.txt: Removed.
14101         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.png: Removed.
14102         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
14103         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.png: Removed.
14104         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
14105         * platform/qt-5.0-wk1/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Removed.
14106         * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Removed.
14107         * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
14108         * platform/qt-5.0-wk1/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
14109         * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Removed.
14110         * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Removed.
14111         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Removed.
14112         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Removed.
14113         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Removed.
14114         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Removed.
14115         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Removed.
14116         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Removed.
14117         * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.png: Removed.
14118         * platform/qt-5.0-wk1/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed.
14119         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Removed.
14120         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Removed.
14121         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Removed.
14122         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Removed.
14123         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Removed.
14124         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed.
14125         * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Removed.
14126         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Removed.
14127         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Removed.
14128         * platform/qt-5.0-wk1/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed.
14129         * platform/qt-5.0-wk1/css3/filters/composited-during-transition-layertree-expected.txt: Removed.
14130         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Removed.
14131         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
14132
14133 2013-01-29  Zan Dobersek  <zdobersek@igalia.com>
14134
14135         Unreviewed GTK gardening.
14136
14137         * platform/gtk/TestExpectations: Added failure/flaky crash expectations for two layout tests.
14138         * platform/gtk/fast/js/regress: Added.
14139         * platform/gtk/fast/js/regress/integer-modulo-expected.txt: Added the baseline after r141031.
14140
14141 2013-01-29  Keishi Hattori  <keishi@webkit.org>
14142
14143         [Chromium] Marking icon-0colors.html as crashing.
14144
14145         Unreviewed. Gardening.
14146
14147         * platform/chromium/TestExpectations:
14148
14149 2013-01-28   Vineet Chaudhary  <rgf748@motorola.com>
14150
14151         HTMLOutputElement::htmlFor should be readonly
14152         https://bugs.webkit.org/show_bug.cgi?id=101898
14153
14154         Reviewed by Kentaro Hara.
14155
14156         The spec says htmlFor should be readonly, but WebKit implements it as no-readonly.
14157         Spec: http://dev.w3.org/html5/spec-preview/the-output-element.html
14158         Modified tests according to new behavior.
14159
14160         * fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
14161         * fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js: Test for attribute htmlFor is readonly.
14162
14163 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14164
14165         [Chromium] Reverting change to chromium/TestExpectation in r141056.
14166
14167         Unreviewed. Gardening.
14168
14169         * platform/chromium/TestExpectations:
14170
14171 2013-01-28  Adam Barth  <abarth@webkit.org>
14172
14173         Layout Test http/tests/workers/terminate-during-sync-operation.html is flaky
14174         https://bugs.webkit.org/show_bug.cgi?id=79013
14175
14176         Reviewed by David Levin.
14177
14178         This test shouldn't be flaky anymore.
14179
14180         * platform/chromium/TestExpectations:
14181
14182 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14183
14184         [Chromium] Rebaselining after 141039.
14185
14186         Unreviewed. Gardening.
14187
14188         * platform/chromium/TestExpectations:
14189         * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
14190         * platform/chromium/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
14191         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
14192         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
14193         * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
14194         * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
14195         * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
14196         * platform/chromium/compositing/overflow/resize-painting-expected.txt:
14197         * 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.
14198         * 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.
14199         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.
14200         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
14201         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
14202         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
14203         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
14204         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
14205         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt.
14206         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt.
14207         * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/resize-painting-expected.txt: Copied from LayoutTests/platform/chromium/compositing/overflow/resize-painting-expected.txt.
14208
14209 2013-01-28  Shinya Kawanaka  <shinyak@chromium.org>
14210
14211         [Shadow] Gesture event is not fired in ShadowDOM
14212         https://bugs.webkit.org/show_bug.cgi?id=107797
14213
14214         Reviewed by Dimitri Glazkov.
14215
14216         * fast/dom/shadow/touch-event-expected.txt: Added.
14217         * fast/dom/shadow/touch-event.html: Added.
14218
14219 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14220
14221         [Chromium] Rebaselining integer-modulo after r141031.
14222
14223         Unreviewed. Gardening.
14224
14225         * platform/chromium/fast/js/regress/integer-modulo-expected.txt: Added.
14226
14227 2013-01-28  Min Qin  <qinmin@chromium.org>
14228
14229         fix multi-touch-inside-iframes Layout test
14230         https://bugs.webkit.org/show_bug.cgi?id=108113
14231
14232         Reviewed by Adam Barth.
14233
14234         The ordering of OnLoad() of the 2 child iframes is racy.
14235         Fixed by assigning title from the parent frame.
14236
14237         * fast/events/touch/multi-touch-inside-iframes.html:
14238         * fast/events/touch/resources/multi-touch-inside-iframes2.html:
14239
14240 2013-01-28  Simon Fraser  <simon.fraser@apple.com>
14241
14242         position:fixed that doesn't render any content should not force compositing
14243         https://bugs.webkit.org/show_bug.cgi?id=108112
14244
14245         Reviewed by Beth Dakin.
14246         
14247         Change tests to put a background color on position:fixed elements that need to be composited.
14248         New test with an empty fixed position element.
14249
14250         * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html:
14251         * compositing/layer-creation/fixed-position-no-content-expected.txt: Added.
14252         * compositing/layer-creation/fixed-position-no-content.html: Copied from LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html.
14253         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
14254         * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
14255         * compositing/layer-creation/fixed-position-out-of-view.html:
14256         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html:
14257         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html:
14258
14259 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14260
14261         [Chromium] Skipping mathml tests because MATHML was disasbled.
14262
14263         Unreviewed. Gardening.
14264
14265         * platform/chromium/TestExpectations:
14266
14267 2013-01-28  Michael Saboff  <msaboff@apple.com>
14268
14269         Make integer-modulo.js a try JS-Regress test
14270         https://bugs.webkit.org/show_bug.cgi?id=108130
14271
14272         Reviewed by Filip Pizlo.
14273
14274         Eliminated the LayoutTest calls.  Sum the values and throw an expection if it doesn't
14275         match up.
14276
14277         * fast/js/regress/script-tests/integer-modulo.js:
14278
14279 2013-01-27  Kentaro Hara  <haraken@chromium.org>
14280
14281         Implement CompositionEvent constructor
14282         https://bugs.webkit.org/show_bug.cgi?id=107919
14283
14284         Reviewed by Sam Weinig.
14285
14286         This patch implements a CompositionEvent constructor under
14287         a DOM4_EVENTS_CONSTRUCTOR flag.
14288
14289         Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
14290
14291         * fast/dom/constructed-objects-prototypes-expected.txt:
14292         * fast/events/constructors/composition-event-constructor-expected.txt: Added.
14293         * fast/events/constructors/composition-event-constructor.html: Added.
14294         * platform/efl/TestExpectations:
14295         * platform/gtk/TestExpectations:
14296         * platform/qt/TestExpectations:
14297         * platform/win/TestExpectations:
14298         * platform/wincairo/TestExpectations:
14299
14300         * fast/dom/constructed-objects-prototypes-expected.txt:
14301         * platform/efl/TestExpectations:
14302         * platform/gtk/TestExpectations:
14303         * platform/qt/TestExpectations:
14304         * platform/win/TestExpectations:
14305         * platform/wincairo/TestExpectations:
14306
14307 2013-01-28  Joshua Bell  <jsbell@chromium.org>
14308
14309         [Chromium] Unreviewed gardening, removing Crash expectations from storage/indexeddb tests.
14310         https://bugs.webkit.org/show_bug.cgi?id=108048
14311
14312         Unreviewed.
14313
14314         * platform/chromium/TestExpectations:
14315
14316 2013-01-28  Sheriff Bot  <webkit.review.bot@gmail.com>
14317
14318         Unreviewed, rolling out r140934, r140935, and r140937.
14319         http://trac.webkit.org/changeset/140934
14320         http://trac.webkit.org/changeset/140935
14321         http://trac.webkit.org/changeset/140937
14322         https://bugs.webkit.org/show_bug.cgi?id=108117
14323
14324         Re-land some speculative rollouts - see wkbug.com/108048 for
14325         context (Requested by jsbell on #webkit).
14326
14327         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
14328         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
14329         * storage/indexeddb/deletedatabase-blocked-expected.txt:
14330         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
14331         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
14332         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
14333         * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
14334         * storage/indexeddb/events-expected.txt: Added.
14335         * storage/indexeddb/events.html: Added.
14336         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
14337         * storage/indexeddb/intversion-long-queue-expected.txt:
14338         * storage/indexeddb/intversion-upgrades-expected.txt:
14339         * storage/indexeddb/removed-expected.txt:
14340         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
14341         (versionChangeCallback):
14342         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
14343         (versionChangeCallback):
14344         * storage/indexeddb/resources/deletedatabase-blocked.js:
14345         (test.request.onsuccess.openOnSuccess.h.onversionchange):
14346         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
14347         (prepareDatabase.h.onversionchange):
14348         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
14349         (h1OpenSuccess.h1.onversionchange.h1OnVersionChange.h1.onversionchange):
14350         (h1OpenSuccess.h1.onversionchange):
14351         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
14352         * storage/indexeddb/resources/deletedatabase-not-blocked.js:
14353         (test.request.onsuccess.openOnSuccess.h.onversionchange):
14354         * storage/indexeddb/resources/events.js: Added.
14355         (test):
14356         * storage/indexeddb/resources/intversion-gated-on-delete.js:
14357         (firstSuccessCallback):
14358         (connection1VersionChangeCallback):
14359         * storage/indexeddb/resources/intversion-long-queue.js:
14360         (connection1VersionChangeCallback):
14361         (deleteDatabaseBlockedCallback):
14362         (deleteDatabaseSuccessCallback):
14363         (connection2VersionChangeEvent):
14364         * storage/indexeddb/resources/removed.js:
14365         (test):
14366
14367 2013-01-28  Ian Vollick  <vollick@chromium.org>
14368
14369         Promote composited-scrolling layers to stacking containers.
14370         https://bugs.webkit.org/show_bug.cgi?id=106142
14371
14372         Reviewed by Simon Fraser.
14373
14374         With this patch, RenderLayers that use composited scrolling are
14375         treated as stacking contexts. Since isStackingContainer now depends on
14376         the value of m_needsCompositedScrolling, special care needed to be
14377         taken to ensure that the value of isStackingContainer is not used when
14378         updating m_needsCompositedScrolling. In particular, the code for
14379         rebuilding the layer lists needed to be generalized so that we could
14380         build the layer lists using the value of isStackingContext rather than
14381         isStackingContainer when building the layer lists used to determine if
14382         the descendants are contiguous in stacking order. Also, updating
14383         m_needsCompositedScrolling can now affect stacking container status
14384         and can therefore dirty layer lists.
14385
14386         * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
14387         * compositing/overflow/composited-scrolling-creates-a-stacking-container.html: Added.
14388         * platform/chromium/TestExpectations:
14389         * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
14390
14391 2013-01-28  Max Vujovic  <mvujovic@adobe.com>
14392
14393         [CSS Shaders] Parse @-webkit-filter
14394         https://bugs.webkit.org/show_bug.cgi?id=106837
14395
14396         Reviewed by Dean Jackson.
14397
14398         Add positive and negative tests for parsing the @-webkit-filter rule.
14399
14400         Factored out common helper functions between the existing CSS Custom Filters parsing tests
14401         and the new tests into custom-filter-parsing-common.js.
14402
14403         * css3/filters/custom/custom-filter-parsing-at-rule-invalid-expected.txt: Added.
14404         * css3/filters/custom/custom-filter-parsing-at-rule-invalid.html: Added.
14405         * css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt: Added.
14406         * css3/filters/custom/custom-filter-parsing-at-rule-valid.html: Added.
14407         * css3/filters/custom/custom-filter-property-parsing-invalid.html:
14408         * css3/filters/custom/custom-filter-property-parsing.html:
14409         * css3/filters/script-tests/custom-filter-parsing-at-rule-invalid.js: Added.
14410         (testInvalidFilterAtRule):
14411         * css3/filters/script-tests/custom-filter-parsing-at-rule-valid.js: Added.
14412         (testFilterAtRule):
14413             Tests @-webkit-filter rule parsing and its ability to hold CSS properties.
14414         (testNestedRules):
14415             Tests nesting between at-rules, involving @-webkit-filter rules.
14416         (checkRule):
14417             Factor out common rule checking functionality into its own helper function, so it can be
14418             reused.
14419         * css3/filters/script-tests/custom-filter-parsing-common.js: Added.
14420         (jsWrapperClass):
14421             Moved.
14422         (shouldBeType):
14423             Moved.
14424         * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
14425         * css3/filters/script-tests/custom-filter-property-parsing.js:
14426         * platform/chromium/css3/filters/custom/custom-filter-parsing-at-rule-valid-expected.txt:
14427             V8 represents WebKitCSSFilterRule a little differently.
14428
14429 2013-01-28  Uday Kiran  <udaykiran@motorola.com>
14430
14431         getComputedStyle returns "left" instead of "none" for "float" on abspos elements
14432         https://bugs.webkit.org/show_bug.cgi?id=105836
14433
14434         Reviewed by Tony Chang.
14435
14436         If 'position' has the value absolute, page or fixed, and the value of float is
14437         left or right, the box is absolutely positioned and the computed value of float is none.
14438         http://www.w3.org/TR/css3-positioning/#dis-pos-flo
14439         This matches behavior of Firefox 18, Opera 12 and IE9.
14440
14441         * fast/css/position-absolute-float-expected.txt: Added.
14442         * fast/css/position-absolute-float.html: Added.
14443
14444 2013-01-28  Zan Dobersek  <zdobersek@igalia.com>
14445
14446         Unreviewed GTK gardening.
14447
14448         Adding a failure expectation for a User Timing test added in r140882.
14449
14450         * platform/gtk/TestExpectations:
14451
14452 2013-01-28  Ryosuke Niwa  <rniwa@webkit.org>
14453
14454         Mac rebaselines after r140192.
14455
14456         * fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added.
14457         * fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added.
14458         * fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
14459         * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
14460         * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
14461         * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
14462         * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
14463         * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
14464         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
14465
14466 2013-01-28  Oliver Hunt  <oliver@apple.com>
14467
14468         REGRESSION(r139145): A couple of fast/workers tests fail
14469         https://bugs.webkit.org/show_bug.cgi?id=106415
14470
14471         These tests are stable now.
14472
14473         * platform/mac/TestExpectations:
14474
14475 2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14476
14477         [Qt] Unreviewed gardening.
14478
14479         Correcting rebaseline done in r140959.
14480
14481         * 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.
14482         * 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.
14483         * 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.
14484         * 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.
14485         * 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.
14486         * 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.
14487         * 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.
14488         * 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.
14489         * 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.
14490         * 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.
14491         * 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.
14492         * 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.
14493         * 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.
14494         * 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.
14495         * platform/qt-5.0-wk1/compositing/geometry/bounds-ignores-hidden-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt.
14496         * platform/qt-5.0-wk1/compositing/geometry/clip-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-expected.txt.
14497         * platform/qt-5.0-wk1/compositing/geometry/clip-inside-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/clip-inside-expected.txt.
14498         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.png.
14499         * platform/qt-5.0-wk1/compositing/geometry/composited-in-columns-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/composited-in-columns-expected.txt.
14500         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.png.
14501         * platform/qt-5.0-wk1/compositing/geometry/flipped-writing-mode-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/flipped-writing-mode-expected.txt.
14502         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.png.
14503         * platform/qt-5.0-wk1/compositing/geometry/foreground-layer-expected.txt: Renamed from LayoutTests/platform/qt/compositing/geometry/foreground-layer-expected.txt.
14504         * platform/qt-5.0-wk1/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/platform/qt/compositing/geometry/preserve-3d-switching-expected.txt.
14505         * 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.
14506         * platform/qt-5.0-wk1/compositing/iframes/become-overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt.
14507         * platform/qt-5.0-wk1/compositing/iframes/composited-parent-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/composited-parent-iframe-expected.txt.
14508         * 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.
14509         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt.
14510         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe2-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt.
14511         * platform/qt-5.0-wk1/compositing/iframes/connect-compositing-iframe3-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt.
14512         * platform/qt-5.0-wk1/compositing/iframes/enter-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt.
14513         * platform/qt-5.0-wk1/compositing/iframes/iframe-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/iframe-resize-expected.txt.
14514         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-expected.txt.
14515         * platform/qt-5.0-wk1/compositing/iframes/overlapped-iframe-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt.
14516         * platform/qt-5.0-wk1/compositing/iframes/overlapped-nested-iframes-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt.
14517         * platform/qt-5.0-wk1/compositing/iframes/scrolling-iframe-expected.txt: Renamed from LayoutTests/platform/qt/compositing/iframes/scrolling-iframe-expected.txt.
14518         * 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.
14519         * 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.
14520         * 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.
14521         * 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.
14522         * 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.
14523         * 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.
14524         * 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.
14525         * 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.
14526         * 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.
14527         * 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.
14528         * 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.
14529         * 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.
14530         * 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.
14531         * 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.
14532         * 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.
14533         * platform/qt-5.0-wk1/compositing/layer-creation/rotate3d-overlap-expected.txt: Renamed from LayoutTests/platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt.
14534         * 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.
14535         * 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.
14536         * platform/qt-5.0-wk1/compositing/masks/mask-layer-size-expected.txt: Renamed from LayoutTests/platform/qt/compositing/masks/mask-layer-size-expected.txt.
14537         * platform/qt-5.0-wk1/compositing/repaint/resize-repaint-expected.txt: Renamed from LayoutTests/platform/qt/compositing/repaint/resize-repaint-expected.txt.
14538         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png.
14539         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-absolute-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt.
14540         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png.
14541         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-fixed-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt.
14542         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.png: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.png.
14543         * platform/qt-5.0-wk1/compositing/rtl/rtl-iframe-relative-expected.txt: Renamed from LayoutTests/platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt.
14544         * 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.
14545         * 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.
14546         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.png.
14547         * platform/qt-5.0-wk1/compositing/tiling/huge-layer-img-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/huge-layer-img-expected.txt.
14548         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.png: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png.
14549         * platform/qt-5.0-wk1/compositing/tiling/rotated-tiled-clamped-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt.
14550         * 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.
14551         * 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.
14552         * platform/qt-5.0-wk1/compositing/tiling/tiled-layer-resize-expected.txt: Renamed from LayoutTests/platform/qt/compositing/tiling/tiled-layer-resize-expected.txt.
14553         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.png: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.png.
14554         * platform/qt-5.0-wk1/compositing/visibility/layer-visible-content-expected.txt: Renamed from LayoutTests/platform/qt/compositing/visibility/layer-visible-content-expected.txt.
14555         * 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.
14556         * 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.
14557         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.png.
14558         * platform/qt-5.0-wk1/css3/filters/filtered-compositing-descendant-expected.txt: Renamed from LayoutTests/platform/qt/css3/filters/filtered-compositing-descendant-expected.txt.
14559         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
14560         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
14561         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
14562         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
14563         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
14564
14565 2013-01-28  Stephen Chenney  <schenney@chromium.org>
14566
14567         SVGViewSpec fails when corresponding element has been removed
14568         https://bugs.webkit.org/show_bug.cgi?id=106957
14569
14570         Reviewed by Dirk Schulze.
14571
14572         Test for the situation in which the target of an SVGViewSpec is
14573         removed while the view spec lives on in JS. The test is expected to
14574         fail on all JSC based platforms because the element that must be
14575         deleted to trigger the results is not deleted upon GC.
14576
14577         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
14578         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
14579
14580         * platform/efl/TestExpectations:
14581         * platform/gtk/TestExpectations:
14582         * platform/mac/TestExpectations:
14583         * platform/qt/TestExpectations:
14584         * platform/win/TestExpectations:
14585         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
14586         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
14587
14588 2013-01-28  James Craig  <james@cookiecrook.com>
14589
14590         HTML5 promotes DL from specific 'definition list' to superset 'description list'; accessibility strings and accessors should be updated to match.
14591         https://bugs.webkit.org/show_bug.cgi?id=107650
14592
14593         Reviewed by Chris Fleizach.
14594         
14595         Updating accessibility strings and accessors for DL/DT/DD; new one for [role="definition"] (previously it reused the role/desc for DD).
14596         Removed gtk expectation as the expectation has changed: platform/gtk/accessibility/lists-expected.txt
14597
14598         * accessibility/lists.html:
14599         * platform/gtk/accessibility/lists-expected.txt: Removed.
14600         * platform/mac/accessibility/definition-list-term-expected.txt:
14601         * platform/mac/accessibility/definition-list-term.html:
14602         * platform/mac/accessibility/lists-expected.txt:
14603
14604 2013-01-28  Ádám Kallai  <kadam@inf.u-szeged.hu>
14605
14606         [Qt] Unreviewed gardening. Added platform specific expectations after r140728.
14607
14608         * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png:
14609         * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
14610         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
14611         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
14612         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
14613         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
14614         * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png:
14615         * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
14616         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
14617         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
14618         * platform/qt/svg/custom/glyph-setting-d-attribute-expected.png:
14619         * platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
14620         * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
14621         * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: Added.
14622         * platform/qt/svg/hixie/viewbox/002-expected.png:
14623         * platform/qt/svg/hixie/viewbox/002-expected.txt: Added.
14624         * platform/qt/svg/hixie/viewbox/003-expected.png:
14625         * platform/qt/svg/hixie/viewbox/003-expected.txt: Added.
14626         * platform/qt/svg/text/text-viewbox-rescale-expected.png:
14627         * platform/qt/svg/text/text-viewbox-rescale-expected.txt: Added.
14628
14629 2013-01-28  Manuel Rego Casasnovas  <rego@igalia.com>
14630
14631         [GTK] [WTR] layoutTestController.pathToLocalResource needs to be updated
14632         https://bugs.webkit.org/show_bug.cgi?id=107538
14633
14634         Reviewed by Martin Robinson.
14635
14636         * platform/gtk-wk2/TestExpectations: Remove tests that pass now:
14637         http/tests/security/local-user-CSS-from-remote.html,
14638         fast/loader/local-CSS-from-local.html,
14639         fast/loader/local-JavaScript-from-local.html,
14640         fast/loader/local-image-from-local.html and
14641         fast/dom/frame-loading-via-document-write.html.
14642
14643 2013-01-28  Martin Robinson  <mrobinson@igalia.com>
14644
14645         [Freetype] Synthetic bold not applied to fallback fonts properly
14646         https://bugs.webkit.org/show_bug.cgi?id=107733
14647
14648         Reviewed by Gustavo Noronha Silva.
14649
14650         * platform/gtk/fast/css/font-face-multiple-faces-expected.png:
14651         * platform/gtk/fast/css/font-face-synthetic-bold-italic-expected.png: Added.
14652         * platform/gtk/fast/dom/34176-expected.png: Added.
14653         * platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
14654         * platform/gtk/fast/text/bidi-embedding-pop-and-push-same-expected.png:
14655         * platform/gtk/fast/text/cg-fallback-bolding-expected.png:
14656         * platform/gtk/fast/text/fallback-traits-fixup-expected.png:
14657         * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.png:
14658         * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.png:
14659         * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
14660         * platform/gtk/fast/text/international/bold-bengali-expected.png:
14661         * platform/gtk/fast/text/international/khmer-selection-expected.png:
14662         * platform/gtk/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
14663
14664 2013-01-28  Pavel Feldman  <pfeldman@chromium.org>
14665
14666         Web Inspector: SourceURL and SourceMappingURL together in evalled code
14667         https://bugs.webkit.org/show_bug.cgi?id=107939
14668
14669         Reviewed by Vsevolod Vlasov.
14670
14671         * http/tests/inspector/compiler-script-mapping-expected.txt:
14672         * http/tests/inspector/compiler-script-mapping.html:
14673
14674 2013-01-28  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
14675
14676         [Qt] Unreviewed rebaseline after r140821.
14677
14678         * platform/qt/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
14679         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
14680         * platform/qt/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
14681         * platform/qt/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
14682         * platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
14683         * platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
14684         * platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
14685         * platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
14686         * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.png: Added.
14687         * platform/qt/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
14688         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14689         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
14690         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
14691         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
14692         * platform/qt/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
14693         * platform/qt/compositing/geometry/clip-expected.txt: Added.
14694         * platform/qt/compositing/geometry/clip-inside-expected.txt: Added.
14695         * platform/qt/compositing/geometry/composited-in-columns-expected.png: Added.
14696         * platform/qt/compositing/geometry/composited-in-columns-expected.txt: Added.
14697         * platform/qt/compositing/geometry/flipped-writing-mode-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14698         * platform/qt/compositing/geometry/flipped-writing-mode-expected.txt: Added.
14699         * platform/qt/compositing/geometry/foreground-layer-expected.png: Added.
14700         * platform/qt/compositing/geometry/foreground-layer-expected.txt: Added.
14701         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
14702         * platform/qt/compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
14703         * platform/qt/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
14704         * platform/qt/compositing/iframes/composited-parent-iframe-expected.txt: Added.
14705         * platform/qt/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
14706         * platform/qt/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
14707         * platform/qt/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
14708         * platform/qt/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
14709         * platform/qt/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
14710         * platform/qt/compositing/iframes/iframe-resize-expected.txt: Added.
14711         * platform/qt/compositing/iframes/overlapped-iframe-expected.txt: Added.
14712         * platform/qt/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
14713         * platform/qt/compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
14714         * platform/qt/compositing/iframes/scrolling-iframe-expected.txt: Added.
14715         * platform/qt/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
14716         * platform/qt/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
14717         * platform/qt/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
14718         * platform/qt/compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
14719         * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
14720         * platform/qt/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
14721         * platform/qt/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
14722         * platform/qt/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
14723         * platform/qt/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
14724         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt:
14725         * platform/qt/compositing/layer-creation/overlap-child-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14726         * platform/qt/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
14727         * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14728         * platform/qt/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
14729         * platform/qt/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
14730         * platform/qt/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
14731         * platform/qt/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
14732         * platform/qt/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
14733         * platform/qt/compositing/masks/mask-layer-size-expected.txt: Added.
14734         * platform/qt/compositing/repaint/resize-repaint-expected.txt: Added.
14735         * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.png: Added.
14736         * platform/qt/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
14737         * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.png: Added.
14738         * platform/qt/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
14739         * platform/qt/compositing/rtl/rtl-iframe-relative-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14740         * platform/qt/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
14741         * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
14742         * platform/qt/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
14743         * platform/qt/compositing/tiling/huge-layer-img-expected.png: Added.
14744         * platform/qt/compositing/tiling/huge-layer-img-expected.txt: Added.
14745         * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.png: Added.
14746         * platform/qt/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
14747         * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
14748         * platform/qt/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
14749         * platform/qt/compositing/tiling/tiled-layer-resize-expected.txt: Added.
14750         * platform/qt/compositing/visibility/layer-visible-content-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14751         * platform/qt/compositing/visibility/layer-visible-content-expected.txt: Added.
14752         * platform/qt/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
14753         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt:
14754         * platform/qt/css3/filters/filtered-compositing-descendant-expected.png: Copied from LayoutTests/platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png.
14755         * platform/qt/css3/filters/filtered-compositing-descendant-expected.txt: Added.
14756
14757 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14758
14759         [Chromium] Marking bug2479-5.html as crashing.
14760
14761         Unreviewed. Gardening.
14762
14763         * platform/chromium/TestExpectations:
14764
14765 2013-01-28  Mike West  <mkwst@chromium.org>
14766
14767         Change test expectation to ensure that seamless iframes do not inherit editability.
14768         https://bugs.webkit.org/show_bug.cgi?id=108063
14769
14770         Reviewed by Eric Seidel.
14771
14772         Seamlessly rendered documents should not inherit editability from their
14773         parent IFrame. Currently, the test expectations don't match this
14774         behavior. This patch trivially adjusts the expectation to ensure that
14775         editability is _not_ inherited.
14776
14777         * fast/frames/seamless/seamless-inherited-document-style-expected.txt:
14778         * fast/frames/seamless/seamless-inherited-document-style.html:
14779
14780 2013-01-25  Yury Semikhatsky  <yurys@chromium.org>
14781
14782         Web Inspector: remove unused isElement and similar methods from HeapProfiler
14783         https://bugs.webkit.org/show_bug.cgi?id=107940
14784
14785         Reviewed by Vsevolod Vlasov.
14786
14787         * inspector/profiler/heap-snapshot.html:
14788
14789 2013-01-27  Keishi Hattori  <keishi@webkit.org>
14790
14791         [Chromium] Marking two fast/forms tests as slow on debug mac.
14792
14793         Unreviewed. Gardening.
14794
14795         * platform/chromium/TestExpectations:
14796
14797 2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>
14798
14799         [Shadow DOM] Selecting a node to another node in ShadowDOM fires 'click' event unexpectedly
14800         https://bugs.webkit.org/show_bug.cgi?id=107233
14801
14802         Reviewed by Dimitri Glazkov.
14803
14804         * fast/dom/shadow/select-in-shadowdom-expected.txt: Added.
14805         * fast/dom/shadow/select-in-shadowdom.html: Added.
14806
14807 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14808
14809         [Chromium] Marking storage/indexeddb tests as crashing.
14810
14811         Unreviewed. Gardening.
14812
14813         * platform/chromium/TestExpectations:
14814
14815 2013-01-27  Keishi Hattori  <keishi@webkit.org>
14816
14817         [Chromium] Marking media/track tests as crashing.
14818
14819         Unreviewed. Gardening.
14820
14821         * platform/chromium/TestExpectations:
14822
14823 2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>
14824
14825         Unreviewed, rolling out r140602.
14826         http://trac.webkit.org/changeset/140602
14827         https://bugs.webkit.org/show_bug.cgi?id=108045
14828
14829         Caused 8 indexed tests to crash. (Requested by keishi on
14830         #webkit).
14831
14832         * storage/indexeddb/intversion-long-queue-expected.txt:
14833         * storage/indexeddb/intversion-upgrades-expected.txt:
14834
14835 2013-01-27  Shinya Kawanaka  <shinyak@chromium.org>
14836
14837         Disabled input/textarea doesn't trigger selection change
14838         https://bugs.webkit.org/show_bug.cgi?id=85244
14839
14840         Reviewed by Ryosuke Niwa.
14841
14842         * fast/forms/input-readonly-select-expected.txt: Added.
14843         * fast/forms/input-readonly-select.html: Added.
14844
14845 2013-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>
14846
14847         Unreviewed, rolling out r140741.
14848         http://trac.webkit.org/changeset/140741
14849         https://bugs.webkit.org/show_bug.cgi?id=108044
14850
14851         Caused 8 indexed tests to fail on Mac and Win. (Requested by
14852         keishi on #webkit).
14853
14854         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
14855         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
14856         * storage/indexeddb/deletedatabase-blocked-expected.txt:
14857         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
14858         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
14859         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
14860         * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
14861         * storage/indexeddb/events-expected.txt: Removed.
14862         * storage/indexeddb/events.html: Removed.
14863         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
14864         * storage/indexeddb/intversion-long-queue-expected.txt:
14865         * storage/indexeddb/removed-expected.txt:
14866         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
14867         (versionChangeCallback):
14868         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js:
14869         (versionChangeCallback):
14870         * storage/indexeddb/resources/deletedatabase-blocked.js:
14871         (test.request.onsuccess.openOnSuccess.h.onversionchange):
14872         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
14873         (prepareDatabase.h.onversionchange):
14874         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
14875         (h1OpenSuccess.h1.onversionchange):
14876         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
14877         * storage/indexeddb/resources/deletedatabase-not-blocked.js:
14878         (test.request.onsuccess.openOnSuccess.h.onversionchange):
14879         * storage/indexeddb/resources/events.js: Removed.
14880         * storage/indexeddb/resources/intversion-gated-on-delete.js:
14881         (firstSuccessCallback):
14882         (connection1VersionChangeCallback):
14883         * storage/indexeddb/resources/intversion-long-queue.js:
14884         (connection1VersionChangeCallback):
14885         (deleteDatabaseBlockedCallback):
14886         (deleteDatabaseSuccessCallback):
14887         (connection2VersionChangeEvent):
14888         * storage/indexeddb/resources/removed.js:
14889         (test):
14890
14891 2013-01-28  Keishi Hattori  <keishi@webkit.org>
14892
14893         [Chromium] Rebaselining overflow-size-change* tests.
14894
14895         Unreviewed. Gardening.
14896
14897         * platform/chromium-mac-lion/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
14898         * platform/chromium-mac-lion/fast/regions/overflow-size-change-with-stacking-context-expected.png:
14899         * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
14900         * platform/chromium-mac-snowleopard/fast/regions/overflow-size-change-with-stacking-context-expected.png:
14901         * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
14902         * 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.
14903         * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.png:
14904         * 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.
14905         * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
14906         * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.png:
14907
14908 2013-01-27  Keishi Hattori  <keishi@webkit.org>
14909
14910         [Chromium] Attempt to fix expectation entry.
14911
14912         Unreviewed. Gardening.
14913
14914         * platform/chromium/TestExpectations:
14915
14916 2013-01-27  Matt Falkenhagen  <falken@chromium.org>
14917
14918         Elements must be reattached when inserted/removed from top layer
14919         https://bugs.webkit.org/show_bug.cgi?id=105489
14920
14921         Relanding r139402 as the apparent perf regression has been explained as not real (bug 106726).
14922
14923         Reviewed by Julien Chaffraix.
14924
14925         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
14926         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
14927         This tests that a top layer element removed from the document does not reappear in the top layer if readded.
14928         This test actually would pass before this patch, but just by good fortune (see bug).
14929         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
14930         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
14931         This tests that top layer ordering is correct after removing and readding an element to the top layer.
14932
14933 2013-01-27  Jochen Eisinger  <jochen@chromium.org>
14934
14935         [chromium] add missing plumbing for Notification.requestPermission
14936         https://bugs.webkit.org/show_bug.cgi?id=108012
14937
14938         Reviewed by Adam Barth.
14939
14940         * fast/notifications/notifications-constructor-request-permission-expected.txt: Added.
14941         * fast/notifications/notifications-constructor-request-permission.html: Added.
14942
14943 2013-01-27  Jochen Eisinger  <jochen@chromium.org>
14944
14945         Check notification permissions in the show() method
14946         https://bugs.webkit.org/show_bug.cgi?id=108009
14947
14948         Reviewed by Adam Barth.
14949
14950         * fast/notifications/notifications-constructor-with-permission-expected.txt: Added.
14951         * fast/notifications/notifications-constructor-with-permission.html: Added.
14952         * fast/notifications/notifications-constructor-without-permission-expected.txt: Added.
14953         * fast/notifications/notifications-constructor-without-permission.html: Added.
14954
14955 2013-01-26  Sheriff Bot  <webkit.review.bot@gmail.com>
14956
14957         Unreviewed, rolling out r140880.
14958         http://trac.webkit.org/changeset/140880
14959         https://bugs.webkit.org/show_bug.cgi?id=108023
14960
14961         Caused mathml/presentation and tests to crash and fail
14962         (Requested by keishi on #webkit).
14963
14964         * mathml/differentiable-manifold.html: Removed.
14965         * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Removed.
14966         * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Removed.
14967         * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
14968         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
14969         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
14970         * platform/chromium-linux/mathml/presentation/mo-expected.txt:
14971         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
14972         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
14973         * platform/chromium-linux/mathml/presentation/over-expected.txt:
14974         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
14975         * platform/chromium-linux/mathml/presentation/row-expected.png:
14976         * platform/chromium-linux/mathml/presentation/row-expected.txt:
14977         * platform/chromium-linux/mathml/presentation/sub-expected.png:
14978         * platform/chromium-linux/mathml/presentation/sub-expected.txt:
14979         * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
14980         * platform/chromium/TestExpectations:
14981         * platform/efl/TestExpectations:
14982         * platform/gtk/TestExpectations:
14983         * platform/mac/TestExpectations:
14984         * platform/qt/TestExpectations:
14985
14986 2013-01-26  Robert Hogan  <robert@webkit.org>
14987
14988         REGRESSION(r120616): Cell's logical height wrongly computed with vertical-align: baseline and rowspan
14989         https://bugs.webkit.org/show_bug.cgi?id=106571
14990
14991         Reviewed by Julien Chaffraix.
14992
14993         * fast/css/vertical-align-baseline-rowspan-010-expected.html: Added.
14994         * fast/css/vertical-align-baseline-rowspan-010.html: Added.
14995         * fast/css/vertical-align-baseline-rowspan-011-expected.html: Added.
14996         * fast/css/vertical-align-baseline-rowspan-011.html: Added.
14997
14998 2013-01-25  Elliott Sprehn  <esprehn@chromium.org>
14999
15000         Make unload-reparent-sibling-frame.html wait for completion
15001         https://bugs.webkit.org/show_bug.cgi?id=107987
15002
15003         Reviewed by Ojan Vafai.
15004
15005         While this test runs fine locally and in the cr-linux EWS it
15006         appears to be flaky on many of the other bots because it doesn't
15007         wait for the test to complete. Instead make the waiting in the test
15008         explicit.
15009
15010         * fast/frames/unload-reparent-sibling-frame.html:
15011
15012 2013-01-25  Pan Deng  <pan.deng@intel.com>
15013
15014         [User Timing] Class name of user timing entries should be PerformanceMark/PerformanceMeasure.
15015         https://bugs.webkit.org/show_bug.cgi?id=107925.
15016
15017         Reviewed by Tony Gentilcore.
15018
15019         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type-expected.txt: Added.
15020         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html: Added.
15021
15022 2013-01-24  Ojan Vafai  <ojan@chromium.org>
15023
15024         MathML preferred widths should not depend on layout information
15025         https://bugs.webkit.org/show_bug.cgi?id=107353
15026
15027         Reviewed by Levi Weintraub.
15028
15029         * mathml/differentiable-manifold.html: Added.
15030         * platform/chromium-linux/mathml/differentiable-manifold-expected.png: Added.
15031         * platform/chromium-linux/mathml/differentiable-manifold-expected.txt: Added.
15032         * platform/chromium-linux/mathml/presentation/fenced-expected.txt:
15033         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png:
15034         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt:
15035         * platform/chromium-linux/mathml/presentation/mo-expected.txt:
15036         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png:
15037         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt:
15038         * platform/chromium-linux/mathml/presentation/over-expected.txt:
15039         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
15040         * platform/chromium-linux/mathml/presentation/row-expected.png:
15041         * platform/chromium-linux/mathml/presentation/row-expected.txt:
15042         * platform/chromium-linux/mathml/presentation/sub-expected.png:
15043         * platform/chromium-linux/mathml/presentation/sub-expected.txt:
15044         * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
15045         * platform/chromium/TestExpectations:
15046         * platform/efl/TestExpectations:
15047         * platform/gtk/TestExpectations:
15048         * platform/mac/TestExpectations:
15049         * platform/qt/TestExpectations:
15050
15051 2013-01-25  Dima Gorbik  <dgorbik@apple.com>
15052
15053         Support language WebVTT Nodes
15054         https://bugs.webkit.org/show_bug.cgi?id=107907
15055
15056         Reviewed by Eric Carlson.
15057
15058         * media/track/captions-webvtt/styling-lang.vtt: Added.
15059         * media/track/track-css-matching-lang-expected.txt: Added.
15060         * media/track/track-css-matching-lang.html: Added.
15061
15062 2013-01-25  Emil A Eklund  <eae@chromium.org>
15063
15064         Unreviewed chromium svg rebaseline.
15065
15066         * platform/chromium-linux-x86/svg/hixie/viewbox: Added.
15067         * platform/chromium-linux-x86/svg/hixie/viewbox/002-expected.txt: Added.
15068         * platform/chromium-linux-x86/svg/hixie/viewbox/003-expected.txt: Added.
15069         * platform/chromium-linux/svg/hixie/viewbox/002-expected.txt: Added.
15070         * platform/chromium-linux/svg/hixie/viewbox/003-expected.txt: Added.
15071         * platform/chromium-win-xp/svg/hixie/viewbox/002-expected.txt: Added.
15072         * platform/chromium-win-xp/svg/hixie/viewbox/003-expected.txt: Added.
15073         * platform/chromium-win/svg/hixie/viewbox/002-expected.txt: Added.
15074         * platform/chromium-win/svg/hixie/viewbox/003-expected.txt: Added.
15075
15076 2013-01-25  Levi Weintraub  <leviw@chromium.org>
15077
15078         Unreviewed gardening. Updating baselines following r140192.
15079
15080         * platform/chromium-mac-lion/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
15081         * platform/chromium-mac-snowleopard/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
15082         * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
15083         * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
15084         * platform/chromium-win-xp/fast/regions: Removed.
15085         * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
15086         * platform/chromium/TestExpectations:
15087         * platform/mac/TestExpectations:
15088
15089 2013-01-25  Eric Carlson  <eric.carlson@apple.com>
15090
15091         Adding a text track should not make controls visible
15092         https://bugs.webkit.org/show_bug.cgi?id=107956
15093
15094         Reviewed by  Dean Jackson.
15095
15096         * media/media-captions-no-controls-expected.txt: Added.
15097         * media/media-captions-no-controls.html: Added.
15098
15099 2013-01-25  Erik Arvidsson  <arv@chromium.org>
15100
15101         Unreviewed Chromium rebaseline.
15102
15103         Rebaseline several tests on Chromium after r140728.
15104
15105         * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Removed.
15106         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
15107         * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
15108         * platform/chromium-win/svg/text/font-size-below-point-five-expected.txt:
15109         * platform/chromium-win/svg/text/text-viewbox-rescale-expected.png:
15110         * platform/chromium/svg/hixie/viewbox/002-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/002-expected.txt.
15111         * platform/chromium/svg/hixie/viewbox/003-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/hixie/viewbox/003-expected.txt.
15112
15113 2013-01-25  Emil A Eklund  <eae@chromium.org>
15114
15115         Change svg/text/text-rect-precision.html to pass on non-subpixel platforms and add results
15116         https://bugs.webkit.org/show_bug.cgi?id=107972
15117
15118         Reviewed by Levi Weintraub.
15119
15120         * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Removed.
15121         * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Removed.
15122         * svg/text/text-rect-precision.html:
15123         * svg/text/text-rect-precision-expected.txt: Added
15124
15125 2013-01-25  Elliott Sprehn  <esprehn@chromium.org>
15126
15127         Consider all ancestors not just parentElement when disconnecting frames
15128         https://bugs.webkit.org/show_bug.cgi?id=107769
15129
15130         Reviewed by Eric Seidel.
15131
15132         Add a test for moving frames around inside unload handlers.
15133
15134         * fast/frames/unload-reparent-sibling-frame-expected.txt: Added.
15135         * fast/frames/unload-reparent-sibling-frame.html: Added.
15136
15137 2013-01-25  Tony Chang  <tony@chromium.org>
15138
15139         Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
15140         https://bugs.webkit.org/show_bug.cgi?id=104997
15141
15142         Reviewed by Ojan Vafai.
15143
15144         border-color-relayout.html tests that we handle border color style changes properly.
15145
15146         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
15147         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
15148         * fast/forms/border-color-relayout-expected.html: Added.
15149         * fast/forms/border-color-relayout.html: Added.
15150         * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
15151         * fast/forms/text/text-padding-dynamic-change.html: Added.
15152
15153 2013-01-25  Arnaud Renevier  <a.renevier@sisa.samsung.com>
15154
15155         Move WebGLErrorsToConsole page setting to window.internals.settings
15156         https://bugs.webkit.org/show_bug.cgi?id=107218
15157
15158         Set WebGLErrorsToConsoleEnabled to false for WebGL tests which have
15159         errors. Some WebGL error messages depend on OpenGL implementations, so
15160         logging error messages would lead to platform specific output.
15161
15162         Reviewed by Kenneth Russell.
15163
15164         * fast/canvas/webgl/attrib-location-length-limits.html:
15165         * fast/canvas/webgl/bad-arguments-test.html:
15166         * fast/canvas/webgl/buffer-bind-test.html:
15167         * fast/canvas/webgl/buffer-data-array-buffer.html:
15168         * fast/canvas/webgl/compressed-tex-image.html:
15169         * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
15170         * fast/canvas/webgl/context-lost-restored.html:
15171         * fast/canvas/webgl/context-lost.html:
15172         * fast/canvas/webgl/draw-arrays-out-of-bounds.html:
15173         * fast/canvas/webgl/draw-elements-out-of-bounds.html:
15174         * fast/canvas/webgl/error-reporting.html:
15175         * fast/canvas/webgl/framebuffer-object-attachment.html:
15176         * fast/canvas/webgl/framebuffer-test.html:
15177         * fast/canvas/webgl/get-active-test.html:
15178         * fast/canvas/webgl/gl-bind-attrib-location-test.html:
15179         * fast/canvas/webgl/gl-enable-enum-test.html:
15180         * fast/canvas/webgl/gl-enum-tests.html:
15181         * fast/canvas/webgl/gl-object-get-calls.html:
15182         * fast/canvas/webgl/gl-uniform-arrays.html:
15183         * fast/canvas/webgl/gl-uniformmatrix4fv.html:
15184         * fast/canvas/webgl/gl-vertexattribpointer.html:
15185         * fast/canvas/webgl/glsl-conformance.html:
15186         * fast/canvas/webgl/incorrect-context-object-behaviour.html:
15187         * fast/canvas/webgl/index-validation-copies-indices.html:
15188         * fast/canvas/webgl/index-validation-verifies-too-many-indices.html:
15189         * fast/canvas/webgl/index-validation.html:
15190         * fast/canvas/webgl/invalid-passed-params.html:
15191         * fast/canvas/webgl/null-object-behaviour.html:
15192         * fast/canvas/webgl/object-deletion-behaviour.html:
15193         * fast/canvas/webgl/program-test.html:
15194         * fast/canvas/webgl/read-pixels-pack-alignment.html:
15195         * fast/canvas/webgl/read-pixels-test.html:
15196         * fast/canvas/webgl/script-tests/texImageTest.js:
15197         * fast/canvas/webgl/shader-deleted-by-accessor.html:
15198         * fast/canvas/webgl/shader-precision-format.html:
15199         * fast/canvas/webgl/tex-input-validation.html:
15200         * fast/canvas/webgl/tex-sub-image-2d-bad-args.html:
15201         * fast/canvas/webgl/texture-complete.html:
15202         * fast/canvas/webgl/texture-npot.html:
15203         * fast/canvas/webgl/type-conversion-test.html:
15204         * fast/canvas/webgl/uniform-location-length-limits.html:
15205         * fast/canvas/webgl/uniform-location.html:
15206         * fast/canvas/webgl/webgl-depth-texture.html:
15207         * fast/canvas/webgl/webgl-specific.html:
15208         * fast/canvas/webgl/webgl-texture-binding-preserved.html:
15209         * inspector/profiler/webgl/webgl-profiler-api-changes.html:
15210         * inspector/profiler/webgl/webgl-profiler-get-error.html:
15211
15212 2013-01-25  Abhishek Arya  <inferno@chromium.org>
15213
15214         Regression(r139836): Crash in WTF::equalIgnoringCase
15215         https://bugs.webkit.org/show_bug.cgi?id=107703
15216
15217         Reviewed by Eric Seidel.
15218
15219         * fast/gradients/parse-radial-gradient-crash-expected.txt: Added.
15220         * fast/gradients/parse-radial-gradient-crash.html: Added.
15221
15222 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15223
15224         Unreviewed EFL gardening.
15225
15226         Rebaselining after r140448, r140459, r140493 and 140593.
15227
15228         * platform/efl/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
15229         * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Added.
15230         * platform/efl/fast/js/global-constructors-expected.txt:
15231
15232 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15233
15234         Unreviewed EFL gardening.
15235
15236         Remove unnecessary platform expectations for now-passing test.
15237
15238         * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: Removed.
15239         * platform/efl/media/media-can-play-ogg-expected.txt: Removed.
15240
15241 2013-01-25  Erik Arvidsson  <arv@chromium.org>
15242
15243         Unreviewed Chromium rebaseline.
15244
15245         Rebaseline svg/batik tests.
15246
15247         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
15248         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
15249         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
15250         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
15251         * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Removed.
15252         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Removed.
15253         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Removed.
15254         * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Removed.
15255         * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Removed.
15256         * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
15257         * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
15258         * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
15259
15260 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15261
15262         Unreviewed EFL rebaseline.
15263
15264         Rebaseline several tests on EFL port after r140728.
15265
15266         * platform/efl/svg/carto.net/button-expected.png:
15267         * platform/efl/svg/carto.net/button-expected.txt:
15268         * platform/efl/svg/carto.net/colourpicker-expected.png:
15269         * platform/efl/svg/carto.net/colourpicker-expected.txt:
15270         * platform/efl/svg/carto.net/combobox-expected.png:
15271         * platform/efl/svg/carto.net/combobox-expected.txt:
15272         * platform/efl/svg/carto.net/scrollbar-expected.png:
15273         * platform/efl/svg/carto.net/scrollbar-expected.txt:
15274         * platform/efl/svg/carto.net/selectionlist-expected.png:
15275         * platform/efl/svg/carto.net/selectionlist-expected.txt:
15276         * platform/efl/svg/carto.net/tabgroup-expected.png:
15277         * platform/efl/svg/carto.net/tabgroup-expected.txt:
15278         * platform/efl/svg/carto.net/textbox-expected.png:
15279         * platform/efl/svg/carto.net/textbox-expected.txt: Added.
15280         * platform/efl/svg/carto.net/window-expected.png:
15281         * platform/efl/svg/carto.net/window-expected.txt:
15282         * platform/efl/svg/clip-path/clip-path-pixelation-expected.png: Added.
15283         * platform/efl/svg/clip-path/clip-path-pixelation-expected.txt:
15284         * platform/efl/svg/css/group-with-shadow-expected.png:
15285         * platform/efl/svg/css/group-with-shadow-expected.txt:
15286         * platform/efl/svg/hixie/perf/003-expected.png:
15287         * platform/efl/svg/hixie/perf/003-expected.txt:
15288         * platform/efl/svg/hixie/text/001-expected.txt:
15289         * platform/efl/svg/hixie/text/003-expected.png:
15290         * platform/efl/svg/hixie/text/003-expected.txt:
15291         * platform/efl/svg/hixie/text/003a-expected.png:
15292         * platform/efl/svg/hixie/text/003a-expected.txt:
15293         * platform/efl/svg/hixie/text/003b-expected.png:
15294         * platform/efl/svg/hixie/text/003b-expected.txt:
15295         * platform/efl/svg/hixie/viewbox/002-expected.txt: Added.
15296         * platform/efl/svg/hixie/viewbox/003-expected.txt: Added.
15297         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
15298         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
15299         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
15300         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
15301         * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
15302         * platform/efl/svg/text/append-text-node-to-tspan-expected.txt:
15303         * platform/efl/svg/text/bidi-reorder-value-lists-expected.png:
15304         * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt:
15305         * platform/efl/svg/text/bidi-text-anchor-direction-expected.png:
15306         * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt:
15307         * platform/efl/svg/text/bidi-text-query-expected.png:
15308         * platform/efl/svg/text/bidi-text-query-expected.txt:
15309         * platform/efl/svg/text/bidi-tspans-expected.png:
15310         * platform/efl/svg/text/bidi-tspans-expected.txt:
15311         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
15312         * platform/efl/svg/text/font-size-below-point-five-2-expected.txt:
15313         * platform/efl/svg/text/font-size-below-point-five-expected.png:
15314         * platform/efl/svg/text/font-size-below-point-five-expected.txt:
15315         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
15316         * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt:
15317         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
15318         * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt:
15319         * platform/efl/svg/text/remove-tspan-from-text-expected.png:
15320         * platform/efl/svg/text/remove-tspan-from-text-expected.txt:
15321         * platform/efl/svg/text/scaled-font-expected.png: Added.
15322         * platform/efl/svg/text/scaled-font-expected.txt:
15323         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png:
15324         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt:
15325         * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.png:
15326         * platform/efl/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
15327         * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.png:
15328         * platform/efl/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
15329         * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.png:
15330         * platform/efl/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
15331         * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.png:
15332         * platform/efl/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
15333         * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.png:
15334         * platform/efl/svg/text/select-textLength-spacing-stretch-1-expected.txt:
15335         * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.png:
15336         * platform/efl/svg/text/select-textLength-spacing-stretch-2-expected.txt:
15337         * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.png:
15338         * platform/efl/svg/text/select-textLength-spacing-stretch-3-expected.txt:
15339         * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.png:
15340         * platform/efl/svg/text/select-textLength-spacing-stretch-4-expected.txt:
15341         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
15342         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
15343         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
15344         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
15345         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
15346         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
15347         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
15348         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
15349         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
15350         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
15351         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
15352         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
15353         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
15354         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
15355         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
15356         * platform/efl/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
15357         * platform/efl/svg/text/select-x-list-1-expected.png:
15358         * platform/efl/svg/text/select-x-list-1-expected.txt:
15359         * platform/efl/svg/text/select-x-list-2-expected.png:
15360         * platform/efl/svg/text/select-x-list-2-expected.txt:
15361         * platform/efl/svg/text/select-x-list-3-expected.png:
15362         * platform/efl/svg/text/select-x-list-3-expected.txt:
15363         * platform/efl/svg/text/select-x-list-4-expected.png:
15364         * platform/efl/svg/text/select-x-list-4-expected.txt:
15365         * platform/efl/svg/text/select-x-list-with-tspans-1-expected.png:
15366         * platform/efl/svg/text/select-x-list-with-tspans-1-expected.txt:
15367         * platform/efl/svg/text/select-x-list-with-tspans-2-expected.png:
15368         * platform/efl/svg/text/select-x-list-with-tspans-2-expected.txt:
15369         * platform/efl/svg/text/select-x-list-with-tspans-3-expected.png:
15370         * platform/efl/svg/text/select-x-list-with-tspans-3-expected.txt:
15371         * platform/efl/svg/text/select-x-list-with-tspans-4-expected.png:
15372         * platform/efl/svg/text/select-x-list-with-tspans-4-expected.txt:
15373         * platform/efl/svg/text/selection-doubleclick-expected.png:
15374         * platform/efl/svg/text/selection-doubleclick-expected.txt:
15375         * platform/efl/svg/text/small-fonts-2-expected.png:
15376         * platform/efl/svg/text/small-fonts-2-expected.txt:
15377         * platform/efl/svg/text/small-fonts-3-expected.png:
15378         * platform/efl/svg/text/small-fonts-3-expected.txt:
15379         * platform/efl/svg/text/small-fonts-expected.png:
15380         * platform/efl/svg/text/small-fonts-expected.txt: Added.
15381         * platform/efl/svg/text/small-fonts-in-html5-expected.png:
15382         * platform/efl/svg/text/small-fonts-in-html5-expected.txt:
15383         * platform/efl/svg/text/text-align-01-b-expected.png:
15384         * platform/efl/svg/text/text-align-01-b-expected.txt:
15385         * platform/efl/svg/text/text-align-02-b-expected.png:
15386         * platform/efl/svg/text/text-align-02-b-expected.txt:
15387         * platform/efl/svg/text/text-align-03-b-expected.png:
15388         * platform/efl/svg/text/text-align-03-b-expected.txt:
15389         * platform/efl/svg/text/text-align-04-b-expected.png:
15390         * platform/efl/svg/text/text-align-04-b-expected.txt:
15391         * platform/efl/svg/text/text-align-05-b-expected.png:
15392         * platform/efl/svg/text/text-align-05-b-expected.txt:
15393         * platform/efl/svg/text/text-align-06-b-expected.png:
15394         * platform/efl/svg/text/text-align-06-b-expected.txt:
15395         * platform/efl/svg/text/text-altglyph-01-b-expected.png:
15396         * platform/efl/svg/text/text-altglyph-01-b-expected.txt:
15397         * platform/efl/svg/text/text-deco-01-b-expected.png:
15398         * platform/efl/svg/text/text-deco-01-b-expected.txt:
15399         * platform/efl/svg/text/text-fonts-01-t-expected.png:
15400         * platform/efl/svg/text/text-fonts-01-t-expected.txt:
15401         * platform/efl/svg/text/text-hkern-expected.txt:
15402         * platform/efl/svg/text/text-path-01-b-expected.png:
15403         * platform/efl/svg/text/text-path-01-b-expected.txt:
15404         * platform/efl/svg/text/text-path-middle-align-expected.png:
15405         * platform/efl/svg/text/text-path-middle-align-expected.txt:
15406         * platform/efl/svg/text/text-spacing-01-b-expected.png:
15407         * platform/efl/svg/text/text-spacing-01-b-expected.txt:
15408         * platform/efl/svg/text/text-text-01-b-expected.png:
15409         * platform/efl/svg/text/text-text-01-b-expected.txt:
15410         * platform/efl/svg/text/text-text-03-b-expected.png:
15411         * platform/efl/svg/text/text-text-03-b-expected.txt:
15412         * platform/efl/svg/text/text-text-04-t-expected.png:
15413         * platform/efl/svg/text/text-text-04-t-expected.txt:
15414         * platform/efl/svg/text/text-text-05-t-expected.png:
15415         * platform/efl/svg/text/text-text-05-t-expected.txt:
15416         * platform/efl/svg/text/text-text-06-t-expected.png:
15417         * platform/efl/svg/text/text-text-06-t-expected.txt:
15418         * platform/efl/svg/text/text-text-07-t-expected.png:
15419         * platform/efl/svg/text/text-text-07-t-expected.txt:
15420         * platform/efl/svg/text/text-tref-01-b-expected.png:
15421         * platform/efl/svg/text/text-tref-01-b-expected.txt:
15422         * platform/efl/svg/text/text-tselect-01-b-expected.png:
15423         * platform/efl/svg/text/text-tselect-01-b-expected.txt:
15424         * platform/efl/svg/text/text-tselect-02-f-expected.png:
15425         * platform/efl/svg/text/text-tselect-02-f-expected.txt:
15426         * platform/efl/svg/text/text-tspan-01-b-expected.png:
15427         * platform/efl/svg/text/text-tspan-01-b-expected.txt:
15428         * platform/efl/svg/text/text-ws-01-t-expected.png:
15429         * platform/efl/svg/text/text-ws-01-t-expected.txt:
15430         * platform/efl/svg/text/text-ws-02-t-expected.png:
15431         * platform/efl/svg/text/text-ws-02-t-expected.txt:
15432         * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.png:
15433         * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
15434         * platform/efl/svg/wicd/rightsizing-grid-expected.png:
15435         * platform/efl/svg/wicd/rightsizing-grid-expected.txt:
15436         * platform/efl/svg/wicd/sizing-flakiness-expected.png:
15437         * platform/efl/svg/wicd/sizing-flakiness-expected.txt:
15438         * platform/efl/svg/wicd/test-rightsizing-b-expected.png:
15439         * platform/efl/svg/wicd/test-rightsizing-b-expected.txt:
15440         * platform/efl/svg/zoom/page/zoom-foreignObject-expected.png:
15441         * platform/efl/svg/zoom/page/zoom-foreignObject-expected.txt:
15442         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
15443         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
15444         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
15445         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
15446         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
15447         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
15448         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
15449         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
15450         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:
15451         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.txt:
15452
15453 2013-01-25  Xianzhu Wang  <wangxianzhu@chromium.org>
15454
15455         debugger-terminate-dedicated-worker-while-paused.html is flaky on chromium-ews
15456         https://bugs.webkit.org/show_bug.cgi?id=107953
15457
15458         First mark flakyness for it in platform/chromium/TestExpectations.
15459
15460         Reviewed by Ojan Vafai.
15461
15462         * platform/chromium/TestExpectations:
15463
15464 2013-01-25  Mike West  <mkwst@chromium.org>
15465
15466         Merge isViewSource checks in ScriptController::executeIfJavaScriptURL and ScriptController::canExecuteScripts.
15467         https://bugs.webkit.org/show_bug.cgi?id=101683
15468
15469         Reviewed by Adam Barth.
15470
15471         * http/tests/security/view-source-javascript-url-in-document-expected.txt: Added.
15472         * http/tests/security/view-source-javascript-url-in-document.html: Added.
15473
15474 2013-01-25  Erik Arvidsson  <arv@chromium.org>
15475
15476         Unreviewed Chromium rebaseline.
15477
15478         Rebaseline tests on Chromium port after r140749.
15479
15480         * platform/chromium-win/fast/css/resize-corner-tracking-expected.png:
15481         * platform/chromium/TestExpectations:
15482
15483 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15484
15485         Unreviewed EFL rebaseline.
15486
15487         Rebaseline several tests on EFL port after r140728.
15488
15489         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
15490         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
15491         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
15492         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
15493         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
15494         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
15495         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
15496         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
15497         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
15498         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
15499         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png:
15500         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
15501         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
15502         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
15503         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png:
15504         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
15505         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png:
15506         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
15507         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png:
15508         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Added.
15509         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png:
15510         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
15511         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
15512         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
15513         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
15514         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
15515         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
15516         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
15517         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
15518         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
15519         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
15520         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
15521         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png:
15522         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
15523         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png:
15524         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
15525         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
15526         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
15527         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png:
15528         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
15529         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png:
15530         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
15531         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
15532         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
15533         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
15534         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
15535         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
15536         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
15537         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
15538         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
15539         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
15540         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
15541         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
15542         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
15543         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
15544         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
15545         * platform/efl/svg/batik/filters/feTile-expected.png:
15546         * platform/efl/svg/batik/filters/feTile-expected.txt:
15547         * platform/efl/svg/batik/masking/maskRegions-expected.png:
15548         * platform/efl/svg/batik/masking/maskRegions-expected.txt:
15549         * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
15550         * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
15551         * platform/efl/svg/batik/paints/patternRegionA-expected.png:
15552         * platform/efl/svg/batik/paints/patternRegionA-expected.txt:
15553         * platform/efl/svg/batik/text/smallFonts-expected.png: Added.
15554         * platform/efl/svg/batik/text/smallFonts-expected.txt:
15555         * platform/efl/svg/batik/text/textAnchor-expected.png:
15556         * platform/efl/svg/batik/text/textAnchor-expected.txt:
15557         * platform/efl/svg/batik/text/textAnchor3-expected.png:
15558         * platform/efl/svg/batik/text/textAnchor3-expected.txt:
15559         * platform/efl/svg/batik/text/textDecoration-expected.png: Added.
15560         * platform/efl/svg/batik/text/textDecoration-expected.txt:
15561         * platform/efl/svg/batik/text/textDecoration2-expected.png:
15562         * platform/efl/svg/batik/text/textDecoration2-expected.txt:
15563         * platform/efl/svg/batik/text/textEffect-expected.png: Added.
15564         * platform/efl/svg/batik/text/textEffect-expected.txt:
15565         * platform/efl/svg/batik/text/textEffect2-expected.png: Added.
15566         * platform/efl/svg/batik/text/textEffect2-expected.txt:
15567         * platform/efl/svg/batik/text/textEffect3-expected.png:
15568         * platform/efl/svg/batik/text/textEffect3-expected.txt:
15569         * platform/efl/svg/batik/text/textFeatures-expected.png: Added.
15570         * platform/efl/svg/batik/text/textFeatures-expected.txt:
15571         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
15572         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
15573         * platform/efl/svg/batik/text/textLayout-expected.png: Added.
15574         * platform/efl/svg/batik/text/textLayout-expected.txt:
15575         * platform/efl/svg/batik/text/textLayout2-expected.png: Added.
15576         * platform/efl/svg/batik/text/textLayout2-expected.txt:
15577         * platform/efl/svg/batik/text/textLength-expected.png:
15578         * platform/efl/svg/batik/text/textLength-expected.txt:
15579         * platform/efl/svg/batik/text/textOnPath-expected.png:
15580         * platform/efl/svg/batik/text/textOnPath-expected.txt:
15581         * platform/efl/svg/batik/text/textOnPath3-expected.png:
15582         * platform/efl/svg/batik/text/textOnPath3-expected.txt:
15583         * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
15584         * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
15585         * platform/efl/svg/batik/text/textPCDATA-expected.png:
15586         * platform/efl/svg/batik/text/textPCDATA-expected.txt:
15587         * platform/efl/svg/batik/text/textPosition-expected.png:
15588         * platform/efl/svg/batik/text/textPosition-expected.txt:
15589         * platform/efl/svg/batik/text/textPosition2-expected.png:
15590         * platform/efl/svg/batik/text/textPosition2-expected.txt:
15591         * platform/efl/svg/batik/text/textProperties-expected.png:
15592         * platform/efl/svg/batik/text/textProperties-expected.txt:
15593         * platform/efl/svg/batik/text/textProperties2-expected.png: Added.
15594         * platform/efl/svg/batik/text/textProperties2-expected.txt:
15595         * platform/efl/svg/batik/text/textStyles-expected.png:
15596         * platform/efl/svg/batik/text/textStyles-expected.txt:
15597         * platform/efl/svg/batik/text/verticalText-expected.png:
15598         * platform/efl/svg/batik/text/verticalText-expected.txt:
15599         * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
15600         * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
15601
15602 2013-01-25  Victor Carbune  <vcarbune@chromium.org>
15603
15604         Heap-use-after-free in WebCore::TextTrackCue::isActive
15605         https://bugs.webkit.org/show_bug.cgi?id=104594
15606
15607         Reviewed by Eric Carlson.
15608
15609         * media/track/track-remove-active-cue-crash-expected.txt: Added.
15610         * media/track/track-remove-active-cue-crash.html: Added.
15611
15612 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15613
15614         Unreviewed EFL rebaseline.
15615
15616         Rebaseline several tests on EFL port after r140728.
15617
15618         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
15619         * 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.
15620         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
15621         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
15622         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
15623         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
15624         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
15625         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
15626         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
15627         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
15628         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
15629         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
15630         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
15631         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
15632         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
15633         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
15634         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
15635         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
15636         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
15637         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
15638         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
15639         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
15640         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
15641         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
15642         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
15643         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
15644         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
15645         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
15646         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
15647         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
15648         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
15649         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
15650         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
15651         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
15652         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
15653         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
15654         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
15655         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
15656         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
15657         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
15658         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
15659         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
15660         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
15661         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
15662         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
15663         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
15664         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
15665         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
15666         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
15667         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
15668         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
15669         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
15670         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
15671         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
15672         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
15673         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
15674         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
15675         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
15676         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
15677         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
15678         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
15679         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
15680         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
15681         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
15682         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
15683         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
15684         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
15685         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
15686         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
15687         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
15688         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
15689         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
15690         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
15691         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
15692         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
15693         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
15694         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
15695         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
15696         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
15697         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
15698         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
15699         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
15700         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
15701         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
15702         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
15703         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
15704         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
15705         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
15706         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
15707         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
15708         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
15709         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
15710         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
15711         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
15712         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
15713         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
15714         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
15715         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
15716         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
15717         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
15718         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
15719         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
15720         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
15721         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
15722         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
15723         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
15724         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
15725         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
15726         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
15727         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
15728         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
15729         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
15730         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
15731         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
15732         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
15733         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
15734         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
15735         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
15736         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
15737         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
15738         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
15739         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
15740         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
15741         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
15742         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
15743         * 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.
15744         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
15745         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
15746         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
15747         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
15748         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
15749         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
15750         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
15751         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
15752         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
15753         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
15754         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
15755         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
15756         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
15757         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
15758         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
15759         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
15760         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
15761         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
15762         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
15763         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
15764         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
15765         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
15766         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
15767         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
15768         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
15769         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
15770         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
15771         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
15772         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
15773         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
15774         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
15775         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
15776         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
15777         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
15778         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
15779         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
15780         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
15781         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
15782         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
15783         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
15784         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
15785         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
15786         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
15787         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
15788         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
15789         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
15790         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
15791         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
15792         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
15793         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
15794         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
15795         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
15796         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
15797         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
15798         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
15799         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
15800         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
15801         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
15802         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
15803         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
15804         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
15805         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
15806         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
15807         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
15808         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
15809         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
15810         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
15811         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
15812         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
15813         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
15814         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
15815         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
15816         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
15817         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
15818         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
15819         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
15820
15821 2013-01-25  Mike West  <mkwst@chromium.org>
15822
15823         Web Inspector: Cleanup console.* API MessageSource/Levels.
15824         https://bugs.webkit.org/show_bug.cgi?id=107946
15825
15826         Reviewed by Pavel Feldman.
15827
15828         * inspector/console/console-tests-expected.txt:
15829
15830 2013-01-25  Andrey Lushnikov  <lushnikov@chromium.org>
15831
15832         Web Inspector: highlight occurences of word in DefaultTextEditor
15833         https://bugs.webkit.org/show_bug.cgi?id=105523
15834
15835         Reviewed by Pavel Feldman.
15836
15837         Add new test to verify token highlightning functionality.
15838
15839         * inspector/editor/editor-test.js:
15840         (initialize_EditorTests.InspectorTest.createTestEditor): Added optional TextEditorDelegate argument.
15841         * inspector/editor/text-editor-highlight-token-expected.txt: Added.
15842         * inspector/editor/text-editor-highlight-token.html: Added.
15843
15844 2013-01-25  Zan Dobersek  <zdobersek@igalia.com>
15845
15846         Unreviewed GTK gardening.
15847
15848         Rebaselining failing SVG tests after r140728.
15849
15850         * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
15851         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
15852         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
15853         * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
15854         * platform/gtk/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
15855         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
15856         * platform/gtk/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
15857         * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt: Added.
15858         * platform/gtk/svg/hixie/viewbox/002-expected.txt: Added.
15859         * platform/gtk/svg/hixie/viewbox/003-expected.txt: Added.
15860         * platform/gtk/svg/text/text-viewbox-rescale-expected.txt: Added.
15861         * platform/gtk/svg/zoom/page/zoom-zoom-coords-expected.txt:
15862
15863 2013-01-25  Keishi Hattori  <keishi@webkit.org>
15864
15865         [Chromium] Fixing expectation entry for selection-clear.html.
15866
15867         Unreviewed. Gardening.
15868
15869         * platform/chromium/TestExpectations:
15870
15871 2013-01-25  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
15872
15873         Unreviewed EFL rebaseline.
15874
15875         Rebaseline several tests on EFL port after r140728.
15876
15877         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
15878         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
15879         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
15880         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
15881         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
15882         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
15883         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
15884         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
15885         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
15886         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
15887         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
15888         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
15889         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
15890         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
15891         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
15892         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
15893         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
15894         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
15895         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
15896         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
15897         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
15898         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
15899         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
15900         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
15901         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
15902         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
15903         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
15904         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
15905         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
15906         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
15907         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
15908         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
15909         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
15910         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
15911         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
15912         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
15913         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
15914         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
15915         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
15916         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
15917         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
15918         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
15919         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
15920         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
15921         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
15922         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
15923         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
15924         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
15925         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
15926         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
15927         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
15928         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
15929         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
15930         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
15931         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
15932         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
15933         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
15934         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
15935         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
15936         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
15937         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
15938         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
15939         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
15940         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
15941         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
15942         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
15943         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
15944         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
15945         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
15946         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
15947         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
15948         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
15949         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
15950         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
15951         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
15952         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
15953         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
15954         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
15955         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
15956         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
15957         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
15958         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
15959
15960 2013-01-25  Keishi Hattori  <keishi@webkit.org>
15961
15962         [Chromium] Fixing expectations for textLayout.svg.
15963
15964         Unreviewed. Gardening.
15965
15966         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
15967         * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Removed.
15968         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: Removed.
15969         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
15970
15971 2013-01-25  Keishi Hattori  <keishi@webkit.org>
15972
15973         [Chromium] Resolving duplicate expectation entries.
15974
15975         Unreviewed. Gardening.
15976
15977         * platform/chromium/TestExpectations:
15978
15979 2013-01-25  Alexander Pavlov  <apavlov@chromium.org>
15980
15981         Web Inspector: [Styles] Editing a property value containing a trimmed data: URL breaks the style
15982         https://bugs.webkit.org/show_bug.cgi?id=107936
15983
15984         Reviewed by Yury Semikhatsky.
15985
15986         * inspector/styles/edit-value-with-trimmed-url-expected.txt: Added.
15987         * inspector/styles/edit-value-with-trimmed-url.html: Added.
15988
15989 2013-01-25  Keishi Hattori  <keishi@webkit.org>
15990
15991         [Chromium] Rebaselining textLayout.svg.
15992
15993         Unreviewed. Gardening.
15994
15995         * platform/chromium-mac-mountainlion/svg/batik/text/textLayout-expected.png: Added.
15996         * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Removed.
15997
15998 2013-01-25  Elliott Sprehn  <esprehn@gmail.com>
15999
16000         Assert the connectedSubframeCount is consistent and fix over counting
16001         https://bugs.webkit.org/show_bug.cgi?id=107302
16002
16003         Reviewed by Alexey Proskuryakov.
16004
16005         Add a test that removing an iframe in the middle of unload causes the
16006         contentDocument to become immediately inaccessible.
16007
16008         * fast/frames/reparent-in-unload-contentdocument-expected.txt: Added.
16009         * fast/frames/reparent-in-unload-contentdocument.html: Added.
16010
16011 2013-01-25  Kent Tamura  <tkent@chromium.org>
16012
16013         INPUT_MULTIPLE_FIELDS_UI: Inconsistent value of aria-valuetext attribute
16014         https://bugs.webkit.org/show_bug.cgi?id=107897
16015
16016         Reviewed by Kentaro Hara.
16017
16018         Fix existing tests to show aria-valuenow attribute values.
16019
16020         * fast/forms/resources/multiple-fields-ax-aria-attributes.js: Added.
16021         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt:
16022         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html:
16023         Use multiple-fields-ax-aria-attributes.js.
16024         Add tests for initial empty-value state.
16025         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt:
16026         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html:
16027         Use multiple-fields-ax-aria-attributes.js.
16028         * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt:
16029         * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html:
16030         Use multiple-fields-ax-aria-attributes.js.
16031
16032 2013-01-25  Keishi Hattori  <keishi@webkit.org>
16033
16034         [Chromium] Rebaseline for r140728.
16035
16036         Unreviewed. Gardening.
16037
16038         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
16039         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
16040         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
16041         * platform/chromium-linux-x86/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
16042         * platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
16043         * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
16044         * platform/chromium-linux-x86/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
16045         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
16046         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
16047         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
16048         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
16049         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
16050         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
16051         * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Removed.
16052         * platform/chromium-linux-x86/svg/carto.net/tabgroup-expected.txt: Removed.
16053         * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Removed.
16054         * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
16055         * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-expected.txt:
16056         * platform/chromium-linux-x86/svg/custom/use-modify-target-symbol-expected.txt:
16057         * platform/chromium-linux-x86/svg/text/bidi-tspans-expected.txt:
16058         * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
16059         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
16060         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
16061         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
16062         * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
16063         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
16064         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
16065         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
16066         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
16067         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
16068         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
16069         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
16070         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
16071         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
16072         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
16073         * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
16074         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Removed.
16075         * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Removed.
16076         * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Removed.
16077         * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
16078         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Removed.
16079         * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Removed.
16080         * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Removed.
16081         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Removed.
16082         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
16083         * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Removed.
16084         * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Removed.
16085         * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Removed.
16086         * platform/chromium-win/svg/text/small-fonts-2-expected.png:
16087
16088 2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
16089
16090         Mac WK1 rebaselines for r140728.
16091
16092         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
16093         * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
16094         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
16095         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
16096         * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
16097
16098 2013-01-25  Keishi Hattori  <keishi@webkit.org>
16099
16100         [Chromium] Marking resize-corner-tracking*.html as failing.
16101
16102         Unreviewed. Gardening.
16103
16104         * platform/chromium/TestExpectations:
16105
16106 2013-01-25  Dominic Mazzoni  <dmazzoni@google.com>
16107
16108         REGRESSION (r140658): Multiple accessibility failures on GTK
16109         https://bugs.webkit.org/show_bug.cgi?id=107832
16110
16111         Reviewed by Chris Fleizach.
16112
16113         Re-enable accessibility tests that were skipped when they started
16114         failing.
16115
16116         * platform/gtk/TestExpectations:
16117
16118 2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
16119
16120         (Hopefully) Final Mac rebaselines for r140728.
16121
16122         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
16123         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
16124         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
16125         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
16126         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
16127         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
16128         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
16129         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
16130         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
16131         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
16132         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
16133         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Removed.
16134         * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Removed.
16135         * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Removed.
16136         * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Removed.
16137         * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
16138         * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
16139         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
16140         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
16141         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
16142         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
16143         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
16144         * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
16145         * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
16146         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
16147         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
16148         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
16149         * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
16150         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
16151         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
16152         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
16153         * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
16154         * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
16155         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
16156         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
16157         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
16158         * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
16159         * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
16160         * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
16161         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
16162         * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
16163         * platform/mac/svg/batik/paints/patternRegions-expected.txt: Removed.
16164         * platform/mac/svg/batik/text/textAnchor3-expected.txt: Removed.
16165         * platform/mac/svg/batik/text/textDecoration-expected.txt: Removed.
16166         * platform/mac/svg/batik/text/textLayout-expected.txt: Removed.
16167         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
16168         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
16169         * platform/mac/svg/custom/font-face-cascade-order-expected.txt:
16170         * platform/mac/svg/custom/marker-default-width-height-expected.txt:
16171         * platform/mac/svg/custom/text-hit-test-expected.txt:
16172         * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
16173         * svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
16174         * svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
16175         * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
16176         * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
16177         * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
16178         * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
16179         * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
16180         * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
16181         * svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
16182         * svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
16183         * svg/batik/paints/patternRegions-expected.txt: Added.
16184         * svg/batik/text/textAnchor3-expected.txt: Added.
16185         * svg/batik/text/textDecoration-expected.txt: Added.
16186         * svg/batik/text/textLayout-expected.txt: Added.
16187
16188 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16189
16190         [Chromium] Rebaselining verticalText.svg after r140728.
16191
16192         Unreviewed. Gardening.
16193
16194         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
16195         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
16196
16197 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16198
16199         [Chromium] Rebaselining combobox.svg after r140693.
16200
16201         Unreviewed. Gardening.
16202
16203         * platform/chromium-mac/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt.
16204         * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Removed.
16205         * platform/chromium-win/svg/carto.net/combobox-expected.txt:
16206
16207 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16208
16209         [Chromium] Marking resize-corner-tracking*.html as failing.
16210
16211         Unreviewed. Gardening.
16212
16213         * platform/chromium/TestExpectations:
16214
16215 2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>
16216
16217         Even more Mac rebaselines after r140728.
16218
16219         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
16220         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
16221         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
16222         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
16223         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
16224         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
16225         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
16226         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
16227         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
16228         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
16229         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
16230         * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Removed.
16231         * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
16232         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
16233         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
16234         * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
16235         * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
16236         * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
16237         * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
16238         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
16239         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
16240         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
16241         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
16242         * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
16243         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
16244         * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
16245         * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
16246         * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
16247         * platform/mac/svg/batik/text/textAnchor2-expected.txt: Removed.
16248         * platform/mac/svg/carto.net/selectionlist-expected.txt:
16249         * platform/mac/svg/custom/pattern-rotate-expected.txt:
16250         * platform/mac/svg/hixie/viewbox/003-expected.txt: Added.
16251         * platform/mac/svg/text/bidi-embedded-direction-expected.txt: Removed.
16252         * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
16253         * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
16254         * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
16255         * svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
16256         * svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
16257         * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
16258         * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
16259         * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
16260         * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
16261         * svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
16262         * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
16263         * svg/batik/text/textAnchor2-expected.txt: Added.
16264         * svg/text/bidi-embedded-direction-expected.txt: Added.
16265
16266 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16267
16268         [Chromium] Marking resize-corner-tracking-transformed-iframe.html as failing.
16269
16270         Unreviewed. Gardening.
16271
16272         * platform/chromium/TestExpectations:
16273
16274 2013-01-25  Ryosuke Niwa  <rniwa@webkit.org>
16275
16276         Another Mac rebaseline attempt after r140728.
16277
16278         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
16279         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
16280         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
16281         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
16282         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Removed.
16283         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
16284         * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Removed.
16285         * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Removed.
16286         * platform/chromium-mac/svg/hixie/error/002-expected.txt: Removed.
16287         * platform/chromium-mac/svg/hixie/error/013-expected.txt: Removed.
16288         * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
16289         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
16290         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
16291         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
16292         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
16293         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
16294         * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
16295         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
16296         * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
16297         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
16298         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
16299         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
16300         * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
16301         * platform/mac/svg/batik/masking/maskRegions-expected.txt: Removed.
16302         * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
16303         * platform/mac/svg/batik/text/textPCDATA-expected.txt: Removed.
16304         * platform/mac/svg/batik/text/textProperties-expected.txt: Removed.
16305         * platform/mac/svg/carto.net/scrollbar-expected.txt:
16306         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
16307         * platform/mac/svg/custom/invalid-css-expected.txt:
16308         * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
16309         * platform/mac/svg/custom/text-ctm-expected.txt:
16310         * platform/mac/svg/hixie/error/002-expected.txt: Removed.
16311         * platform/mac/svg/hixie/error/013-expected.txt: Removed.
16312         * platform/mac/svg/text/non-bmp-positioning-lists-expected.txt:
16313         * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
16314         * svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
16315         * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
16316         * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
16317         * svg/batik/masking/maskRegions-expected.txt: Added.
16318         * svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
16319         * svg/batik/text/textPCDATA-expected.txt: Added.
16320         * svg/batik/text/textProperties-expected.txt: Added.
16321         * svg/hixie/error/002-expected.txt: Added.
16322         * svg/hixie/error/013-expected.txt: Added.
16323
16324 2013-01-24  Ryosuke Niwa  <rniwa@webkit.org>
16325
16326         Mac rebaseline attempt after r140728.
16327
16328         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Removed.
16329         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
16330         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
16331         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
16332         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
16333         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
16334         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
16335         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
16336         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
16337         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
16338         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
16339         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
16340         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
16341         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
16342         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
16343         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
16344         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
16345         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
16346         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
16347         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
16348         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
16349         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
16350         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
16351         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
16352         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
16353         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
16354         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
16355         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
16356         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
16357         * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
16358         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
16359         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
16360         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
16361         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
16362         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
16363         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
16364         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
16365         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
16366         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
16367         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
16368         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
16369         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
16370         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
16371         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
16372         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
16373         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
16374         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
16375         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
16376         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
16377         * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
16378         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
16379         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
16380         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
16381         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
16382         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
16383         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
16384         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
16385         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
16386         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
16387         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
16388         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
16389         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
16390         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
16391         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
16392         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
16393         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
16394         * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
16395         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
16396         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
16397         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
16398         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
16399         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
16400         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
16401         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
16402         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
16403         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
16404         * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
16405         * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
16406         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
16407         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
16408         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
16409         * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
16410         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
16411         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
16412         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
16413         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
16414         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
16415         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
16416         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
16417         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
16418         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
16419         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
16420         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
16421         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Removed.
16422         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
16423         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
16424         * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Removed.
16425         * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Removed.
16426         * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
16427         * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Removed.
16428         * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Removed.
16429         * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Removed.
16430         * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Removed.
16431         * platform/chromium-mac/svg/carto.net/button-expected.txt: Removed.
16432         * platform/chromium-mac/svg/carto.net/slider-expected.txt: Removed.
16433         * platform/chromium-mac/svg/css/shadow-changes-expected.txt: Added.
16434         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Removed.
16435         * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Removed.
16436         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
16437         * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
16438         * platform/chromium-win/svg/hixie/viewbox/003-expected.png: Added.
16439         * platform/chromium/svg/css/shadow-changes-expected.txt: Removed.
16440         * platform/chromium/svg/custom/getTransformToElement-expected.png: Removed.
16441         * platform/chromium/svg/custom/style-attribute-font-size-expected.png: Removed.
16442         * platform/chromium/svg/custom/text-ctm-expected.png: Removed.
16443         * platform/chromium/svg/hixie/viewbox/003-expected.png: Removed.
16444         * platform/efl-wk2/svg/W3C-SVG-1.1: Added.
16445         * platform/efl-wk2/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
16446         * platform/efl-wk2/svg/batik/text/textDecoration-expected.png: Added.
16447         * platform/efl-wk2/svg/batik/text/textEffect2-expected.png: Added.
16448         * platform/efl-wk2/svg/batik/text/textProperties2-expected.png: Added.
16449         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Removed.
16450         * platform/efl/svg/batik/text/textDecoration-expected.png: Removed.
16451         * platform/efl/svg/batik/text/textEffect2-expected.png: Removed.
16452         * platform/efl/svg/batik/text/textProperties2-expected.png: Removed.
16453         * platform/efl/svg/hixie/viewbox/002-expected.png: Removed.
16454         * platform/efl/svg/hixie/viewbox/003-expected.png: Removed.
16455         * platform/gtk/svg/hixie/viewbox/002-expected.png: Removed.
16456         * platform/gtk/svg/hixie/viewbox/003-expected.png: Removed.
16457         * platform/mac/css3/zoom-coords-expected.txt: Added.
16458         * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
16459         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
16460         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
16461         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
16462         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
16463         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
16464         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
16465         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
16466         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
16467         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
16468         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
16469         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
16470         * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
16471         * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
16472         * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
16473         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
16474         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
16475         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
16476         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
16477         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
16478         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
16479         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
16480         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
16481         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
16482         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
16483         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
16484         * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
16485         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
16486         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
16487         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
16488         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
16489         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
16490         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
16491         * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
16492         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
16493         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
16494         * platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
16495         * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
16496         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
16497         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
16498         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
16499         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
16500         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
16501         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
16502         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
16503         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
16504         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
16505         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
16506         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
16507         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
16508         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
16509         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
16510         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
16511         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
16512         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
16513         * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
16514         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
16515         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
16516         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
16517         * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
16518         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
16519         * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
16520         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
16521         * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
16522         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
16523         * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
16524         * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
16525         * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
16526         * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
16527         * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
16528         * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
16529         * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
16530         * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
16531         * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
16532         * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
16533         * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
16534         * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
16535         * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
16536         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
16537         * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
16538         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
16539         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
16540         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
16541         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
16542         * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
16543         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
16544         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
16545         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
16546         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
16547         * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
16548         * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
16549         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
16550         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
16551         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
16552         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
16553         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
16554         * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
16555         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
16556         * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
16557         * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
16558         * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
16559         * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
16560         * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
16561         * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
16562         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
16563         * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
16564         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
16565         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
16566         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
16567         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
16568         * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
16569         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
16570         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
16571         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
16572         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
16573         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
16574         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
16575         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
16576         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
16577         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
16578         * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
16579         * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
16580         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
16581         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
16582         * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
16583         * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
16584         * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
16585         * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
16586         * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
16587         * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
16588         * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
16589         * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
16590         * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
16591         * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
16592         * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
16593         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
16594         * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
16595         * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
16596         * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
16597         * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
16598         * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
16599         * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
16600         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
16601         * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
16602         * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
16603         * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
16604         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
16605         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
16606         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
16607         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
16608         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
16609         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
16610         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
16611         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
16612         * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
16613         * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
16614         * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
16615         * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
16616         * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
16617         * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
16618         * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
16619         * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
16620         * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
16621         * platform/mac/svg/batik/filters/feTile-expected.txt:
16622         * platform/mac/svg/batik/filters/filterRegions-expected.txt: Removed.
16623         * platform/mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
16624         * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
16625         * platform/mac/svg/batik/text/textDecoration2-expected.txt: Removed.
16626         * platform/mac/svg/batik/text/textEffect2-expected.txt: Removed.
16627         * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
16628         * platform/mac/svg/batik/text/textLength-expected.txt: Removed.
16629         * platform/mac/svg/batik/text/textOnPath2-expected.txt:
16630         * platform/mac/svg/batik/text/textOnPath3-expected.txt:
16631         * platform/mac/svg/batik/text/textPosition-expected.txt: Removed.
16632         * platform/mac/svg/batik/text/textPosition2-expected.txt: Added.
16633         * platform/mac/svg/batik/text/textProperties2-expected.txt: Removed.
16634         * platform/mac/svg/batik/text/verticalText-expected.txt: Removed.
16635         * platform/mac/svg/carto.net/button-expected.txt: Removed.
16636         * platform/mac/svg/carto.net/slider-expected.txt: Removed.
16637         * platform/mac/svg/carto.net/textbox-expected.txt:
16638         * platform/mac/svg/carto.net/window-expected.txt:
16639         * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt:
16640         * platform/mac/svg/css/shadow-changes-expected.txt:
16641         * platform/mac/svg/css/text-shadow-multiple-expected.txt: Removed.
16642         * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
16643         * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
16644         * platform/mac/svg/custom/getTransformToElement-expected.txt:
16645         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
16646         * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
16647         * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
16648         * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
16649         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
16650         * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
16651         * platform/mac/svg/custom/linking-uri-01-b-expected.txt:
16652         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
16653         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
16654         * platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
16655         * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
16656         * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
16657         * platform/mac/svg/custom/text-clip-expected.txt:
16658         * platform/mac/svg/custom/text-filter-expected.txt:
16659         * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
16660         * platform/mac/svg/custom/use-dynamic-append-expected.txt:
16661         * platform/mac/svg/hixie/perf/001-expected.txt:
16662         * platform/mac/svg/hixie/perf/002-expected.txt:
16663         * platform/mac/svg/hixie/perf/007-expected.txt:
16664         * platform/mac/svg/hixie/viewbox/002-expected.txt: Added.
16665         * platform/mac/svg/text/font-size-below-point-five-expected.txt: Removed.
16666         * platform/mac/svg/text/text-midpoint-split-bug-expected.txt:
16667         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
16668         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
16669         * platform/mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
16670         * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Removed.
16671         * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
16672         * svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
16673         * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
16674         * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
16675         * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
16676         * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
16677         * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
16678         * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
16679         * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
16680         * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
16681         * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
16682         * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
16683         * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
16684         * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
16685         * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
16686         * svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
16687         * svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
16688         * svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
16689         * svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
16690         * svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
16691         * svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
16692         * svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
16693         * svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
16694         * svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
16695         * svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
16696         * svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
16697         * svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
16698         * svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
16699         * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
16700         * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
16701         * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
16702         * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
16703         * svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
16704         * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
16705         * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
16706         * svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
16707         * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
16708         * svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
16709         * svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
16710         * svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
16711         * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
16712         * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
16713         * svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
16714         * svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
16715         * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
16716         * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
16717         * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
16718         * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
16719         * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
16720         * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
16721         * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
16722         * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
16723         * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
16724         * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
16725         * svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
16726         * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
16727         * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
16728         * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
16729         * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
16730         * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
16731         * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
16732         * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
16733         * svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
16734         * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
16735         * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
16736         * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
16737         * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
16738         * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
16739         * svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
16740         * svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
16741         * svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
16742         * svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
16743         * svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
16744         * svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
16745         * svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
16746         * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
16747         * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
16748         * svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
16749         * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
16750         * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
16751         * svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
16752         * svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
16753         * svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
16754         * svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
16755         * svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
16756         * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
16757         * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
16758         * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
16759         * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
16760         * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
16761         * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
16762         * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
16763         * svg/batik/filters/filterRegions-expected.txt: Added.
16764         * svg/batik/paints/patternRegionA-expected.txt: Added.
16765         * svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
16766         * svg/batik/text/textDecoration2-expected.txt: Added.
16767         * svg/batik/text/textEffect2-expected.txt: Added.
16768         * svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
16769         * svg/batik/text/textLength-expected.txt: Added.
16770         * svg/batik/text/textPosition-expected.txt: Added.
16771         * svg/batik/text/textProperties2-expected.txt: Added.
16772         * svg/batik/text/verticalText-expected.txt: Added.
16773         * svg/carto.net/button-expected.txt: Added.
16774         * svg/carto.net/slider-expected.txt: Added.
16775         * svg/css/text-shadow-multiple-expected.txt: Added.
16776         * svg/hixie/viewbox/002-expected.png: Added.
16777         * svg/hixie/viewbox/003-expected.png: Added.
16778         * svg/text/font-size-below-point-five-expected.txt: Added.
16779         * svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
16780         * svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
16781
16782 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16783
16784         Adjust design of the Calendar Picker
16785         https://bugs.webkit.org/show_bug.cgi?id=107507
16786
16787         Reviewed by Kent Tamura.
16788
16789         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
16790         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
16791         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
16792         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html:
16793         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
16794         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
16795         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt:
16796         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt:
16797         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html:
16798         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
16799         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
16800         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
16801         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
16802         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
16803         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
16804         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
16805         * platform/chromium/TestExpectations: Marking calendar picker appearance tests as needing rebaseline.
16806
16807 2013-01-24  Michael Saboff  <msaboff@apple.com>
16808
16809         Add js/regress tests for integer modulo
16810         https://bugs.webkit.org/show_bug.cgi?id=107885
16811
16812         Reviewed by Filip Pizlo.
16813
16814         New JSRegress test for integer modulo.
16815
16816         * fast/js/regress/integer-modulo-expected.txt: Added.
16817         * fast/js/regress/integer-modulo.html: Added.
16818         * fast/js/regress/script-tests/integer-modulo.js: Added.
16819
16820 2013-01-24  Emil A Eklund  <eae@chromium.org>
16821
16822         Unreviewed rebaselines for r140728.
16823
16824         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
16825         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
16826         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
16827         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
16828         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
16829         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
16830         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
16831         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
16832         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
16833         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
16834         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
16835         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
16836         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
16837         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
16838         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
16839         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
16840         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
16841         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
16842         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
16843         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
16844         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
16845         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
16846         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
16847         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
16848         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
16849         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
16850         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
16851         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
16852         * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Removed.
16853         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
16854         * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Removed.
16855         * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Removed.
16856         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
16857         * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
16858         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
16859         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
16860         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
16861         * platform/chromium/svg/batik/text/textPosition2-expected.txt: Removed.
16862         * platform/mac-lion/svg/W3C-I18N: Added.
16863         * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
16864         * platform/mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
16865         * platform/mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
16866         * platform/mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
16867         * platform/mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
16868         * platform/mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
16869         * platform/mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
16870         * platform/mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
16871         * platform/mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
16872         * platform/mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
16873         * platform/mac-lion/svg/W3C-SVG-1.1: Added.
16874         * platform/mac-lion/svg/W3C-SVG-1.1-SE: Added.
16875         * platform/mac-lion/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
16876         * platform/mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
16877         * platform/mac-lion/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
16878         * platform/mac-lion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
16879         * platform/mac-lion/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
16880         * platform/mac-lion/svg/custom/dominant-baseline-hanging-expected.txt: Added.
16881         * platform/mac-lion/svg/custom/font-face-simple-expected.txt: Added.
16882         * platform/mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
16883         * platform/mac-lion/svg/custom/linking-uri-01-b-expected.txt: Added.
16884         * platform/mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
16885         * platform/mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
16886         * platform/mac-lion/svg/custom/text-rotation-expected.txt: Added.
16887         * platform/mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
16888         * platform/mac-wk2/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
16889         * platform/mac-wk2/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
16890         * platform/mac-wk2/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
16891         * platform/mac-wk2/svg/custom/text-dom-01-f-expected.txt: Added.
16892         * platform/mac-wk2/svg/custom/text-rotation-expected.txt: Added.
16893         * platform/mac-wk2/svg/custom/text-x-dy-lists-expected.txt: Added.
16894         * platform/mac-wk2/svg/zoom: Removed.
16895         * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
16896         * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
16897         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
16898         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
16899         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
16900         * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
16901         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
16902         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
16903         * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
16904         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
16905         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
16906         * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
16907         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
16908         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
16909         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
16910         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
16911         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
16912         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
16913         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
16914         * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
16915         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
16916         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
16917         * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
16918         * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
16919         * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
16920         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
16921         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
16922         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
16923         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
16924         * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
16925         * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
16926         * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
16927         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
16928         * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
16929         * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
16930         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
16931         * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
16932         * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
16933         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
16934         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
16935         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
16936         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
16937         * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
16938         * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
16939         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
16940         * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
16941         * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
16942         * platform/mac/svg/batik/text/textAnchor-expected.txt: Removed.
16943         * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
16944         * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
16945         * platform/mac/svg/batik/text/textStyles-expected.txt: Removed.
16946         * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
16947         * platform/mac/svg/custom/font-face-simple-expected.txt:
16948         * platform/mac/svg/custom/image-small-width-height-expected.txt:
16949         * platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
16950         * platform/mac/svg/custom/text-dom-01-f-expected.txt:
16951         * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
16952         * platform/mac/svg/custom/text-rotation-expected.txt:
16953         * platform/mac/svg/custom/text-x-dy-lists-expected.txt:
16954         * platform/mac/svg/text/text-repaint-rects-expected.txt: Removed.
16955         * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
16956         * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
16957         * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
16958         * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
16959         * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
16960         * svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
16961         * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
16962         * svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
16963         * svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
16964         * svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
16965         * svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
16966         * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
16967         * svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
16968         * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
16969         * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
16970         * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
16971         * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
16972         * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
16973         * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
16974         * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
16975         * svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
16976         * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
16977         * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
16978         * svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
16979         * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
16980         * svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
16981         * svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
16982         * svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
16983         * svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
16984         * svg/batik/text/textAnchor-expected.txt: Added.
16985         * svg/batik/text/textOnPathSpaces-expected.txt: Added.
16986         * svg/batik/text/textPosition2-expected.txt: Added.
16987         * svg/batik/text/textStyles-expected.txt: Added.
16988         * svg/text/text-repaint-rects-expected.txt: Added.
16989         * svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
16990
16991 2013-01-24  Keishi Hattori  <keishi@webkit.org>
16992
16993         [Chromium] Marking selection-clear.html as failing.
16994
16995         Unreviewed. Gardening.
16996
16997         * platform/chromium/TestExpectations:
16998
16999 2013-01-24  Erik Arvidsson  <arv@chromium.org>
17000
17001         Unreviewed Chromium rebaseline.
17002
17003         Rebaseline tests on Chromium port after r140693.
17004
17005         * platform/chromium-mac-lion/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/mac/svg/carto.net/combobox-expected.txt.
17006         * platform/chromium-win-xp/svg/carto.net/combobox-expected.txt: Copied from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.
17007         * svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/chromium/svg/carto.net/combobox-expected.txt.
17008
17009 2013-01-24  Emil A Eklund  <eae@chromium.org>
17010
17011         Unreviewed (manual) chromium and apple rebaseline for r140728.
17012
17013         * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
17014         * platform/chromium-linux/css3/zoom-coords-expected.txt:
17015         * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
17016         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
17017         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
17018         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
17019         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
17020         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
17021         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
17022         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
17023         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
17024         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
17025         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
17026         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
17027         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
17028         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
17029         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
17030         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
17031         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
17032         * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
17033         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
17034         * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
17035         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
17036         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
17037         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
17038         * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
17039         * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
17040         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
17041         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
17042         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
17043         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
17044         * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
17045         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
17046         * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
17047         * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
17048         * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
17049         * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
17050         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
17051         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
17052         * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
17053         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
17054         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
17055         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
17056         * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
17057         * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
17058         * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
17059         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
17060         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
17061         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
17062         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
17063         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
17064         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
17065         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
17066         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
17067         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
17068         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
17069         * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
17070         * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
17071         * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
17072         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
17073         * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
17074         * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
17075         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
17076         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
17077         * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
17078         * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
17079         * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
17080         * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17081         * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
17082         * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
17083         * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
17084         * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
17085         * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
17086         * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
17087         * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
17088         * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
17089         * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
17090         * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
17091         * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
17092         * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
17093         * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
17094         * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
17095         * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
17096         * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
17097         * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
17098         * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
17099         * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
17100         * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
17101         * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
17102         * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
17103         * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
17104         * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
17105         * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
17106         * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
17107         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17108         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17109         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
17110         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
17111         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17112         * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
17113         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
17114         * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
17115         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
17116         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17117         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
17118         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17119         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
17120         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
17121         * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
17122         * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
17123         * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
17124         * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
17125         * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
17126         * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
17127         * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
17128         * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
17129         * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
17130         * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
17131         * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
17132         * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
17133         * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
17134         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
17135         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
17136         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
17137         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
17138         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
17139         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
17140         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
17141         * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
17142         * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
17143         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
17144         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
17145         * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
17146         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
17147         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
17148         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
17149         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
17150         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
17151         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
17152         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
17153         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
17154         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
17155         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
17156         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
17157         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
17158         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
17159         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
17160         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
17161         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
17162         * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
17163         * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
17164         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
17165         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
17166         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
17167         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
17168         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
17169         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
17170         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
17171         * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
17172         * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
17173         * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
17174         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
17175         * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
17176         * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
17177         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
17178         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
17179         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
17180         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
17181         * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
17182         * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17183         * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
17184         * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
17185         * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
17186         * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
17187         * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
17188         * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
17189         * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
17190         * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
17191         * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
17192         * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
17193         * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
17194         * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
17195         * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
17196         * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
17197         * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
17198         * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
17199         * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
17200         * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
17201         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17202         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17203         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
17204         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
17205         * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17206         * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
17207         * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
17208         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
17209         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17210         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
17211         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17212         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
17213         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
17214         * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
17215         * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
17216         * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
17217         * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
17218         * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
17219         * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
17220         * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
17221         * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
17222         * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
17223         * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
17224         * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
17225         * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
17226         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
17227         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
17228         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
17229         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
17230         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
17231         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
17232         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
17233         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
17234         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
17235         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
17236         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
17237         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
17238         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
17239         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
17240         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
17241         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
17242         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
17243         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
17244         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
17245         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
17246         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
17247         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
17248         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
17249         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
17250         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
17251         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
17252         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
17253         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
17254         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
17255         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
17256         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
17257         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
17258         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
17259         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
17260         * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
17261         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
17262         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
17263         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
17264         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
17265         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
17266         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
17267         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
17268         * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
17269         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
17270         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
17271         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
17272         * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
17273         * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
17274         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
17275         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
17276         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
17277         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
17278         * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
17279         * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17280         * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
17281         * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
17282         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
17283         * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
17284         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
17285         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
17286         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
17287         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
17288         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
17289         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
17290         * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
17291         * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
17292         * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
17293         * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
17294         * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
17295         * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
17296         * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
17297         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17298         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17299         * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
17300         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
17301         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17302         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
17303         * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
17304         * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17305         * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17306         * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
17307         * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
17308         * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
17309         * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
17310         * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
17311         * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
17312         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
17313         * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
17314         * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
17315         * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
17316         * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
17317         * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
17318         * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
17319         * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
17320         * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
17321         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
17322         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
17323         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
17324         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
17325         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
17326         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
17327         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
17328         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
17329         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
17330         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
17331         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
17332         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
17333         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
17334         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
17335         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
17336         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
17337         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
17338         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
17339         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
17340         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
17341         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
17342         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
17343         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
17344         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
17345         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
17346         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
17347         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
17348         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
17349         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
17350         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
17351         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
17352         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
17353         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
17354         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
17355         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
17356         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
17357         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
17358         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
17359         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
17360         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
17361         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
17362         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
17363         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
17364         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
17365         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
17366         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
17367         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
17368         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
17369         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
17370         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
17371         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
17372         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
17373         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
17374         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
17375         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
17376         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
17377         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
17378         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
17379         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
17380         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
17381         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
17382         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
17383         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
17384         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
17385         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
17386         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
17387         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
17388         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
17389         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
17390         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
17391         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
17392         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
17393         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
17394         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
17395         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
17396         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
17397         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
17398         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
17399         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
17400         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
17401         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
17402         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
17403         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
17404         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
17405         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
17406         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
17407         * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
17408         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
17409         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
17410         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
17411         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
17412         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
17413         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
17414         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
17415         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
17416         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
17417         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
17418         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
17419         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
17420         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
17421         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
17422         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
17423         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
17424         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
17425         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
17426         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
17427         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
17428         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
17429         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
17430         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
17431         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
17432         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
17433         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
17434         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
17435         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
17436         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
17437         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
17438         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
17439         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
17440         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
17441         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
17442         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
17443         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
17444         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
17445         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
17446         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
17447         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
17448         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
17449         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
17450         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
17451         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
17452         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
17453         * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
17454         * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
17455         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
17456         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
17457         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
17458         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
17459         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
17460         * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
17461         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
17462         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
17463         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
17464         * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
17465         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
17466         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
17467         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
17468         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
17469         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
17470         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
17471         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
17472         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
17473         * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
17474         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
17475         * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
17476         * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
17477         * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
17478         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
17479         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
17480         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
17481         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
17482         * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
17483         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
17484         * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
17485         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
17486         * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
17487         * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
17488         * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
17489         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
17490         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
17491         * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
17492         * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
17493         * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
17494         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
17495         * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
17496         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
17497         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
17498         * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
17499         * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
17500         * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
17501         * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
17502         * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
17503         * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
17504         * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
17505         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
17506         * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
17507         * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
17508         * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
17509         * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
17510         * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
17511         * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
17512         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
17513         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
17514         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
17515         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
17516         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
17517         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
17518         * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
17519         * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
17520         * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
17521         * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
17522         * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
17523         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
17524         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
17525         * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
17526         * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
17527         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
17528         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
17529         * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
17530         * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
17531         * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
17532         * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17533         * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
17534         * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
17535         * platform/chromium-mac/svg/custom/use-detach-expected.png:
17536         * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
17537         * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
17538         * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
17539         * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
17540         * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
17541         * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
17542         * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
17543         * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
17544         * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
17545         * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
17546         * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
17547         * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
17548         * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
17549         * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
17550         * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
17551         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17552         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17553         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
17554         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
17555         * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17556         * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
17557         * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
17558         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
17559         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17560         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
17561         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17562         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
17563         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
17564         * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
17565         * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
17566         * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
17567         * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
17568         * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
17569         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
17570         * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
17571         * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
17572         * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
17573         * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
17574         * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
17575         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
17576         * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
17577         * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
17578         * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
17579         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
17580         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
17581         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
17582         * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
17583         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
17584         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
17585         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
17586         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
17587         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
17588         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
17589         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
17590         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
17591         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
17592         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
17593         * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
17594         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
17595         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
17596         * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
17597         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
17598         * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
17599         * platform/chromium-win-xp/svg/batik/masking: Added.
17600         * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
17601         * platform/chromium-win-xp/svg/batik/paints: Added.
17602         * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
17603         * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
17604         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
17605         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
17606         * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
17607         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
17608         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
17609         * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
17610         * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
17611         * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
17612         * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
17613         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
17614         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
17615         * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
17616         * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
17617         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
17618         * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
17619         * platform/chromium-win-xp/svg/carto.net: Removed.
17620         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
17621         * platform/chromium-win-xp/svg/clip-path: Removed.
17622         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
17623         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
17624         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
17625         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
17626         * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
17627         * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
17628         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
17629         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
17630         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
17631         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
17632         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
17633         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
17634         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
17635         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
17636         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
17637         * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
17638         * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
17639         * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
17640         * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
17641         * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
17642         * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
17643         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
17644         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
17645         * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
17646         * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
17647         * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
17648         * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
17649         * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
17650         * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
17651         * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
17652         * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
17653         * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
17654         * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
17655         * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
17656         * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
17657         * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
17658         * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
17659         * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
17660         * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
17661         * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
17662         * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
17663         * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
17664         * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
17665         * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
17666         * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
17667         * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
17668         * platform/chromium-win-xp/svg/hixie/perf: Added.
17669         * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
17670         * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
17671         * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
17672         * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
17673         * platform/chromium-win-xp/svg/hixie/text: Added.
17674         * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
17675         * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
17676         * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
17677         * platform/chromium-win-xp/svg/hixie/viewbox: Added.
17678         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
17679         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
17680         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
17681         * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
17682         * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
17683         * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
17684         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
17685         * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
17686         * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17687         * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
17688         * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
17689         * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
17690         * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
17691         * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
17692         * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
17693         * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
17694         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
17695         * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
17696         * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
17697         * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
17698         * platform/chromium-win-xp/svg/transforms: Removed.
17699         * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
17700         * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
17701         * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
17702         * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
17703         * platform/chromium-win/css3/zoom-coords-expected.txt:
17704         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
17705         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
17706         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
17707         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
17708         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
17709         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
17710         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
17711         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
17712         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
17713         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
17714         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
17715         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
17716         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
17717         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
17718         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
17719         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
17720         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
17721         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
17722         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
17723         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
17724         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
17725         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
17726         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
17727         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
17728         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
17729         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
17730         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
17731         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
17732         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
17733         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
17734         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
17735         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
17736         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
17737         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
17738         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
17739         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
17740         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
17741         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
17742         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
17743         * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
17744         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
17745         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
17746         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
17747         * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
17748         * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
17749         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
17750         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
17751         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
17752         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
17753         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
17754         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
17755         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
17756         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
17757         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
17758         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
17759         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
17760         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
17761         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
17762         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
17763         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
17764         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
17765         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
17766         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
17767         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
17768         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
17769         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
17770         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
17771         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
17772         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
17773         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
17774         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
17775         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
17776         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
17777         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
17778         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
17779         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
17780         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
17781         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
17782         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
17783         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
17784         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
17785         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
17786         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
17787         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
17788         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
17789         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
17790         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
17791         * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
17792         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
17793         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
17794         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
17795         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
17796         * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
17797         * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
17798         * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
17799         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
17800         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
17801         * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
17802         * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
17803         * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
17804         * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
17805         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
17806         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
17807         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
17808         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
17809         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
17810         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
17811         * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
17812         * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
17813         * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
17814         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
17815         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
17816         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
17817         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
17818         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
17819         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
17820         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
17821         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
17822         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
17823         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
17824         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
17825         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
17826         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
17827         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
17828         * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
17829         * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
17830         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
17831         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
17832         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
17833         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
17834         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
17835         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
17836         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
17837         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
17838         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
17839         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
17840         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
17841         * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
17842         * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
17843         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
17844         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
17845         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
17846         * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
17847         * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
17848         * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
17849         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
17850         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
17851         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
17852         * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
17853         * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
17854         * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
17855         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
17856         * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
17857         * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
17858         * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
17859         * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
17860         * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
17861         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
17862         * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
17863         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
17864         * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
17865         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
17866         * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
17867         * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
17868         * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
17869         * platform/chromium-win/svg/batik/text/textLength-expected.txt:
17870         * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
17871         * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
17872         * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
17873         * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
17874         * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
17875         * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
17876         * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
17877         * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
17878         * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
17879         * platform/chromium-win/svg/carto.net/button-expected.txt:
17880         * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
17881         * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
17882         * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
17883         * platform/chromium-win/svg/carto.net/slider-expected.txt:
17884         * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
17885         * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
17886         * platform/chromium-win/svg/carto.net/textbox-expected.txt:
17887         * platform/chromium-win/svg/carto.net/window-expected.txt:
17888         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
17889         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
17890         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
17891         * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
17892         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
17893         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
17894         * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
17895         * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
17896         * platform/chromium-win/svg/custom/font-face-simple-expected.png:
17897         * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
17898         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
17899         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
17900         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
17901         * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
17902         * platform/chromium-win/svg/custom/invalid-css-expected.txt:
17903         * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
17904         * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
17905         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
17906         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
17907         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
17908         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
17909         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
17910         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
17911         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
17912         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
17913         * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
17914         * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
17915         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
17916         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
17917         * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
17918         * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
17919         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
17920         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
17921         * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
17922         * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
17923         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
17924         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
17925         * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
17926         * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
17927         * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
17928         * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
17929         * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
17930         * platform/chromium-win/svg/custom/tref-update-expected.txt:
17931         * platform/chromium-win/svg/custom/use-detach-expected.txt:
17932         * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
17933         * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
17934         * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
17935         * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
17936         * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
17937         * platform/chromium-win/svg/custom/use-on-g-expected.txt:
17938         * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
17939         * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
17940         * platform/chromium-win/svg/custom/use-on-text-expected.txt:
17941         * platform/chromium-win/svg/custom/use-on-use-expected.txt:
17942         * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
17943         * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
17944         * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
17945         * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
17946         * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
17947         * platform/chromium-win/svg/custom/use-transform-expected.txt:
17948         * platform/chromium-win/svg/hixie/perf/003-expected.txt:
17949         * platform/chromium-win/svg/hixie/perf/004-expected.txt:
17950         * platform/chromium-win/svg/hixie/perf/005-expected.txt:
17951         * platform/chromium-win/svg/hixie/perf/006-expected.txt:
17952         * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
17953         * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
17954         * platform/chromium-win/svg/hixie/text/003-expected.txt:
17955         * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
17956         * platform/chromium-win/svg/hixie/text/003b-expected.txt:
17957         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
17958         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
17959         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
17960         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
17961         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
17962         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
17963         * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
17964         * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
17965         * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
17966         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
17967         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
17968         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
17969         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
17970         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
17971         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
17972         * platform/chromium-win/svg/text/scaled-font-expected.txt:
17973         * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
17974         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
17975         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
17976         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
17977         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
17978         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
17979         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
17980         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
17981         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
17982         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
17983         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
17984         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
17985         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
17986         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
17987         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
17988         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
17989         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
17990         * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
17991         * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
17992         * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
17993         * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
17994         * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
17995         * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
17996         * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
17997         * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
17998         * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
17999         * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
18000         * platform/chromium-win/svg/text/small-fonts-2-expected.png:
18001         * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
18002         * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
18003         * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
18004         * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
18005         * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
18006         * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
18007         * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
18008         * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
18009         * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
18010         * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
18011         * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
18012         * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
18013         * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
18014         * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
18015         * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
18016         * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
18017         * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
18018         * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
18019         * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
18020         * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
18021         * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
18022         * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
18023         * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
18024         * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
18025         * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
18026         * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
18027         * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
18028         * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
18029         * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
18030         * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
18031         * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
18032         * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
18033         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
18034         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
18035         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
18036         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
18037         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
18038         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
18039         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
18040         * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
18041         * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
18042         * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
18043         * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
18044         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
18045         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
18046         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
18047         * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
18048         * platform/chromium/TestExpectations:
18049         * platform/chromium/css3/zoom-coords-expected.txt: Added.
18050         * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
18051         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
18052         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
18053         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
18054         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
18055         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
18056         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
18057         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
18058         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
18059         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
18060         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
18061         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
18062         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
18063         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
18064         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
18065         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
18066         * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
18067         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
18068         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
18069         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
18070         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
18071         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
18072         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
18073         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
18074         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
18075         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
18076         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
18077         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
18078         * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
18079         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
18080         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
18081         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
18082         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
18083         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
18084         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
18085         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
18086         * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
18087         * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
18088         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
18089         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
18090         * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
18091         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
18092         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
18093         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
18094         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
18095         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
18096         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
18097         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
18098         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
18099         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
18100         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
18101         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
18102         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
18103         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
18104         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
18105         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
18106         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
18107         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
18108         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
18109         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
18110         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
18111         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
18112         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
18113         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
18114         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
18115         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
18116         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
18117         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
18118         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
18119         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
18120         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
18121         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
18122         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
18123         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
18124         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
18125         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
18126         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
18127         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
18128         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
18129         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
18130         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
18131         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
18132         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
18133         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
18134         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
18135         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
18136         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
18137         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
18138         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
18139         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
18140         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
18141         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
18142         * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
18143         * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
18144         * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
18145         * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
18146         * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
18147         * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
18148         * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
18149         * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
18150         * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
18151         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
18152         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
18153         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
18154         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
18155         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
18156         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
18157         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
18158         * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
18159         * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
18160         * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
18161         * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
18162         * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
18163         * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
18164         * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
18165         * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
18166         * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
18167         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
18168         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
18169         * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
18170         * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
18171         * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
18172         * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
18173         * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
18174         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
18175         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
18176         * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
18177         * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
18178         * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
18179         * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
18180         * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
18181         * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
18182         * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
18183         * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
18184         * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
18185         * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
18186         * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
18187         * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
18188         * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
18189         * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
18190         * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
18191         * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
18192         * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
18193         * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
18194         * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
18195         * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
18196         * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
18197         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
18198         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
18199         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
18200         * platform/chromium/svg/batik/filters: Removed.
18201         * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
18202         * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
18203         * platform/chromium/svg/batik/masking: Removed.
18204         * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
18205         * platform/chromium/svg/batik/paints: Removed.
18206         * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
18207         * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
18208         * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
18209         * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
18210         * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
18211         * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
18212         * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
18213         * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
18214         * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
18215         * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
18216         * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
18217         * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
18218         * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
18219         * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
18220         * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
18221         * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
18222         * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
18223         * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
18224         * platform/chromium/svg/carto.net/button-expected.txt: Removed.
18225         * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
18226         * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
18227         * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
18228         * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
18229         * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
18230         * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
18231         * platform/chromium/svg/carto.net/window-expected.txt: Removed.
18232         * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
18233         * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
18234         * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18235         * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
18236         * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
18237         * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
18238         * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
18239         * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
18240         * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
18241         * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
18242         * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
18243         * platform/chromium/svg/hixie/text/001-expected.png: Removed.
18244         * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
18245         * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
18246         * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
18247         * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
18248         * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
18249         * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
18250         * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
18251         * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
18252         * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
18253         * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
18254         * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
18255         * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
18256         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
18257         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
18258         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
18259         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
18260         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
18261         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
18262         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
18263         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
18264         * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
18265         * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
18266         * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
18267         * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
18268         * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
18269         * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
18270         * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
18271         * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
18272         * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
18273         * platform/chromium/svg/text/small-fonts-expected.txt: Added.
18274         * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
18275         * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
18276         * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
18277         * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
18278         * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
18279         * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
18280         * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
18281         * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
18282         * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
18283         * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
18284         * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
18285         * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
18286         * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
18287         * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
18288         * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
18289         * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
18290         * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
18291         * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
18292         * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
18293         * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
18294         * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
18295         * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
18296         * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
18297         * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
18298         * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
18299         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
18300         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
18301         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
18302         * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
18303         * platform/efl-wk2/svg: Added.
18304         * platform/efl-wk2/svg/batik: Added.
18305         * platform/efl-wk2/svg/batik/filters: Added.
18306         * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
18307         * platform/efl-wk2/svg/batik/text: Added.
18308         * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
18309         * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
18310         * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
18311         * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
18312         * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
18313         * platform/efl-wk2/svg/css: Added.
18314         * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
18315         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
18316         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
18317         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
18318         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
18319         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
18320         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
18321         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
18322         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
18323         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
18324         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
18325         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
18326         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
18327         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
18328         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
18329         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
18330         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
18331         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
18332         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
18333         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
18334         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
18335         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
18336         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
18337         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
18338         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
18339         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
18340         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
18341         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
18342         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
18343         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
18344         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
18345         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
18346         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
18347         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
18348         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
18349         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
18350         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
18351         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
18352         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
18353         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
18354         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
18355         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
18356         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
18357         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
18358         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
18359         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
18360         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
18361         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
18362         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
18363         * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
18364         * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
18365         * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
18366         * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
18367         * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
18368         * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
18369         * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
18370         * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
18371         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18372         * platform/efl/svg/hixie/text/001-expected.png: Removed.
18373         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
18374         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
18375         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
18376         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
18377         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
18378         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
18379         * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
18380         * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
18381         * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
18382         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
18383         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
18384         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
18385         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
18386         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
18387         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
18388         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
18389         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
18390         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
18391         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
18392         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
18393         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
18394         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
18395         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
18396         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
18397         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
18398         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
18399         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
18400         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
18401         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
18402         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
18403         * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
18404         * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
18405         * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
18406         * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
18407         * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
18408         * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
18409         * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
18410         * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
18411         * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
18412         * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
18413         * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
18414         * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
18415         * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
18416         * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
18417         * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
18418         * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
18419         * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
18420         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18421         * platform/gtk/svg/hixie/text/001-expected.png: Removed.
18422         * platform/mac-lion/svg/batik: Added.
18423         * platform/mac-lion/svg/batik/text: Added.
18424         * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
18425         * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
18426         * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
18427         * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
18428         * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
18429         * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
18430         * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
18431         * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
18432         * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
18433         * platform/mac-lion/svg/hixie: Added.
18434         * platform/mac-lion/svg/hixie/perf: Added.
18435         * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
18436         * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
18437         * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
18438         * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
18439         * platform/mac-lion/svg/hixie/text: Added.
18440         * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
18441         * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
18442         * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
18443         * platform/mac-lion/svg/hixie/viewbox: Added.
18444         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
18445         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
18446         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
18447         * platform/mac-lion/svg/text: Added.
18448         * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
18449         * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
18450         * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
18451         * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
18452         * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
18453         * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
18454         * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
18455         * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
18456         * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
18457         * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
18458         * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
18459         * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
18460         * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
18461         * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
18462         * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
18463         * platform/mac-lion/svg/wicd: Added.
18464         * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
18465         * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
18466         * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
18467         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
18468         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
18469         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
18470         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
18471         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
18472         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
18473         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
18474         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
18475         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
18476         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
18477         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
18478         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
18479         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
18480         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
18481         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
18482         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
18483         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
18484         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
18485         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
18486         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
18487         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
18488         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
18489         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
18490         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
18491         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
18492         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
18493         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
18494         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
18495         * platform/mac/svg/batik/filters/feTile-expected.txt:
18496         * platform/mac/svg/batik/text/smallFonts-expected.txt:
18497         * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
18498         * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
18499         * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
18500         * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
18501         * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
18502         * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
18503         * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
18504         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18505         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
18506         * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
18507         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
18508         * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
18509         * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
18510         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
18511         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
18512         * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
18513         * platform/mac/svg/custom/stroked-pattern-expected.txt:
18514         * platform/mac/svg/custom/text-letter-spacing-expected.txt:
18515         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
18516         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
18517         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
18518         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
18519         * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
18520         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
18521         * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
18522         * platform/mac/svg/custom/tref-update-expected.txt:
18523         * platform/mac/svg/custom/use-detach-expected.txt:
18524         * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
18525         * platform/mac/svg/custom/use-modify-target-container-expected.txt:
18526         * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
18527         * platform/mac/svg/custom/use-recursion-1-expected.txt:
18528         * platform/mac/svg/custom/use-recursion-2-expected.txt:
18529         * platform/mac/svg/custom/use-recursion-3-expected.txt:
18530         * platform/mac/svg/custom/use-recursion-4-expected.txt:
18531         * platform/mac/svg/hixie/perf/003-expected.txt:
18532         * platform/mac/svg/hixie/perf/004-expected.txt:
18533         * platform/mac/svg/hixie/perf/005-expected.txt:
18534         * platform/mac/svg/hixie/perf/006-expected.txt:
18535         * platform/mac/svg/hixie/text/001-expected.txt:
18536         * platform/mac/svg/hixie/text/003-expected.txt: Removed.
18537         * platform/mac/svg/hixie/text/003a-expected.txt:
18538         * platform/mac/svg/hixie/text/003b-expected.txt:
18539         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
18540         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
18541         * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
18542         * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
18543         * platform/mac/svg/text/bidi-text-query-expected.txt:
18544         * platform/mac/svg/text/bidi-tspans-expected.txt:
18545         * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
18546         * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
18547         * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
18548         * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
18549         * platform/mac/svg/text/scaled-font-expected.txt: Removed.
18550         * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
18551         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
18552         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
18553         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
18554         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
18555         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
18556         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
18557         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
18558         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
18559         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
18560         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
18561         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
18562         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
18563         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
18564         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
18565         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
18566         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
18567         * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
18568         * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
18569         * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
18570         * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
18571         * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
18572         * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
18573         * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
18574         * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
18575         * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
18576         * platform/mac/svg/text/selection-tripleclick-expected.txt:
18577         * platform/mac/svg/text/small-fonts-2-expected.txt:
18578         * platform/mac/svg/text/small-fonts-3-expected.txt:
18579         * platform/mac/svg/text/small-fonts-expected.txt: Added.
18580         * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
18581         * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
18582         * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
18583         * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
18584         * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
18585         * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
18586         * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
18587         * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
18588         * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
18589         * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
18590         * platform/mac/svg/text/text-fonts-02-t-expected.txt:
18591         * platform/mac/svg/text/text-hkern-expected.txt:
18592         * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
18593         * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
18594         * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
18595         * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
18596         * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
18597         * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
18598         * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
18599         * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
18600         * platform/mac/svg/text/text-text-06-t-expected.txt:
18601         * platform/mac/svg/text/text-text-07-t-expected.txt:
18602         * platform/mac/svg/text/text-text-08-b-expected.txt:
18603         * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
18604         * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
18605         * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
18606         * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
18607         * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
18608         * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
18609         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
18610         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
18611         * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
18612         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
18613         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
18614         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
18615         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
18616         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
18617         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
18618         * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
18619         * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
18620         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
18621         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
18622         * platform/win-future/svg: Added.
18623         * platform/win-future/svg/batik: Added.
18624         * platform/win-future/svg/batik/text: Added.
18625         * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
18626         * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
18627         * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
18628         * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
18629         * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
18630         * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
18631         * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
18632         * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
18633         * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
18634         * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
18635         * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
18636         * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
18637         * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
18638         * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
18639         * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
18640         * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
18641         * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
18642         * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
18643         * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
18644         * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
18645         * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
18646         * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
18647         * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
18648         * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
18649         * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
18650         * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
18651         * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
18652         * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
18653         * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
18654         * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
18655         * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
18656         * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
18657         * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
18658         * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
18659         * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
18660         * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
18661         * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
18662         * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
18663         * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
18664         * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
18665         * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
18666         * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
18667         * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
18668         * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
18669         * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
18670         * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
18671         * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
18672         * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
18673         * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
18674         * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
18675         * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
18676         * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
18677         * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
18678         * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
18679         * svg/batik/text/textEffect-expected.txt: Replaced.
18680         * svg/batik/text/textEffect3-expected.txt: Replaced.
18681         * svg/batik/text/textFeatures-expected.txt: Added.
18682         * svg/batik/text/textLayout2-expected.txt: Added.
18683         * svg/carto.net/colourpicker-expected.txt: Added.
18684         * svg/carto.net/tabgroup-expected.txt: Added.
18685         * svg/carto.net/textbox-expected.txt: Added.
18686         * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
18687         * svg/custom/clip-mask-negative-scale-expected.txt: Added.
18688         * svg/hixie/text/001-expected.png: Added.
18689         * svg/hixie/text/003-expected.txt: Added.
18690         * svg/text/font-size-below-point-five-2-expected.txt: Added.
18691         * svg/text/scaled-font-expected.txt: Added.
18692         * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
18693         * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
18694         * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
18695         * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
18696         * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
18697         * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
18698         * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
18699         * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
18700         * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
18701         * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
18702         * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
18703         * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
18704         * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
18705         * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
18706         * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
18707         * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
18708         * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
18709         * svg/text/select-x-list-1-expected.txt: Added.
18710         * svg/text/select-x-list-2-expected.txt: Added.
18711         * svg/text/select-x-list-3-expected.txt: Added.
18712         * svg/text/select-x-list-4-expected.txt: Added.
18713         * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
18714         * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
18715         * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
18716         * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
18717         * svg/text/selection-doubleclick-expected.txt: Added.
18718         * svg/text/small-fonts-in-html5-expected.txt: Added.
18719         * svg/text/text-align-01-b-expected.txt: Added.
18720         * svg/text/text-align-02-b-expected.txt: Added.
18721         * svg/text/text-align-03-b-expected.txt: Added.
18722         * svg/text/text-align-04-b-expected.txt: Added.
18723         * svg/text/text-align-05-b-expected.txt: Added.
18724         * svg/text/text-align-06-b-expected.txt: Added.
18725         * svg/text/text-altglyph-01-b-expected.txt: Added.
18726         * svg/text/text-deco-01-b-expected.txt: Added.
18727         * svg/text/text-fonts-01-t-expected.txt: Added.
18728         * svg/text/text-intro-05-t-expected.txt: Added.
18729         * svg/text/text-path-01-b-expected.txt: Added.
18730         * svg/text/text-path-middle-align-expected.txt: Added.
18731         * svg/text/text-spacing-01-b-expected.txt: Added.
18732         * svg/text/text-text-01-b-expected.txt: Added.
18733         * svg/text/text-text-03-b-expected.txt: Added.
18734         * svg/text/text-text-04-t-expected.txt: Added.
18735         * svg/text/text-text-05-t-expected.txt: Added.
18736         * svg/text/text-tref-01-b-expected.txt: Added.
18737         * svg/text/text-tselect-01-b-expected.txt: Added.
18738         * svg/text/text-tselect-02-f-expected.txt: Added.
18739         * svg/text/text-tspan-01-b-expected.txt: Added.
18740         * svg/text/text-ws-01-t-expected.txt: Added.
18741         * svg/text/text-ws-02-t-expected.txt: Added.
18742         * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
18743         * svg/wicd/test-rightsizing-a-expected.txt: Added.
18744         * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
18745         * svg/zoom/text/zoom-foreignObject-expected.txt: Added.
18746
18747         * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Removed.
18748         * platform/chromium-linux/css3/zoom-coords-expected.txt:
18749         * platform/chromium-linux/platform/chromium-linux/svg/text/text-with-geometric-precision-expected.txt:
18750         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
18751         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
18752         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
18753         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
18754         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
18755         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
18756         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
18757         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
18758         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
18759         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
18760         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
18761         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
18762         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
18763         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
18764         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
18765         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
18766         * platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
18767         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
18768         * platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
18769         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
18770         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
18771         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
18772         * platform/chromium-linux/svg/batik/text/smallFonts-expected.txt: Added.
18773         * platform/chromium-linux/svg/batik/text/textAnchor-expected.png:
18774         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
18775         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
18776         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
18777         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
18778         * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
18779         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
18780         * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
18781         * platform/chromium-linux/svg/carto.net/scrollbar-expected.txt:
18782         * platform/chromium-linux/svg/carto.net/tabgroup-expected.png:
18783         * platform/chromium-linux/svg/carto.net/tabgroup-expected.txt: Removed.
18784         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
18785         * platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
18786         * platform/chromium-linux/svg/custom/font-face-simple-expected.txt: Added.
18787         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
18788         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
18789         * platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
18790         * platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
18791         * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
18792         * platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
18793         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
18794         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
18795         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
18796         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
18797         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
18798         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
18799         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
18800         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
18801         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
18802         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
18803         * platform/chromium-linux/svg/custom/path-textPath-simulation-expected.txt: Added.
18804         * platform/chromium-linux/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
18805         * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
18806         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.txt: Added.
18807         * platform/chromium-linux/svg/custom/stroked-pattern-expected.txt: Added.
18808         * platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
18809         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
18810         * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
18811         * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
18812         * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
18813         * platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
18814         * platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
18815         * platform/chromium-linux/svg/custom/tref-own-content-removal-expected.txt: Added.
18816         * platform/chromium-linux/svg/custom/tref-update-expected.txt: Added.
18817         * platform/chromium-linux/svg/custom/use-detach-expected.txt: Added.
18818         * platform/chromium-linux/svg/custom/use-modify-container-in-target-expected.txt: Added.
18819         * platform/chromium-linux/svg/custom/use-modify-target-container-expected.txt: Added.
18820         * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt:
18821         * platform/chromium-linux/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
18822         * platform/chromium-linux/svg/custom/use-on-g-containing-use-expected.txt: Added.
18823         * platform/chromium-linux/svg/custom/use-on-g-expected.txt: Added.
18824         * platform/chromium-linux/svg/custom/use-on-rect-expected.txt: Added.
18825         * platform/chromium-linux/svg/custom/use-on-symbol-expected.txt: Added.
18826         * platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
18827         * platform/chromium-linux/svg/custom/use-on-use-expected.txt: Added.
18828         * platform/chromium-linux/svg/custom/use-recursion-1-expected.txt: Added.
18829         * platform/chromium-linux/svg/custom/use-recursion-2-expected.txt: Added.
18830         * platform/chromium-linux/svg/custom/use-recursion-3-expected.txt: Added.
18831         * platform/chromium-linux/svg/custom/use-recursion-4-expected.txt: Added.
18832         * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
18833         * platform/chromium-linux/svg/custom/use-transform-expected.txt: Added.
18834         * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
18835         * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
18836         * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
18837         * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
18838         * platform/chromium-linux/svg/hixie/text/001-expected.txt: Added.
18839         * platform/chromium-linux/svg/hixie/text/003a-expected.txt: Added.
18840         * platform/chromium-linux/svg/hixie/text/003b-expected.txt: Added.
18841         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
18842         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
18843         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
18844         * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.txt: Added.
18845         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.txt: Added.
18846         * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Added.
18847         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
18848         * platform/chromium-linux/svg/text/bidi-tspans-expected.txt:
18849         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.png:
18850         * platform/chromium-linux/svg/text/modify-text-node-in-tspan-expected.txt: Added.
18851         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.png:
18852         * platform/chromium-linux/svg/text/remove-text-node-from-tspan-expected.txt: Added.
18853         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.png:
18854         * platform/chromium-linux/svg/text/remove-tspan-from-text-expected.txt: Added.
18855         * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png:
18856         * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
18857         * platform/chromium-linux/svg/text/selection-tripleclick-expected.txt: Added.
18858         * platform/chromium-linux/svg/text/small-fonts-2-expected.txt: Added.
18859         * platform/chromium-linux/svg/text/small-fonts-3-expected.txt: Added.
18860         * platform/chromium-linux/svg/text/text-fonts-01-t-expected.txt:
18861         * platform/chromium-linux/svg/text/text-fonts-02-t-expected.txt:
18862         * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
18863         * platform/chromium-linux/svg/text/text-intro-05-t-expected.txt:
18864         * platform/chromium-linux/svg/text/text-spacing-01-b-expected.txt:
18865         * platform/chromium-linux/svg/text/text-text-06-t-expected.txt: Added.
18866         * platform/chromium-linux/svg/text/text-text-07-t-expected.txt: Added.
18867         * platform/chromium-linux/svg/text/text-text-08-b-expected.txt:
18868         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
18869         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
18870         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
18871         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
18872         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
18873         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
18874         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
18875         * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.txt: Added.
18876         * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
18877         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
18878         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
18879         * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
18880         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
18881         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
18882         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
18883         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
18884         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
18885         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
18886         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
18887         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
18888         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
18889         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
18890         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
18891         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
18892         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
18893         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
18894         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
18895         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
18896         * platform/chromium-mac-lion/svg/carto.net/tabgroup-expected.png:
18897         * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.txt: Added.
18898         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
18899         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
18900         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
18901         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
18902         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png:
18903         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
18904         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
18905         * platform/chromium-mac-lion/svg/custom/path-textPath-simulation-expected.txt: Added.
18906         * platform/chromium-mac-lion/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
18907         * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
18908         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.txt: Added.
18909         * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.txt: Added.
18910         * platform/chromium-mac-lion/svg/custom/text-letter-spacing-expected.txt: Added.
18911         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
18912         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
18913         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
18914         * platform/chromium-mac-lion/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
18915         * platform/chromium-mac-lion/svg/custom/text-x-dx-lists-expected.txt: Added.
18916         * platform/chromium-mac-lion/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
18917         * platform/chromium-mac-lion/svg/custom/tref-own-content-removal-expected.txt: Added.
18918         * platform/chromium-mac-lion/svg/custom/tref-update-expected.txt: Added.
18919         * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
18920         * platform/chromium-mac-lion/svg/custom/use-detach-expected.txt: Added.
18921         * platform/chromium-mac-lion/svg/custom/use-modify-container-in-target-expected.txt: Added.
18922         * platform/chromium-mac-lion/svg/custom/use-modify-target-container-expected.txt: Added.
18923         * platform/chromium-mac-lion/svg/custom/use-modify-target-symbol-expected.txt: Added.
18924         * platform/chromium-mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
18925         * platform/chromium-mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
18926         * platform/chromium-mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
18927         * platform/chromium-mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
18928         * platform/chromium-mac-lion/svg/hixie/perf/003-expected.txt: Added.
18929         * platform/chromium-mac-lion/svg/hixie/perf/004-expected.txt: Added.
18930         * platform/chromium-mac-lion/svg/hixie/perf/005-expected.txt: Added.
18931         * platform/chromium-mac-lion/svg/hixie/perf/006-expected.txt: Added.
18932         * platform/chromium-mac-lion/svg/hixie/text/001-expected.txt: Added.
18933         * platform/chromium-mac-lion/svg/hixie/text/003a-expected.txt: Added.
18934         * platform/chromium-mac-lion/svg/hixie/text/003b-expected.txt: Added.
18935         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
18936         * platform/chromium-mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
18937         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.png:
18938         * platform/chromium-mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
18939         * platform/chromium-mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
18940         * platform/chromium-mac-lion/svg/text/bidi-text-query-expected.txt: Added.
18941         * platform/chromium-mac-lion/svg/text/bidi-tspans-expected.txt: Added.
18942         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.png:
18943         * platform/chromium-mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
18944         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.png:
18945         * platform/chromium-mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
18946         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.png:
18947         * platform/chromium-mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
18948         * platform/chromium-mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
18949         * platform/chromium-mac-lion/svg/text/small-fonts-2-expected.txt: Added.
18950         * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.txt: Added.
18951         * platform/chromium-mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
18952         * platform/chromium-mac-lion/svg/text/text-hkern-expected.txt: Added.
18953         * platform/chromium-mac-lion/svg/text/text-text-06-t-expected.txt: Added.
18954         * platform/chromium-mac-lion/svg/text/text-text-07-t-expected.txt: Added.
18955         * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.txt: Added.
18956         * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
18957         * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
18958         * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
18959         * platform/chromium-mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
18960         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
18961         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
18962         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
18963         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
18964         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
18965         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
18966         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
18967         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
18968         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
18969         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
18970         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
18971         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
18972         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
18973         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
18974         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
18975         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
18976         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
18977         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
18978         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
18979         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
18980         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
18981         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
18982         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
18983         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
18984         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
18985         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
18986         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
18987         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
18988         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
18989         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
18990         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
18991         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.txt: Added.
18992         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
18993         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
18994         * platform/chromium-mac-snowleopard/svg/carto.net/tabgroup-expected.png:
18995         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.txt: Added.
18996         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
18997         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
18998         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
18999         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
19000         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
19001         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
19002         * platform/chromium-mac-snowleopard/svg/custom/path-textPath-simulation-expected.txt: Added.
19003         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
19004         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
19005         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
19006         * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.txt: Added.
19007         * platform/chromium-mac-snowleopard/svg/custom/text-letter-spacing-expected.txt: Added.
19008         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
19009         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
19010         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
19011         * platform/chromium-mac-snowleopard/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
19012         * platform/chromium-mac-snowleopard/svg/custom/text-x-dx-lists-expected.txt: Added.
19013         * platform/chromium-mac-snowleopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
19014         * platform/chromium-mac-snowleopard/svg/custom/tref-own-content-removal-expected.txt: Added.
19015         * platform/chromium-mac-snowleopard/svg/custom/tref-update-expected.txt: Added.
19016         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Added.
19017         * platform/chromium-mac-snowleopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
19018         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-container-expected.txt: Added.
19019         * platform/chromium-mac-snowleopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
19020         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-1-expected.txt: Added.
19021         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-2-expected.txt: Added.
19022         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-3-expected.txt: Added.
19023         * platform/chromium-mac-snowleopard/svg/custom/use-recursion-4-expected.txt: Added.
19024         * platform/chromium-mac-snowleopard/svg/hixie/perf/003-expected.txt: Added.
19025         * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.txt: Added.
19026         * platform/chromium-mac-snowleopard/svg/hixie/perf/005-expected.txt: Added.
19027         * platform/chromium-mac-snowleopard/svg/hixie/perf/006-expected.txt: Added.
19028         * platform/chromium-mac-snowleopard/svg/hixie/text/001-expected.txt: Added.
19029         * platform/chromium-mac-snowleopard/svg/hixie/text/003a-expected.txt: Added.
19030         * platform/chromium-mac-snowleopard/svg/hixie/text/003b-expected.txt: Added.
19031         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
19032         * platform/chromium-mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
19033         * platform/chromium-mac-snowleopard/svg/text/append-text-node-to-tspan-expected.txt: Added.
19034         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.png: Removed.
19035         * platform/chromium-mac-snowleopard/svg/text/bidi-reorder-value-lists-expected.txt: Added.
19036         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Added.
19037         * platform/chromium-mac-snowleopard/svg/text/bidi-tspans-expected.txt:
19038         * platform/chromium-mac-snowleopard/svg/text/modify-text-node-in-tspan-expected.txt: Added.
19039         * platform/chromium-mac-snowleopard/svg/text/remove-text-node-from-tspan-expected.txt: Added.
19040         * platform/chromium-mac-snowleopard/svg/text/remove-tspan-from-text-expected.txt: Added.
19041         * platform/chromium-mac-snowleopard/svg/text/selection-tripleclick-expected.txt: Added.
19042         * platform/chromium-mac-snowleopard/svg/text/small-fonts-2-expected.txt: Added.
19043         * platform/chromium-mac-snowleopard/svg/text/small-fonts-3-expected.txt: Added.
19044         * platform/chromium-mac-snowleopard/svg/text/text-fonts-02-t-expected.txt: Added.
19045         * platform/chromium-mac-snowleopard/svg/text/text-hkern-expected.txt: Added.
19046         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt:
19047         * platform/chromium-mac-snowleopard/svg/text/text-text-06-t-expected.txt: Added.
19048         * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.txt: Added.
19049         * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.txt: Added.
19050         * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
19051         * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.txt: Added.
19052         * platform/chromium-mac-snowleopard/svg/wicd/sizing-flakiness-expected.txt: Added.
19053         * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.txt: Added.
19054         * platform/chromium-mac/css3/zoom-coords-expected.txt: Removed.
19055         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
19056         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
19057         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
19058         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
19059         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
19060         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
19061         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
19062         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
19063         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
19064         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
19065         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
19066         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
19067         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
19068         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
19069         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
19070         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
19071         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
19072         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
19073         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
19074         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
19075         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
19076         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
19077         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
19078         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
19079         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
19080         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
19081         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
19082         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
19083         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
19084         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
19085         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
19086         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
19087         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
19088         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
19089         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
19090         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
19091         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
19092         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
19093         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
19094         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
19095         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
19096         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
19097         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
19098         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
19099         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
19100         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
19101         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
19102         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
19103         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
19104         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
19105         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
19106         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
19107         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
19108         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
19109         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
19110         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
19111         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
19112         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
19113         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
19114         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
19115         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
19116         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
19117         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
19118         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
19119         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
19120         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
19121         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
19122         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
19123         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
19124         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
19125         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
19126         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
19127         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
19128         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
19129         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
19130         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
19131         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
19132         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
19133         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
19134         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
19135         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
19136         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
19137         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
19138         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
19139         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
19140         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
19141         * platform/chromium-mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
19142         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
19143         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
19144         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
19145         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
19146         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
19147         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
19148         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
19149         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
19150         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
19151         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
19152         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
19153         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
19154         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
19155         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
19156         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
19157         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
19158         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
19159         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
19160         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
19161         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
19162         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
19163         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
19164         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
19165         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
19166         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
19167         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
19168         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
19169         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
19170         * platform/chromium-mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
19171         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
19172         * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
19173         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
19174         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
19175         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
19176         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
19177         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
19178         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
19179         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
19180         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
19181         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
19182         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
19183         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
19184         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
19185         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
19186         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
19187         * platform/chromium-mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
19188         * platform/chromium-mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
19189         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
19190         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
19191         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
19192         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
19193         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
19194         * platform/chromium-mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
19195         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
19196         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
19197         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
19198         * platform/chromium-mac/svg/batik/filters/feTile-expected.txt: Added.
19199         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
19200         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.txt: Added.
19201         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
19202         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.txt: Added.
19203         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
19204         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.txt: Added.
19205         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
19206         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
19207         * platform/chromium-mac/svg/batik/text/smallFonts-expected.txt: Added.
19208         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
19209         * platform/chromium-mac/svg/batik/text/textAnchor-expected.txt: Added.
19210         * platform/chromium-mac/svg/batik/text/textAnchor2-expected.txt: Added.
19211         * platform/chromium-mac/svg/batik/text/textAnchor3-expected.txt: Added.
19212         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
19213         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
19214         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
19215         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
19216         * platform/chromium-mac/svg/batik/text/textLayout-expected.txt: Added.
19217         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
19218         * platform/chromium-mac/svg/batik/text/textLength-expected.txt: Added.
19219         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
19220         * platform/chromium-mac/svg/batik/text/textOnPath-expected.txt: Added.
19221         * platform/chromium-mac/svg/batik/text/textOnPath2-expected.txt:
19222         * platform/chromium-mac/svg/batik/text/textOnPath3-expected.txt:
19223         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
19224         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.txt: Added.
19225         * platform/chromium-mac/svg/batik/text/textPCDATA-expected.txt: Added.
19226         * platform/chromium-mac/svg/batik/text/textProperties-expected.txt: Added.
19227         * platform/chromium-mac/svg/batik/text/textStyles-expected.txt: Added.
19228         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
19229         * platform/chromium-mac/svg/batik/text/verticalText-expected.txt: Added.
19230         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
19231         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.txt: Added.
19232         * platform/chromium-mac/svg/carto.net/button-expected.txt: Added.
19233         * platform/chromium-mac/svg/carto.net/scrollbar-expected.txt: Added.
19234         * platform/chromium-mac/svg/carto.net/selectionlist-expected.txt: Added.
19235         * platform/chromium-mac/svg/carto.net/slider-expected.txt: Added.
19236         * platform/chromium-mac/svg/carto.net/tabgroup-expected.png:
19237         * platform/chromium-mac/svg/carto.net/textbox-expected.txt: Added.
19238         * platform/chromium-mac/svg/carto.net/window-expected.txt: Added.
19239         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.txt: Added.
19240         * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
19241         * platform/chromium-mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
19242         * platform/chromium-mac/svg/custom/font-face-cascade-order-expected.txt: Added.
19243         * platform/chromium-mac/svg/custom/font-face-simple-expected.txt: Added.
19244         * platform/chromium-mac/svg/custom/image-small-width-height-expected.txt: Added.
19245         * platform/chromium-mac/svg/custom/invalid-css-expected.txt: Added.
19246         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
19247         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
19248         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
19249         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.txt: Added.
19250         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
19251         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
19252         * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.txt: Added.
19253         * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.txt: Added.
19254         * platform/chromium-mac/svg/custom/marker-default-width-height-expected.txt: Added.
19255         * platform/chromium-mac/svg/custom/path-textPath-simulation-expected.txt: Added.
19256         * platform/chromium-mac/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
19257         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
19258         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.txt: Added.
19259         * platform/chromium-mac/svg/custom/stroked-pattern-expected.txt: Added.
19260         * platform/chromium-mac/svg/custom/text-letter-spacing-expected.txt: Added.
19261         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
19262         * platform/chromium-mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
19263         * platform/chromium-mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
19264         * platform/chromium-mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
19265         * platform/chromium-mac/svg/custom/text-x-dx-lists-expected.txt: Added.
19266         * platform/chromium-mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
19267         * platform/chromium-mac/svg/custom/tref-own-content-removal-expected.txt: Added.
19268         * platform/chromium-mac/svg/custom/tref-update-expected.txt: Added.
19269         * platform/chromium-mac/svg/custom/use-detach-expected.png:
19270         * platform/chromium-mac/svg/custom/use-detach-expected.txt: Added.
19271         * platform/chromium-mac/svg/custom/use-modify-container-in-target-expected.txt: Added.
19272         * platform/chromium-mac/svg/custom/use-modify-target-container-expected.txt: Added.
19273         * platform/chromium-mac/svg/custom/use-modify-target-symbol-expected.txt: Added.
19274         * platform/chromium-mac/svg/custom/use-recursion-1-expected.txt: Added.
19275         * platform/chromium-mac/svg/custom/use-recursion-2-expected.txt: Added.
19276         * platform/chromium-mac/svg/custom/use-recursion-3-expected.txt: Added.
19277         * platform/chromium-mac/svg/custom/use-recursion-4-expected.txt: Added.
19278         * platform/chromium-mac/svg/hixie/perf/003-expected.txt: Added.
19279         * platform/chromium-mac/svg/hixie/perf/004-expected.txt: Added.
19280         * platform/chromium-mac/svg/hixie/perf/005-expected.txt: Added.
19281         * platform/chromium-mac/svg/hixie/perf/006-expected.txt: Added.
19282         * platform/chromium-mac/svg/hixie/text/001-expected.txt: Added.
19283         * platform/chromium-mac/svg/hixie/text/003a-expected.txt: Added.
19284         * platform/chromium-mac/svg/hixie/text/003b-expected.txt: Added.
19285         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
19286         * platform/chromium-mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
19287         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.png:
19288         * platform/chromium-mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
19289         * platform/chromium-mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
19290         * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
19291         * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
19292         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.png:
19293         * platform/chromium-mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
19294         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.png:
19295         * platform/chromium-mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
19296         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.png:
19297         * platform/chromium-mac/svg/text/remove-tspan-from-text-expected.txt: Added.
19298         * platform/chromium-mac/svg/text/selection-tripleclick-expected.txt: Added.
19299         * platform/chromium-mac/svg/text/small-fonts-2-expected.txt: Added.
19300         * platform/chromium-mac/svg/text/small-fonts-3-expected.txt: Added.
19301         * platform/chromium-mac/svg/text/small-fonts-expected.txt: Added.
19302         * platform/chromium-mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
19303         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.txt: Added.
19304         * platform/chromium-mac/svg/text/text-hkern-expected.txt: Added.
19305         * platform/chromium-mac/svg/text/text-text-06-t-expected.txt: Added.
19306         * platform/chromium-mac/svg/text/text-text-07-t-expected.txt: Added.
19307         * platform/chromium-mac/svg/text/text-text-08-b-expected.txt: Added.
19308         * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
19309         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.txt:
19310         * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.txt: Added.
19311         * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
19312         * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.txt:
19313         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed.
19314         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
19315         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
19316         * platform/chromium-win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
19317         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
19318         * platform/chromium-win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
19319         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
19320         * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
19321         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
19322         * platform/chromium-win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
19323         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
19324         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
19325         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
19326         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
19327         * platform/chromium-win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
19328         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
19329         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
19330         * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
19331         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png:
19332         * platform/chromium-win-xp/svg/batik/filters/filterRegions-expected.png: Added.
19333         * platform/chromium-win-xp/svg/batik/masking: Added.
19334         * platform/chromium-win-xp/svg/batik/masking/maskRegions-expected.png: Added.
19335         * platform/chromium-win-xp/svg/batik/paints: Added.
19336         * platform/chromium-win-xp/svg/batik/paints/gradientLimit-expected.png: Added.
19337         * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
19338         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
19339         * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.txt: Added.
19340         * platform/chromium-win-xp/svg/batik/text/textAnchor-expected.png: Added.
19341         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
19342         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt: Added.
19343         * platform/chromium-win-xp/svg/batik/text/textLayout-expected.png: Added.
19344         * platform/chromium-win-xp/svg/batik/text/textLayout2-expected.png: Added.
19345         * platform/chromium-win-xp/svg/batik/text/textLength-expected.png: Added.
19346         * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added.
19347         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.png: Added.
19348         * platform/chromium-win-xp/svg/batik/text/textOnPathSpaces-expected.txt: Added.
19349         * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Added.
19350         * platform/chromium-win-xp/svg/batik/text/textStyles-expected.png: Added.
19351         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
19352         * platform/chromium-win-xp/svg/batik/text/verticalTextOnPath-expected.png: Added.
19353         * platform/chromium-win-xp/svg/carto.net: Removed.
19354         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
19355         * platform/chromium-win-xp/svg/clip-path: Removed.
19356         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Added.
19357         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
19358         * platform/chromium-win-xp/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Added.
19359         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.txt: Added.
19360         * platform/chromium-win-xp/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
19361         * platform/chromium-win-xp/svg/custom/js-late-clipPath-creation-expected.txt: Added.
19362         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
19363         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
19364         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Removed.
19365         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.txt: Added.
19366         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
19367         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
19368         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.txt: Added.
19369         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
19370         * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
19371         * platform/chromium-win-xp/svg/custom/path-textPath-simulation-expected.txt: Added.
19372         * platform/chromium-win-xp/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
19373         * platform/chromium-win-xp/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
19374         * platform/chromium-win-xp/svg/custom/shapes-supporting-markers-expected.txt: Added.
19375         * platform/chromium-win-xp/svg/custom/stroked-pattern-expected.txt: Added.
19376         * platform/chromium-win-xp/svg/custom/text-letter-spacing-expected.txt: Added.
19377         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
19378         * platform/chromium-win-xp/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
19379         * platform/chromium-win-xp/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
19380         * platform/chromium-win-xp/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
19381         * platform/chromium-win-xp/svg/custom/text-x-dx-lists-expected.txt: Added.
19382         * platform/chromium-win-xp/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
19383         * platform/chromium-win-xp/svg/custom/tref-own-content-removal-expected.txt: Added.
19384         * platform/chromium-win-xp/svg/custom/tref-update-expected.txt: Added.
19385         * platform/chromium-win-xp/svg/custom/use-detach-expected.txt: Added.
19386         * platform/chromium-win-xp/svg/custom/use-modify-container-in-target-expected.txt: Added.
19387         * platform/chromium-win-xp/svg/custom/use-modify-target-container-expected.txt: Added.
19388         * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt:
19389         * platform/chromium-win-xp/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
19390         * platform/chromium-win-xp/svg/custom/use-on-g-containing-use-expected.txt: Added.
19391         * platform/chromium-win-xp/svg/custom/use-on-g-expected.txt: Added.
19392         * platform/chromium-win-xp/svg/custom/use-on-rect-expected.txt: Added.
19393         * platform/chromium-win-xp/svg/custom/use-on-symbol-expected.txt: Added.
19394         * platform/chromium-win-xp/svg/custom/use-on-text-expected.txt: Added.
19395         * platform/chromium-win-xp/svg/custom/use-on-use-expected.txt: Added.
19396         * platform/chromium-win-xp/svg/custom/use-recursion-1-expected.txt: Added.
19397         * platform/chromium-win-xp/svg/custom/use-recursion-2-expected.txt: Added.
19398         * platform/chromium-win-xp/svg/custom/use-recursion-3-expected.txt: Added.
19399         * platform/chromium-win-xp/svg/custom/use-recursion-4-expected.txt: Added.
19400         * platform/chromium-win-xp/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
19401         * platform/chromium-win-xp/svg/custom/use-transform-expected.txt: Added.
19402         * platform/chromium-win-xp/svg/hixie/perf: Added.
19403         * platform/chromium-win-xp/svg/hixie/perf/003-expected.txt: Added.
19404         * platform/chromium-win-xp/svg/hixie/perf/004-expected.txt: Added.
19405         * platform/chromium-win-xp/svg/hixie/perf/005-expected.txt: Added.
19406         * platform/chromium-win-xp/svg/hixie/perf/006-expected.txt: Added.
19407         * platform/chromium-win-xp/svg/hixie/text: Added.
19408         * platform/chromium-win-xp/svg/hixie/text/001-expected.txt: Added.
19409         * platform/chromium-win-xp/svg/hixie/text/003a-expected.txt: Added.
19410         * platform/chromium-win-xp/svg/hixie/text/003b-expected.txt: Added.
19411         * platform/chromium-win-xp/svg/hixie/viewbox: Added.
19412         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio: Added.
19413         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
19414         * platform/chromium-win-xp/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
19415         * platform/chromium-win-xp/svg/text/append-text-node-to-tspan-expected.txt: Added.
19416         * platform/chromium-win-xp/svg/text/bidi-reorder-value-lists-expected.txt: Added.
19417         * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Added.
19418         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
19419         * platform/chromium-win-xp/svg/text/bidi-tspans-expected.txt:
19420         * platform/chromium-win-xp/svg/text/modify-text-node-in-tspan-expected.txt: Added.
19421         * platform/chromium-win-xp/svg/text/remove-text-node-from-tspan-expected.txt: Added.
19422         * platform/chromium-win-xp/svg/text/remove-tspan-from-text-expected.txt: Added.
19423         * platform/chromium-win-xp/svg/text/selection-tripleclick-expected.txt: Added.
19424         * platform/chromium-win-xp/svg/text/small-fonts-2-expected.txt: Added.
19425         * platform/chromium-win-xp/svg/text/small-fonts-3-expected.txt: Added.
19426         * platform/chromium-win-xp/svg/text/text-fonts-02-t-expected.txt: Added.
19427         * platform/chromium-win-xp/svg/text/text-hkern-expected.txt: Added.
19428         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt:
19429         * platform/chromium-win-xp/svg/text/text-text-06-t-expected.txt: Added.
19430         * platform/chromium-win-xp/svg/text/text-text-07-t-expected.txt: Added.
19431         * platform/chromium-win-xp/svg/text/text-text-08-b-expected.txt: Added.
19432         * platform/chromium-win-xp/svg/transforms: Removed.
19433         * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
19434         * platform/chromium-win-xp/svg/wicd/rightsizing-grid-expected.txt: Added.
19435         * platform/chromium-win-xp/svg/wicd/sizing-flakiness-expected.txt: Added.
19436         * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.txt: Added.
19437         * platform/chromium-win/css3/zoom-coords-expected.txt:
19438         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
19439         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
19440         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
19441         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
19442         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
19443         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
19444         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
19445         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
19446         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
19447         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
19448         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
19449         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
19450         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
19451         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
19452         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
19453         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
19454         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
19455         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
19456         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
19457         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
19458         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
19459         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
19460         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
19461         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
19462         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
19463         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
19464         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
19465         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
19466         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
19467         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
19468         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
19469         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
19470         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
19471         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
19472         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
19473         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
19474         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
19475         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
19476         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
19477         * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
19478         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
19479         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
19480         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
19481         * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
19482         * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
19483         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
19484         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
19485         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
19486         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
19487         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
19488         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
19489         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
19490         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
19491         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
19492         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
19493         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
19494         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
19495         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
19496         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
19497         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
19498         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
19499         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
19500         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
19501         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
19502         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
19503         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
19504         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
19505         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
19506         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
19507         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
19508         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
19509         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
19510         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
19511         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
19512         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
19513         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
19514         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
19515         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
19516         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
19517         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
19518         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
19519         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
19520         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
19521         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
19522         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
19523         * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
19524         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
19525         * platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
19526         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
19527         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
19528         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
19529         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
19530         * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
19531         * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
19532         * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
19533         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
19534         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
19535         * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
19536         * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
19537         * platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
19538         * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
19539         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
19540         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
19541         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
19542         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
19543         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
19544         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
19545         * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
19546         * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
19547         * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
19548         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
19549         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
19550         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
19551         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
19552         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
19553         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
19554         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
19555         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
19556         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
19557         * platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
19558         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
19559         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
19560         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
19561         * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
19562         * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
19563         * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
19564         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
19565         * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
19566         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
19567         * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
19568         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
19569         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
19570         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
19571         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
19572         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
19573         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
19574         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
19575         * platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
19576         * platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
19577         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
19578         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
19579         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
19580         * platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
19581         * platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
19582         * platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
19583         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
19584         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
19585         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
19586         * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
19587         * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
19588         * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
19589         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
19590         * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
19591         * platform/chromium-win/svg/batik/text/smallFonts-expected.txt:
19592         * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
19593         * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
19594         * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
19595         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
19596         * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
19597         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
19598         * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
19599         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
19600         * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
19601         * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
19602         * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
19603         * platform/chromium-win/svg/batik/text/textLength-expected.txt:
19604         * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
19605         * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
19606         * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
19607         * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
19608         * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
19609         * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
19610         * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
19611         * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
19612         * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
19613         * platform/chromium-win/svg/carto.net/button-expected.txt:
19614         * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
19615         * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
19616         * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
19617         * platform/chromium-win/svg/carto.net/slider-expected.txt:
19618         * platform/chromium-win/svg/carto.net/tabgroup-expected.png:
19619         * platform/chromium-win/svg/carto.net/tabgroup-expected.txt:
19620         * platform/chromium-win/svg/carto.net/textbox-expected.txt:
19621         * platform/chromium-win/svg/carto.net/window-expected.txt:
19622         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
19623         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt:
19624         * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
19625         * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
19626         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.txt: Added.
19627         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
19628         * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
19629         * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
19630         * platform/chromium-win/svg/custom/font-face-simple-expected.png:
19631         * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
19632         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
19633         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
19634         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
19635         * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
19636         * platform/chromium-win/svg/custom/invalid-css-expected.txt:
19637         * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
19638         * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
19639         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
19640         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
19641         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
19642         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
19643         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
19644         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
19645         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
19646         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
19647         * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt:
19648         * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
19649         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
19650         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
19651         * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
19652         * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt:
19653         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
19654         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
19655         * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
19656         * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
19657         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
19658         * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt:
19659         * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
19660         * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt:
19661         * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
19662         * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
19663         * platform/chromium-win/svg/custom/tref-own-content-removal-expected.txt:
19664         * platform/chromium-win/svg/custom/tref-update-expected.txt:
19665         * platform/chromium-win/svg/custom/use-detach-expected.txt:
19666         * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
19667         * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
19668         * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
19669         * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
19670         * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
19671         * platform/chromium-win/svg/custom/use-on-g-expected.txt:
19672         * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
19673         * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
19674         * platform/chromium-win/svg/custom/use-on-text-expected.txt:
19675         * platform/chromium-win/svg/custom/use-on-use-expected.txt:
19676         * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
19677         * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
19678         * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
19679         * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
19680         * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
19681         * platform/chromium-win/svg/custom/use-transform-expected.txt:
19682         * platform/chromium-win/svg/hixie/perf/003-expected.txt:
19683         * platform/chromium-win/svg/hixie/perf/004-expected.txt:
19684         * platform/chromium-win/svg/hixie/perf/005-expected.txt:
19685         * platform/chromium-win/svg/hixie/perf/006-expected.txt:
19686         * platform/chromium-win/svg/hixie/text/001-expected.png: Added.
19687         * platform/chromium-win/svg/hixie/text/001-expected.txt: Added.
19688         * platform/chromium-win/svg/hixie/text/003-expected.txt:
19689         * platform/chromium-win/svg/hixie/text/003a-expected.txt: Added.
19690         * platform/chromium-win/svg/hixie/text/003b-expected.txt:
19691         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
19692         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
19693         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.png:
19694         * platform/chromium-win/svg/text/append-text-node-to-tspan-expected.txt:
19695         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
19696         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt:
19697         * platform/chromium-win/svg/text/bidi-text-query-expected.txt:
19698         * platform/chromium-win/svg/text/bidi-tspans-expected.txt:
19699         * platform/chromium-win/svg/text/font-size-below-point-five-2-expected.txt:
19700         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.png:
19701         * platform/chromium-win/svg/text/modify-text-node-in-tspan-expected.txt: Added.
19702         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.png:
19703         * platform/chromium-win/svg/text/remove-text-node-from-tspan-expected.txt:
19704         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.png:
19705         * platform/chromium-win/svg/text/remove-tspan-from-text-expected.txt: Added.
19706         * platform/chromium-win/svg/text/scaled-font-expected.txt:
19707         * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt:
19708         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
19709         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
19710         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
19711         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
19712         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
19713         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
19714         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
19715         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
19716         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
19717         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
19718         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
19719         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
19720         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
19721         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
19722         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
19723         * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
19724         * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
19725         * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
19726         * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
19727         * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
19728         * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
19729         * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
19730         * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
19731         * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
19732         * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
19733         * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
19734         * platform/chromium-win/svg/text/small-fonts-2-expected.png:
19735         * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
19736         * platform/chromium-win/svg/text/small-fonts-3-expected.txt:
19737         * platform/chromium-win/svg/text/small-fonts-expected.txt: Removed.
19738         * platform/chromium-win/svg/text/small-fonts-in-html5-expected.txt:
19739         * platform/chromium-win/svg/text/text-align-01-b-expected.txt:
19740         * platform/chromium-win/svg/text/text-align-02-b-expected.txt:
19741         * platform/chromium-win/svg/text/text-align-03-b-expected.txt:
19742         * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
19743         * platform/chromium-win/svg/text/text-align-05-b-expected.txt:
19744         * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
19745         * platform/chromium-win/svg/text/text-altglyph-01-b-expected.txt:
19746         * platform/chromium-win/svg/text/text-deco-01-b-expected.txt:
19747         * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt:
19748         * platform/chromium-win/svg/text/text-fonts-02-t-expected.txt:
19749         * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
19750         * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
19751         * platform/chromium-win/svg/text/text-path-01-b-expected.txt:
19752         * platform/chromium-win/svg/text/text-path-middle-align-expected.txt:
19753         * platform/chromium-win/svg/text/text-spacing-01-b-expected.txt:
19754         * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
19755         * platform/chromium-win/svg/text/text-text-03-b-expected.txt:
19756         * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
19757         * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
19758         * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
19759         * platform/chromium-win/svg/text/text-text-07-t-expected.txt:
19760         * platform/chromium-win/svg/text/text-text-08-b-expected.txt:
19761         * platform/chromium-win/svg/text/text-tref-01-b-expected.txt:
19762         * platform/chromium-win/svg/text/text-tselect-01-b-expected.txt:
19763         * platform/chromium-win/svg/text/text-tselect-02-f-expected.txt:
19764         * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
19765         * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
19766         * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
19767         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
19768         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
19769         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
19770         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
19771         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
19772         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
19773         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt:
19774         * platform/chromium-win/svg/wicd/sizing-flakiness-expected.txt: Added.
19775         * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt:
19776         * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt:
19777         * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
19778         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
19779         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
19780         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
19781         * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
19782         * platform/chromium/TestExpectations:
19783         * platform/chromium/css3/zoom-coords-expected.txt: Added.
19784         * platform/chromium/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
19785         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
19786         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
19787         * platform/chromium/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
19788         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
19789         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
19790         * platform/chromium/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
19791         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
19792         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
19793         * platform/chromium/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
19794         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
19795         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
19796         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
19797         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
19798         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
19799         * platform/chromium/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
19800         * platform/chromium/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
19801         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
19802         * platform/chromium/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
19803         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
19804         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
19805         * platform/chromium/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
19806         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
19807         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
19808         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
19809         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
19810         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
19811         * platform/chromium/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
19812         * platform/chromium/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
19813         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Replaced.
19814         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Replaced.
19815         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Replaced.
19816         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Replaced.
19817         * platform/chromium/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
19818         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Replaced.
19819         * platform/chromium/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
19820         * platform/chromium/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Replaced.
19821         * platform/chromium/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Replaced.
19822         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Replaced.
19823         * platform/chromium/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Replaced.
19824         * platform/chromium/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Replaced.
19825         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Replaced.
19826         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Replaced.
19827         * platform/chromium/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Replaced.
19828         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
19829         * platform/chromium/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Replaced.
19830         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Removed.
19831         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
19832         * platform/chromium/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Removed.
19833         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Replaced.
19834         * platform/chromium/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Replaced.
19835         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Replaced.
19836         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Replaced.
19837         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Replaced.
19838         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Replaced.
19839         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Replaced.
19840         * platform/chromium/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Replaced.
19841         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
19842         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
19843         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
19844         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
19845         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
19846         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
19847         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
19848         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
19849         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
19850         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
19851         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
19852         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
19853         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
19854         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
19855         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
19856         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
19857         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
19858         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
19859         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
19860         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
19861         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
19862         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
19863         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
19864         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
19865         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
19866         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
19867         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
19868         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
19869         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
19870         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
19871         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
19872         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
19873         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
19874         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
19875         * platform/chromium/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
19876         * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
19877         * platform/chromium/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
19878         * platform/chromium/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
19879         * platform/chromium/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
19880         * platform/chromium/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
19881         * platform/chromium/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
19882         * platform/chromium/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
19883         * platform/chromium/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
19884         * platform/chromium/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
19885         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
19886         * platform/chromium/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Replaced.
19887         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
19888         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
19889         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
19890         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
19891         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
19892         * platform/chromium/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
19893         * platform/chromium/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
19894         * platform/chromium/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
19895         * platform/chromium/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
19896         * platform/chromium/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
19897         * platform/chromium/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
19898         * platform/chromium/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
19899         * platform/chromium/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
19900         * platform/chromium/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
19901         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
19902         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
19903         * platform/chromium/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
19904         * platform/chromium/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
19905         * platform/chromium/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
19906         * platform/chromium/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
19907         * platform/chromium/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
19908         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
19909         * platform/chromium/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
19910         * platform/chromium/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
19911         * platform/chromium/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
19912         * platform/chromium/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
19913         * platform/chromium/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
19914         * platform/chromium/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
19915         * platform/chromium/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
19916         * platform/chromium/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
19917         * platform/chromium/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
19918         * platform/chromium/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
19919         * platform/chromium/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
19920         * platform/chromium/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
19921         * platform/chromium/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
19922         * platform/chromium/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
19923         * platform/chromium/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
19924         * platform/chromium/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
19925         * platform/chromium/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
19926         * platform/chromium/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
19927         * platform/chromium/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
19928         * platform/chromium/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
19929         * platform/chromium/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
19930         * platform/chromium/svg/W3C-SVG-1.2-Tiny: Removed.
19931         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
19932         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
19933         * platform/chromium/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
19934         * platform/chromium/svg/batik/filters: Removed.
19935         * platform/chromium/svg/batik/filters/feTile-expected.txt: Removed.
19936         * platform/chromium/svg/batik/filters/filterRegions-expected.txt: Removed.
19937         * platform/chromium/svg/batik/masking: Removed.
19938         * platform/chromium/svg/batik/masking/maskRegions-expected.txt: Removed.
19939         * platform/chromium/svg/batik/paints: Removed.
19940         * platform/chromium/svg/batik/paints/gradientLimit-expected.txt: Removed.
19941         * platform/chromium/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
19942         * platform/chromium/svg/batik/text/textAnchor-expected.txt: Removed.
19943         * platform/chromium/svg/batik/text/textAnchor2-expected.txt: Removed.
19944         * platform/chromium/svg/batik/text/textAnchor3-expected.txt: Removed.
19945         * platform/chromium/svg/batik/text/textEffect-expected.txt: Removed.
19946         * platform/chromium/svg/batik/text/textEffect3-expected.txt: Removed.
19947         * platform/chromium/svg/batik/text/textFeatures-expected.txt: Removed.
19948         * platform/chromium/svg/batik/text/textLayout-expected.txt: Removed.
19949         * platform/chromium/svg/batik/text/textLayout2-expected.txt: Removed.
19950         * platform/chromium/svg/batik/text/textLength-expected.txt: Removed.
19951         * platform/chromium/svg/batik/text/textOnPath-expected.txt: Removed.
19952         * platform/chromium/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
19953         * platform/chromium/svg/batik/text/textPCDATA-expected.txt: Removed.
19954         * platform/chromium/svg/batik/text/textProperties-expected.txt: Removed.
19955         * platform/chromium/svg/batik/text/textStyles-expected.txt: Removed.
19956         * platform/chromium/svg/batik/text/verticalText-expected.txt: Removed.
19957         * platform/chromium/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
19958         * platform/chromium/svg/carto.net/button-expected.txt: Removed.
19959         * platform/chromium/svg/carto.net/colourpicker-expected.txt: Removed.
19960         * platform/chromium/svg/carto.net/scrollbar-expected.txt: Removed.
19961         * platform/chromium/svg/carto.net/selectionlist-expected.txt: Removed.
19962         * platform/chromium/svg/carto.net/slider-expected.txt: Removed.
19963         * platform/chromium/svg/carto.net/tabgroup-expected.txt: Removed.
19964         * platform/chromium/svg/carto.net/textbox-expected.txt: Removed.
19965         * platform/chromium/svg/carto.net/window-expected.txt: Removed.
19966         * platform/chromium/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
19967         * platform/chromium/svg/css/text-shadow-multiple-expected.txt: Removed.
19968         * platform/chromium/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
19969         * platform/chromium/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
19970         * platform/chromium/svg/custom/dominant-baseline-modes-expected.txt: Removed.
19971         * platform/chromium/svg/custom/font-face-cascade-order-expected.txt: Removed.
19972         * platform/chromium/svg/custom/font-face-simple-expected.txt: Removed.
19973         * platform/chromium/svg/custom/invalid-css-expected.txt: Removed.
19974         * platform/chromium/svg/custom/linking-uri-01-b-expected.txt: Removed.
19975         * platform/chromium/svg/custom/marker-default-width-height-expected.txt: Removed.
19976         * platform/chromium/svg/custom/use-recursion-4-expected.png: Removed.
19977         * platform/chromium/svg/hixie/text/001-expected.png: Removed.
19978         * platform/chromium/svg/hixie/text/003-expected.txt: Removed.
19979         * platform/chromium/svg/text/font-size-below-point-five-2-expected.txt: Removed.
19980         * platform/chromium/svg/text/scaled-font-expected.txt: Removed.
19981         * platform/chromium/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
19982         * platform/chromium/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
19983         * platform/chromium/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
19984         * platform/chromium/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
19985         * platform/chromium/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
19986         * platform/chromium/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
19987         * platform/chromium/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
19988         * platform/chromium/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
19989         * platform/chromium/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
19990         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
19991         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
19992         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
19993         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
19994         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
19995         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
19996         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
19997         * platform/chromium/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
19998         * platform/chromium/svg/text/select-x-list-1-expected.txt: Removed.
19999         * platform/chromium/svg/text/select-x-list-2-expected.txt: Removed.
20000         * platform/chromium/svg/text/select-x-list-3-expected.txt: Removed.
20001         * platform/chromium/svg/text/select-x-list-4-expected.txt: Removed.
20002         * platform/chromium/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
20003         * platform/chromium/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
20004         * platform/chromium/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
20005         * platform/chromium/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
20006         * platform/chromium/svg/text/selection-doubleclick-expected.txt: Removed.
20007         * platform/chromium/svg/text/small-fonts-expected.txt: Added.
20008         * platform/chromium/svg/text/text-align-01-b-expected.txt: Removed.
20009         * platform/chromium/svg/text/text-align-02-b-expected.txt: Removed.
20010         * platform/chromium/svg/text/text-align-03-b-expected.txt: Removed.
20011         * platform/chromium/svg/text/text-align-04-b-expected.txt: Removed.
20012         * platform/chromium/svg/text/text-align-05-b-expected.txt: Removed.
20013         * platform/chromium/svg/text/text-align-06-b-expected.txt: Removed.
20014         * platform/chromium/svg/text/text-altglyph-01-b-expected.txt: Removed.
20015         * platform/chromium/svg/text/text-deco-01-b-expected.txt: Removed.
20016         * platform/chromium/svg/text/text-fonts-01-t-expected.txt: Removed.
20017         * platform/chromium/svg/text/text-intro-05-t-expected.txt: Removed.
20018         * platform/chromium/svg/text/text-path-01-b-expected.txt: Removed.
20019         * platform/chromium/svg/text/text-path-middle-align-expected.txt: Removed.
20020         * platform/chromium/svg/text/text-spacing-01-b-expected.txt: Removed.
20021         * platform/chromium/svg/text/text-text-01-b-expected.txt: Removed.
20022         * platform/chromium/svg/text/text-text-03-b-expected.txt: Removed.
20023         * platform/chromium/svg/text/text-text-04-t-expected.txt: Removed.
20024         * platform/chromium/svg/text/text-text-05-t-expected.txt: Removed.
20025         * platform/chromium/svg/text/text-tref-01-b-expected.txt: Removed.
20026         * platform/chromium/svg/text/text-tselect-01-b-expected.txt: Removed.
20027         * platform/chromium/svg/text/text-tselect-02-f-expected.txt: Removed.
20028         * platform/chromium/svg/text/text-tspan-01-b-expected.txt: Removed.
20029         * platform/chromium/svg/text/text-ws-01-t-expected.txt: Removed.
20030         * platform/chromium/svg/text/text-ws-02-t-expected.txt: Removed.
20031         * platform/chromium/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
20032         * platform/chromium/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
20033         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
20034         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
20035         * platform/chromium/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
20036         * platform/chromium/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
20037         * platform/efl-wk2/svg: Added.
20038         * platform/efl-wk2/svg/batik: Added.
20039         * platform/efl-wk2/svg/batik/filters: Added.
20040         * platform/efl-wk2/svg/batik/filters/filterRegions-expected.png: Added.
20041         * platform/efl-wk2/svg/batik/text: Added.
20042         * platform/efl-wk2/svg/batik/text/smallFonts-expected.png: Added.
20043         * platform/efl-wk2/svg/batik/text/textEffect-expected.png: Added.
20044         * platform/efl-wk2/svg/batik/text/textFeatures-expected.png: Added.
20045         * platform/efl-wk2/svg/batik/text/textLayout-expected.png: Added.
20046         * platform/efl-wk2/svg/batik/text/textLayout2-expected.png: Added.
20047         * platform/efl-wk2/svg/css: Added.
20048         * platform/efl-wk2/svg/css/text-shadow-multiple-expected.png: Added.
20049         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
20050         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
20051         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
20052         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
20053         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
20054         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
20055         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
20056         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
20057         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
20058         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
20059         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
20060         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
20061         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
20062         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
20063         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
20064         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
20065         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
20066         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
20067         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
20068         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
20069         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
20070         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
20071         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
20072         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
20073         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
20074         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
20075         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
20076         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
20077         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
20078         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
20079         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
20080         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
20081         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
20082         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
20083         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
20084         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
20085         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
20086         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
20087         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
20088         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
20089         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
20090         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
20091         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
20092         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
20093         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
20094         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
20095         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
20096         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
20097         * platform/efl/svg/batik/filters/filterRegions-expected.png: Removed.
20098         * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
20099         * platform/efl/svg/batik/text/textEffect-expected.png: Removed.
20100         * platform/efl/svg/batik/text/textFeatures-expected.png: Removed.
20101         * platform/efl/svg/batik/text/textLayout-expected.png: Removed.
20102         * platform/efl/svg/batik/text/textLayout2-expected.png: Removed.
20103         * platform/efl/svg/carto.net/textbox-expected.txt: Removed.
20104         * platform/efl/svg/css/text-shadow-multiple-expected.png: Removed.
20105         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
20106         * platform/efl/svg/hixie/text/001-expected.png: Removed.
20107         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
20108         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
20109         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
20110         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
20111         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
20112         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
20113         * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
20114         * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
20115         * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
20116         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
20117         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
20118         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
20119         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
20120         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
20121         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
20122         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
20123         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
20124         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
20125         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
20126         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
20127         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
20128         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
20129         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
20130         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
20131         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
20132         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
20133         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
20134         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
20135         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
20136         * platform/gtk/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
20137         * platform/gtk/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
20138         * platform/gtk/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
20139         * platform/gtk/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
20140         * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
20141         * platform/gtk/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
20142         * platform/gtk/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
20143         * platform/gtk/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
20144         * platform/gtk/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
20145         * platform/gtk/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
20146         * platform/gtk/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
20147         * platform/gtk/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
20148         * platform/gtk/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
20149         * platform/gtk/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
20150         * platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
20151         * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
20152         * platform/gtk/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
20153         * platform/gtk/svg/carto.net/textbox-expected.txt: Removed.
20154         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
20155         * platform/gtk/svg/hixie/text/001-expected.png: Removed.
20156         * platform/mac-lion/svg/batik: Added.
20157         * platform/mac-lion/svg/batik/text: Added.
20158         * platform/mac-lion/svg/batik/text/smallFonts-expected.txt: Added.
20159         * platform/mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
20160         * platform/mac-lion/svg/custom/js-late-gradient-creation-expected.txt: Added.
20161         * platform/mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
20162         * platform/mac-lion/svg/custom/js-late-pattern-creation-expected.txt: Added.
20163         * platform/mac-lion/svg/custom/use-recursion-1-expected.txt: Added.
20164         * platform/mac-lion/svg/custom/use-recursion-2-expected.txt: Added.
20165         * platform/mac-lion/svg/custom/use-recursion-3-expected.txt: Added.
20166         * platform/mac-lion/svg/custom/use-recursion-4-expected.txt: Added.
20167         * platform/mac-lion/svg/hixie: Added.
20168         * platform/mac-lion/svg/hixie/perf: Added.
20169         * platform/mac-lion/svg/hixie/perf/003-expected.txt: Added.
20170         * platform/mac-lion/svg/hixie/perf/004-expected.txt: Added.
20171         * platform/mac-lion/svg/hixie/perf/005-expected.txt: Added.
20172         * platform/mac-lion/svg/hixie/perf/006-expected.txt: Added.
20173         * platform/mac-lion/svg/hixie/text: Added.
20174         * platform/mac-lion/svg/hixie/text/001-expected.txt: Added.
20175         * platform/mac-lion/svg/hixie/text/003a-expected.txt: Added.
20176         * platform/mac-lion/svg/hixie/text/003b-expected.txt: Added.
20177         * platform/mac-lion/svg/hixie/viewbox: Added.
20178         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio: Added.
20179         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
20180         * platform/mac-lion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
20181         * platform/mac-lion/svg/text: Added.
20182         * platform/mac-lion/svg/text/append-text-node-to-tspan-expected.txt: Added.
20183         * platform/mac-lion/svg/text/bidi-reorder-value-lists-expected.txt: Added.
20184         * platform/mac-lion/svg/text/bidi-text-query-expected.txt: Added.
20185         * platform/mac-lion/svg/text/bidi-tspans-expected.txt: Added.
20186         * platform/mac-lion/svg/text/modify-text-node-in-tspan-expected.txt: Added.
20187         * platform/mac-lion/svg/text/remove-text-node-from-tspan-expected.txt: Added.
20188         * platform/mac-lion/svg/text/remove-tspan-from-text-expected.txt: Added.
20189         * platform/mac-lion/svg/text/selection-tripleclick-expected.txt: Added.
20190         * platform/mac-lion/svg/text/small-fonts-2-expected.txt: Added.
20191         * platform/mac-lion/svg/text/small-fonts-3-expected.txt: Added.
20192         * platform/mac-lion/svg/text/text-fonts-02-t-expected.txt: Added.
20193         * platform/mac-lion/svg/text/text-hkern-expected.txt: Added.
20194         * platform/mac-lion/svg/text/text-text-06-t-expected.txt: Added.
20195         * platform/mac-lion/svg/text/text-text-07-t-expected.txt: Added.
20196         * platform/mac-lion/svg/text/text-text-08-b-expected.txt: Added.
20197         * platform/mac-lion/svg/wicd: Added.
20198         * platform/mac-lion/svg/wicd/rightsizing-grid-expected.txt: Added.
20199         * platform/mac-lion/svg/wicd/sizing-flakiness-expected.txt: Added.
20200         * platform/mac-lion/svg/wicd/test-rightsizing-b-expected.txt: Added.
20201         * platform/mac/TestExpectations:
20202         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
20203         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
20204         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
20205         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
20206         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
20207         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
20208         * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed.
20209         * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed.
20210         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed.
20211         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed.
20212         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed.
20213         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
20214         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
20215         * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed.
20216         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed.
20217         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed.
20218         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
20219         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
20220         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
20221         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
20222         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
20223         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
20224         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
20225         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
20226         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
20227         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
20228         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
20229         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
20230         * platform/mac/svg/batik/filters/feTile-expected.txt:
20231         * platform/mac/svg/batik/text/smallFonts-expected.txt:
20232         * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
20233         * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
20234         * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
20235         * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
20236         * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
20237         * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
20238         * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Removed.
20239         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
20240         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
20241         * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
20242         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
20243         * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
20244         * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
20245         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
20246         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
20247         * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
20248         * platform/mac/svg/custom/stroked-pattern-expected.txt:
20249         * platform/mac/svg/custom/text-letter-spacing-expected.txt:
20250         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
20251         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
20252         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
20253         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
20254         * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
20255         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
20256         * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
20257         * platform/mac/svg/custom/tref-update-expected.txt:
20258         * platform/mac/svg/custom/use-detach-expected.txt:
20259         * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
20260         * platform/mac/svg/custom/use-modify-target-container-expected.txt:
20261         * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
20262         * platform/mac/svg/custom/use-recursion-1-expected.txt:
20263         * platform/mac/svg/custom/use-recursion-2-expected.txt:
20264         * platform/mac/svg/custom/use-recursion-3-expected.txt:
20265         * platform/mac/svg/custom/use-recursion-4-expected.txt:
20266         * platform/mac/svg/hixie/perf/003-expected.txt:
20267         * platform/mac/svg/hixie/perf/004-expected.txt:
20268         * platform/mac/svg/hixie/perf/005-expected.txt:
20269         * platform/mac/svg/hixie/perf/006-expected.txt:
20270         * platform/mac/svg/hixie/text/001-expected.txt:
20271         * platform/mac/svg/hixie/text/003-expected.txt: Removed.
20272         * platform/mac/svg/hixie/text/003a-expected.txt:
20273         * platform/mac/svg/hixie/text/003b-expected.txt:
20274         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
20275         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
20276         * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
20277         * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
20278         * platform/mac/svg/text/bidi-text-query-expected.txt:
20279         * platform/mac/svg/text/bidi-tspans-expected.txt:
20280         * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Removed.
20281         * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
20282         * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
20283         * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
20284         * platform/mac/svg/text/scaled-font-expected.txt: Removed.
20285         * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
20286         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Removed.
20287         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
20288         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Removed.
20289         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Removed.
20290         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt: Removed.
20291         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt: Removed.
20292         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt: Removed.
20293         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt: Removed.
20294         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Removed.
20295         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Removed.
20296         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Removed.
20297         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Removed.
20298         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Removed.
20299         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Removed.
20300         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Removed.
20301         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
20302         * platform/mac/svg/text/select-x-list-1-expected.txt: Removed.
20303         * platform/mac/svg/text/select-x-list-2-expected.txt: Removed.
20304         * platform/mac/svg/text/select-x-list-3-expected.txt: Removed.
20305         * platform/mac/svg/text/select-x-list-4-expected.txt: Removed.
20306         * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt: Removed.
20307         * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt: Removed.
20308         * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt: Removed.
20309         * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt: Removed.
20310         * platform/mac/svg/text/selection-doubleclick-expected.txt: Removed.
20311         * platform/mac/svg/text/selection-tripleclick-expected.txt:
20312         * platform/mac/svg/text/small-fonts-2-expected.txt:
20313         * platform/mac/svg/text/small-fonts-3-expected.txt:
20314         * platform/mac/svg/text/small-fonts-expected.txt: Added.
20315         * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Removed.
20316         * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
20317         * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
20318         * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
20319         * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
20320         * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
20321         * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
20322         * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
20323         * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
20324         * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
20325         * platform/mac/svg/text/text-fonts-02-t-expected.txt:
20326         * platform/mac/svg/text/text-hkern-expected.txt:
20327         * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
20328         * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
20329         * platform/mac/svg/text/text-path-middle-align-expected.txt: Removed.
20330         * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
20331         * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
20332         * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
20333         * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
20334         * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
20335         * platform/mac/svg/text/text-text-06-t-expected.txt:
20336         * platform/mac/svg/text/text-text-07-t-expected.txt:
20337         * platform/mac/svg/text/text-text-08-b-expected.txt:
20338         * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
20339         * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
20340         * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
20341         * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
20342         * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
20343         * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
20344         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Removed.
20345         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
20346         * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
20347         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Removed.
20348         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
20349         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
20350         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
20351         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
20352         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
20353         * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
20354         * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
20355         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed.
20356         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Removed.
20357         * platform/win-future/svg: Added.
20358         * platform/win-future/svg/batik: Added.
20359         * platform/win-future/svg/batik/text: Added.
20360         * platform/win-future/svg/batik/text/textEffect-expected.txt: Added.
20361         * platform/win-future/svg/batik/text/textEffect3-expected.txt: Added.
20362         * svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
20363         * svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
20364         * svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
20365         * svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
20366         * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
20367         * svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
20368         * svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
20369         * svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
20370         * svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
20371         * svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
20372         * svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
20373         * svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
20374         * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
20375         * svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
20376         * svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
20377         * svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
20378         * svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
20379         * svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
20380         * svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
20381         * svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
20382         * svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
20383         * svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
20384         * svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
20385         * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
20386         * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
20387         * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
20388         * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
20389         * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
20390         * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
20391         * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
20392         * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
20393         * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
20394         * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
20395         * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
20396         * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
20397         * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
20398         * svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
20399         * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
20400         * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
20401         * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
20402         * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
20403         * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
20404         * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
20405         * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
20406         * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
20407         * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
20408         * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
20409         * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
20410         * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
20411         * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
20412         * svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
20413         * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
20414         * svg/batik/text/textEffect-expected.txt: Replaced.
20415         * svg/batik/text/textEffect3-expected.txt: Replaced.
20416         * svg/batik/text/textFeatures-expected.txt: Added.
20417         * svg/batik/text/textLayout2-expected.txt: Added.
20418         * svg/carto.net/colourpicker-expected.txt: Added.
20419         * svg/carto.net/tabgroup-expected.txt: Added.
20420         * svg/carto.net/textbox-expected.txt: Added.
20421         * svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
20422         * svg/custom/clip-mask-negative-scale-expected.txt: Added.
20423         * svg/hixie/text/001-expected.png: Added.
20424         * svg/hixie/text/003-expected.txt: Added.
20425         * svg/text/font-size-below-point-five-2-expected.txt: Added.
20426         * svg/text/scaled-font-expected.txt: Added.
20427         * svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
20428         * svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
20429         * svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
20430         * svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
20431         * svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
20432         * svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
20433         * svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
20434         * svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
20435         * svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
20436         * svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
20437         * svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
20438         * svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
20439         * svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
20440         * svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
20441         * svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
20442         * svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
20443         * svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
20444         * svg/text/select-x-list-1-expected.txt: Added.
20445         * svg/text/select-x-list-2-expected.txt: Added.
20446         * svg/text/select-x-list-3-expected.txt: Added.
20447         * svg/text/select-x-list-4-expected.txt: Added.
20448         * svg/text/select-x-list-with-tspans-1-expected.txt: Added.
20449         * svg/text/select-x-list-with-tspans-2-expected.txt: Added.
20450         * svg/text/select-x-list-with-tspans-3-expected.txt: Added.
20451         * svg/text/select-x-list-with-tspans-4-expected.txt: Added.
20452         * svg/text/selection-doubleclick-expected.txt: Added.
20453         * svg/text/small-fonts-in-html5-expected.txt: Added.
20454         * svg/text/text-align-01-b-expected.txt: Added.
20455         * svg/text/text-align-02-b-expected.txt: Added.
20456         * svg/text/text-align-03-b-expected.txt: Added.
20457         * svg/text/text-align-04-b-expected.txt: Added.
20458         * svg/text/text-align-05-b-expected.txt: Added.
20459         * svg/text/text-align-06-b-expected.txt: Added.
20460         * svg/text/text-altglyph-01-b-expected.txt: Added.
20461         * svg/text/text-deco-01-b-expected.txt: Added.
20462         * svg/text/text-fonts-01-t-expected.txt: Added.
20463         * svg/text/text-intro-05-t-expected.txt: Added.
20464         * svg/text/text-path-01-b-expected.txt: Added.
20465         * svg/text/text-path-middle-align-expected.txt: Added.
20466         * svg/text/text-spacing-01-b-expected.txt: Added.
20467         * svg/text/text-text-01-b-expected.txt: Added.
20468         * svg/text/text-text-03-b-expected.txt: Added.
20469         * svg/text/text-text-04-t-expected.txt: Added.
20470         * svg/text/text-text-05-t-expected.txt: Added.
20471         * svg/text/text-tref-01-b-expected.txt: Added.
20472         * svg/text/text-tselect-01-b-expected.txt: Added.
20473         * svg/text/text-tselect-02-f-expected.txt: Added.
20474         * svg/text/text-tspan-01-b-expected.txt: Added.
20475         * svg/text/text-ws-01-t-expected.txt: Added.
20476         * svg/text/text-ws-02-t-expected.txt: Added.
20477         * svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
20478         * svg/wicd/test-rightsizing-a-expected.txt: Added.
20479         * svg/zoom/page/zoom-foreignObject-expected.txt: Added.
20480         * svg/zoom/text/zoom-foreignObject-expected.txt: Added.
20481
20482 2013-01-24  Keishi Hattori  <keishi@webkit.org>
20483
20484         [Chromium] Marking shape-inside-first-fit-001.html as failing on MountainLion.
20485
20486         Unreviewed. Gardening.
20487
20488         * platform/chromium/TestExpectations:
20489
20490 2013-01-24  Keishi Hattori  <keishi@webkit.org>
20491
20492         [Chromium] Marking resize-corner-tracking* tests as needing rebaseline on Mac.
20493
20494         Unreviewed. Gardening.
20495
20496         * platform/chromium/TestExpectations:
20497
20498 2013-01-24  Beth Dakin  <bdakin@apple.com>
20499
20500         Fixed elements sometimes marked out-of-view if you have rubber-banded too far, 
20501         affects flickr.com
20502         https://bugs.webkit.org/show_bug.cgi?id=107882
20503         -and corresponding-
20504         <rdar://problem/13065897>
20505
20506         Reviewed by Simon Fraser.
20507
20508         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt: Added.
20509         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-in-view.html: Added.
20510
20511 2013-01-24  Keishi Hattori  <keishi@webkit.org>
20512
20513         [Chromium] Rebaselining expectations for foreignObject-text-clipping-bug.html.
20514
20515         Unreviewed. Gardening.
20516
20517         * platform/chromium-mac-lion/svg/text/foreignObject-text-clipping-bug-expected.png:
20518         * platform/chromium-mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png:
20519         * platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.png:
20520
20521 2013-01-24  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
20522
20523         Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
20524         https://bugs.webkit.org/show_bug.cgi?id=104775
20525
20526         Reviewed by Ryosuke Niwa.
20527
20528         Rewrite test using js-test-pre.js.
20529         Add test description to the test.
20530
20531         * fast/writing-mode/vertical-inline-block-hittest-expected.txt:
20532         * fast/writing-mode/vertical-inline-block-hittest.html:
20533
20534 2013-01-24  Christian Biesinger  <cbiesinger@chromium.org>
20535
20536         resize property doesn't work on iframes
20537         https://bugs.webkit.org/show_bug.cgi?id=9221
20538
20539         Reviewed by Eric Seidel.
20540
20541         * fast/css/resize-corner-tracking-transformed-iframe.html: Added.
20542         New test for testing resize of transformed <iframe>
20543
20544         * fast/css/resize-corner-tracking.html:
20545         Add a testcase for resizing an <iframe>
20546
20547         * platform/chromium-linux/fast/css/resize-corner-tracking-expected.png:
20548         * platform/chromium-linux/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
20549         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
20550         * platform/chromium-win/fast/css/resize-corner-tracking-expected.txt:
20551         * platform/chromium/compositing/iframes/resizer-expected.txt:
20552         * platform/chromium/fast/css/resize-corner-tracking-expected.txt:
20553         * platform/chromium/fast/css/resize-corner-tracking-transformed-expected.txt:
20554         * platform/chromium/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
20555         * platform/mac/fast/css/resize-corner-tracking-expected.txt:
20556         * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added.
20557         * platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
20558         Update/add generic, mac and linux reference files for the test
20559
20560         * platform/chromium/TestExpectations:
20561         * platform/efl/TestExpectations:
20562         * platform/gtk/TestExpectations:
20563         * platform/qt/TestExpectations:
20564         * platform/win/TestExpectations:
20565         Add expected failures for the tests until they can be rebaselined.
20566
20567 2013-01-24  Kentaro Hara  <haraken@chromium.org>
20568
20569         Regression(r107058): Use-after-free in SerializedScriptValue::deserialize
20570         https://bugs.webkit.org/show_bug.cgi?id=107792
20571
20572         Reviewed by Abhishek Arya.
20573
20574         Added a test that demonstrated a crash due to use-after-free
20575         of SerializedScriptValue.
20576
20577         Test: fast/history/replacestate-nocrash.html
20578
20579         * fast/history/replacestate-nocrash-expected.txt: Added.
20580         * fast/history/replacestate-nocrash.html: Added.
20581
20582 2013-01-24  Arko Saha  <arko@motorola.com>
20583
20584         Microdata: itemtype attribute must update correctly on adding or removing tokens
20585         https://bugs.webkit.org/show_bug.cgi?id=106616
20586
20587         Reviewed by Ryosuke Niwa.
20588
20589         Added tests to ensure that itemtype, itemprop, itemref attributes must update
20590         correctly when tokens have been added or removed.
20591
20592         * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens-expected.txt: Added.
20593         * fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-tokens.html: Added.
20594         * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens-expected.txt: Added.
20595         * fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens.html: Added.
20596         * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens-expected.txt: Added.
20597         * fast/dom/MicroData/propertynodelist-add-remove-itemref-tokens.html: Added.
20598
20599 2013-01-24  Emil A Eklund  <eae@chromium.org>
20600
20601         Unreviewed chromium mac rebaseline for r140728.
20602
20603         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
20604         * platform/chromium-linux-x86/svg/hixie/perf: Removed.
20605         * platform/chromium-linux-x86/svg/hixie/perf/001-expected.txt: Removed.
20606         * platform/chromium-linux-x86/svg/hixie/perf/002-expected.txt: Removed.
20607         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
20608         * platform/chromium-linux/svg/hixie/perf/001-expected.txt: Removed.
20609         * platform/chromium-linux/svg/hixie/perf/002-expected.txt: Removed.
20610         * platform/chromium-linux/svg/text/text-rect-precision-expected.txt: Added.
20611         * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
20612         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
20613         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
20614         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
20615         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
20616         * platform/chromium-mac-lion/svg/custom/feComponentTransfer-Table-expected.txt: Added.
20617         * platform/chromium-mac-lion/svg/custom/getTransformToElement-expected.txt: Added.
20618         * platform/chromium-mac-lion/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
20619         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
20620         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
20621         * platform/chromium-mac-lion/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
20622         * platform/chromium-mac-lion/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
20623         * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.txt: Added.
20624         * platform/chromium-mac-lion/svg/custom/pattern-rotate-gaps-expected.txt: Added.
20625         * platform/chromium-mac-lion/svg/custom/style-attribute-font-size-expected.txt: Added.
20626         * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.txt: Added.
20627         * platform/chromium-mac-lion/svg/custom/text-x-dy-lists-expected.txt: Added.
20628         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
20629         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
20630         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
20631         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
20632         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
20633         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
20634         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
20635         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.txt: Added.
20636         * platform/chromium-mac-snowleopard/svg/custom/getTransformToElement-expected.txt: Added.
20637         * platform/chromium-mac-snowleopard/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
20638         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
20639         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
20640         * platform/chromium-mac-snowleopard/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
20641         * platform/chromium-mac-snowleopard/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
20642         * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.txt: Added.
20643         * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-gaps-expected.txt: Added.
20644         * platform/chromium-mac-snowleopard/svg/custom/style-attribute-font-size-expected.txt: Added.
20645         * platform/chromium-mac-snowleopard/svg/custom/text-repaint-including-stroke-expected.txt: Added.
20646         * platform/chromium-mac-snowleopard/svg/custom/text-x-dy-lists-expected.txt: Added.
20647         * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.txt: Removed.
20648         * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.txt: Removed.
20649         * platform/chromium-mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.txt:
20650         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
20651         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
20652         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
20653         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
20654         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
20655         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
20656         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
20657         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
20658         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
20659         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
20660         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
20661         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
20662         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
20663         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
20664         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
20665         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
20666         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
20667         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
20668         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
20669         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
20670         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
20671         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
20672         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
20673         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
20674         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
20675         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
20676         * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
20677         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
20678         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
20679         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
20680         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
20681         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
20682         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
20683         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
20684         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
20685         * platform/chromium-mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
20686         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
20687         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
20688         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
20689         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
20690         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
20691         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
20692         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
20693         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
20694         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
20695         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
20696         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
20697         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
20698         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
20699         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
20700         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
20701         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
20702         * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
20703         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
20704         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
20705         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
20706         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
20707         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
20708         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
20709         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
20710         * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
20711         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
20712         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
20713         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
20714         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
20715         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
20716         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
20717         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
20718         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
20719         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
20720         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
20721         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
20722         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
20723         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
20724         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
20725         * platform/chromium-mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
20726         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
20727         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
20728         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
20729         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
20730         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
20731         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
20732         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
20733         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
20734         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
20735         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
20736         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
20737         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
20738         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
20739         * platform/chromium-mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
20740         * platform/chromium-mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
20741         * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
20742         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
20743         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
20744         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
20745         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
20746         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
20747         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
20748         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
20749         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
20750         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
20751         * platform/chromium-mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
20752         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.txt: Added.
20753         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.txt: Added.
20754         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
20755         * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.txt:
20756         * platform/chromium-mac/svg/batik/text/textDecoration-expected.txt: Added.
20757         * platform/chromium-mac/svg/batik/text/textDecoration2-expected.txt: Added.
20758         * platform/chromium-mac/svg/batik/text/textEffect2-expected.txt: Added.
20759         * platform/chromium-mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
20760         * platform/chromium-mac/svg/batik/text/textPosition-expected.txt: Added.
20761         * platform/chromium-mac/svg/batik/text/textProperties2-expected.txt: Added.
20762         * platform/chromium-mac/svg/clip-path/clip-path-pixelation-expected.txt: Added.
20763         * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
20764         * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
20765         * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
20766         * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.txt: Added.
20767         * platform/chromium-mac/svg/custom/getTransformToElement-expected.txt: Added.
20768         * platform/chromium-mac/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
20769         * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
20770         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.txt: Added.
20771         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
20772         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
20773         * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
20774         * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
20775         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
20776         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
20777         * platform/chromium-mac/svg/custom/pattern-incorrect-tiling-expected.txt: Added.
20778         * platform/chromium-mac/svg/custom/pattern-rotate-expected.txt: Added.
20779         * platform/chromium-mac/svg/custom/pattern-rotate-gaps-expected.txt: Added.
20780         * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.txt: Added.
20781         * platform/chromium-mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
20782         * platform/chromium-mac/svg/custom/style-attribute-font-size-expected.txt: Added.
20783         * platform/chromium-mac/svg/custom/text-clip-expected.txt: Added.
20784         * platform/chromium-mac/svg/custom/text-ctm-expected.txt: Added.
20785         * platform/chromium-mac/svg/custom/text-dom-01-f-expected.txt: Added.
20786         * platform/chromium-mac/svg/custom/text-filter-expected.txt: Added.
20787         * platform/chromium-mac/svg/custom/text-hit-test-expected.txt: Added.
20788         * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.txt: Added.
20789         * platform/chromium-mac/svg/custom/text-rotation-expected.txt: Added.
20790         * platform/chromium-mac/svg/custom/text-whitespace-handling-expected.txt: Added.
20791         * platform/chromium-mac/svg/custom/text-x-dy-lists-expected.txt: Added.
20792         * platform/chromium-mac/svg/custom/use-dynamic-append-expected.txt: Added.
20793         * platform/chromium-mac/svg/hixie/error/002-expected.txt: Added.
20794         * platform/chromium-mac/svg/hixie/error/013-expected.txt: Added.
20795         * platform/chromium-mac/svg/hixie/perf/001-expected.txt:
20796         * platform/chromium-mac/svg/hixie/perf/002-expected.txt:
20797         * platform/chromium-mac/svg/hixie/perf/007-expected.txt:
20798         * platform/chromium-mac/svg/hixie/viewbox/002-expected.txt: Added.
20799         * platform/chromium-mac/svg/hixie/viewbox/003-expected.txt: Added.
20800         * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Added.
20801         * platform/chromium-mac/svg/text/font-size-below-point-five-expected.txt: Added.
20802         * platform/chromium-mac/svg/text/non-bmp-positioning-lists-expected.txt: Added.
20803         * platform/chromium-mac/svg/text/text-midpoint-split-bug-expected.txt: Added.
20804         * platform/chromium-mac/svg/text/text-rect-precision-expected.txt: Added.
20805         * platform/chromium-mac/svg/text/text-repaint-rects-expected.txt: Added.
20806         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
20807         * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
20808         * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
20809         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
20810         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
20811         * platform/chromium-mac/svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
20812         * platform/chromium-mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
20813         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
20814         * platform/chromium-win-xp/svg/hixie/perf: Removed.
20815         * platform/chromium-win-xp/svg/hixie/perf/001-expected.txt: Removed.
20816         * platform/chromium-win-xp/svg/hixie/perf/002-expected.txt: Removed.
20817         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
20818         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
20819         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
20820         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
20821         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
20822         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
20823         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
20824         * platform/chromium-win/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
20825         * platform/chromium-win/svg/hixie/perf/007-expected.txt: Removed.
20826         * platform/chromium/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Removed.
20827         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
20828         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
20829         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
20830         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
20831         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
20832         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
20833         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
20834         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
20835         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
20836         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
20837         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
20838         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
20839         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
20840         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
20841         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
20842         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
20843         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
20844         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
20845         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
20846         * platform/chromium/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
20847         * platform/chromium/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
20848         * platform/chromium/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
20849         * platform/chromium/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
20850         * platform/chromium/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
20851         * platform/chromium/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
20852         * platform/chromium/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
20853         * platform/chromium/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
20854         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
20855         * platform/chromium/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
20856         * platform/chromium/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
20857         * platform/chromium/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
20858         * platform/chromium/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
20859         * platform/chromium/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
20860         * platform/chromium/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
20861         * platform/chromium/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
20862         * platform/chromium/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
20863         * platform/chromium/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
20864         * platform/chromium/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
20865         * platform/chromium/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
20866         * platform/chromium/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
20867         * platform/chromium/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
20868         * platform/chromium/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
20869         * platform/chromium/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
20870         * platform/chromium/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
20871         * platform/chromium/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
20872         * platform/chromium/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
20873         * platform/chromium/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
20874         * platform/chromium/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
20875         * platform/chromium/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
20876         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
20877         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
20878         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
20879         * platform/chromium/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
20880         * platform/chromium/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
20881         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
20882         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
20883         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
20884         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
20885         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
20886         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
20887         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
20888         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
20889         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
20890         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
20891         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
20892         * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
20893         * platform/chromium/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
20894         * platform/chromium/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
20895         * platform/chromium/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
20896         * platform/chromium/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Removed.
20897         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
20898         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
20899         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
20900         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
20901         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
20902         * platform/chromium/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
20903         * platform/chromium/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
20904         * platform/chromium/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
20905         * platform/chromium/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
20906         * platform/chromium/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
20907         * platform/chromium/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
20908         * platform/chromium/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
20909         * platform/chromium/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
20910         * platform/chromium/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
20911         * platform/chromium/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Removed.
20912         * platform/chromium/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Removed.
20913         * platform/chromium/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
20914         * platform/chromium/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
20915         * platform/chromium/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
20916         * platform/chromium/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
20917         * platform/chromium/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
20918         * platform/chromium/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
20919         * platform/chromium/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
20920         * platform/chromium/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
20921         * platform/chromium/svg/batik/paints/patternRegionA-expected.txt: Removed.
20922         * platform/chromium/svg/batik/paints/patternRegions-expected.txt: Removed.
20923         * platform/chromium/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
20924         * platform/chromium/svg/batik/text/textDecoration-expected.txt: Removed.
20925         * platform/chromium/svg/batik/text/textDecoration2-expected.txt: Removed.
20926         * platform/chromium/svg/batik/text/textEffect2-expected.txt: Removed.
20927         * platform/chromium/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
20928         * platform/chromium/svg/batik/text/textPosition-expected.txt: Removed.
20929         * platform/chromium/svg/batik/text/textProperties2-expected.txt: Removed.
20930         * platform/chromium/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
20931         * platform/chromium/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
20932         * platform/chromium/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
20933         * platform/chromium/svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
20934         * platform/chromium/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
20935         * platform/chromium/svg/custom/mouse-move-on-svg-container-expected.txt: Removed.
20936         * platform/chromium/svg/custom/pattern-with-transformation-expected.txt: Removed.
20937         * platform/chromium/svg/custom/text-clip-expected.txt: Removed.
20938         * platform/chromium/svg/custom/text-ctm-expected.txt: Removed.
20939         * platform/chromium/svg/custom/text-dom-01-f-expected.txt: Removed.
20940         * platform/chromium/svg/custom/text-filter-expected.txt: Removed.
20941         * platform/chromium/svg/custom/text-hit-test-expected.txt: Removed.
20942         * platform/chromium/svg/custom/text-rotation-expected.txt: Removed.
20943         * platform/chromium/svg/custom/text-whitespace-handling-expected.txt: Removed.
20944         * platform/chromium/svg/custom/use-dynamic-append-expected.txt: Removed.
20945         * platform/chromium/svg/hixie/error/002-expected.txt: Removed.
20946         * platform/chromium/svg/hixie/error/013-expected.txt: Removed.
20947         * platform/chromium/svg/text/bidi-embedded-direction-expected.txt: Removed.
20948         * platform/chromium/svg/text/font-size-below-point-five-expected.txt: Removed.
20949         * platform/chromium/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
20950         * platform/chromium/svg/text/text-midpoint-split-bug-expected.txt: Removed.
20951         * platform/chromium/svg/text/text-repaint-rects-expected.txt: Removed.
20952         * platform/chromium/svg/transforms/animated-path-inside-transformed-html-expected.txt: Removed.
20953         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
20954         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
20955         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
20956         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
20957         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
20958         * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Removed.
20959         * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Removed.
20960         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
20961         * platform/gtk/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
20962         * platform/gtk/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
20963         * platform/gtk/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
20964         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
20965         * platform/gtk/svg/custom/pattern-with-transformation-expected.txt: Removed.
20966         * platform/gtk/svg/text/text-midpoint-split-bug-expected.txt: Removed.
20967         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
20968         * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
20969         * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
20970         * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
20971         * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
20972         * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
20973         * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
20974         * platform/qt/svg/clip-path/clip-path-pixelation-expected.txt: Removed.
20975         * platform/qt/svg/hixie/perf/007-expected.txt: Removed.
20976         * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
20977         * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
20978         * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
20979         * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
20980         * svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
20981         * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
20982         * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
20983         * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
20984         * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
20985         * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
20986         * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
20987         * svg/clip-path/clip-path-pixelation-expected.txt: Added.
20988         * svg/custom/pattern-with-transformation-expected.txt: Added.
20989         * svg/hixie/perf/007-expected.txt: Added.
20990         * svg/text/text-midpoint-split-bug-expected.txt: Added.
20991
20992 2013-01-24  Joshua Bell  <jsbell@chromium.org>
20993
20994         IndexedDB: Remove IDBUpgradeNeededEvent, merge with IDBVersionChangeEvent
20995         https://bugs.webkit.org/show_bug.cgi?id=107754
20996
20997         Reviewed by Tony Chang.
20998
20999         Updated expectations, and new test file. In most cases, just switch test from
21000         looking at event.target.version and event.version to event.oldVersion and event.newVersion,
21001         in some cases verifying the old properties as well as a sanity check.
21002
21003         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt:
21004         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt:
21005         * storage/indexeddb/deletedatabase-blocked-expected.txt:
21006         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
21007         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt:
21008         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
21009         * storage/indexeddb/deletedatabase-not-blocked-expected.txt:
21010         * storage/indexeddb/events-expected.txt: Added.
21011         * storage/indexeddb/events.html: Added.
21012         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
21013         * storage/indexeddb/intversion-long-queue-expected.txt:
21014         * storage/indexeddb/removed-expected.txt:
21015         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js:
21016         * storage/indexeddb/resources/deletedatabase-blocked.js:
21017         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
21018         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
21019         * storage/indexeddb/resources/deletedatabase-not-blocked.js:
21020         * storage/indexeddb/resources/events.js: Added.
21021         * storage/indexeddb/resources/intversion-gated-on-delete.js:
21022         * storage/indexeddb/resources/intversion-long-queue.js:
21023         * storage/indexeddb/resources/removed.js: Verify that old Event type and property are gone.
21024
21025 2013-01-24  Emil A Eklund  <eae@chromium.org>
21026
21027         [svg] Remove unnecessary rounding in SVGRootInlineBox::layoutRootBox
21028         https://bugs.webkit.org/show_bug.cgi?id=107771
21029
21030         Reviewed by Levi Weintraub.
21031         
21032         Add test for svg text subpixel measurement and update
21033         expectations as needed.
21034
21035         * css3/zoom-coords.xhtml:
21036         * platform/chromium/TestExpectations:
21037         * platform/mac/TestExpectations:
21038         * svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
21039         * svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
21040         * svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
21041         * svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
21042         * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
21043         * svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
21044         * svg/custom/glyph-setting-d-attribute-expected.txt:
21045         * svg/foreignObject/text-tref-02-b-expected.txt:
21046         * svg/hixie/viewbox/002-expected.txt:
21047         * svg/hixie/viewbox/003-expected.txt:
21048         * svg/text/text-rect-precision.html: Added.
21049         * svg/text/text-viewbox-rescale-expected.txt:
21050         * svg/zoom/page/zoom-zoom-coords-expected.txt:
21051         * svg/zoom/page/zoom-zoom-coords.xhtml:
21052
21053 2013-01-24  Philip Rogers  <pdr@google.com>
21054
21055         Preserve container size requests across image loads
21056         https://bugs.webkit.org/show_bug.cgi?id=106733
21057
21058         Reviewed by Tim Horton.
21059
21060         * http/tests/svg/cached-image-sizing-expected.html: Added.
21061         * http/tests/svg/cached-image-sizing.html: Added.
21062         * http/tests/svg/resources/delayCachedLoad.php: Added.
21063         * http/tests/svg/resources/greenSquare.svg: Added.
21064
21065 2013-01-24  Sheriff Bot  <webkit.review.bot@gmail.com>
21066
21067         Unreviewed, rolling out r140296.
21068         http://trac.webkit.org/changeset/140296
21069         https://bugs.webkit.org/show_bug.cgi?id=107857
21070
21071         Cause several regresssions (Requested by smfr on #webkit).
21072
21073         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
21074         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
21075         * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
21076         * fast/forms/text/text-padding-dynamic-change.html: Removed.
21077
21078 2013-01-24  Adam Klein  <adamk@chromium.org>
21079
21080         Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky
21081         https://bugs.webkit.org/show_bug.cgi?id=106612
21082
21083         Reviewed by Eric Seidel.
21084
21085         * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Wait for
21086         the iframe's onload event before running the test.
21087         * platform/chromium/TestExpectations: Remove flaky expectation.
21088         * platform/efl/TestExpectations: ditto
21089         * platform/gtk/TestExpectations: ditto
21090
21091 2013-01-24  Tony Chang  <tony@chromium.org>
21092
21093         Remove document as a parameter from a few internals methods
21094         https://bugs.webkit.org/show_bug.cgi?id=107757
21095
21096         Reviewed by Hajime Morita.
21097
21098         Remove document as a parameter since there's already one associated with internals.
21099
21100         * editing/input/editable-container-with-word-wrap-normal.html:
21101         * editing/selection/caret-alignment-for-vertical-text.html:
21102         * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html:
21103         * editing/selection/caret-in-div-containing-br-in-vertical-mode.html:
21104         * editing/selection/caret-in-empty-inline-1.html:
21105         * editing/selection/caret-in-empty-inline-2.html:
21106         * editing/selection/internal-caret-rect.html:
21107         * fast/dom/resources/shadow-test-driver.js:
21108         (createContentWithSelect):
21109         (createContentWithText):
21110         (appendShadow):
21111         (appendShadowDeep):
21112         * fast/dom/shadow/content-element-includer.html:
21113         * fast/dom/shadow/content-element-renderers.html:
21114         * fast/dom/shadow/content-selector-query.html:
21115         * fast/dom/shadow/create-content-element.html:
21116         * fast/dom/shadow/shadow-contents-fallback-dynamic.html:
21117         * fast/dom/shadow/shadow-contents-fallback.html:
21118         * fast/dom/shadow/shadow-contents-select.html:
21119         * fast/preloader/scan-body-from-head-import.html:
21120         * http/tests/loading/preload-append-scan.php:
21121
21122 2013-01-24  Mike West  <mkwst@chromium.org>
21123
21124         Web Inspector: 'console.debug' should generate messages at DebugMessageLevel.
21125         https://bugs.webkit.org/show_bug.cgi?id=107816
21126
21127         Reviewed by Pavel Feldman.
21128
21129         * inspector/console/console-tests-expected.txt:
21130         * inspector/extensions/extensions-console-expected.txt:
21131             Rebaseline this test with the updated message level.
21132
21133 2013-01-24  Dima Gorbik  <dgorbik@apple.com>
21134
21135         Implement :past pseudo class for the WebVTT ::cue pseudo element
21136         https://bugs.webkit.org/show_bug.cgi?id=105482
21137
21138         Reviewed by Eric Carlson.
21139
21140         * media/track/captions-webvtt/styling-timestamps.vtt: Added.
21141         * media/track/track-css-matching-timestamps-expected.txt: Added.
21142         * media/track/track-css-matching-timestamps.html: Added.
21143
21144 2013-01-24  Max Vujovic  <mvujovic@adobe.com>
21145
21146         [CSS Filters] CSS opacity property clips filter outsets
21147         https://bugs.webkit.org/show_bug.cgi?id=106549
21148
21149         Reviewed by Dirk Schulze.
21150
21151         Add a reftest to verify that an element's drop shadow filter is not clipped when a CSS
21152         opacity property is not applied.
21153
21154         * css3/filters/css-opacity-with-drop-shadow-expected.html: Added.
21155         * css3/filters/css-opacity-with-drop-shadow.html: Added.
21156
21157 2013-01-24  Christophe Dumez  <christophe.dumez@intel.com>
21158
21159         Unreviewed EFL rebaseline.
21160
21161         Rebaseline several tests on EFL port after r140693.
21162
21163         * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png:
21164         * platform/efl/TestExpectations:
21165         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
21166         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
21167         * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
21168         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
21169         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
21170         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
21171         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
21172         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
21173         * platform/efl/fast/text/capitalize-empty-generated-string-expected.png:
21174         * platform/efl/fast/text/capitalize-empty-generated-string-expected.txt:
21175         * platform/efl/fast/text/whitespace/006-expected.png:
21176         * platform/efl/fast/text/whitespace/006-expected.txt:
21177         * platform/efl/fast/text/whitespace/007-expected.png:
21178         * platform/efl/fast/text/whitespace/007-expected.txt:
21179         * platform/efl/svg/batik/text/xmlSpace-expected.png:
21180         * platform/efl/svg/batik/text/xmlSpace-expected.txt:
21181         * platform/efl/svg/carto.net/combobox-expected.png:
21182         * platform/efl/svg/carto.net/combobox-expected.txt:
21183         * platform/efl/tables/mozilla/bugs/bug113235-3-expected.png:
21184         * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
21185         * platform/efl/tables/mozilla/bugs/bug1188-expected.png:
21186         * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
21187         * platform/efl/tables/mozilla/bugs/bug1318-expected.png:
21188         * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
21189
21190 2013-01-22  Robert Hogan  <robert@webkit.org>
21191
21192         Inline Containing Only Collapsed Whitespace Not Getting a Linebox
21193         https://bugs.webkit.org/show_bug.cgi?id=31397
21194
21195         Reviewed by David Hyatt.
21196
21197         * fast/css/first-letter-capitalized-edit-select-crash-expected.txt:
21198         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-expected.html: Added.
21199         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl-expected.html: Added.
21200         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty-vertical-rl.html: Added.
21201         * fast/inline/inline-containing-collapsed-whitespace-treated-as-empty.html: Added.
21202         * platform/chromium/TestExpectations:
21203         * platform/efl/TestExpectations:
21204         * platform/gtk/TestExpectations:
21205         * platform/mac/TestExpectations:
21206         * platform/qt/TestExpectations:
21207
21208 2013-01-24  Andrey Lushnikov  <lushnikov@chromium.org>
21209
21210         Web Inspector: expand more chunks in DTE
21211         https://bugs.webkit.org/show_bug.cgi?id=107698
21212
21213         Reviewed by Pavel Feldman.
21214
21215         Correct text expectation as we change amount of expanded chunks.
21216
21217         * inspector/editor/text-editor-selection-expected.txt:
21218
21219 2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
21220
21221         [Qt] Unreviewed gardening. Added platform specific expectation after r140174.
21222         https://bugs.webkit.org/show_bug.cgi?id=107434.
21223
21224         * platform/qt/TestExpectations:
21225         * platform/qt/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added after r140174.
21226
21227 2013-01-24  Ádám Kallai  <kadam@inf.u-szeged.hu>
21228
21229         [Qt][WK2] Unreviewed gardening. Skip a failing HTML ref test after r140229.
21230         https://bugs.webkit.org/show_bug.cgi?id=105390.
21231
21232         * platform/qt-5.0-wk2/TestExpectations:
21233         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added after r140593.
21234
21235 2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
21236
21237         Unreviewed GTK gardening.
21238
21239         Adding failure expectations for accessibility tests that regressed with r140658.
21240
21241         * platform/gtk/TestExpectations:
21242
21243 2013-01-24  Andrey Adaikin  <aandrey@chromium.org>
21244
21245         Web Inspector: [Canvas] REGRESSION: stack traces in the replay log are gone
21246         https://bugs.webkit.org/show_bug.cgi?id=107805
21247
21248         Reviewed by Pavel Feldman.
21249
21250         A simple test to dump a canvas 2D trace log with function call stack traces.
21251
21252         * inspector/profiler/canvas-profiler-test.js:
21253         (initialize_CanvasWebGLProfilerTest.):
21254         (initialize_CanvasWebGLProfilerTest.InspectorTest.dumpTraceLog):
21255         * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt: Added.
21256         * inspector/profiler/canvas2d/canvas-stack-trace.html: Added.
21257         * platform/efl/TestExpectations:
21258         * platform/gtk/TestExpectations:
21259         * platform/mac/TestExpectations:
21260         * platform/qt/TestExpectations:
21261         * platform/win/TestExpectations:
21262         * platform/wincairo/TestExpectations:
21263
21264 2013-01-23  Alexis Menard  <alexis@webkit.org>
21265
21266         Unreviewed cleanup of comments and a commented test.
21267
21268         * transitions/transitions-parsing.html:
21269
21270 2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
21271
21272         Unreviewed gardening.
21273
21274         Removing failure expectations for the ietestcenter/css3/valuesandunits/units-010.htm
21275         layout test. It was fixed in r140300.
21276
21277         * platform/chromium/TestExpectations:
21278         * platform/efl/TestExpectations:
21279         * platform/gtk/TestExpectations:
21280         * platform/mac/TestExpectations:
21281         * platform/qt-4.8/TestExpectations:
21282         * platform/qt-mac/TestExpectations:
21283         * platform/qt/TestExpectations:
21284
21285 2013-01-24  Zan Dobersek  <zdobersek@igalia.com>
21286
21287         Unreviewed GTK gardening.
21288
21289         Classifying some IndexedDB failures as flaky.
21290         Removing the expectation for the passing fast/forms/text-input-event.html test.
21291
21292         * platform/gtk/TestExpectations:
21293
21294 2013-01-24  Pavel Feldman  <pfeldman@chromium.org>
21295
21296         Web Inspector: breakpoints are not restored upon reload for scripts with script mapping.
21297         https://bugs.webkit.org/show_bug.cgi?id=107799
21298
21299         Reviewed by Alexander Pavlov.
21300
21301         * inspector/debugger/breakpoint-manager.html:
21302
21303 2013-01-24  Mihnea Ovidenie  <mihnea@adobe.com>
21304
21305         [CSSRegions] Add test cases for auto-size regions and window resize
21306         https://bugs.webkit.org/show_bug.cgi?id=107686
21307
21308         Reviewed by Tony Chang.
21309
21310         The fix for https://bugs.webkit.org/show_bug.cgi?id=102954 also solved
21311         https://bugs.webkit.org/show_bug.cgi?id=102221. This patch adds two tests
21312         for webkit bug 102221.
21313
21314         * fast/regions/autosize-region-container-resize-expected.html: Added.
21315         * fast/regions/autosize-region-container-resize.html: Added.
21316         * fast/regions/autosize-region-window-resize-expected.html: Added.
21317         * fast/regions/autosize-region-window-resize.html: Added.
21318
21319 2013-01-24  Dominic Mazzoni  <dmazzoni@google.com>
21320
21321         AX: should init an AXObject only after AXObjectCache has added it
21322         https://bugs.webkit.org/show_bug.cgi?id=107533
21323
21324         Reviewed by Chris Fleizach.
21325
21326         Adds a new test that demonstrates a crash if an AXObject
21327         initializes itself before the AXObjectCache has added it to
21328         the cache.
21329
21330         * accessibility/duplicate-axrenderobject-crash-expected.txt: Added.
21331         * accessibility/duplicate-axrenderobject-crash.html: Added.
21332
21333 2013-01-23  Kentaro Hara  <haraken@chromium.org>
21334
21335         Implement MouseEvent constructor
21336         https://bugs.webkit.org/show_bug.cgi?id=107630
21337
21338         Reviewed by Adam Barth.
21339
21340         Spec: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
21341
21342         The MouseEvent constructor should be implemented under a DOM4_EVENTS_CONSTRUCTOR flag.
21343
21344         * fast/dom/constructed-objects-prototypes-expected.txt:
21345         * fast/dom/dom-constructors-expected.txt:
21346         * fast/dom/dom-constructors.html:
21347         * fast/events/constructors/mouse-event-constructor-expected.txt: Added.
21348         * fast/events/constructors/mouse-event-constructor.html: Added.
21349         * platform/efl/TestExpectations:
21350         * platform/gtk/TestExpectations:
21351         * platform/qt/TestExpectations:
21352         * platform/win/TestExpectations:
21353         * platform/wincairo/TestExpectations:
21354
21355 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
21356
21357         Unreviewed, rebaseline for Chromium-Linux and Chromium-Win
21358         editing/selection/range-between-block-and-inline.html
21359
21360         * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png:
21361         * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png:
21362
21363 2013-01-23  Ken Kania  <kkania@chromium.org>
21364
21365         [Inspector] Add events for tracking page loads and scheduled navigations.
21366         https://bugs.webkit.org/show_bug.cgi?id=104168
21367
21368         Reviewed by Pavel Feldman.
21369
21370         These events are needed for clients who need to be aware of when a page is
21371         navigating or about to navigate. Some clients may wish to prevent interaction
21372         with the page during this time. Two of the new events track loading start and
21373         stop, as measured by the ProgressTracker. The other two events track when a
21374         page has a new scheduled navigation and when it no longer has a scheduled
21375         navigation. These latter two events won't allow the client to determine if
21376         a load is going to happen in all circumstances, but is sufficient for many cases.
21377         Make sure we hold a reference to the frame in NavigationScheduler::timerFired
21378         in case the redirect causes the frame to be detached.
21379
21380         Also, minor update to InspectorInputAgent::dispatchMouseEvent to reorder params
21381         to match dispatchKeyEvent.
21382
21383         * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
21384         * inspector-protocol/page/frameScheduledNavigation.html: Added.
21385         * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
21386         * inspector-protocol/page/frameStartedLoading.html: Added.
21387         * platform/chromium/TestExpectations:
21388
21389 2013-01-23  Simon Fraser  <simon.fraser@apple.com>
21390
21391         Avoid creating background layers on pages with a fixed background, but no image
21392         https://bugs.webkit.org/show_bug.cgi?id=107783
21393
21394         Reviewed by Beth Dakin.
21395         
21396         Testcase with body { background-attachment:fixed; } but no image.
21397
21398         * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image-expected.txt: Added.
21399         * platform/mac/tiled-drawing/fixed-background/fixed-background-no-image.html: Added.
21400
21401 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
21402
21403         Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
21404         https://bugs.webkit.org/show_bug.cgi?id=107729
21405
21406         Reviewed by Hajime Morita.
21407
21408         This patch changes panScroll-panIcon.html test to HTML ref test rather than
21409         pixel ref test to avoid rebaseline among Windows versions, and enables
21410         panScroll-panIcon.html.
21411
21412         * platform/chromium-win/fast/events/panScroll-panIcon.html: Changed not to move mouse pointer to avoid motion of scroll thumb. 
21413         * platform/chromium-win/fast/events/panScroll-panIcon-expected.html: Added.
21414         * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Removed.
21415         * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Removed.
21416         * platform/chromium-win/TestExpectations: Changed to enable panScroll-panIcon.html
21417
21418 2013-01-23  Wei Jia  <wjia@chromium.org>
21419
21420         Enable autoplay when <video>'s src is from media stream
21421         https://bugs.webkit.org/show_bug.cgi?id=105224
21422
21423         Reviewed by Eric Carlson.
21424
21425         Always turns on mediaPlaybackRequiresUserGesture at the beginning.
21426         HTMLMediaElement is supposed to turn it off when <video>'s src is from media stream.
21427         * platform/chromium/media/video-capture-preview.html:
21428
21429 2013-01-23  Luke Macpherson   <macpherson@chromium.org>
21430
21431         Support variables inside -webkit-box-reflect CSS property.
21432         https://bugs.webkit.org/show_bug.cgi?id=106856
21433
21434         Adds test for variables as -webkit-box-reflect parameters.
21435
21436         Reviewed by Tony Chang.
21437
21438         * fast/css/variables/var-inside-box-reflect-expected.html: Added.
21439         * fast/css/variables/var-inside-box-reflect.html: Added.
21440
21441 2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>
21442
21443         Template element should parse in XHTML just as it does in HTML
21444         https://bugs.webkit.org/show_bug.cgi?id=106491
21445
21446         Reviewed by Ryosuke Niwa.
21447
21448         * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization-expected.txt: Added.
21449         * fast/dom/HTMLTemplateElement/xhtml-parsing-and-serialization.xml: Added.
21450         * fast/xpath/xpath-template-element-expected.txt: Added.
21451         * fast/xpath/xpath-template-element.html: Added.
21452         * fast/xsl/resources/xhtml-template.xsl: Added.
21453         * fast/xsl/xslt-processor-template-expected.txt: Added.
21454         * fast/xsl/xslt-processor-template.html: Added.
21455         * fast/xsl/xslt-xhtml-template-expected.txt: Added.
21456         * fast/xsl/xslt-xhtml-template.xml: Added.
21457
21458 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
21459
21460         Unreviewew. Rebaseline for Chromium: fast/ruby/select-ruby.html
21461
21462         * platform/chromium-linux-x86/fast/ruby/select-ruby-expected.txt: Added.
21463         * platform/chromium-linux/fast/ruby/select-ruby-expected.png: Added.
21464         * platform/chromium-linux/fast/ruby/select-ruby-expected.txt: Added.
21465         * platform/chromium-mac-lion/fast/ruby/select-ruby-expected.txt: Added.
21466         * platform/chromium-mac-snowleopard/fast/ruby/select-ruby-expected.txt: Added.
21467         * platform/chromium-mac/fast/ruby/select-ruby-expected.png: Added.
21468         * platform/chromium-mac/fast/ruby/select-ruby-expected.txt: Added.
21469         * platform/chromium-win-xp/fast/ruby/select-ruby-expected.txt: Added.
21470         * platform/chromium-win/fast/ruby/select-ruby-expected.png: Added.
21471         * platform/chromium-win/fast/ruby/select-ruby-expected.txt: Added.
21472
21473 2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>
21474
21475         REGRESSION: WebKit does not render selection in non-first ruby text nodes.
21476         https://bugs.webkit.org/show_bug.cgi?id=92818
21477
21478         Reviewed by Levi Weintraub.
21479
21480         Add a test, authored by Sukolsak Sakshuwong.
21481
21482         * fast/ruby/select-ruby.html: Added.
21483         * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
21484         * platform/mac/fast/ruby/select-ruby-expected.png: Added.
21485         * platform/mac/fast/ruby/select-ruby-expected.txt: Added.
21486
21487 2013-01-23  Martin Robinson  <mrobinson@igalia.com>
21488
21489         WebKit should support decoding multi-byte entities in XML content
21490         https://bugs.webkit.org/show_bug.cgi?id=107459
21491
21492         Reviewed by Adam Barth.
21493
21494         Add a simple test for decoding some entities that resolve to multiple
21495         bytes in XML.
21496
21497         * fast/parser/entities-in-xhtml.xhtml: Added a few multi-bye entities.
21498         * fast/parser/entities-in-xhtml-expected.txt: Updated.
21499
21500 2013-01-23  Filip Pizlo  <fpizlo@apple.com>
21501
21502         Constant folding an access to an uncaptured variable that is captured later in the same basic block shouldn't lead to assertion failures
21503         https://bugs.webkit.org/show_bug.cgi?id=107750
21504         <rdar://problem/12387265>
21505
21506         Reviewed by Mark Hahnenberg.
21507
21508         * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured-expected.txt: Added.
21509         * fast/js/dfg-constant-fold-uncaptured-variable-that-is-later-captured.html: Added.
21510         * fast/js/jsc-test-list:
21511         * fast/js/script-tests/dfg-constant-fold-uncaptured-variable-that-is-later-captured.js: Added.
21512         (bar):
21513         (baz):
21514         (foo):
21515
21516 2013-01-23  Hans Muller  <hmuller@adobe.com>
21517
21518         [CSS Exclusions] Add support for computing first included interval position for polygons
21519         https://bugs.webkit.org/show_bug.cgi?id=103429
21520
21521         Reviewed by Dirk Schulze.
21522
21523         All of the existing shape-inside tests exercise the new code.  Added new tests which
21524         verify that layout works correctly when layout can not begin at the shape's logical top.
21525         Test 001 additionally checks all writing-modes, test 002 verifies that the topmost/leftmost
21526         rule is followed, and test3 checks a self-intersecting polygon.
21527
21528         * fast/exclusions/shape-inside/shape-inside-first-fit-001-expected.html: Added.
21529         * fast/exclusions/shape-inside/shape-inside-first-fit-001.html: Added.
21530         * fast/exclusions/shape-inside/shape-inside-first-fit-002-expected.html: Added.
21531         * fast/exclusions/shape-inside/shape-inside-first-fit-002.html: Added.
21532         * fast/exclusions/shape-inside/shape-inside-first-fit-003-expected.html: Added.
21533         * fast/exclusions/shape-inside/shape-inside-first-fit-003.html: Added.
21534
21535 2013-01-23  Dirk Schulze  <dschulze@adobe.com>
21536
21537         Implement Canvas Path object
21538         https://bugs.webkit.org/show_bug.cgi?id=97333
21539
21540         Reviewed by Dean Jackson.
21541
21542         Add a test for checking existence of Path object and dependent functions.
21543         The test is supposed to fail if canvas-path is not activated on compile time.
21544
21545         * fast/canvas/canvas-path-object-expected.txt: Added.
21546         * fast/canvas/canvas-path-object.html: Added.
21547         * fast/canvas/script-tests/canvas-path-object.js: Added.
21548         * platform/chromium/TestExpectations: Different error handling on Chromium. Needs rebaseline.
21549
21550 2013-01-23  Joshua Bell  <jsbell@chromium.org>
21551
21552         IndexedDB: Remove IDBVersionChangeRequest
21553         https://bugs.webkit.org/show_bug.cgi?id=107711
21554
21555         Reviewed by Tony Chang.
21556
21557         Update expectations - change a handful of FAIL to PASS because past-us were awesome.
21558
21559         * storage/indexeddb/intversion-long-queue-expected.txt:
21560         * storage/indexeddb/intversion-upgrades-expected.txt:
21561
21562 2013-01-23  Martin Robinson  <mrobinson@igalia.com>
21563
21564         [GTK] Bump webkitgtk-test-fonts dependency to cover fallbacks for Tamil, Bengali, and others
21565         https://bugs.webkit.org/show_bug.cgi?id=107727
21566
21567         Reviewed by Gustavo Noronha Silva.
21568
21569         Update test results to reflect the new fonts.
21570
21571         * platform/gtk/fast/text/atsui-multiple-renderers-expected.png:
21572         * platform/gtk/fast/text/atsui-multiple-renderers-expected.txt:
21573         * platform/gtk/fast/text/complex-text-opacity-expected.png:
21574         * platform/gtk/fast/text/complex-text-opacity-expected.txt:
21575         * platform/gtk/fast/text/international/bold-bengali-expected.png:
21576         * platform/gtk/fast/text/international/bold-bengali-expected.txt:
21577         * platform/gtk/fast/text/international/complex-character-based-fallback-expected.png:
21578         * platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt:
21579         * platform/gtk/fast/text/international/danda-space-expected.png:
21580         * platform/gtk/fast/text/international/danda-space-expected.txt:
21581         * platform/gtk/fast/text/international/hindi-spacing-expected.png:
21582         * platform/gtk/fast/text/international/hindi-spacing-expected.txt:
21583         * platform/gtk/fast/text/international/hindi-whitespace-expected.png:
21584         * platform/gtk/fast/text/international/hindi-whitespace-expected.txt:
21585         * platform/gtk/fast/text/international/thai-baht-space-expected.png:
21586         * platform/gtk/fast/text/international/thai-baht-space-expected.txt:
21587         * platform/gtk/fast/text/international/thai-line-breaks-expected.png:
21588         * platform/gtk/fast/text/international/thai-line-breaks-expected.txt:
21589         * platform/gtk/svg/text/non-bmp-positioning-lists-expected.png: Added.
21590         * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt:
21591         * platform/gtk/transforms/2d/hindi-rotated-expected.png:
21592         * platform/gtk/transforms/2d/hindi-rotated-expected.txt:
21593
21594 2013-01-23  Xianzhu Wang  <wangxianzhu@chromium.org>
21595
21596         Should update compositing state when an out-of-view fixed position element becomes in-view
21597         https://bugs.webkit.org/show_bug.cgi?id=107410
21598
21599         Reviewed by Simon Fraser.
21600
21601         Tests if compositing status is properly updated when fixed position elements change from out-of-view to in-view and back.
21602
21603         * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
21604         * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html: Added.
21605
21606 2013-01-23  Erik Arvidsson  <arv@chromium.org>
21607
21608         Layout Test platform/chromium-win/fast/events/panScroll-panIcon.html is failing
21609         https://bugs.webkit.org/show_bug.cgi?id=107729
21610
21611         Unreviewed gardening.
21612
21613         * platform/chromium/TestExpectations:
21614
21615 2013-01-23  Julien Chaffraix  <jchaffraix@webkit.org>
21616
21617         [CSS Grid Layout] Add support for max-content
21618         https://bugs.webkit.org/show_bug.cgi?id=107604
21619
21620         Reviewed by Tony Chang.
21621
21622         * fast/css-grid-layout/minmax-max-content-resolution-columns-expected.txt: Added.
21623         * fast/css-grid-layout/minmax-max-content-resolution-columns.html: Added.
21624         * fast/css-grid-layout/minmax-max-content-resolution-rows-expected.txt: Added.
21625         * fast/css-grid-layout/minmax-max-content-resolution-rows.html: Added.
21626
21627 2013-01-23  Erik Arvidsson  <arv@chromium.org>
21628
21629         [chromium] Layout test rebaselines
21630
21631         Unreviewed rebaseline
21632
21633         * platform/chromium-win-xp/media/media-can-play-ogg-expected.txt: Added.
21634         * platform/chromium-win/media/media-can-play-ogg-expected.txt: Added.
21635
21636 2013-01-23  Tony Chang  <tony@chromium.org>
21637
21638         Incorrect scrollable height during simplified layout
21639         https://bugs.webkit.org/show_bug.cgi?id=107193
21640
21641         Reviewed by David Hyatt.
21642
21643         * fast/overflow/height-during-simplified-layout-expected.txt: Added.
21644         * fast/overflow/height-during-simplified-layout.html: Added.
21645
21646 2013-01-23  Robert Hogan  <robert@webkit.org>
21647
21648         Abspos Inline block not positioned correctly in text-aligned container
21649         https://bugs.webkit.org/show_bug.cgi?id=105695
21650
21651         Reviewed by Ojan Vafai.
21652
21653         * fast/text/container-align-with-inlines-expected.txt: Added.
21654         * fast/text/container-align-with-inlines.html: Added.
21655
21656 2013-01-23  Alexis Menard  <alexis@webkit.org>
21657
21658         transition-property accepts incorrect "all, none" as value
21659         https://bugs.webkit.org/show_bug.cgi?id=105428
21660
21661         Reviewed by Dean Jackson.
21662
21663         Extend the existing tests to cover the bug.
21664
21665         * transitions/transitions-parsing-expected.txt:
21666         * transitions/transitions-parsing.html:
21667
21668 2013-01-23  Andrey Lushnikov  <lushnikov@chromium.org>
21669
21670         Web Inspector: speedup highlight regex API in DefaultTextEditor
21671         https://bugs.webkit.org/show_bug.cgi?id=107238
21672
21673         Reviewed by Pavel Feldman.
21674
21675         Corrected layout test expectations to correspond to refactoring.
21676
21677         * inspector/editor/text-editor-highlight-regexp-expected.txt:
21678
21679 2013-01-23  Manuel Rego Casasnovas  <rego@igalia.com>
21680
21681         [GTK][WK2] Unflag tests related to layoutTestController.setViewModeMediaFeature
21682         https://bugs.webkit.org/show_bug.cgi?id=107660
21683
21684         Reviewed by Philippe Normand.
21685
21686         * platform/gtk-wk2/TestExpectations: Remove tests related to
21687         layoutTestController.setViewModeMediaFeature as they are passing now.
21688
21689 2013-01-23  Sheriff Bot  <webkit.review.bot@gmail.com>
21690
21691         Unreviewed, rolling out r140307, r140411, and r140512.
21692         http://trac.webkit.org/changeset/140307
21693         http://trac.webkit.org/changeset/140411
21694         http://trac.webkit.org/changeset/140512
21695         https://bugs.webkit.org/show_bug.cgi?id=107689
21696
21697         Perf regression on DOMDivWalk (bug 106726) (Requested by
21698         falken on #webkit).
21699
21700         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
21701         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
21702         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
21703         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.
21704
21705 2013-01-23  Rafael Weinstein  <rafaelw@chromium.org>
21706
21707         REGRESSION(r140101): caused debug asserts in fast/forms/associated-element-crash.html and html5lib/run-template.html
21708         https://bugs.webkit.org/show_bug.cgi?id=107237
21709
21710         Reviewed by Adam Barth.
21711
21712         * platform/chromium/TestExpectations:
21713
21714 2013-01-23  Erik Arvidsson  <arv@chromium.org>
21715
21716         [chromium] Layout test rebaselines
21717
21718         Unreviewed rebaseline
21719
21720         * platform/chromium-linux-x86/media/media-can-play-ogg-expected.txt: Added.
21721         * platform/chromium-linux/media/media-can-play-ogg-expected.txt: Added.
21722         * platform/chromium-mac-lion/media/media-can-play-ogg-expected.txt: Added.
21723         * platform/chromium-mac-snowleopard/media/media-can-play-ogg-expected.txt: Added.
21724         * platform/chromium-mac/media/media-can-play-ogg-expected.txt: Added.
21725
21726 2013-01-23  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
21727
21728         [Qt] Unreviewed gardening.
21729         Rebaselining after r140448, r140459 and r140493.
21730
21731         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
21732         * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
21733
21734 2013-01-23  Adrian Perez de Castro  <aperez@igalia.com>
21735
21736         [GStreamer] Add Opus MIME type to the list of supported ones
21737         https://bugs.webkit.org/show_bug.cgi?id=98759
21738
21739         Reviewed by Philippe Normand.
21740
21741         Opus (http://opus-codec.org) streams are typically embedded into
21742         Ogg containers, so add a check for it in the test case.
21743
21744         * media/media-can-play-ogg-expected.txt:
21745         * media/media-can-play-ogg.html:
21746         * platform/chromium-android/media/media-can-play-ogg-expected.txt:
21747         * platform/chromium/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
21748         * platform/efl/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
21749         * platform/gtk/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
21750         * platform/qt-linux/media/media-can-play-ogg-expected.txt: Copied from LayoutTests/media/media-can-play-ogg-expected.txt.
21751
21752 2013-01-23  Yoshifumi Inoue  <yosin@chromium.org>
21753
21754         REGRESSION(r139044): Pan icon remains on screen on Chromium-WinXP
21755         https://bugs.webkit.org/show_bug.cgi?id=107623
21756
21757         Reviewed by Hajime Morita.
21758
21759         This test checks no pan icon after pan scroll.
21760
21761         * platform/chromium-win/fast/events/panScroll-panIcon-expected.png: Added.
21762         * platform/chromium-win/fast/events/panScroll-panIcon-expected.txt: Added.
21763         * platform/chromium-win/fast/events/panScroll-panIcon.html: Added.
21764         * platform/chromium/TestExpectations: Changed to skip entry for panScroll-panIcon.html for Android, Linux and Mac. 
21765
21766 2013-01-23  Vivek Galatage  <vivek.vg@samsung.com>
21767
21768         xml-stylesheet XSL is not requested with JavaScript disabled
21769         https://bugs.webkit.org/show_bug.cgi?id=103902
21770
21771         Reviewed by Adam Barth.
21772
21773         Add a test to perform XSL transformation when the Javascript is disabled.
21774
21775         * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xml:
21776         * http/tests/xsl/resources/xslt-transform-with-javascript-disabled.xsl:
21777         * http/tests/xsl/xslt-transform-with-javascript-disabled-expected.txt:
21778         * http/tests/xsl/xslt-transform-with-javascript-disabled.html:
21779
21780 2013-01-23  Hajime Morrita  <morrita@google.com>
21781
21782         Invalidated SVG shadow tree should be always detached.
21783         https://bugs.webkit.org/show_bug.cgi?id=107634
21784
21785         Reviewed by Ryosuke Niwa.
21786
21787         * svg/custom/use-invalidate-click-crash-expected.txt: Added.
21788         * svg/custom/use-invalidate-click-crash.xhtml: Added.
21789
21790 2013-01-23  Seokju Kwon  <seokju.kwon@gmail.com>
21791
21792         [EFL] Gardening for some inspector tests
21793         https://bugs.webkit.org/show_bug.cgi?id=107516
21794
21795         Unreviewed gardening.
21796
21797         * platform/efl/TestExpectations: Add bug numbers.
21798
21799 2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
21800
21801         Unreviewed GTK gardening.
21802
21803         Rebaselining after r140448, r140459 and r140493.
21804
21805         * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
21806         * platform/gtk/fast/js/global-constructors-expected.txt:
21807
21808 2013-01-22  Kent Tamura  <tkent@chromium.org>
21809
21810         [Chromium] Fix svn:mime-type of PNG files in platform/chromium*/
21811
21812         * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added property svn:mime-type.
21813         * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added property svn:mime-type.
21814         * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added property svn:mime-type.
21815         * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added property svn:mime-type.
21816         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added property svn:mime-type.
21817         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added property svn:mime-type.
21818         * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added property svn:mime-type.
21819         * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added property svn:mime-type.
21820         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added property svn:mime-type.
21821         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added property svn:mime-type.
21822         * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added property svn:mime-type.
21823         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added property svn:mime-type.
21824         * platform/chromium-mac-lion/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
21825         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added property svn:mime-type.
21826         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added property svn:mime-type.
21827         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
21828         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
21829         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added property svn:mime-type.
21830
21831 2013-01-22  Dima Gorbik  <dgorbik@apple.com>
21832
21833         Whitelist should also work for the WebVTT ::cue element without an argument
21834         https://bugs.webkit.org/show_bug.cgi?id=107488
21835
21836         Reviewed by Andreas Kling.
21837
21838         * media/track/track-css-property-whitelist-expected.txt:
21839         * media/track/track-css-property-whitelist.html:
21840
21841 2013-01-22  Kent Tamura  <tkent@chromium.org>
21842
21843         [Chromium] Layout test calendar-picker-mouse-operations.html is flaky
21844         https://bugs.webkit.org/show_bug.cgi?id=107423
21845
21846         * platform/chromium/TestExpectations:
21847         Update the bug URL.
21848
21849 2013-01-22  Kent Tamura  <tkent@chromium.org>
21850
21851         [Chromium] Fix calendar-picker-key-operations.html
21852         https://bugs.webkit.org/show_bug.cgi?id=101408
21853
21854         Reviewed by Kentaro Hara.
21855
21856         * platform/chromium/TestExpectations:
21857         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
21858         We need to apply the waitUntilClosing idiom because picker closing
21859         operation is asynchronous.
21860         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
21861         Fix a failure.
21862
21863 2013-01-22  Yoshifumi Inoue  <yosin@chromium.org>
21864
21865         Unreviewed. Remove a wrong entry from platfrom/chromium/TestExpectations
21866
21867         * platform/chromium/TestExpectations: Remove an entry for fast/forms/associated-element-crash.html
21868
21869 2013-01-21  Kentaro Hara  <haraken@chromium.org>
21870
21871         Implement UIEvent constructor
21872         https://bugs.webkit.org/show_bug.cgi?id=107430
21873
21874         Reviewed by Adam Barth.
21875
21876         Editor's draft: https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm
21877
21878         UIEvent constructor is implemented under a DOM4_EVENTS_CONSTRUCTOR flag,
21879         which is enabled on Safari and Chromium for now.
21880
21881         * fast/events/constructors/ui-event-constructor-expected.txt: Added.
21882         * fast/events/constructors/ui-event-constructor.html: Added.
21883         * platform/efl/TestExpectations:
21884         * platform/gtk/TestExpectations:
21885         * platform/qt/TestExpectations:
21886         * platform/win/TestExpectations:
21887         * platform/wincairo/TestExpectations:
21888
21889 2013-01-22  Kondapally Kalyan  <kalyan.kondapally@intel.com>
21890
21891         [EFL][WebGL] Enable WebGL LayoutTests.
21892         https://bugs.webkit.org/show_bug.cgi?id=107485
21893
21894         Reviewed by Laszlo Gombos.
21895
21896         This patch enables WebGL LayoutTests for Efl Port.
21897
21898         * platform/efl/TestExpectations:
21899
21900 2013-01-22  Noel Gordon  <noel.gordon@gmail.com>
21901
21902         [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7 
21903         https://bugs.webkit.org/show_bug.cgi?id=107581
21904
21905         Unreviewed gardening.
21906
21907         Results on all win platforms match the generic expected result (so use that).
21908
21909         * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
21910         * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
21911         * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Removed.
21912         * platform/chromium/TestExpectations:
21913
21914 2013-01-22  Tony Chang  <tony@chromium.org>
21915
21916         Unreviewed, rolling out r140171.
21917         http://trac.webkit.org/changeset/140171
21918         https://bugs.webkit.org/show_bug.cgi?id=107193
21919
21920         Regressed scrollable region size in other cases.
21921
21922         * fast/overflow/height-during-simplified-layout-expected.txt: Removed.
21923         * fast/overflow/height-during-simplified-layout.html: Removed.
21924
21925 2013-01-22  Julien Chaffraix  <jchaffraix@webkit.org>
21926
21927         [CSS Grid Layout] Add grid.css to hold the common grid testing code
21928         https://bugs.webkit.org/show_bug.cgi?id=107044
21929
21930         Reviewed by Tony Chang.
21931
21932         * fast/css-grid-layout/containing-block-grids.html:
21933         Removed 2 bad display: none rules that where overriden by
21934         the inline style declaration.
21935
21936         * fast/css-grid-layout/minmax-fixed-logical-height-only.html:
21937         * fast/css-grid-layout/breadth-size-resolution-grid.html:
21938         * fast/css-grid-layout/calc-resolution-grid-item.html:
21939         * fast/css-grid-layout/display-grid-set-get.html:
21940         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
21941         * fast/css-grid-layout/grid-columns-rows-get-set.html:
21942         * fast/css-grid-layout/grid-element-padding-margin.html:
21943         * fast/css-grid-layout/minmax-fixed-logical-width-only.html:
21944         * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html:
21945         * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
21946         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html:
21947         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html:
21948         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html:
21949         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html:
21950         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html:
21951         * fast/css-grid-layout/percent-resolution-grid-item.html:
21952         * fast/css-grid-layout/place-cell-by-index.html:
21953         Updated all the files above to:
21954         - use grid.css.
21955         - rename 'a', 'b', 'c' and 'd' to more meaningful.
21956         - change the previous ids to be classes as we ended up having several divs with the same id.
21957
21958         * fast/css-grid-layout/resources/grid.css: Added.
21959
21960 2013-01-22  Ojan Vafai  <ojan@chromium.org>
21961
21962         REGRESION(r130774): preferred width of tables does not take max-width into account
21963         https://bugs.webkit.org/show_bug.cgi?id=107576
21964
21965         Reviewed by Tony Chang.
21966
21967         * fast/table/min-max-width-preferred-size-expected.txt: Added.
21968         * fast/table/min-max-width-preferred-size.html: Added.
21969
21970 2013-01-22  Michael Saboff  <msaboff@apple.com>
21971
21972         sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A7.2.html is crashing
21973         https://bugs.webkit.org/show_bug.cgi?id=90742
21974
21975         Unreviewed.  Test passes without any error or crashing.  Suspect
21976         that the original issue has been resolved.
21977
21978         * platform/mac/TestExpectations:
21979
21980 2013-01-22  Alpha Lam  <hclam@chromium.org>
21981
21982         [chromium] Update test expectations
21983         https://bugs.webkit.org/show_bug.cgi?id=107587
21984
21985         Unreviewed. Mark these tests as slow on Win7 Debug:
21986         platform/chromium/virtual/gpu/fast/hidpi/clip-text-in-hidpi.html
21987         platform/chromium/virtual/gpu/fast/hidpi/device-scale-factor-paint.html
21988         platform/chromium/virtual/gpu/fast/hidpi/focus-rings.html
21989
21990         * platform/chromium/TestExpectations:
21991
21992 2013-01-22  Joseph Pecoraro  <pecoraro@apple.com>
21993
21994         [Mac] Enable Page Visibility (PAGE_VISIBILITY_API)
21995         https://bugs.webkit.org/show_bug.cgi?id=107230
21996
21997         Reviewed by David Kilzer.
21998
21999         * fast/events/page-visibility-iframe-delete-test-expected.txt:
22000         * fast/events/page-visibility-iframe-delete-test.html:
22001         Fix a typo.
22002
22003         * platform/mac/TestExpectations:
22004         Unskip the tests on OS X.
22005
22006 2013-01-22  Alpha Lam  <hclam@chromium.org>
22007
22008         [chromium] Update test expectations
22009         https://bugs.webkit.org/show_bug.cgi?id=107328
22010
22011         Unreviewed. Mark this test as missing:
22012         fast/forms/form-associated-element-crash3.html
22013
22014         * platform/chromium/TestExpectations:
22015
22016 2013-01-22  Alpha Lam  <hclam@chromium.org>
22017
22018         [chromium] Update test expectations.
22019
22020         Unreviewed rebaseline for layout test:
22021         platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html
22022
22023         * 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.
22024
22025 2013-01-22  Alpha Lam  <hclam@chromium.org>
22026
22027         [chromium] webaudio/realtimeanalyser-fft-sizing.html is failing on Win7
22028         https://bugs.webkit.org/show_bug.cgi?id=107581
22029
22030         Unreviewed build fix. Mark the following test as failing on Win7:
22031         webaudio/realtimeanalyser-fft-sizing.html
22032
22033         * platform/chromium/TestExpectations:
22034
22035 2013-01-22  Zan Dobersek  <zandobersek@gmail.com>
22036
22037         [GTK] Enable CSS Image Orientation feature
22038         https://bugs.webkit.org/show_bug.cgi?id=99040
22039
22040         Reviewed by Martin Robinson.
22041
22042         Remove the general expectation, replacing it with a failure expectation
22043         for the test that's failing due to whitespace problems in the cssText attribute
22044         value after the image orientation attribute is set.
22045
22046         * platform/gtk/TestExpectations:
22047
22048 2013-01-22  Zan Dobersek  <zandobersek@gmail.com>
22049
22050         [GTK] Enable the <template> element support in development builds
22051         https://bugs.webkit.org/show_bug.cgi?id=106575
22052
22053         Reviewed by Martin Robinson.
22054
22055         Remove the skip entry for the layout tests of the element.
22056         Add a failure expectation for a flaky test that's being unskipped.
22057
22058         * platform/gtk/TestExpectations:
22059
22060 2013-01-22  Alpha Lam  <hclam@chromium.org>
22061
22062         REGRESSION(r140231): media track layout tests crashing
22063         https://bugs.webkit.org/show_bug.cgi?id=107579
22064
22065         Unreviewed. Mark 3 tests as crashing:
22066         media/track/track-css-cue-lifetime.html
22067         media/track/track-css-matching.html
22068         media/track/track-css-property-whitelist.html
22069
22070         * platform/chromium/TestExpectations:
22071
22072 2013-01-22  Alexis Menard  <alexis@webkit.org>
22073
22074         Allow construction of unprefixed transition DOM events.
22075         https://bugs.webkit.org/show_bug.cgi?id=107319
22076
22077         Reviewed by Dean Jackson.
22078
22079         Add new tests to cover the feature. Update some existing ones with new
22080         expected results as a new constructor was added.
22081
22082         * fast/dom/constructed-objects-prototypes.html:
22083         * fast/dom/constructed-objects-prototypes-expected.txt:
22084         * fast/events/constructors/transition-event-constructor-expected.txt: Added.
22085         * fast/events/constructors/transition-event-constructor.html: Added.
22086         * fast/events/event-creation.html:
22087         * platform/chromium/TestExpectations: Chromium turns the feature off.
22088
22089 2013-01-22  Sheriff Bot  <webkit.review.bot@gmail.com>
22090
22091         Unreviewed, rolling out r140435.
22092         http://trac.webkit.org/changeset/140435
22093         https://bugs.webkit.org/show_bug.cgi?id=107565
22094
22095         Crashes on ClusterFuzz due to float not removed (Requested by
22096         inferno-sec on #webkit).
22097
22098         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
22099         * fast/block/float/overhanging-float-not-removed-crash.html: Removed.
22100
22101 2013-01-22  Robert Hogan  <robert@webkit.org>
22102
22103         When we do setAttribute("border", null) on a table we should create a border like every other browser
22104         https://bugs.webkit.org/show_bug.cgi?id=102112
22105
22106         Reviewed by Ryosuke Niwa.
22107
22108         * fast/dom/HTMLTableElement/table-with-invalid-border-expected.txt: Added.
22109         * fast/dom/HTMLTableElement/table-with-invalid-border.html: Added.
22110         * fast/table/table-with-borderattr-null-expected.txt: Added.
22111         * fast/table/table-with-borderattr-null.html: Added.
22112         * fast/table/table-with-borderattr-set-to-null-expected.txt: Added.
22113         * fast/table/table-with-borderattr-set-to-null.html: Added.
22114
22115 2013-01-22  Abhishek Arya  <inferno@chromium.org>
22116
22117         Heap-use-after-free in WebCore::RenderObject::isDescendantOf
22118         https://bugs.webkit.org/show_bug.cgi?id=107226
22119
22120         Reviewed by Emil A Eklund.
22121
22122         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
22123         * fast/block/float/overhanging-float-not-removed-crash.html: Added.
22124
22125 2013-01-18  Stephen Chenney  <schenney@chromium.org>
22126
22127         Asserts when textPath is used with no path
22128         https://bugs.webkit.org/show_bug.cgi?id=107324
22129
22130         Reviewed by Eric Seidel.
22131
22132         Test will assert in debug without this patch.
22133
22134         * svg/text/tpath-without-path-expected.txt: Added.
22135         * svg/text/tpath-without-path.svg: Added.
22136
22137 2013-01-22  Krzysztof Czech  <k.czech@samsung.com>
22138
22139         [EFL] Unskipping some Accessibility Layout Tests for WK2.
22140         https://bugs.webkit.org/show_bug.cgi?id=107555
22141
22142         Unreviewed EFL gardening.
22143
22144         * platform/efl-wk2/TestExpectations:
22145
22146 2013-01-22  Andrey Lushnikov  <lushnikov@chromium.org>
22147
22148         Web Inspector: do not highlight really long lines in DTE.
22149         https://bugs.webkit.org/show_bug.cgi?id=107531
22150
22151         Reviewed by Pavel Feldman.
22152
22153         Layout test to verify that Default Text Editor does not spend time for
22154         highlighting really long lines of code.
22155
22156         * inspector/editor/highlighter-long-line.html: Correct highlighter defaults in initialization.
22157         * inspector/editor/text-editor-long-line-expected.txt: Added.
22158         * inspector/editor/text-editor-long-line.html: Added.
22159
22160 2013-01-22  Thiago Marcos P. Santos  <thiago.santos@intel.com>
22161
22162         [EFL][Chromium] Unreviewed gardening.
22163
22164         Added expectations for a crashing EFL test and fixed
22165         a typo on Chromium's expectations for the same test.
22166
22167         * platform/chromium/TestExpectations:
22168         * platform/efl/TestExpectations:
22169
22170 2013-01-22  Dominik Röttsches  <dominik.rottsches@intel.com>
22171
22172         [EFL] Enable sub-pixel tests
22173         https://bugs.webkit.org/show_bug.cgi?id=107548
22174
22175         Unreviewed gardening.
22176
22177         I will run this through EWS'ses and give others a chance to comment
22178         since I am removing the sub-pixel skipping from the wk2/TestExpectations file.
22179         This set of tests seems to be specifically skipped
22180         in all platforms that don't want to run these tests.
22181
22182         * platform/efl/TestExpectations:
22183         * platform/efl/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
22184         * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
22185         * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.
22186         * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
22187         * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added.
22188         * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
22189         * platform/efl/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
22190         * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
22191         * platform/efl/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
22192         * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
22193         * platform/efl/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
22194         * platform/wk2/TestExpectations:
22195
22196 2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
22197
22198         Unreviewed GTK gardening.
22199
22200         Adding back an expectation that was errornously removed in r140404.
22201
22202         * platform/gtk/TestExpectations:
22203
22204 2013-01-22  Zan Dobersek  <zdobersek@igalia.com>
22205
22206         Unreviewed GTK gardening.
22207
22208         Adding timeout expectations for two tests from the JSRegress suite that
22209         were added in r140276. The timeouts are GTK-specific.
22210         Expanding the main failure expectation for all Encrypted Media tests to
22211         expect either failures or timeouts.
22212
22213         * platform/gtk/TestExpectations:
22214
22215 2013-01-22  Mihnea Ovidenie  <mihnea@adobe.com>
22216
22217         [CSS Regions] min-max height will not trigger a relayout when set on a region with auto-height
22218         https://bugs.webkit.org/show_bug.cgi?id=103738
22219
22220         Reviewed by David Hyatt.
22221
22222         Added tests for dynamically change the min/max-height for auto-height regions, including also vertical writing modes.
22223         Added tests for dynamically changing the width of auto-height regions to make sure we are correctly computing their height.
22224         Added two tests for complex auto-height regions layout which require a full two-pass layout after some regions from region
22225         chain are laid out.
22226
22227         * fast/regions/autoheight-region-decrease-maxheight-expected.txt: Added.
22228         * fast/regions/autoheight-region-decrease-maxheight.html: Added.
22229         * fast/regions/autoheight-region-decrease-minheight-expected.txt: Added.
22230         * fast/regions/autoheight-region-decrease-minheight.html: Added.
22231         * fast/regions/autoheight-region-decrease-width-expected.txt: Added.
22232         * fast/regions/autoheight-region-decrease-width.html: Added.
22233         * fast/regions/autoheight-region-increase-maxheight-expected.txt: Added.
22234         * fast/regions/autoheight-region-increase-maxheight.html: Added.
22235         * fast/regions/autoheight-region-increase-minheight-expected.txt: Added.
22236         * fast/regions/autoheight-region-increase-minheight.html: Added.
22237         * fast/regions/autoheight-region-increase-width-expected.txt: Added.
22238         * fast/regions/autoheight-region-increase-width.html: Added.
22239         * fast/regions/autoheight-region-new-maxheight-expected.txt: Added.
22240         * fast/regions/autoheight-region-new-maxheight-vrl-expected.txt: Added.
22241         * fast/regions/autoheight-region-new-maxheight-vrl.html: Added.
22242         * fast/regions/autoheight-region-new-maxheight.html: Added.
22243         * fast/regions/autoheight-region-new-minheight-expected.txt: Added.
22244         * fast/regions/autoheight-region-new-minheight-vlr-expected.txt: Added.
22245         * fast/regions/autoheight-region-new-minheight-vlr.html: Added.
22246         * fast/regions/autoheight-region-new-minheight.html: Added.
22247         * fast/regions/autoheight-region-remove-maxheight-expected.txt: Added.
22248         * fast/regions/autoheight-region-remove-maxheight.html: Added.
22249         * fast/regions/autoheight-region-remove-minheight-expected.txt: Added.
22250         * fast/regions/autoheight-region-remove-minheight.html: Added.
22251         * fast/regions/autoheight-two-pass-layout-complex-001-expected.txt: Added.
22252         * fast/regions/autoheight-two-pass-layout-complex-001.html: Added.
22253         * fast/regions/autoheight-two-pass-layout-complex-002-expected.txt: Added.
22254         * fast/regions/autoheight-two-pass-layout-complex-002.html: Added.
22255         * fast/regions/region-height-auto-to-defined-expected.txt: Added.
22256         * fast/regions/region-height-auto-to-defined.html: Added.
22257         * fast/regions/region-height-defined-to-auto-expected.txt: Added.
22258         * fast/regions/region-height-defined-to-auto.html: Added.
22259
22260 2013-01-22  Manuel Rego Casasnovas  <rego@igalia.com>
22261
22262         [GTK] Implement testRunner::setTextDirection
22263         https://bugs.webkit.org/show_bug.cgi?id=107131
22264
22265         Reviewed by Philippe Normand.
22266
22267         * platform/gtk-wk2/TestExpectations: Unflag
22268         fast/html/set-text-direction.html as it was already passing in WK2.
22269         * platform/gtk/TestExpectations: Remove
22270         fast/html/set-text-direction.html.
22271
22272 2013-01-22  Christophe Dumez  <christophe.dumez@intel.com>
22273
22274         Unreviewed EFL gardening.
22275
22276         Unskip 2 tests that were sometimes asserting on the bots as
22277         the problems seems to have been fixed in r140166.
22278
22279         * platform/efl/TestExpectations:
22280
22281 2013-01-22  Sergey Ryazanov  <serya@chromium.org>
22282
22283         Web Inspector: Show requests in `curl` syntax in DevTools → Network → Headers
22284         https://bugs.webkit.org/show_bug.cgi?id=107276
22285
22286         Reviewed by Pavel Feldman.
22287
22288         * inspector/curl-command-expected.txt: Added.
22289         * inspector/curl-command.html: Added.
22290
22291 2013-01-21  Kent Tamura  <tkent@chromium.org>
22292
22293         Date selection from calendar picker should dispatch 'input' event in addition to 'change' event
22294         https://bugs.webkit.org/show_bug.cgi?id=107427
22295
22296         Reviewed by Kentaro Hara.
22297
22298         * platform/chromium/fast/forms/calendar-picker/date-picker-events-expected.txt: Added.
22299         * platform/chromium/fast/forms/calendar-picker/date-picker-events.html: Added.
22300         * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events-expected.txt: Added.
22301         * platform/chromium/fast/forms/calendar-picker/datetimelocal-picker-events.html: Added.
22302
22303 2013-01-21  Noel Gordon  <noel.gordon@gmail.com>
22304
22305         [chromium] Update webaudio/realtimeanalyser-fft-sizing.html expectation on Win
22306
22307         Unreviewed gardening.
22308
22309         * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
22310
22311 2013-01-21  Levi Weintraub  <leviw@chromium.org>
22312
22313         Unreviewed gardening. Updating expectations for Mac platforms after r140370.
22314
22315         * platform/chromium-mac-snowleopard/platform/chromium/fast/events: Added.
22316         * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch: Added.
22317         * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.
22318
22319 2013-01-21  Nico Weber  <thakis@chromium.org>
22320
22321         [chromium] Unreviewed, update baselines after r140358. See also bug 107476.
22322         https://bugs.webkit.org/show_bug.cgi?id=107483
22323
22324         * platform/chromium-mac/fast/block/float/024-expected.txt:
22325         * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
22326         * platform/chromium/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/block/float/024-expected.txt.
22327
22328 2013-01-21  Levi Weintraub  <leviw@chromium.org>
22329
22330         Event target rects on the top level document shouldn't be clipped.
22331         https://bugs.webkit.org/show_bug.cgi?id=107339
22332
22333         Reviewed by James Robinson.
22334
22335         Updating existing tests to cover this issue.
22336
22337         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
22338         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html:
22339         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt:
22340         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html:
22341         * platform/chromium/fast/events/touch/resources/frame-with-document-touch-handler.html: Added.
22342         * platform/chromium/TestExpectations:
22343
22344 2013-01-21  Nico Weber  <thakis@chromium.org>
22345
22346         [chromium] Update expectations.
22347         https://bugs.webkit.org/show_bug.cgi?id=107481
22348
22349         Unreviewed, expectations update.
22350
22351         After https://src.chromium.org/viewvc/chrome?view=rev&revision=177952,
22352         these tests no longer fail on linux.
22353
22354         * platform/chromium/TestExpectations:
22355
22356 2013-01-21  Bem Jones-Bey  <bjonesbe@adobe.com>
22357
22358         [CSS Exclusions] shape-outside on floats for rectangle shapes positioning
22359         https://bugs.webkit.org/show_bug.cgi?id=100399
22360
22361         Reviewed by David Hyatt.
22362
22363         * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning-expected.html: Added.
22364         * fast/exclusions/shape-outside-floats/shape-outside-floats-positioning.html: Added.
22365         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html:
22366             This test had incorrect coordinates for some of the shapes, causing them to break now that x and y are supported for the shapes.
22367
22368 2013-01-21  Robert Hogan  <robert@webkit.org>
22369
22370         Unreviewed, suppress tests requiring rebaseline after r140358
22371         * platform/efl/TestExpectations:
22372         * platform/gtk/TestExpectations:
22373
22374 2013-01-21  Jer Noble  <jer.noble@apple.com>
22375
22376         Unreviewed LayoutTests gardening.
22377
22378         Rebaseline fast/block/margin-collapse/empty-clear-blocks.html
22379         and fast/block/float/024.html after r140358.
22380
22381         * platform/mac/fast/block/float/024-expected.txt:
22382         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
22383
22384 2013-01-21  Robert Hogan  <robert@webkit.org>
22385
22386         Unreviewed, suppress tests requiring rebaseline after r140358
22387         * platform/qt/TestExpectations:
22388
22389 2013-01-21  Robert Hogan  <robert@webkit.org>
22390
22391         Misaligned logo on www.nzherald.co.nz possibly due to negative margin-top
22392         https://bugs.webkit.org/show_bug.cgi?id=14664
22393
22394         Reviewed by David Hyatt.
22395
22396         * fast/block/float/clear-negative-margin-top-expected.html: Added.
22397         * fast/block/float/clear-negative-margin-top.html: Added.
22398         * platform/chromium-win/fast/block/float/024-expected.txt:
22399         * platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
22400
22401 2013-01-21  Zan Dobersek  <zdobersek@igalia.com>
22402
22403         Unreviewed GTK gardening.
22404
22405         Rebaselining a few media tests after r140339.
22406
22407         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
22408         * platform/gtk/fast/layers/video-layer-expected.txt:
22409         * platform/gtk/media/media-controls-clone-expected.txt:
22410         * platform/gtk/media/video-empty-source-expected.txt:
22411         * platform/gtk/media/video-no-audio-expected.txt:
22412
22413 2013-01-21  Rik Cabanier  <cabanier@adobe.com>
22414
22415         Proposal: Add support for even-odd fill and clip to Canvas
22416         https://bugs.webkit.org/show_bug.cgi?id=106188
22417
22418         Reviewed by Dirk Schulze.
22419
22420         Add tests to verify that the winding rule work as expected with clip, fill and isPointInPath
22421
22422         * fast/canvas/canvas-clip-rule-expected.txt: Added.
22423         * fast/canvas/canvas-clip-rule.html: Added.
22424         * fast/canvas/canvas-fill-rule-expected.txt: Added.
22425         * fast/canvas/canvas-fill-rule.html: Added.
22426         * fast/canvas/canvas-isPointInPath-winding-expected.txt: Added.
22427         * fast/canvas/canvas-isPointInPath-winding.html: Added.
22428         * fast/canvas/script-tests/canvas-clip-rule.js: Added.
22429         (pixelDataAtPoint):
22430         (checkResult):
22431         (prepareTestScenario):
22432         * fast/canvas/script-tests/canvas-fill-rule.js: Added.
22433         (pixelDataAtPoint):
22434         (checkResult):
22435         (prepareTestScenario):
22436         * fast/canvas/script-tests/canvas-isPointInPath-winding.js: Added.
22437         (prepareTestScenario):
22438
22439 2013-01-21  ChangSeok Oh  <shivamidow@gmail.com>
22440
22441         [Texmap][GTK] The poster-circle doesn't appear.
22442         https://bugs.webkit.org/show_bug.cgi?id=106672
22443
22444         Reviewed by Noam Rosenthal.
22445
22446         A new pixel test is added. It tests if animated layer is drawn for the first scene.
22447
22448         * compositing/visibility/visibility-composited-animation-expected.png: Added.
22449         * compositing/visibility/visibility-composited-animation-expected.txt: Added.
22450         * compositing/visibility/visibility-composited-animation.html: Added.
22451
22452 2013-01-21  Mike West  <mkwst@chromium.org>
22453
22454         Add a test to ensure that content written into a seamless IFrame inherits style.
22455         https://bugs.webkit.org/show_bug.cgi?id=99289
22456
22457         Reviewed by Eric Seidel.
22458
22459         This patch adds a single test to ensure that content written into a
22460         seamless IFrame via 'contentDocument.write()' properly inherits style.
22461         The root of the issue was fixed in wkbug.com/103539, so no code changes
22462         are necesary, but that patch didn't test this particular edge case.
22463
22464         * fast/frames/seamless/seamless-document-write-expected.txt: Added.
22465         * fast/frames/seamless/seamless-document-write.html: Added.
22466
22467 2013-01-21  Brian Holt  <brian.holt@samsung.com>
22468
22469         Consolidate and run ARIA-list-and-listitem accessibility test
22470         https://bugs.webkit.org/show_bug.cgi?id=107283
22471
22472         Reviewed by Chris Fleizach.
22473
22474         After revision r131674 for bug 99640, the output from
22475         AccessibilityUIElement::role() is consistent across most platforms,
22476         therefore platform specific expections can be consolidated into a
22477         generic expectation with a Mac exception and enabled.
22478
22479         * accessibility/aria-list-and-listitem-expected.txt: Renamed from LayoutTests/platform/chromium/accessibility/aria-list-and-listitem-expected.txt.
22480         * platform/gtk/TestExpectations: Removed passing test.
22481         * platform/gtk/accessibility/aria-list-and-listitem-expected.txt: Removed.
22482
22483 2013-01-21  Michael[tm] Smith  <mike@w3.org>
22484
22485         Implement the HTML <main> element.
22486         https://bugs.webkit.org/show_bug.cgi?id=103172
22487
22488         Reviewed by Chris Fleizach.
22489
22490         <main> should behave the same as <nav>, <section>, <article>, and <aside>.
22491         <main> has no specific parsing rules.
22492         <main> should expose AXLandmarkMain correctly for each platform.
22493
22494         * editing/execCommand/query-format-block-expected.txt:
22495         * editing/execCommand/remove-format-elements-expected.txt:
22496         * editing/execCommand/remove-format-elements.html:
22497         * editing/execCommand/script-tests/query-format-block.js:
22498         * fast/block/child-not-removed-from-parent-lineboxes-crash.html:
22499         * fast/dom/click-method-on-html-element-expected.txt:
22500         * fast/dom/click-method-on-html-element.html:
22501         * fast/dom/wrapper-classes-expected.txt:
22502         * fast/dom/wrapper-classes.html:
22503         * fast/forms/access-key-for-all-elements-expected.txt:
22504         * fast/forms/access-key-for-all-elements.html:
22505         * fast/html/main-element-expected.txt: Added.
22506         * fast/html/main-element.html: Added.
22507         * fast/html/script-tests/main-element.js: Added.
22508         (getWeight):
22509         * platform/chromium/accessibility/main-element-expected.txt: Added.
22510         * platform/chromium/accessibility/main-element.html: Added.
22511         * platform/chromium/fast/dom/wrapper-classes-expected.txt:
22512         * platform/mac/accessibility/main-element-expected.txt: Added.
22513         * platform/mac/accessibility/main-element.html: Added.
22514
22515 2013-01-21  Joanmarie Diggs  <jdiggs@igalia.com>
22516
22517         Crash in AccessibilityTableCell::parentTable()
22518         https://bugs.webkit.org/show_bug.cgi?id=107261
22519
22520         Reviewed by Chris Fleizach.
22521
22522         Getting the parent table in order to get the role value should not be
22523         done when objects are being destroyed. Also, it does not seem safe to
22524         assume we have an AXObjectCache.
22525
22526         * accessibility/table-destroyed-crash-expected.txt: Added.
22527         * accessibility/table-destroyed-crash.html: Added.
22528
22529 2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
22530
22531         [Qt] Unreviewed gardening. Skip failing test.
22532         https://bugs.webkit.org/show_bug.cgi?id=105574.
22533
22534         * platform/qt/TestExpectations:
22535
22536 2013-01-21  Andrey Adaikin  <aandrey@chromium.org>
22537
22538         Web Inspector: modify generate_protocol_externs.py to generate JSON typedef's for @constructors
22539         https://bugs.webkit.org/show_bug.cgi?id=107287
22540
22541         Reviewed by Pavel Feldman.
22542
22543         * inspector/console/command-line-api-expected.txt:
22544
22545 2013-01-21  Kent Tamura  <tkent@chromium.org>
22546
22547         INPUT_MULTIPLE_FIELDS_UI: should not dispatch 'input' events if the element value is not updated
22548         https://bugs.webkit.org/show_bug.cgi?id=107429
22549
22550         Reviewed by Kentaro Hara.
22551
22552         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
22553         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
22554
22555 2013-01-21  Alexander Pavlov  <apavlov@chromium.org>
22556
22557         Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
22558         https://bugs.webkit.org/show_bug.cgi?id=107419
22559
22560         Reviewed by Pavel Feldman.
22561
22562         * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once
22563           and reset the touch event emulation flag in window.internals.settings upon test completion.
22564         * fast/events/touch/emulated-touch-iframe.html:
22565           Reset the touch event emulation flag in window.internals.settings upon test completion.
22566
22567 2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>
22568
22569         Web Inspector: fix highlight bug in DTE.
22570         https://bugs.webkit.org/show_bug.cgi?id=107433
22571
22572         Reviewed by Pavel Feldman.
22573
22574         Add a layout test to cover highlight bug specific situation.
22575
22576         * inspector/editor/highlighter-chunk-limit-expected.txt: Added.
22577         * inspector/editor/highlighter-chunk-limit.html: Added.
22578
22579 2013-01-21  Ádám Kallai  <kadam@inf.u-szeged.hu>
22580
22581         [Qt] Unreviewed gardening. Skip some failing.
22582
22583         * platform/qt/TestExpectations:
22584         * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Update after r140202.
22585         * platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Update after r140202.
22586         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Update after r140202.
22587         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Update after r140202.
22588
22589 2013-01-21  Kentaro Hara  <haraken@chromium.org>
22590
22591         Implement MediaStreamEvent constructor
22592         https://bugs.webkit.org/show_bug.cgi?id=107411
22593
22594         Reviewed by Hajime Morita.
22595
22596         Fixed wrong test cases.
22597
22598         * fast/events/constructors/media-stream-event-constructor-expected.txt:
22599         * fast/events/constructors/media-stream-event-constructor.html:
22600
22601 2013-01-21  Andrey Lushnikov  <lushnikov@chromium.org>
22602
22603         Web Inspector: refactoring to use string as argument for highlightRegex API
22604         https://bugs.webkit.org/show_bug.cgi?id=107243
22605
22606         Reviewed by Pavel Feldman.
22607
22608         Correct test to correspond to refactoring changes.
22609
22610         * inspector/editor/text-editor-highlight-regexp.html:
22611
22612 2013-01-21  Sheriff Bot  <webkit.review.bot@gmail.com>
22613
22614         Unreviewed, rolling out r140311.
22615         http://trac.webkit.org/changeset/140311
22616         https://bugs.webkit.org/show_bug.cgi?id=107431
22617
22618         Broke selection-related tests (Requested by apavlov on
22619         #webkit).
22620
22621         * fast/events/touch/emulate-touch-events.html:
22622
22623 2013-01-20  Alexander Pavlov  <apavlov@chromium.org>
22624
22625         Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
22626         https://bugs.webkit.org/show_bug.cgi?id=107419
22627
22628         Reviewed by Pavel Feldman.
22629
22630         * fast/events/touch/emulate-touch-events.html: Test that mousemove is dispatched not more than once.
22631
22632 2013-01-21  Tommy Widenflycht  <tommyw@google.com>
22633
22634         MediaStream API: Update the RTCPeerConnection states to match the latest specification
22635         https://bugs.webkit.org/show_bug.cgi?id=107120
22636
22637         Reviewed by Adam Barth.
22638
22639         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
22640         * fast/mediastream/RTCPeerConnection-datachannel.html:
22641         * fast/mediastream/RTCPeerConnection-ice-expected.txt:
22642         * fast/mediastream/RTCPeerConnection-ice.html:
22643         * fast/mediastream/RTCPeerConnection-state-expected.txt:
22644         * fast/mediastream/RTCPeerConnection-state.html:
22645
22646 2013-01-20  Matt Falkenhagen  <falken@chromium.org>
22647
22648         Elements must be reattached when inserted/removed from top layer
22649         https://bugs.webkit.org/show_bug.cgi?id=105489
22650
22651         Relanding r139402 as rollout due to suspected perf regression did not help (bug 106726).
22652
22653         Reviewed by Julien Chaffraix.
22654
22655         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
22656         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
22657         This tests that a top layer element removed from the document does not reappear in the top layer if readded.
22658         This test actually would pass before this patch, but just by good fortune (see bug).
22659         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
22660         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
22661         This tests that top layer ordering is correct after removing and readding an element to the top layer.
22662
22663 2013-01-20  Yury Semikhatsky  <yurys@chromium.org>
22664
22665         Web Inspector: change HeapSnapshotLoader to allow loading native heap snapshots
22666         https://bugs.webkit.org/show_bug.cgi?id=107282
22667
22668         Reviewed by Pavel Feldman.
22669
22670         Conctete heap snapshot constructor name is passed as a parameter to HeapSnapshotLoaderProxy and
22671         propagated to HeapSnapshotLoader.buildSnapshot to support different types of heap snapshots.
22672
22673         * inspector/profiler/heap-snapshot-loader.html:
22674
22675 2013-01-20  Kentaro Hara  <haraken@chromium.org>
22676
22677         Implement MediaStreamEvent constructor
22678         https://bugs.webkit.org/show_bug.cgi?id=107411
22679
22680         Reviewed by Adam Barth.
22681
22682         Spec: http://www.w3.org/TR/webrtc/#mediastreamevent
22683
22684         Test: fast/events/constructors/media-stream-event-constructor.html
22685
22686         * fast/events/constructors/media-stream-event-constructor-expected.txt: Added.
22687         * fast/events/constructors/media-stream-event-constructor.html: Added.
22688         * platform/chromium-android/TestExpectations:
22689         * platform/efl/TestExpectations:
22690         * platform/gtk/TestExpectations:
22691         * platform/mac/TestExpectations:
22692         * platform/qt/TestExpectations:
22693         * platform/win/TestExpectations:
22694         * platform/wincairo/TestExpectations:
22695
22696 2013-01-20  Mike Lawther  <mikelawther@chromium.org>
22697
22698         CSS3 calc: unprefix implementation
22699         https://bugs.webkit.org/show_bug.cgi?id=91951
22700
22701         Reviewed by Ojan Vafai.
22702
22703         Changed all -webkit-calc() occurrences to calc().
22704         Made a copy of the simplest test file so very basic tests for the prefixed version
22705         are retained.
22706
22707         * css3/calc/background-position-parsing.html:
22708         * css3/calc/block-mask-overlay-image-outset.html:
22709         * css3/calc/border-radius.html:
22710         * css3/calc/border.html:
22711         * css3/calc/box-reflect.html:
22712         * css3/calc/calc-errors.html:
22713         * css3/calc/color-hsl.html:
22714         * css3/calc/color-rgb.html:
22715         * css3/calc/css3-radial-gradients.html:
22716         * css3/calc/cssom-expected.txt:
22717         * css3/calc/cssom.html:
22718         * css3/calc/font-monospace.html:
22719         * css3/calc/font-size-fractional.html:
22720         * css3/calc/font-size.html:
22721         * css3/calc/font.html:
22722         * css3/calc/getComputedStyle-margin-percentage.html:
22723         * css3/calc/gradient-color-stops.html:
22724         * css3/calc/img-size.html:
22725         * css3/calc/line-height.html:
22726         * css3/calc/margin.html:
22727         * css3/calc/negative-padding.html:
22728         * css3/calc/padding.html:
22729         * css3/calc/reflection-computed-style-expected.txt:
22730         * css3/calc/reflection-computed-style.html:
22731         * css3/calc/regression-62276.html:
22732         * css3/calc/simple-calcs-prefixed-expected.txt: Added.
22733         * css3/calc/simple-calcs-prefixed.html: Copied from LayoutTests/css3/calc/simple-calcs.html.
22734         * css3/calc/simple-calcs.html:
22735         * css3/calc/simple-composited-mask.html:
22736         * css3/calc/table-border-spacing.html:
22737         * css3/calc/table-calcs.html:
22738         * css3/calc/table-empty-cells.html:
22739         * css3/calc/transforms-scale.html:
22740         * css3/calc/transforms-translate.html:
22741         * css3/calc/transition-crash.html:
22742         * css3/calc/transition-crash2.html:
22743         * css3/calc/transition-crash3.html:
22744         * css3/calc/transition-crash4.html:
22745         * css3/calc/transitions-dependent.html:
22746         * css3/calc/transitions.html:
22747         * css3/calc/vertical-align-expected.html:
22748         * css3/calc/vertical-align.html:
22749         * css3/calc/zoom-with-em.html:
22750
22751 2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>
22752
22753         Distribution state becomes inconsistent with content/shadow reprojection
22754         https://bugs.webkit.org/show_bug.cgi?id=106634
22755
22756         Reviewed by Hajime Morita.
22757
22758         * fast/dom/shadow/distribution-crash-expected.txt: Added.
22759         * fast/dom/shadow/distribution-crash.html: Added.
22760         * fast/dom/shadow/nested-reprojection-inconsistent-expected.txt: Added.
22761         * fast/dom/shadow/nested-reprojection-inconsistent.html: Added.
22762
22763 2013-01-20  Kent Tamura  <tkent@chromium.org>
22764
22765         Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
22766         https://bugs.webkit.org/show_bug.cgi?id=104997
22767
22768         Reviewed by Tony Chang.
22769
22770         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
22771         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
22772         * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
22773         * fast/forms/text/text-padding-dynamic-change.html: Added.
22774
22775 2013-01-20  Sheriff Bot  <webkit.review.bot@gmail.com>
22776
22777         Unreviewed, rolling out r140290.
22778         http://trac.webkit.org/changeset/140290
22779         https://bugs.webkit.org/show_bug.cgi?id=107412
22780
22781         Broke tests of inspector and calendar picker in debug build
22782         (Requested by tkent on #webkit).
22783
22784         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Removed.
22785         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Removed.
22786         * fast/forms/text/text-padding-dynamic-change-expected.html: Removed.
22787         * fast/forms/text/text-padding-dynamic-change.html: Removed.
22788
22789 2013-01-20  Yongsheng Zhu  <yongsheng.zhu@intel.com>
22790
22791         Dispatch LongPress to inner frames
22792         https://bugs.webkit.org/show_bug.cgi?id=106874
22793
22794         Reviewed by Antonio Gomes.
22795
22796         * fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag.html: Added.
22797         * fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag.html: Added.
22798         * fast/events/touch/gesture/resources/drag-inside-iframe2.html: Added.
22799         * fast/events/touch/gesture/resources/drag-inside-nested-iframes2.html: Added.
22800         * fast/events/touch/gesture/resources/drag-inside-nested-iframes3.html: Added.
22801         * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-iframe-triggers-drag-expected.txt: Added.
22802         * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-in-nested-iframes-triggers-drag-expected.txt: Added.
22803
22804 2013-01-20  Kent Tamura  <tkent@chromium.org>
22805
22806         Re-layout child blocks when border/padding of the box-sizing:border-box parent is updated
22807         https://bugs.webkit.org/show_bug.cgi?id=104997
22808
22809         Reviewed by Tony Chang.
22810
22811         * fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt: Added.
22812         * fast/css/box-sizing-border-box-dynamic-padding-border-update.html: Added.
22813         * fast/forms/text/text-padding-dynamic-change-expected.html: Added.
22814         * fast/forms/text/text-padding-dynamic-change.html: Added.
22815
22816 2013-01-20  Shinya Kawanaka  <shinyak@chromium.org>
22817
22818         [Shadow DOM] Specifying scrollbar style of an element having RenderLayer in ShadowDOM does not work.
22819         https://bugs.webkit.org/show_bug.cgi?id=107222
22820
22821         Reviewed by Simon Fraser.
22822
22823         * fast/dom/shadow/scrollbar-expected.html: Added.
22824         * fast/dom/shadow/scrollbar.html: Added.
22825
22826 2013-01-20  Yoshifumi Inoue  <yosin@chromium.org>
22827
22828         Dragging over an element with scrollbars should scroll the element when dragging near edges
22829         https://bugs.webkit.org/show_bug.cgi?id=39725
22830
22831         Reviewed by Hajime Morita.
22832
22833         This patch adds new test for autoscroll during drag-and-drop.
22834         This test is skipped other than Chromium ports.
22835
22836         * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
22837         * fast/events/drag-and-drop-autoscroll.html: Added.
22838         * platform/efl/TestExpectations: Changed to skip fast/events/drag-and-drop-autoscroll.html
22839         * platform/wincairo/TestExpectations: ditto.
22840         * platform/mac/TestExpectations: ditto.
22841         * platform/mac/TestExpectations: ditto.
22842         * platform/qt/TestExpectations: ditto.
22843         * platform/gtk/TestExpectations: ditto.
22844         * platform/win/TestExpectations: ditto.
22845         * platform/wk2/TestExpectations: ditto.
22846
22847 2013-01-20  Filip Pizlo  <fpizlo@apple.com>
22848
22849         Add more JavaScript tests.
22850
22851         Rubber stampted by Geoffrey Garen.
22852         
22853         This adds my JSRegress suite to LayoutTests. This includes silly microbenchmarks that I've
22854         used to test JSC's performance on various interesting cases. But it's also good at catching
22855         bugs, so we might as well be running it as part of regression testing. All of these tests
22856         are short-running, so it shouldn't get in the way of anyone.
22857
22858         * fast/js/regress: Added.
22859         * fast/js/regress/Float32Array-matrix-mult-expected.txt: Added.
22860         * fast/js/regress/Float32Array-matrix-mult.html: Added.
22861         * fast/js/regress/Int16Array-bubble-sort-expected.txt: Added.
22862         * fast/js/regress/Int16Array-bubble-sort.html: Added.
22863         * fast/js/regress/Int16Array-load-int-mul-expected.txt: Added.
22864         * fast/js/regress/Int16Array-load-int-mul.html: Added.
22865         * fast/js/regress/Int8Array-load-expected.txt: Added.
22866         * fast/js/regress/Int8Array-load.html: Added.
22867         * fast/js/regress/adapt-to-double-divide-expected.txt: Added.
22868         * fast/js/regress/adapt-to-double-divide.html: Added.
22869         * fast/js/regress/aliased-arguments-getbyval-expected.txt: Added.
22870         * fast/js/regress/aliased-arguments-getbyval.html: Added.
22871         * fast/js/regress/allocate-big-object-expected.txt: Added.
22872         * fast/js/regress/allocate-big-object.html: Added.
22873         * fast/js/regress/arity-mismatch-inlining-expected.txt: Added.
22874         * fast/js/regress/arity-mismatch-inlining.html: Added.
22875         * fast/js/regress/array-access-polymorphic-structure-expected.txt: Added.
22876         * fast/js/regress/array-access-polymorphic-structure.html: Added.
22877         * fast/js/regress/array-with-double-add-expected.txt: Added.
22878         * fast/js/regress/array-with-double-add.html: Added.
22879         * fast/js/regress/array-with-double-increment-expected.txt: Added.
22880         * fast/js/regress/array-with-double-increment.html: Added.
22881         * fast/js/regress/array-with-double-mul-add-expected.txt: Added.
22882         * fast/js/regress/array-with-double-mul-add.html: Added.
22883         * fast/js/regress/array-with-double-sum-expected.txt: Added.
22884         * fast/js/regress/array-with-double-sum.html: Added.
22885         * fast/js/regress/array-with-int32-add-sub-expected.txt: Added.
22886         * fast/js/regress/array-with-int32-add-sub.html: Added.
22887         * fast/js/regress/array-with-int32-or-double-sum-expected.txt: Added.
22888         * fast/js/regress/array-with-int32-or-double-sum.html: Added.
22889         * fast/js/regress/big-int-mul-expected.txt: Added.
22890         * fast/js/regress/big-int-mul.html: Added.
22891         * fast/js/regress/boolean-test-expected.txt: Added.
22892         * fast/js/regress/boolean-test.html: Added.
22893         * fast/js/regress/cast-int-to-double-expected.txt: Added.
22894         * fast/js/regress/cast-int-to-double.html: Added.
22895         * fast/js/regress/cell-argument-expected.txt: Added.
22896         * fast/js/regress/cell-argument.html: Added.
22897         * fast/js/regress/cfg-simplify-expected.txt: Added.
22898         * fast/js/regress/cfg-simplify.html: Added.
22899         * fast/js/regress/cmpeq-obj-to-obj-other-expected.txt: Added.
22900         * fast/js/regress/cmpeq-obj-to-obj-other.html: Added.
22901         * fast/js/regress/constant-test-expected.txt: Added.
22902         * fast/js/regress/constant-test.html: Added.
22903         * fast/js/regress/direct-arguments-getbyval-expected.txt: Added.
22904         * fast/js/regress/direct-arguments-getbyval.html: Added.
22905         * fast/js/regress/double-pollution-getbyval-expected.txt: Added.
22906         * fast/js/regress/double-pollution-getbyval.html: Added.
22907         * fast/js/regress/double-pollution-putbyoffset-expected.txt: Added.
22908         * fast/js/regress/double-pollution-putbyoffset.html: Added.
22909         * fast/js/regress/external-arguments-getbyval-expected.txt: Added.
22910         * fast/js/regress/external-arguments-getbyval.html: Added.
22911         * fast/js/regress/external-arguments-putbyval-expected.txt: Added.
22912         * fast/js/regress/external-arguments-putbyval.html: Added.
22913         * fast/js/regress/fold-double-to-int-expected.txt: Added.
22914         * fast/js/regress/fold-double-to-int.html: Added.
22915         * fast/js/regress/function-dot-apply-expected.txt: Added.
22916         * fast/js/regress/function-dot-apply.html: Added.
22917         * fast/js/regress/function-test-expected.txt: Added.
22918         * fast/js/regress/function-test.html: Added.
22919         * fast/js/regress/get-by-id-chain-from-try-block-expected.txt: Added.
22920         * fast/js/regress/get-by-id-chain-from-try-block.html: Added.
22921         * fast/js/regress/indexed-properties-in-objects-expected.txt: Added.
22922         * fast/js/regress/indexed-properties-in-objects.html: Added.
22923         * fast/js/regress/inline-arguments-access-expected.txt: Added.
22924         * fast/js/regress/inline-arguments-access.html: Added.
22925         * fast/js/regress/inline-arguments-local-escape-expected.txt: Added.
22926         * fast/js/regress/inline-arguments-local-escape.html: Added.
22927         * fast/js/regress/inline-get-scoped-var-expected.txt: Added.
22928         * fast/js/regress/inline-get-scoped-var.html: Added.
22929         * fast/js/regress/inlined-put-by-id-transition-expected.txt: Added.
22930         * fast/js/regress/inlined-put-by-id-transition.html: Added.
22931         * fast/js/regress/int-or-other-abs-then-get-by-val-expected.txt: Added.
22932         * fast/js/regress/int-or-other-abs-then-get-by-val.html: Added.
22933         * fast/js/regress/int-or-other-abs-zero-then-get-by-val-expected.txt: Added.
22934         * fast/js/regress/int-or-other-abs-zero-then-get-by-val.html: Added.
22935         * fast/js/regress/int-or-other-add-expected.txt: Added.
22936         * fast/js/regress/int-or-other-add-then-get-by-val-expected.txt: Added.
22937         * fast/js/regress/int-or-other-add-then-get-by-val.html: Added.
22938         * fast/js/regress/int-or-other-add.html: Added.
22939         * fast/js/regress/int-or-other-div-then-get-by-val-expected.txt: Added.
22940         * fast/js/regress/int-or-other-div-then-get-by-val.html: Added.
22941         * fast/js/regress/int-or-other-max-then-get-by-val-expected.txt: Added.
22942         * fast/js/regress/int-or-other-max-then-get-by-val.html: Added.
22943         * fast/js/regress/int-or-other-min-then-get-by-val-expected.txt: Added.
22944         * fast/js/regress/int-or-other-min-then-get-by-val.html: Added.
22945         * fast/js/regress/int-or-other-mod-then-get-by-val-expected.txt: Added.
22946         * fast/js/regress/int-or-other-mod-then-get-by-val.html: Added.
22947         * fast/js/regress/int-or-other-mul-then-get-by-val-expected.txt: Added.
22948         * fast/js/regress/int-or-other-mul-then-get-by-val.html: Added.
22949         * fast/js/regress/int-or-other-neg-then-get-by-val-expected.txt: Added.
22950         * fast/js/regress/int-or-other-neg-then-get-by-val.html: Added.
22951         * fast/js/regress/int-or-other-neg-zero-then-get-by-val-expected.txt: Added.
22952         * fast/js/regress/int-or-other-neg-zero-then-get-by-val.html: Added.
22953         * fast/js/regress/int-or-other-sub-expected.txt: Added.
22954         * fast/js/regress/int-or-other-sub-then-get-by-val-expected.txt: Added.
22955         * fast/js/regress/int-or-other-sub-then-get-by-val.html: Added.
22956         * fast/js/regress/int-or-other-sub.html: Added.
22957         * fast/js/regress/int-overflow-local-expected.txt: Added.
22958         * fast/js/regress/int-overflow-local.html: Added.
22959         * fast/js/regress/integer-divide-expected.txt: Added.
22960         * fast/js/regress/integer-divide.html: Added.
22961         * fast/js/regress/make-indexed-storage-expected.txt: Added.
22962         * fast/js/regress/make-indexed-storage.html: Added.
22963         * fast/js/regress/method-on-number-expected.txt: Added.
22964         * fast/js/regress/method-on-number.html: Added.
22965         * fast/js/regress/new-array-buffer-dead-expected.txt: Added.
22966         * fast/js/regress/new-array-buffer-dead.html: Added.
22967         * fast/js/regress/new-array-buffer-push-expected.txt: Added.
22968         * fast/js/regress/new-array-buffer-push.html: Added.
22969         * fast/js/regress/new-array-dead-expected.txt: Added.
22970         * fast/js/regress/new-array-dead.html: Added.
22971         * fast/js/regress/new-array-push-expected.txt: Added.
22972         * fast/js/regress/new-array-push.html: Added.
22973         * fast/js/regress/number-test-expected.txt: Added.
22974         * fast/js/regress/number-test.html: Added.
22975         * fast/js/regress/object-closure-call-expected.txt: Added.
22976         * fast/js/regress/object-closure-call.html: Added.
22977         * fast/js/regress/object-test-expected.txt: Added.
22978         * fast/js/regress/object-test.html: Added.
22979         * fast/js/regress/poly-stricteq-expected.txt: Added.
22980         * fast/js/regress/poly-stricteq.html: Added.
22981         * fast/js/regress/polymorphic-structure-expected.txt: Added.
22982         * fast/js/regress/polymorphic-structure.html: Added.
22983         * fast/js/regress/polyvariant-monomorphic-get-by-id-expected.txt: Added.
22984         * fast/js/regress/polyvariant-monomorphic-get-by-id.html: Added.
22985         * fast/js/regress/rare-osr-exit-on-local-expected.txt: Added.
22986         * fast/js/regress/rare-osr-exit-on-local.html: Added.
22987         * fast/js/regress/register-pressure-from-osr-expected.txt: Added.
22988         * fast/js/regress/register-pressure-from-osr.html: Added.
22989         * fast/js/regress/resources: Added.
22990         * fast/js/regress/resources/regress-post.js: Added.
22991         * fast/js/regress/resources/regress-pre.js: Added.
22992         (window.onerror):
22993         * fast/js/regress/script-tests: Added.
22994         * fast/js/regress/script-tests/Float32Array-matrix-mult.js: Added.
22995         (makeEmptyMatrix):
22996         (multiplyMatrices):
22997         (checkMatricesEqual):
22998         (parseMatrix.string.split.forEach):
22999         (parseMatrix):
23000         (printMatrix.pad):
23001         (printMatrix):
23002         * fast/js/regress/script-tests/Int16Array-bubble-sort.js: Added.
23003         (bubbleSort):
23004         (myRandom):
23005         (validateSort):
23006         * fast/js/regress/script-tests/Int16Array-load-int-mul.js: Added.
23007         (stringHash):
23008         * fast/js/regress/script-tests/Int8Array-load.js: Added.
23009         (adler32):
23010         * fast/js/regress/script-tests/adapt-to-double-divide.js: Added.
23011         (foo):
23012         * fast/js/regress/script-tests/aliased-arguments-getbyval.js: Added.
23013         (bar):
23014         * fast/js/regress/script-tests/allocate-big-object.js: Added.
23015         (foo):
23016         * fast/js/regress/script-tests/arity-mismatch-inlining.js: Added.
23017         (foo):
23018         * fast/js/regress/script-tests/array-access-polymorphic-structure.js: Added.
23019         (foo):
23020         * fast/js/regress/script-tests/array-with-double-add.js: Added.
23021         (foo):
23022         * fast/js/regress/script-tests/array-with-double-increment.js: Added.
23023         (foo):
23024         * fast/js/regress/script-tests/array-with-double-mul-add.js: Added.
23025         (foo):
23026         * fast/js/regress/script-tests/array-with-double-sum.js: Added.
23027         (foo):
23028         * fast/js/regress/script-tests/array-with-int32-add-sub.js: Added.
23029         (foo):
23030         * fast/js/regress/script-tests/array-with-int32-or-double-sum.js: Added.
23031         (foo):
23032         * fast/js/regress/script-tests/big-int-mul.js: Added.
23033         (stringHash):
23034         * fast/js/regress/script-tests/boolean-test.js: Added.
23035         (foo):
23036         * fast/js/regress/script-tests/cast-int-to-double.js: Added.
23037         (foo):
23038         * fast/js/regress/script-tests/cell-argument.js: Added.
23039         (foo):
23040         * fast/js/regress/script-tests/cfg-simplify.js: Added.
23041         (foo):
23042         * fast/js/regress/script-tests/cmpeq-obj-to-obj-other.js: Added.
23043         (foo):
23044         (bar):
23045         (baz):
23046         (dostuff):
23047         * fast/js/regress/script-tests/constant-test.js: Added.
23048         (foo):
23049         * fast/js/regress/script-tests/direct-arguments-getbyval.js: Added.
23050         (bar):
23051         * fast/js/regress/script-tests/double-pollution-getbyval.js: Added.
23052         (foo):
23053         * fast/js/regress/script-tests/double-pollution-putbyoffset.js: Added.
23054         (foo):
23055         * fast/js/regress/script-tests/external-arguments-getbyval.js: Added.
23056         (foo):
23057         (bar):
23058         * fast/js/regress/script-tests/external-arguments-putbyval.js: Added.
23059         (foo):
23060         (bar):
23061         * fast/js/regress/script-tests/fold-double-to-int.js: Added.
23062         (Math.random):
23063         * fast/js/regress/script-tests/function-dot-apply.js: Added.
23064         (thingy):
23065         (doCall):
23066         (foo):
23067         * fast/js/regress/script-tests/function-test.js: Added.
23068         (foo):
23069         * fast/js/regress/script-tests/get-by-id-chain-from-try-block.js: Added.
23070         (A):
23071         (B):
23072         (C):
23073         (D):
23074         (E):
23075         (F):
23076         (G):
23077         (foo):
23078         * fast/js/regress/script-tests/indexed-properties-in-objects.js: Added.
23079         * fast/js/regress/script-tests/inline-arguments-access.js: Added.
23080         (foo):
23081         (bar):
23082         * fast/js/regress/script-tests/inline-arguments-local-escape.js: Added.
23083         (foo):
23084         (bar):
23085         * fast/js/regress/script-tests/inline-get-scoped-var.js: Added.
23086         (foo.bar):
23087         (foo):
23088         * fast/js/regress/script-tests/inlined-put-by-id-transition.js: Added.
23089         (foo):
23090         (Foo):
23091         * fast/js/regress/script-tests/int-or-other-abs-then-get-by-val.js: Added.
23092         (foo):
23093         * fast/js/regress/script-tests/int-or-other-abs-zero-then-get-by-val.js: Added.
23094         (foo):
23095         * fast/js/regress/script-tests/int-or-other-add-then-get-by-val.js: Added.
23096         (foo):
23097         * fast/js/regress/script-tests/int-or-other-add.js: Added.
23098         (foo):
23099         * fast/js/regress/script-tests/int-or-other-div-then-get-by-val.js: Added.
23100         (foo):
23101         * fast/js/regress/script-tests/int-or-other-max-then-get-by-val.js: Added.
23102         (foo):
23103         * fast/js/regress/script-tests/int-or-other-min-then-get-by-val.js: Added.
23104         (foo):
23105         * fast/js/regress/script-tests/int-or-other-mod-then-get-by-val.js: Added.
23106         (foo):
23107         * fast/js/regress/script-tests/int-or-other-mul-then-get-by-val.js: Added.
23108         (foo):
23109         * fast/js/regress/script-tests/int-or-other-neg-then-get-by-val.js: Added.
23110         (foo):
23111         * fast/js/regress/script-tests/int-or-other-neg-zero-then-get-by-val.js: Added.
23112         (foo):
23113         * fast/js/regress/script-tests/int-or-other-sub-then-get-by-val.js: Added.
23114         (foo):
23115         * fast/js/regress/script-tests/int-or-other-sub.js: Added.
23116         (foo):
23117         * fast/js/regress/script-tests/int-overflow-local.js: Added.
23118         (foo):
23119         * fast/js/regress/script-tests/integer-divide.js: Added.
23120         (foo):
23121         (bar):
23122         * fast/js/regress/script-tests/make-indexed-storage.js: Added.
23123         (foo):
23124         (sum):
23125         * fast/js/regress/script-tests/method-on-number.js: Added.
23126         (foo):
23127         * fast/js/regress/script-tests/new-array-buffer-dead.js: Added.
23128         (foo):
23129         (bar):
23130         (baz):
23131         (thingy):
23132         * fast/js/regress/script-tests/new-array-buffer-push.js: Added.
23133         (foo):
23134         (bar):
23135         (baz):
23136         (thingy):
23137         * fast/js/regress/script-tests/new-array-dead.js: Added.
23138         (foo):
23139         (bar):
23140         * fast/js/regress/script-tests/new-array-push.js: Added.
23141         (foo):
23142         * fast/js/regress/script-tests/number-test.js: Added.
23143         (foo):
23144         * fast/js/regress/script-tests/object-closure-call.js: Added.
23145         (makeObjectClosure.foo):
23146         (makeObjectClosure):
23147         * fast/js/regress/script-tests/object-test.js: Added.
23148         (foo):
23149         * fast/js/regress/script-tests/poly-stricteq.js: Added.
23150         * fast/js/regress/script-tests/polymorphic-structure.js: Added.
23151         (foo):
23152         * fast/js/regress/script-tests/polyvariant-monomorphic-get-by-id.js: Added.
23153         (foo):
23154         (Foo):
23155         (Bar):
23156         (bar):
23157         * fast/js/regress/script-tests/rare-osr-exit-on-local.js: Added.
23158         (foo):
23159         * fast/js/regress/script-tests/register-pressure-from-osr.js: Added.
23160         (foo):
23161         * fast/js/regress/script-tests/simple-activation-demo.js: Added.
23162         (foo):
23163         * fast/js/regress/script-tests/slow-array-profile-convergence.js: Added.
23164         (foo):
23165         (sum):
23166         * fast/js/regress/script-tests/slow-convergence.js: Added.
23167         (foo):
23168         * fast/js/regress/script-tests/sparse-conditional.js: Added.
23169         (foo):
23170         * fast/js/regress/script-tests/splice-to-remove.js: Added.
23171         * fast/js/regress/script-tests/string-hash.js: Added.
23172         (stringHash):
23173         * fast/js/regress/script-tests/string-repeat-arith.js: Added.
23174         (foo):
23175         * fast/js/regress/script-tests/string-sub.js: Added.
23176         (foo):
23177         * fast/js/regress/script-tests/string-test.js: Added.
23178         (foo):
23179         * fast/js/regress/script-tests/structure-hoist-over-transitions.js: Added.
23180         (foo):
23181         * fast/js/regress/script-tests/tear-off-arguments-simple.js: Added.
23182         (bar):
23183         * fast/js/regress/script-tests/tear-off-arguments.js: Added.
23184         (bar):
23185         * fast/js/regress/script-tests/temporal-structure.js: Added.
23186         (foo):
23187         * fast/js/regress/script-tests/to-int32-boolean.js: Added.
23188         (foo):
23189         * fast/js/regress/script-tests/undefined-test.js: Added.
23190         (foo):
23191         * fast/js/regress/simple-activation-demo-expected.txt: Added.
23192         * fast/js/regress/simple-activation-demo.html: Added.
23193         * fast/js/regress/slow-array-profile-convergence-expected.txt: Added.
23194         * fast/js/regress/slow-array-profile-convergence.html: Added.
23195         * fast/js/regress/slow-convergence-expected.txt: Added.
23196         * fast/js/regress/slow-convergence.html: Added.
23197         * fast/js/regress/sparse-conditional-expected.txt: Added.
23198         * fast/js/regress/sparse-conditional.html: Added.
23199         * fast/js/regress/splice-to-remove-expected.txt: Added.
23200         * fast/js/regress/splice-to-remove.html: Added.
23201         * fast/js/regress/string-hash-expected.txt: Added.
23202         * fast/js/regress/string-hash.html: Added.
23203         * fast/js/regress/string-repeat-arith-expected.txt: Added.
23204         * fast/js/regress/string-repeat-arith.html: Added.
23205         * fast/js/regress/string-sub-expected.txt: Added.
23206         * fast/js/regress/string-sub.html: Added.
23207         * fast/js/regress/string-test-expected.txt: Added.
23208         * fast/js/regress/string-test.html: Added.
23209         * fast/js/regress/structure-hoist-over-transitions-expected.txt: Added.
23210         * fast/js/regress/structure-hoist-over-transitions.html: Added.
23211         * fast/js/regress/tear-off-arguments-expected.txt: Added.
23212         * fast/js/regress/tear-off-arguments-simple-expected.txt: Added.
23213         * fast/js/regress/tear-off-arguments-simple.html: Added.
23214         * fast/js/regress/tear-off-arguments.html: Added.
23215         * fast/js/regress/temporal-structure-expected.txt: Added.
23216         * fast/js/regress/temporal-structure.html: Added.
23217         * fast/js/regress/to-int32-boolean-expected.txt: Added.
23218         * fast/js/regress/to-int32-boolean.html: Added.
23219         * fast/js/regress/undefined-test-expected.txt: Added.
23220         * fast/js/regress/undefined-test.html: Added.
23221
23222 2013-01-19  Philip Rogers  <pdr@google.com>
23223
23224         Refactor SVGSVGElement to inherit from SVGStyledTransformableElement
23225         https://bugs.webkit.org/show_bug.cgi?id=107393
23226
23227         Reviewed by Dirk Schulze.
23228
23229         * svg/transforms/svgsvgelement-transform-expected.svg: Added.
23230         * svg/transforms/svgsvgelement-transform.svg: Added.
23231
23232 2013-01-19  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
23233
23234         Delegated scrolling: Assertion on attempt to show a CSS sticky element
23235         https://bugs.webkit.org/show_bug.cgi?id=106890
23236
23237         Reviewed by Kenneth Rohde Christiansen.
23238
23239         Skipped failing css/sticky tests on WK2 EFL.
23240
23241         * platform/efl-wk2/TestExpectations:
23242
23243 2013-01-19  Zan Dobersek  <zdobersek@igalia.com>
23244
23245         [WK2] svg/dom/fuzz-path-parser.html is failing
23246         https://bugs.webkit.org/show_bug.cgi?id=107133
23247
23248         Reviewed by Alexey Proskuryakov.
23249
23250         Unskip the now-passing test.
23251
23252         * platform/gtk-wk2/TestExpectations:
23253         * platform/wk2/TestExpectations:
23254
23255 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23256
23257         [EFL] Unreviewed gardening.
23258
23259         * platform/efl/TestExpectations: sticky-top-zoomed.html marked as ImageOnlyFailure.
23260
23261 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23262
23263         [EFL] Unreviewed gardening.
23264
23265         * platform/efl/TestExpectations: Accessibility test now marked as failing.
23266         * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt: New baseline without warnings.
23267
23268 2013-01-19  Zan Dobersek  <zandobersek@gmail.com>
23269
23270         Unreviewed GTK gardening.
23271
23272         Managing IndexedDB failures still lingering around after the IDB support was enabled.
23273
23274         * platform/gtk/TestExpectations:
23275
23276 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23277
23278         [EFL] Unreviewed gardening.
23279
23280         Revert accidental global expectation override.
23281
23282         * fast/css/css2-system-fonts-expected.txt: Reverted.
23283         * platform/efl/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/fast/css/css2-system-fonts-expected.txt.
23284
23285 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23286
23287         [EFL] Unreviewed gardening.
23288
23289         A couple of missing rebaselines after enabling subpixel layout and updating freetype.
23290
23291         * fast/css/css2-system-fonts-expected.txt:
23292         * platform/efl-wk2/editing/selection/move-by-character-6-expected.png:
23293         * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt:
23294         * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
23295         * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
23296         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
23297         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
23298         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
23299         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
23300         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
23301         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
23302         * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
23303         * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
23304         * platform/efl/fast/js/global-constructors-expected.txt:
23305         * platform/efl/fast/profiler/apply-expected.txt:
23306         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
23307         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
23308         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
23309         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
23310         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
23311         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
23312         * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
23313         * platform/efl/inspector/editor/text-editor-highlight-regexp-expected.txt:
23314
23315 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23316
23317         [EFL] Unreviewed gardening.
23318
23319         Rebaseline after enabling subpixel layout and updating freetype (26/26).
23320
23321         * platform/efl-wk2/TestExpectations:
23322         * platform/efl-wk2/media/
23323         * platform/efl-wk2/webaudio/
23324
23325 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23326
23327         [EFL] Unreviewed gardening.
23328
23329         Rebaseline after enabling subpixel layout and updating freetype (25/26).
23330
23331         * platform/efl/fast/css/
23332         * platform/efl/fast/css3-text/
23333         * platform/efl/fast/dom/
23334         * platform/efl/fast/encoding/
23335         * platform/efl/fast/events/
23336         * platform/efl/fast/flexbox/
23337         * platform/efl/fast/forms/
23338         * platform/efl/fast/frames/
23339         * platform/efl/fast/gradients/
23340         * platform/efl/fast/history/
23341         * platform/efl/fast/html/
23342         * platform/efl/fast/images/
23343         * platform/efl/fast/
23344         * platform/efl/fast/inline/
23345         * platform/efl/fast/layers/
23346         * platform/efl/fast/line-grid/
23347         * platform/efl/fast/lists/
23348         * platform/efl/fast/multicol/
23349         * platform/efl/fast/overflow/
23350         * platform/efl/fast/parser/
23351         * platform/efl/fast/profiler/
23352         * platform/efl/fast/reflections/
23353         * platform/efl/fast/regions/
23354         * platform/efl/fast/repaint/
23355         * platform/efl/fast/replaced/
23356         * platform/efl/fast/ruby/
23357         * platform/efl/fast/selectors/
23358         * platform/efl/fast/table/
23359         * platform/efl/fast/text/
23360         * platform/efl/fast/transforms/
23361         * platform/efl/fast/writing-mode/
23362         * platform/efl/http/
23363         * platform/efl/ietestcenter/
23364         * platform/efl/inspector/
23365         * platform/efl/svg/
23366         * platform/efl/tables/
23367
23368 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23369
23370         [EFL] Unreviewed gardening.
23371
23372         Rebaseline after enabling subpixel layout and updating freetype (24/26).
23373
23374         * platform/efl/accessibility/
23375         * platform/efl/animations/
23376         * platform/efl/compositing/
23377         * platform/efl/css1/
23378         * platform/efl/css2.1/
23379         * platform/efl/css3/
23380         * platform/efl/editing/
23381         * platform/efl/fast/
23382         * platform/efl/fast/backgrounds/
23383         * platform/efl/fast/block/
23384         * platform/efl/fast/borders/
23385         * platform/efl/fast/box-shadow/
23386         * platform/efl/fast/box-sizing/
23387         * platform/efl/fast/canvas/
23388         * platform/efl/fast/clip/
23389         * platform/efl/fast/compact/
23390         * platform/efl/fast/css-generated-content/
23391         * platform/efl/fast/css/
23392         * platform/efl/tables/
23393         * platform/efl/transforms/
23394         * platform/efl/transitions/
23395
23396 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23397
23398         [EFL] Unreviewed gardening.
23399
23400         Rebaseline after enabling subpixel layout and updating freetype (23/26).
23401
23402         * platform/efl/tables/
23403
23404 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23405
23406         [EFL] Unreviewed gardening.
23407
23408         Rebaseline after enabling subpixel layout and updating freetype (22/26).
23409
23410         * platform/efl/tables/
23411
23412 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23413
23414         [EFL] Unreviewed gardening.
23415
23416         Rebaseline after enabling subpixel layout and updating freetype (21/26).
23417
23418         * platform/efl/tables/
23419
23420 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23421
23422         [EFL] Unreviewed gardening.
23423
23424         Rebaseline after enabling subpixel layout and updating freetype (20/26).
23425
23426         * platform/efl/svg/dynamic-updates/
23427         * platform/efl/svg/filters/
23428         * platform/efl/svg/foreignObject/
23429         * platform/efl/svg/hixie/
23430         * platform/efl/svg/in-html/
23431         * platform/efl/svg/overflow/
23432         * platform/efl/svg/repaint/
23433         * platform/efl/svg/stroke/
23434         * platform/efl/svg/text/
23435         * platform/efl/svg/transforms/
23436         * platform/efl/svg/wicd/
23437         * platform/efl/svg/zoom/
23438         * platform/efl/tables/
23439
23440 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23441
23442         [EFL] Unreviewed gardening.
23443
23444         Rebaseline after enabling subpixel layout and updating freetype (19/26).
23445
23446         * platform/efl/svg/W3C-SVG-1.1/
23447         * platform/efl/svg/W3C-SVG-1.2-Tiny/
23448         * platform/efl/svg/as-background-image/
23449         * platform/efl/svg/as-border-image/
23450         * platform/efl/svg/as-image/
23451         * platform/efl/svg/as-object/
23452         * platform/efl/svg/batik/
23453         * platform/efl/svg/carto.net/
23454         * platform/efl/svg/clip-path/
23455         * platform/efl/svg/css/
23456         * platform/efl/svg/dom/
23457         * platform/efl/svg/dynamic-updates/
23458
23459 2013-01-19  Dominik Röttsches  <dominik.rottsches@intel.com>
23460
23461         [EFL] Unreviewed gardening.
23462
23463         Rebaseline after enabling subpixel layout and updating freetype (18/26).
23464
23465         * platform/efl/svg/W3C-I18N/
23466         * platform/efl/svg/W3C-SVG-1.1-SE/
23467         * platform/efl/svg/W3C-SVG-1.1/
23468
23469 2013-01-19  Zan Dobersek  <zdobersek@igalia.com>
23470
23471         Unreviewed GTK gardening.
23472
23473         * platform/gtk/TestExpectations: Adding failure expectations for tests that regressed after r140202.
23474         * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after IDB support was enabled.
23475         * platform/gtk/http/tests/cache: Added.
23476         * platform/gtk/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added. Required after r140174,
23477         only due to difference in the form of the errors being logged.
23478
23479 2013-01-18  Jer Noble  <jer.noble@apple.com>
23480
23481         REGRESSION (r140229): fast/css/sticky/sticky-top-zoomed.html failing on Apple MountainLion Debug WK2 (Tests)
23482         https://bugs.webkit.org/show_bug.cgi?id=107356
23483
23484         Unreviewed; add failing test to TestExpectations.
23485
23486         * platform/mac-wk2/TestExpectations:
23487
23488 2013-01-18  Simon Fraser  <simon.fraser@apple.com>
23489
23490         Fix bug that caused pages with fixed backgrounds to not be fast scrollable
23491         https://bugs.webkit.org/show_bug.cgi?id=107354
23492
23493         Reviewed by Sam Weinig.
23494
23495         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
23496         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
23497         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
23498         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.txt:
23499         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
23500         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
23501         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
23502
23503 2013-01-18  Beth Dakin  <bdakin@apple.com>
23504
23505         https://bugs.webkit.org/show_bug.cgi?id=106946
23506         Sticky-position elements can jump around/hide on rubber-banding
23507
23508         Reviewed by Simon Fraser.
23509
23510         * platform/mac/tiled-drawing/sticky/negative-scroll-offset-expected.txt: Added.
23511         * platform/mac/tiled-drawing/sticky/negative-scroll-offset.html: Added.
23512
23513 2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>
23514
23515         Unreviewed, rolling out r140206.
23516         http://trac.webkit.org/changeset/140206
23517         https://bugs.webkit.org/show_bug.cgi?id=107346
23518
23519         Caused crash on wordpress.com (Requested by smfr on #webkit).
23520
23521         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Removed.
23522         * fast/block/float/overhanging-float-not-removed-crash.html: Removed.
23523
23524 2013-01-18  Simon Fraser  <simon.fraser@apple.com>
23525
23526         Allow fixed background layers to be moved by the ScrollingCoordinator
23527         https://bugs.webkit.org/show_bug.cgi?id=107213
23528
23529         Reviewed by Tim Horton.
23530         
23531         One new test and new layer trees for tests affected by fixed background changes.
23532
23533         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt:
23534         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt:
23535         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt:
23536         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned-expected.png: Added.
23537         * 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.
23538         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-positioned.html: Added.
23539         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt:
23540         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png:
23541         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt:
23542         * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt:
23543         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt:
23544
23545 2013-01-18  Alpha Lam  <hclam@chromium.org>
23546
23547         [chromium] Update test expectations
23548         https://bugs.webkit.org/show_bug.cgi?id=107341
23549
23550         Unreviewed. Mark this test as failing on Chromium debug:
23551         inspector/profiler/memory-instrumentation-cached-images.html
23552
23553         * platform/chromium/TestExpectations:
23554
23555 2013-01-18  Alpha Lam  <hclam@chromium.org>
23556
23557         [chromium] Update test expectations
23558
23559         Unreviewed. Update test expectations to mark test as flaky.
23560
23561         * platform/chromium/TestExpectations:
23562
23563 2013-01-18  Alpha Lam  <hclam@chromium.org>
23564
23565         [chromium] Update test expectations
23566         https://bugs.webkit.org/show_bug.cgi?id=107328
23567
23568         Not reviewed. Mark this test as MISSING:
23569         http/tests/cache/cancel-multiple-post-xhrs.html
23570
23571         * platform/chromium/TestExpectations:
23572
23573 2013-01-18  Robert Hogan  <robert@webkit.org>
23574
23575         fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html is crashing after r140024
23576         https://bugs.webkit.org/show_bug.cgi?id=107209
23577
23578         Reviewed by David Hyatt.
23579
23580         * platform/chromium/TestExpectations:
23581
23582 2013-01-18  Alpha Lam  <hclam@chromium.org>
23583
23584         [chromium] Layout test rebaselines
23585
23586         Unreviewed rebaseline. Update test results after Chromium roll in r140190.
23587
23588         * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
23589         * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
23590         * 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.
23591
23592 2013-01-18  Abhishek Arya  <inferno@chromium.org>
23593
23594         Heap-use-after-free in WebCore::RenderObject::isDescendantOf
23595         https://bugs.webkit.org/show_bug.cgi?id=107226
23596
23597         Reviewed by David Hyatt.
23598
23599         * fast/block/float/overhanging-float-not-removed-crash-expected.txt: Added.
23600         * fast/block/float/overhanging-float-not-removed-crash.html: Added.
23601
23602 2013-01-18  Chris Hopman  <cjhopman@google.com>
23603
23604         Fix scrollRectToVisible in the presence of transforms
23605         https://bugs.webkit.org/show_bug.cgi?id=105574
23606
23607         Reviewed by Simon Fraser.
23608
23609         * editing/input/reveal-caret-of-transformed-input-scrollable-parent.html: Added.
23610         * editing/input/reveal-caret-of-transformed-input-scrollable-parent-expected.txt: Added.
23611         Test that when scrolling an overflow layer to reveal a rect, the rect
23612         passed to the parent to scroll is calculated properly.
23613         * editing/input/reveal-caret-of-transformed-multiline-input.html: Added.
23614         * editing/input/reveal-caret-of-transformed-multiline-input-expected.txt: Added.
23615         Test that scrolling to reveal a rect works properly on a transformed
23616         overflow layer.
23617
23618         * platform/chromium/TestExpectations:
23619         * platform/mac/TestExpectations:
23620
23621 2013-01-18  Julien Chaffraix  <jchaffraix@webkit.org>
23622
23623         [CSS Grid Layout] Add support for min-content
23624         https://bugs.webkit.org/show_bug.cgi?id=106474
23625
23626         Reviewed by Ojan Vafai.
23627
23628         * fast/css-grid-layout/minmax-min-content-column-resolution-columns-expected.txt: Added.
23629         * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html: Added.
23630         * fast/css-grid-layout/minmax-min-content-column-resolution-rows-expected.txt: Added.
23631         * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html: Added.
23632
23633 2013-01-18  Alpha Lam  <hclam@chromium.org>
23634
23635         [chromium] Test expectation updates
23636
23637         Mark this test added in r140024 as Failure on Chromium Mac Debug:
23638         fast/inline/fixed-pos-moves-with-abspos-inline-parent.html
23639
23640         * platform/chromium/TestExpectations:
23641
23642 2013-01-18  Tim Volodine  <timvolodine@chromium.org>
23643
23644         Text Autosizing: don't autosize headers with multiple inline links.
23645         https://bugs.webkit.org/show_bug.cgi?id=106792
23646
23647         Reviewed by Kenneth Rohde Christiansen.
23648
23649         * fast/text-autosizing/header-li-links-autosizing-expected.html: Added.
23650         * fast/text-autosizing/header-li-links-autosizing.html: Added.
23651         * fast/text-autosizing/header-links-autosizing-different-fontsize-expected.html: Added.
23652         * fast/text-autosizing/header-links-autosizing-different-fontsize.html: Added.
23653         * fast/text-autosizing/header-links-autosizing-expected.html: Added.
23654         * fast/text-autosizing/header-links-autosizing.html: Added.
23655
23656 2013-01-18  Levi Weintraub  <leviw@chromium.org>
23657
23658         LayoutUnit should round half consistently, not away from zero
23659         https://bugs.webkit.org/show_bug.cgi?id=107208
23660
23661         Reviewed by Eric Seidel.
23662
23663         * fast/sub-pixel/sub-pixel-root-layer-expected.html: Added.
23664         * fast/sub-pixel/sub-pixel-root-layer.html: Added.
23665         * platform/chromium-linux/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
23666         * platform/chromium-linux/fast/regions/overflow-size-change-in-variable-width-regions-expected.png:
23667         * platform/chromium-linux/fast/regions/overflow-size-change-with-stacking-context-expected.png:
23668         * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
23669         * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
23670         * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
23671         * platform/chromium/TestExpectations:
23672         * platform/mac/TestExpectations:
23673
23674 2013-01-18  Martin Robinson  <mrobinson@igalia.com>
23675
23676         [GTK] Enable indexed database for development builds
23677         https://bugs.webkit.org/show_bug.cgi?id=107299
23678
23679         Reviewed by Gustavo Noronha Silva.
23680
23681         * platform/gtk/TestExpectations: Skip failing IDB tests and mark
23682         flaky tests as flaky.
23683
23684 2013-01-18  Arko Saha  <arko@motorola.com>
23685
23686         PropertyCollection test fails on JavaScriptCore
23687         https://bugs.webkit.org/show_bug.cgi?id=106997
23688
23689         Reviewed by Kentaro Hara.
23690
23691         Unskipping related testcases from TestExpectations.
23692
23693         * platform/efl/TestExpectations:
23694         * platform/gtk/TestExpectations:
23695
23696 2013-01-18  Dominic Mazzoni  <dmazzoni@google.com>
23697
23698         AX: Improve table-guessing heuristics
23699         https://bugs.webkit.org/show_bug.cgi?id=107042
23700
23701         Reviewed by Chris Fleizach.
23702
23703         Add tests for tables with cell borders, empty-cells,
23704         col, colgroup, and >= 20 rows. Refactor the test to make it
23705         easier to read the output and see whether it passed or not.
23706
23707         * accessibility/table-detection.html: Modified.
23708         * platform/chromium/TestExpectations: Un-skip table-detection.html.
23709         * platform/chromium/accessibility/table-detection-expected.txt: Added.
23710         * platform/mac/accessibility/table-detection-expected.txt: Moved.
23711
23712 2013-01-18  Terry Anderson  <tdanderson@chromium.org>
23713
23714         Scroll gestures should not create wheel events
23715         https://bugs.webkit.org/show_bug.cgi?id=103952
23716
23717         Reviewed by James Robinson.
23718
23719         Added five new layout tests to check that scroll gestures will correctly scroll
23720         nested divs and iframes. Also modified existing layout tests to no longer
23721         expect mousewheel events.
23722
23723         * fast/events/touch/gesture/resources/scroll-inside-editable-iframe.html: Added.
23724         * fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
23725         * fast/events/touch/gesture/touch-gesture-scroll-div-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
23726         * fast/events/touch/gesture/touch-gesture-scroll-div-scaled.html:
23727         * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
23728         * fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
23729         * fast/events/touch/gesture/touch-gesture-scroll-div.html:
23730         * 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.
23731         * fast/events/touch/gesture/touch-gesture-scroll-iframe-editable.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe.html.
23732         * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
23733         * fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
23734         * fast/events/touch/gesture/touch-gesture-scroll-iframe.html:
23735         * fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
23736         * fast/events/touch/gesture/touch-gesture-scroll-page-propagated.html: Copied from LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-page.html.
23737         * fast/events/touch/gesture/touch-gesture-scroll-page.html:
23738         * fast/events/touch/gesture/touch-gesture-scroll-shy-target.html:
23739         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt:
23740         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-propagated-expected.txt: Added.
23741         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt:
23742         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-twice-propagated-expected.txt: Added.
23743         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt:
23744         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt: Added.
23745         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt:
23746         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-propagated-expected.txt: Added.
23747         * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt:
23748         * platform/chromium/plugins/gesture-events-expected.txt:
23749         * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
23750
23751 2013-01-18  Nate Chapin  <japhet@chromium.org>
23752
23753         Cannot abort multiple XHR POSTs made to same url
23754         https://bugs.webkit.org/show_bug.cgi?id=106937
23755
23756         Reviewed by Alexey Proskuryakov.
23757
23758         * http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added.
23759         * http/tests/cache/cancel-multiple-post-xhrs.html: Added.
23760         * platform/mac/TestExpectations:
23761
23762 2013-01-18  Dima Gorbik  <dgorbik@apple.com>
23763
23764         Implement ::cue() pseudo element property whitelist
23765         https://bugs.webkit.org/show_bug.cgi?id=105477
23766
23767         Reviewed by Antti Koivisto.
23768
23769         * media/track/captions-webvtt/whitelist.vtt: Added.
23770         * media/track/track-css-property-whitelist-expected.txt: Added.
23771         * media/track/track-css-property-whitelist.html: Added.
23772
23773 2013-01-18  Tony Chang  <tony@chromium.org>
23774
23775         Incorrect scrollable height during simplified layout
23776         https://bugs.webkit.org/show_bug.cgi?id=107193
23777
23778         Reviewed by Ojan Vafai.
23779
23780         * fast/overflow/height-during-simplified-layout-expected.txt: Added.
23781         * fast/overflow/height-during-simplified-layout.html: Added.
23782
23783 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
23784
23785         [EFL] Unreviewed gardening.
23786
23787         Rebaseline after enabling subpixel layout and updating freetype (17/26).
23788
23789         * platform/efl/fast/text/ (Part 2)
23790         * platform/efl/fast/tokenizer/
23791         * platform/efl/fast/transforms/
23792         * platform/efl/fast/writing-mode/
23793         * platform/efl/fast/xsl/
23794         * platform/efl/fonts/
23795         * platform/efl/fullscreen/
23796         * platform/efl/http/
23797         * platform/efl/ietestcenter/
23798         * platform/efl/mathml/
23799         * platform/efl/media/
23800         * platform/efl/plugins/
23801         * platform/efl/printing/
23802         * platform/efl/scrollbars/
23803         * platform/efl/svg/ (Part 1)
23804
23805 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
23806
23807         [EFL] Unreviewed gardening.
23808
23809         Rebaseline after enabling subpixel layout and updating freetype (16/26).
23810
23811         * platform/efl/fast/selectors/ (Part 2)
23812         * platform/efl/fast/spatial-navigation/*
23813         * platform/efl/fast/table/*
23814         * platform/efl/fast/text/*
23815
23816 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
23817
23818         [EFL] Unreviewed gardening.
23819
23820         Rebaseline after enabling subpixel layout and updating freetype (15/26).
23821
23822         * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
23823         * platform/efl/fast/repaint/inline-outline-repaint-expected.txt:
23824         * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
23825         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
23826         * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
23827         * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
23828         * platform/efl/fast/repaint/layer-child-outline-expected.png:
23829         * platform/efl/fast/repaint/layer-child-outline-expected.txt:
23830         * platform/efl/fast/repaint/layer-outline-expected.png:
23831         * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
23832         * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
23833         * platform/efl/fast/repaint/layout-state-relative-expected.png:
23834         * platform/efl/fast/repaint/layout-state-relative-expected.txt:
23835         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
23836         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.txt:
23837         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
23838         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.txt:
23839         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
23840         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.txt:
23841         * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
23842         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
23843         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
23844         * platform/efl/fast/repaint/line-overflow-expected.png:
23845         * platform/efl/fast/repaint/line-overflow-expected.txt:
23846         * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
23847         * platform/efl/fast/repaint/list-marker-2-expected.png:
23848         * platform/efl/fast/repaint/list-marker-2-expected.txt:
23849         * platform/efl/fast/repaint/list-marker-expected.png:
23850         * platform/efl/fast/repaint/list-marker-expected.txt:
23851         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
23852         * platform/efl/fast/repaint/make-children-non-inline-expected.txt:
23853         * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
23854         * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
23855         * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
23856         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
23857         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
23858         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
23859         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
23860         * platform/efl/fast/repaint/outline-child-repaint-expected.txt:
23861         * platform/efl/fast/repaint/outline-inset-expected.png:
23862         * platform/efl/fast/repaint/outline-inset-expected.txt:
23863         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
23864         * platform/efl/fast/repaint/outline-repaint-glitch-expected.txt:
23865         * platform/efl/fast/repaint/outline-shrinking-expected.png:
23866         * platform/efl/fast/repaint/outline-shrinking-expected.txt:
23867         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
23868         * platform/efl/fast/repaint/overflow-hide-expected.png:
23869         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
23870         * platform/efl/fast/repaint/overflow-outline-repaint-expected.txt:
23871         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
23872         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.txt:
23873         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
23874         * platform/efl/fast/repaint/overflow-scroll-delete-expected.txt:
23875         * platform/efl/fast/repaint/overflow-show-expected.png:
23876         * platform/efl/fast/repaint/positioned-document-element-expected.png:
23877         * platform/efl/fast/repaint/positioned-document-element-expected.txt:
23878         * platform/efl/fast/repaint/reflection-redraw-expected.png:
23879         * platform/efl/fast/repaint/reflection-redraw-expected.txt:
23880         * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
23881         * platform/efl/fast/repaint/reflection-repaint-test-expected.txt:
23882         * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
23883         * platform/efl/fast/repaint/region-painting-invalidation-expected.txt:
23884         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
23885         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
23886         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
23887         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
23888         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
23889         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
23890         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
23891         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
23892         * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt:
23893         * platform/efl/fast/repaint/scale-page-shrink-expected.png:
23894         * platform/efl/fast/repaint/scale-page-shrink-expected.txt:
23895         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
23896         * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
23897         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
23898         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
23899         * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
23900         * platform/efl/fast/repaint/search-field-cancel-expected.png:
23901         * platform/efl/fast/repaint/search-field-cancel-expected.txt:
23902         * platform/efl/fast/repaint/select-option-background-color-expected.png:
23903         * platform/efl/fast/repaint/select-option-background-color-expected.txt:
23904         * platform/efl/fast/repaint/selected-replaced-expected.png:
23905         * platform/efl/fast/repaint/selection-after-delete-expected.png:
23906         * platform/efl/fast/repaint/selection-after-delete-expected.txt:
23907         * platform/efl/fast/repaint/selection-after-remove-expected.png:
23908         * platform/efl/fast/repaint/selection-after-remove-expected.txt:
23909         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
23910         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
23911         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
23912         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.txt:
23913         * platform/efl/fast/repaint/selection-rl-expected.png:
23914         * platform/efl/fast/repaint/selection-rl-expected.txt:
23915         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.txt:
23916         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.txt:
23917         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.txt:
23918         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.txt:
23919         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
23920         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
23921         * platform/efl/fast/repaint/stacked-diacritics-expected.txt:
23922         * platform/efl/fast/repaint/static-to-positioned-expected.png:
23923         * platform/efl/fast/repaint/static-to-positioned-expected.txt:
23924         * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
23925         * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
23926         * platform/efl/fast/repaint/subtree-root-skipped-expected.txt:
23927         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
23928         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt:
23929         * platform/efl/fast/repaint/table-cell-move-expected.png:
23930         * platform/efl/fast/repaint/table-cell-move-expected.txt:
23931         * platform/efl/fast/repaint/table-cell-vertical-overflow-expected.png:
23932         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
23933         * platform/efl/fast/repaint/table-collapsed-border-expected.txt:
23934         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
23935         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt:
23936         * platform/efl/fast/repaint/table-section-repaint-expected.png:
23937         * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
23938         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
23939         * platform/efl/fast/repaint/text-append-dirty-lines-expected.txt:
23940         * platform/efl/fast/repaint/text-emphasis-v-expected.png:
23941         * platform/efl/fast/repaint/text-emphasis-v-expected.txt:
23942         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
23943         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
23944         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
23945         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.txt:
23946         * platform/efl/fast/repaint/text-shadow-expected.png:
23947         * platform/efl/fast/repaint/text-shadow-expected.txt:
23948         * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
23949         * platform/efl/fast/repaint/text-shadow-horizontal-expected.txt:
23950         * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
23951         * platform/efl/fast/repaint/transform-absolute-child-expected.png:
23952         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
23953         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
23954         * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
23955         * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
23956         * platform/efl/fast/repaint/transform-layout-repaint-expected.txt:
23957         * platform/efl/fast/repaint/transform-relative-position-expected.png:
23958         * platform/efl/fast/repaint/transform-relative-position-expected.txt:
23959         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
23960         * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
23961         * platform/efl/fast/repaint/transform-translate-expected.png:
23962         * platform/efl/fast/replaced/001-expected.png:
23963         * platform/efl/fast/replaced/001-expected.txt:
23964         * platform/efl/fast/replaced/002-expected.png:
23965         * platform/efl/fast/replaced/002-expected.txt:
23966         * platform/efl/fast/replaced/003-expected.png:
23967         * platform/efl/fast/replaced/003-expected.txt:
23968         * platform/efl/fast/replaced/004-expected.png:
23969         * platform/efl/fast/replaced/004-expected.txt:
23970         * platform/efl/fast/replaced/005-expected.png:
23971         * platform/efl/fast/replaced/005-expected.txt:
23972         * platform/efl/fast/replaced/006-expected.png:
23973         * platform/efl/fast/replaced/006-expected.txt:
23974         * platform/efl/fast/replaced/007-expected.png:
23975         * platform/efl/fast/replaced/008-expected.png:
23976         * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
23977         * platform/efl/fast/replaced/absolute-position-percentage-height-expected.png:
23978         * platform/efl/fast/replaced/absolute-position-percentage-height-expected.txt:
23979         * platform/efl/fast/replaced/absolute-position-percentage-width-expected.png:
23980         * platform/efl/fast/replaced/absolute-position-percentage-width-expected.txt:
23981         * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
23982         * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
23983         * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
23984         * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
23985         * platform/efl/fast/replaced/applet-display-none-expected.png:
23986         * platform/efl/fast/replaced/applet-display-none-expected.txt:
23987         * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png:
23988         * platform/efl/fast/replaced/embed-display-none-expected.png:
23989         * platform/efl/fast/replaced/embed-display-none-expected.txt:
23990         * platform/efl/fast/replaced/image-onload-expected.png:
23991         * platform/efl/fast/replaced/image-resize-width-expected.png:
23992         * platform/efl/fast/replaced/image-resize-width-expected.txt:
23993         * platform/efl/fast/replaced/image-sizing-expected.png:
23994         * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.png:
23995         * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.txt:
23996         * platform/efl/fast/replaced/image-tag-expected.png:
23997         * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.png:
23998         * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.txt:
23999         * platform/efl/fast/replaced/max-width-percent-expected.png:
24000         * platform/efl/fast/replaced/max-width-percent-expected.txt:
24001         * platform/efl/fast/replaced/maxheight-percent-expected.png:
24002         * platform/efl/fast/replaced/maxheight-percent-expected.txt:
24003         * platform/efl/fast/replaced/maxheight-pxs-expected.png:
24004         * platform/efl/fast/replaced/maxheight-pxs-expected.txt:
24005         * platform/efl/fast/replaced/maxwidth-percent-expected.png:
24006         * platform/efl/fast/replaced/maxwidth-percent-expected.txt:
24007         * platform/efl/fast/replaced/maxwidth-pxs-expected.png:
24008         * platform/efl/fast/replaced/maxwidth-pxs-expected.txt:
24009         * platform/efl/fast/replaced/minheight-percent-expected.png:
24010         * platform/efl/fast/replaced/minheight-percent-expected.txt:
24011         * platform/efl/fast/replaced/minheight-pxs-expected.png:
24012         * platform/efl/fast/replaced/minheight-pxs-expected.txt:
24013         * platform/efl/fast/replaced/minwidth-percent-expected.png:
24014         * platform/efl/fast/replaced/minwidth-percent-expected.txt:
24015         * platform/efl/fast/replaced/minwidth-pxs-expected.png:
24016         * platform/efl/fast/replaced/minwidth-pxs-expected.txt:
24017         * platform/efl/fast/replaced/object-align-hspace-vspace-expected.png:
24018         * platform/efl/fast/replaced/object-align-hspace-vspace-expected.txt:
24019         * platform/efl/fast/replaced/object-display-none-expected.png:
24020         * platform/efl/fast/replaced/object-display-none-expected.txt:
24021         * platform/efl/fast/replaced/outline-replaced-elements-expected.png:
24022         * platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.png:
24023         * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
24024         * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
24025         * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
24026         * platform/efl/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
24027         * platform/efl/fast/replaced/replaced-breaking-expected.png:
24028         * platform/efl/fast/replaced/replaced-breaking-expected.txt:
24029         * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png:
24030         * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt:
24031         * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
24032         * platform/efl/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
24033         * platform/efl/fast/replaced/selection-rect-expected.png:
24034         * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.png:
24035         * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
24036         * platform/efl/fast/replaced/selection-rect-transform-expected.png:
24037         * platform/efl/fast/replaced/selection-rect-transform-expected.txt:
24038         * platform/efl/fast/replaced/three-selects-break-expected.png:
24039         * platform/efl/fast/replaced/three-selects-break-expected.txt:
24040         * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
24041         * platform/efl/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
24042         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
24043         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
24044         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
24045         * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
24046         * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
24047         * platform/efl/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
24048         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
24049         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
24050         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
24051         * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
24052         * platform/efl/fast/replaced/width100percent-button-expected.png:
24053         * platform/efl/fast/replaced/width100percent-button-expected.txt:
24054         * platform/efl/fast/replaced/width100percent-checkbox-expected.png:
24055         * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
24056         * platform/efl/fast/replaced/width100percent-image-expected.png:
24057         * platform/efl/fast/replaced/width100percent-menulist-expected.png:
24058         * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
24059         * platform/efl/fast/replaced/width100percent-radio-expected.png:
24060         * platform/efl/fast/replaced/width100percent-radio-expected.txt:
24061         * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
24062         * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
24063         * platform/efl/fast/replaced/width100percent-textarea-expected.png:
24064         * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
24065         * platform/efl/fast/replaced/width100percent-textfield-expected.png:
24066         * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
24067         * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
24068         * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
24069         * platform/efl/fast/ruby/nested-ruby-expected.png:
24070         * platform/efl/fast/ruby/nested-ruby-expected.txt:
24071         * platform/efl/fast/ruby/overhang-horizontal-expected.png:
24072         * platform/efl/fast/ruby/ruby-beforeafter-expected.png:
24073         * platform/efl/fast/ruby/ruby-beforeafter-expected.txt:
24074         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png:
24075         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.txt:
24076         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png:
24077         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt:
24078         * platform/efl/fast/ruby/ruby-empty-rt-expected.png:
24079         * platform/efl/fast/ruby/ruby-empty-rt-expected.txt:
24080         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png:
24081         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.txt:
24082         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png:
24083         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt:
24084         * platform/efl/fast/ruby/ruby-inline-table-expected.png:
24085         * platform/efl/fast/ruby/ruby-length-expected.png:
24086         * platform/efl/fast/ruby/ruby-length-expected.txt:
24087         * platform/efl/fast/ruby/ruby-run-break-expected.png:
24088         * platform/efl/fast/ruby/ruby-run-break-expected.txt:
24089         * platform/efl/fast/ruby/ruby-runs-expected.png:
24090         * platform/efl/fast/ruby/ruby-runs-expected.txt:
24091         * platform/efl/fast/ruby/ruby-runs-spans-expected.png:
24092         * platform/efl/fast/ruby/ruby-runs-spans-expected.txt:
24093         * platform/efl/fast/ruby/ruby-simple-expected.png:
24094         * platform/efl/fast/ruby/ruby-simple-expected.txt:
24095         * platform/efl/fast/ruby/ruby-simple-rp-expected.png:
24096         * platform/efl/fast/ruby/ruby-simple-rp-expected.txt:
24097         * platform/efl/fast/ruby/ruby-text-before-after-content-expected.png:
24098         * platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt:
24099         * platform/efl/fast/ruby/ruby-trailing-expected.png:
24100         * platform/efl/fast/ruby/ruby-trailing-expected.txt:
24101         * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.png:
24102         * platform/efl/fast/ruby/rubyDOM-insert-rt-expected.txt:
24103         * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.png:
24104         * platform/efl/fast/ruby/rubyDOM-insert-text1-expected.txt:
24105         * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.png:
24106         * platform/efl/fast/ruby/rubyDOM-insert-text2-expected.txt:
24107         * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.png:
24108         * platform/efl/fast/ruby/rubyDOM-insert-text3-expected.txt:
24109         * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.png:
24110         * platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.txt:
24111         * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.png:
24112         * platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.txt:
24113         * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.png:
24114         * platform/efl/fast/ruby/rubyDOM-remove-text1-expected.txt:
24115         * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.png:
24116         * platform/efl/fast/ruby/rubyDOM-remove-text2-expected.txt:
24117         * platform/efl/fast/runin/001-expected.png:
24118         * platform/efl/fast/runin/001-expected.txt:
24119         * platform/efl/fast/runin/002-expected.png:
24120         * platform/efl/fast/runin/002-expected.txt:
24121         * platform/efl/fast/runin/generated-expected.png:
24122         * platform/efl/fast/runin/generated-expected.txt:
24123         * platform/efl/fast/runin/generated2-expected.png:
24124         * platform/efl/fast/runin/generated2-expected.txt:
24125         * platform/efl/fast/runin/generated3-expected.png:
24126         * platform/efl/fast/runin/generated3-expected.txt:
24127         * platform/efl/fast/runin/generated4-expected.png:
24128         * platform/efl/fast/runin/generated4-expected.txt:
24129         * platform/efl/fast/runin/runin-generated-before-content-expected.txt:
24130         * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png:
24131         * platform/efl/fast/selectors/001-expected.png:
24132         * platform/efl/fast/selectors/001-expected.txt:
24133         * platform/efl/fast/selectors/002-expected.png:
24134         * platform/efl/fast/selectors/002-expected.txt:
24135         * platform/efl/fast/selectors/003-expected.png:
24136         * platform/efl/fast/selectors/003-expected.txt:
24137         * platform/efl/fast/selectors/004-expected.png:
24138         * platform/efl/fast/selectors/004-expected.txt:
24139         * platform/efl/fast/selectors/005-expected.png:
24140         * platform/efl/fast/selectors/005-expected.txt:
24141         * platform/efl/fast/selectors/006-expected.png:
24142         * platform/efl/fast/selectors/006-expected.txt:
24143         * platform/efl/fast/selectors/007a-expected.png:
24144         * platform/efl/fast/selectors/007a-expected.txt:
24145         * platform/efl/fast/selectors/007b-expected.png:
24146         * platform/efl/fast/selectors/007b-expected.txt:
24147         * platform/efl/fast/selectors/008-expected.png:
24148         * platform/efl/fast/selectors/008-expected.txt:
24149         * platform/efl/fast/selectors/009-expected.png:
24150         * platform/efl/fast/selectors/009-expected.txt:
24151         * platform/efl/fast/selectors/010-expected.png:
24152         * platform/efl/fast/selectors/010-expected.txt:
24153         * platform/efl/fast/selectors/011-expected.png:
24154         * platform/efl/fast/selectors/011-expected.txt:
24155         * platform/efl/fast/selectors/012-expected.png:
24156         * platform/efl/fast/selectors/012-expected.txt:
24157         * platform/efl/fast/selectors/013-expected.png:
24158         * platform/efl/fast/selectors/013-expected.txt:
24159         * platform/efl/fast/selectors/014-expected.png:
24160         * platform/efl/fast/selectors/014-expected.txt:
24161         * platform/efl/fast/selectors/015-expected.png:
24162         * platform/efl/fast/selectors/015-expected.txt:
24163         * platform/efl/fast/selectors/016-expected.png:
24164         * platform/efl/fast/selectors/016-expected.txt:
24165         * platform/efl/fast/selectors/017-expected.png:
24166         * platform/efl/fast/selectors/017-expected.txt:
24167         * platform/efl/fast/selectors/018-expected.png:
24168         * platform/efl/fast/selectors/018-expected.txt:
24169         * platform/efl/fast/selectors/018b-expected.png:
24170         * platform/efl/fast/selectors/018b-expected.txt:
24171         * platform/efl/fast/selectors/019-expected.png:
24172         * platform/efl/fast/selectors/019-expected.txt:
24173         * platform/efl/fast/selectors/020-expected.png:
24174         * platform/efl/fast/selectors/020-expected.txt:
24175         * platform/efl/fast/selectors/021-expected.png:
24176         * platform/efl/fast/selectors/021-expected.txt:
24177         * platform/efl/fast/selectors/021b-expected.png:
24178         * platform/efl/fast/selectors/021b-expected.txt:
24179         * platform/efl/fast/selectors/027-expected.png:
24180         * platform/efl/fast/selectors/027-expected.txt:
24181         * platform/efl/fast/selectors/032-expected.png:
24182         * platform/efl/fast/selectors/034-expected.png:
24183         * platform/efl/fast/selectors/034-expected.txt:
24184         * platform/efl/fast/selectors/038-expected.png:
24185         * platform/efl/fast/selectors/038-expected.txt:
24186         * platform/efl/fast/selectors/039-expected.png:
24187         * platform/efl/fast/selectors/039-expected.txt:
24188         * platform/efl/fast/selectors/039b-expected.png:
24189         * platform/efl/fast/selectors/039b-expected.txt:
24190         * platform/efl/fast/selectors/040-expected.png:
24191         * platform/efl/fast/selectors/040-expected.txt:
24192         * platform/efl/fast/selectors/041-expected.png:
24193         * platform/efl/fast/selectors/041-expected.txt:
24194         * platform/efl/fast/selectors/042-expected.png:
24195         * platform/efl/fast/selectors/042-expected.txt:
24196         * platform/efl/fast/selectors/043-expected.png:
24197         * platform/efl/fast/selectors/043-expected.txt:
24198         * platform/efl/fast/selectors/043b-expected.png:
24199         * platform/efl/fast/selectors/043b-expected.txt:
24200         * platform/efl/fast/selectors/044-expected.png:
24201         * platform/efl/fast/selectors/044-expected.txt:
24202         * platform/efl/fast/selectors/044b-expected.png:
24203         * platform/efl/fast/selectors/044b-expected.txt:
24204         * platform/efl/fast/selectors/044c-expected.png:
24205         * platform/efl/fast/selectors/044c-expected.txt:
24206         * platform/efl/fast/selectors/044d-expected.png:
24207         * platform/efl/fast/selectors/044d-expected.txt:
24208         * platform/efl/fast/selectors/045-expected.png:
24209         * platform/efl/fast/selectors/045-expected.txt:
24210         * platform/efl/fast/selectors/045b-expected.png:
24211         * platform/efl/fast/selectors/045b-expected.txt:
24212         * platform/efl/fast/selectors/045c-expected.png:
24213         * platform/efl/fast/selectors/045c-expected.txt:
24214         * platform/efl/fast/selectors/046-expected.png:
24215         * platform/efl/fast/selectors/046-expected.txt:
24216         * platform/efl/fast/selectors/054-expected.png:
24217         * platform/efl/fast/selectors/054-expected.txt:
24218         * platform/efl/fast/selectors/056-expected.png:
24219         * platform/efl/fast/selectors/056-expected.txt:
24220         * platform/efl/fast/selectors/058-expected.png:
24221         * platform/efl/fast/selectors/058-expected.txt:
24222         * platform/efl/fast/selectors/059-expected.png:
24223         * platform/efl/fast/selectors/059-expected.txt:
24224         * platform/efl/fast/selectors/060-expected.png:
24225         * platform/efl/fast/selectors/060-expected.txt:
24226         * platform/efl/fast/selectors/061-expected.png:
24227         * platform/efl/fast/selectors/061-expected.txt:
24228         * platform/efl/fast/selectors/062-expected.png:
24229         * platform/efl/fast/selectors/062-expected.txt:
24230         * platform/efl/fast/selectors/063-expected.png:
24231         * platform/efl/fast/selectors/063-expected.txt:
24232         * platform/efl/fast/selectors/064-expected.png:
24233         * platform/efl/fast/selectors/064-expected.txt:
24234         * platform/efl/fast/selectors/065-expected.png:
24235         * platform/efl/fast/selectors/065-expected.txt:
24236         * platform/efl/fast/selectors/066-expected.png:
24237         * platform/efl/fast/selectors/066-expected.txt:
24238         * platform/efl/fast/selectors/066b-expected.png:
24239         * platform/efl/fast/selectors/066b-expected.txt:
24240         * platform/efl/fast/selectors/072-expected.png:
24241         * platform/efl/fast/selectors/072-expected.txt:
24242         * platform/efl/fast/selectors/072b-expected.png:
24243         * platform/efl/fast/selectors/072b-expected.txt:
24244         * platform/efl/fast/selectors/077-expected.png:
24245         * platform/efl/fast/selectors/077-expected.txt:
24246         * platform/efl/fast/selectors/077b-expected.png:
24247         * platform/efl/fast/selectors/077b-expected.txt:
24248         * platform/efl/fast/selectors/078b-expected.png:
24249         * platform/efl/fast/selectors/078b-expected.txt:
24250         * platform/efl/fast/selectors/083-expected.png:
24251         * platform/efl/fast/selectors/083-expected.txt:
24252         * platform/efl/fast/selectors/087b-expected.png:
24253         * platform/efl/fast/selectors/087b-expected.txt:
24254         * platform/efl/fast/selectors/088b-expected.png:
24255         * platform/efl/fast/selectors/088b-expected.txt:
24256         * platform/efl/fast/selectors/089-expected.png:
24257         * platform/efl/fast/selectors/089-expected.txt:
24258         * platform/efl/fast/selectors/090b-expected.png:
24259         * platform/efl/fast/selectors/090b-expected.txt:
24260         * platform/efl/fast/selectors/154-expected.png:
24261         * platform/efl/fast/selectors/154-expected.txt:
24262         * platform/efl/fast/selectors/155-expected.png:
24263         * platform/efl/fast/selectors/155-expected.txt:
24264         * platform/efl/fast/selectors/155a-expected.png:
24265         * platform/efl/fast/selectors/155a-expected.txt:
24266         * platform/efl/fast/selectors/155b-expected.png:
24267         * platform/efl/fast/selectors/155b-expected.txt:
24268         * platform/efl/fast/selectors/155c-expected.png:
24269         * platform/efl/fast/selectors/155c-expected.txt:
24270         * platform/efl/fast/selectors/155d-expected.png:
24271         * platform/efl/fast/selectors/155d-expected.txt:
24272         * platform/efl/fast/selectors/156b-expected.png:
24273         * platform/efl/fast/selectors/156b-expected.txt:
24274         * platform/efl/fast/selectors/157-expected.png:
24275         * platform/efl/fast/selectors/157-expected.txt:
24276         * platform/efl/fast/selectors/158-expected.png:
24277         * platform/efl/fast/selectors/158-expected.txt:
24278         * platform/efl/fast/selectors/159-expected.png:
24279         * platform/efl/fast/selectors/159-expected.txt:
24280         * platform/efl/fast/selectors/160-expected.png:
24281         * platform/efl/fast/selectors/160-expected.txt:
24282         * platform/efl/fast/selectors/166-expected.png:
24283         * platform/efl/fast/selectors/166-expected.txt:
24284         * platform/efl/fast/selectors/166a-expected.png:
24285         * platform/efl/fast/selectors/166a-expected.txt:
24286         * platform/efl/fast/selectors/167-expected.png:
24287         * platform/efl/fast/selectors/167-expected.txt:
24288         * platform/efl/fast/selectors/167a-expected.png:
24289         * platform/efl/fast/selectors/167a-expected.txt:
24290         * platform/efl/fast/selectors/168-expected.png:
24291         * platform/efl/fast/selectors/168-expected.txt:
24292         * platform/efl/fast/selectors/168a-expected.png:
24293         * platform/efl/fast/selectors/168a-expected.txt:
24294         * platform/efl/fast/selectors/169-expected.png:
24295         * platform/efl/fast/selectors/169-expected.txt:
24296         * platform/efl/fast/selectors/169a-expected.png:
24297         * platform/efl/fast/selectors/169a-expected.txt:
24298         * platform/efl/fast/selectors/170-expected.png:
24299         * platform/efl/fast/selectors/170-expected.txt:
24300         * platform/efl/fast/selectors/170a-expected.png:
24301         * platform/efl/fast/selectors/170a-expected.txt:
24302         * platform/efl/fast/selectors/170b-expected.png:
24303         * platform/efl/fast/selectors/170b-expected.txt:
24304         * platform/efl/fast/selectors/170c-expected.png:
24305         * platform/efl/fast/selectors/170c-expected.txt:
24306         * platform/efl/fast/selectors/170d-expected.png:
24307         * platform/efl/fast/selectors/170d-expected.txt:
24308         * platform/efl/fast/selectors/175a-expected.png:
24309         * platform/efl/fast/selectors/175a-expected.txt:
24310         * platform/efl/fast/selectors/175b-expected.png:
24311         * platform/efl/fast/selectors/175b-expected.txt:
24312         * platform/efl/fast/selectors/175c-expected.png:
24313         * platform/efl/fast/selectors/175c-expected.txt:
24314         * platform/efl/fast/selectors/177a-expected.png:
24315         * platform/efl/fast/selectors/177a-expected.txt:
24316         * platform/efl/fast/selectors/177b-expected.png:
24317         * platform/efl/fast/selectors/177b-expected.txt:
24318         * platform/efl/fast/selectors/lang-inheritance-expected.png:
24319         * platform/efl/fast/selectors/lang-inheritance-expected.txt:
24320         * platform/efl/fast/selectors/lang-inheritance2-expected.png:
24321         * platform/efl/fast/selectors/lang-inheritance2-expected.txt:
24322         * platform/efl/fast/selectors/lang-vs-xml-lang-expected.png:
24323
24324 2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
24325
24326         Unreviewed GTK gardening.
24327
24328         Adding a crashing expectation for an a11y test.
24329         Adding failure expectations for two stack overflow tests. The
24330         stack overflow does not occur anymore due to increased memory
24331         on the debug builder. This is not a progression, though.
24332
24333         * platform/gtk/TestExpectations:
24334
24335 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
24336
24337         [EFL] Unreviewed gardening.
24338
24339         Rebaseline after enabling subpixel layout and updating freetype (14/26).
24340
24341         * platform/efl/fast/invalid/019-expected.png:
24342         * platform/efl/fast/invalid/019-expected.txt:
24343         * platform/efl/fast/invalid/020-expected.png:
24344         * platform/efl/fast/invalid/020-expected.txt:
24345         * platform/efl/fast/invalid/021-expected.png:
24346         * platform/efl/fast/invalid/021-expected.txt:
24347         * platform/efl/fast/invalid/junk-data-expected.png:
24348         * platform/efl/fast/invalid/junk-data-expected.txt:
24349         * platform/efl/fast/invalid/missing-address-end-tag-expected.png:
24350         * platform/efl/fast/invalid/missing-address-end-tag-expected.txt:
24351         * platform/efl/fast/invalid/missing-dl-end-tag-expected.png:
24352         * platform/efl/fast/invalid/missing-dl-end-tag-expected.txt:
24353         * platform/efl/fast/invalid/missing-dt-end-tag-expected.png:
24354         * platform/efl/fast/invalid/missing-dt-end-tag-expected.txt:
24355         * platform/efl/fast/invalid/missing-end-tag-expected.png:
24356         * platform/efl/fast/invalid/missing-font-end-tag-expected.png:
24357         * platform/efl/fast/invalid/missing-font-end-tag-expected.txt:
24358         * platform/efl/fast/invalid/nestedh3s-expected.png:
24359         * platform/efl/fast/invalid/nestedh3s-expected.txt:
24360         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
24361         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
24362         * platform/efl/fast/invalid/td-inside-object-expected.png:
24363         * platform/efl/fast/invalid/td-inside-object-expected.txt:
24364         * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png:
24365         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
24366         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.txt:
24367         * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
24368         * platform/efl/fast/layers/normal-flow-hit-test-expected.txt:
24369         * platform/efl/fast/layers/opacity-outline-expected.png:
24370         * platform/efl/fast/layers/opacity-outline-expected.txt:
24371         * platform/efl/fast/layers/opacity-stacking-expected.png:
24372         * platform/efl/fast/layers/opacity-transforms-expected.png:
24373         * platform/efl/fast/layers/opacity-transforms-expected.txt:
24374         * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.png:
24375         * platform/efl/fast/layers/overflow-scroll-auto-switch-expected.txt:
24376         * platform/efl/fast/layers/positioned-inside-root-with-margins-expected.png:
24377         * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
24378         * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
24379         * platform/efl/fast/layers/remove-only-this-layer-update-expected.txt:
24380         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
24381         * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png:
24382         * platform/efl/fast/layers/scroll-with-transform-layer-expected.png:
24383         * platform/efl/fast/layers/video-layer-expected.png:
24384         * platform/efl/fast/layers/video-layer-expected.txt:
24385         * platform/efl/fast/layers/zindex-inherit-expected.png:
24386         * platform/efl/fast/layers/zindex-inherit-expected.txt:
24387         * platform/efl/fast/line-grid/line-align-left-edges-expected.png:
24388         * platform/efl/fast/line-grid/line-align-right-edges-expected.png:
24389         * platform/efl/fast/line-grid/line-align-right-edges-expected.txt:
24390         * platform/efl/fast/line-grid/line-grid-contains-value-expected.png:
24391         * platform/efl/fast/line-grid/line-grid-floating-expected.png:
24392         * platform/efl/fast/line-grid/line-grid-floating-expected.txt:
24393         * platform/efl/fast/line-grid/line-grid-inside-columns-expected.png:
24394         * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt:
24395         * platform/efl/fast/line-grid/line-grid-into-columns-expected.png:
24396         * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt:
24397         * platform/efl/fast/line-grid/line-grid-into-floats-expected.png:
24398         * platform/efl/fast/line-grid/line-grid-into-floats-expected.txt:
24399         * platform/efl/fast/line-grid/line-grid-positioned-expected.png:
24400         * platform/efl/fast/line-grid/line-grid-positioned-expected.txt:
24401         * platform/efl/fast/lists/001-expected.png:
24402         * platform/efl/fast/lists/001-expected.txt:
24403         * platform/efl/fast/lists/001-vertical-expected.png:
24404         * platform/efl/fast/lists/001-vertical-expected.txt:
24405         * platform/efl/fast/lists/002-expected.png:
24406         * platform/efl/fast/lists/002-expected.txt:
24407         * platform/efl/fast/lists/002-vertical-expected.png:
24408         * platform/efl/fast/lists/002-vertical-expected.txt:
24409         * platform/efl/fast/lists/003-expected.png:
24410         * platform/efl/fast/lists/003-vertical-expected.png:
24411         * platform/efl/fast/lists/004-expected.png:
24412         * platform/efl/fast/lists/004-expected.txt:
24413         * platform/efl/fast/lists/005-expected.png:
24414         * platform/efl/fast/lists/005-expected.txt:
24415         * platform/efl/fast/lists/005-vertical-expected.png:
24416         * platform/efl/fast/lists/005-vertical-expected.txt:
24417         * platform/efl/fast/lists/006-expected.png:
24418         * platform/efl/fast/lists/006-expected.txt:
24419         * platform/efl/fast/lists/006-vertical-expected.png:
24420         * platform/efl/fast/lists/006-vertical-expected.txt:
24421         * platform/efl/fast/lists/007-expected.png:
24422         * platform/efl/fast/lists/007-vertical-expected.png:
24423         * platform/efl/fast/lists/007-vertical-expected.txt:
24424         * platform/efl/fast/lists/008-expected.png:
24425         * platform/efl/fast/lists/008-vertical-expected.png:
24426         * platform/efl/fast/lists/009-expected.png:
24427         * platform/efl/fast/lists/009-expected.txt:
24428         * platform/efl/fast/lists/009-vertical-expected.png:
24429         * platform/efl/fast/lists/009-vertical-expected.txt:
24430         * platform/efl/fast/lists/anonymous-items-expected.png:
24431         * platform/efl/fast/lists/anonymous-items-expected.txt:
24432         * platform/efl/fast/lists/big-list-marker-expected.png:
24433         * platform/efl/fast/lists/big-list-marker-expected.txt:
24434         * platform/efl/fast/lists/dynamic-marker-crash-expected.png:
24435         * platform/efl/fast/lists/dynamic-marker-crash-expected.txt:
24436         * platform/efl/fast/lists/inline-before-content-after-list-marker-expected.png:
24437         * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.png:
24438         * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
24439         * platform/efl/fast/lists/li-br-expected.png:
24440         * platform/efl/fast/lists/li-br-expected.txt:
24441         * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.png:
24442         * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
24443         * platform/efl/fast/lists/list-item-line-height-expected.png:
24444         * platform/efl/fast/lists/list-item-line-height-expected.txt:
24445         * platform/efl/fast/lists/list-marker-before-content-table-expected.png:
24446         * platform/efl/fast/lists/list-marker-before-content-table-expected.txt:
24447         * platform/efl/fast/lists/list-marker-with-line-height-expected.png:
24448         * platform/efl/fast/lists/list-marker-with-line-height-expected.txt:
24449         * platform/efl/fast/lists/list-style-none-crash-expected.png:
24450         * platform/efl/fast/lists/list-style-none-crash-expected.txt:
24451         * platform/efl/fast/lists/marker-before-empty-inline-expected.png:
24452         * platform/efl/fast/lists/marker-before-empty-inline-expected.txt:
24453         * platform/efl/fast/lists/marker-image-error-expected.png:
24454         * platform/efl/fast/lists/marker-image-error-expected.txt:
24455         * platform/efl/fast/lists/markers-in-selection-expected.png:
24456         * platform/efl/fast/lists/markers-in-selection-expected.txt:
24457         * platform/efl/fast/lists/numeric-markers-outside-list-expected.png:
24458         * platform/efl/fast/lists/numeric-markers-outside-list-expected.txt:
24459         * platform/efl/fast/lists/ol-display-types-expected.png:
24460         * platform/efl/fast/lists/ol-display-types-expected.txt:
24461         * platform/efl/fast/lists/ol-start-dynamic-expected.png:
24462         * platform/efl/fast/lists/ol-start-dynamic-expected.txt:
24463         * platform/efl/fast/lists/ol-start-parsing-expected.png:
24464         * platform/efl/fast/lists/ol-start-parsing-expected.txt:
24465         * platform/efl/fast/lists/olstart-expected.png:
24466         * platform/efl/fast/lists/olstart-expected.txt:
24467         * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.png:
24468         * platform/efl/fast/lists/scrolled-marker-paint-expected.png:
24469         * platform/efl/fast/lists/scrolled-marker-paint-expected.txt:
24470         * platform/efl/fast/loader/text-document-wrapping-expected.png:
24471         * platform/efl/fast/multicol/block-axis-horizontal-bt-expected.png:
24472         * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.png:
24473         * platform/efl/fast/multicol/block-axis-horizontal-tb-expected.txt:
24474         * platform/efl/fast/multicol/block-axis-vertical-lr-expected.png:
24475         * platform/efl/fast/multicol/block-axis-vertical-rl-expected.png:
24476         * platform/efl/fast/multicol/border-padding-pagination-expected.png:
24477         * platform/efl/fast/multicol/border-padding-pagination-expected.txt:
24478         * platform/efl/fast/multicol/client-rects-expected.png:
24479         * platform/efl/fast/multicol/client-rects-expected.txt:
24480         * platform/efl/fast/multicol/column-break-with-balancing-expected.png:
24481         * platform/efl/fast/multicol/column-break-with-balancing-expected.txt:
24482         * platform/efl/fast/multicol/column-count-with-rules-expected.png:
24483         * platform/efl/fast/multicol/column-rules-expected.png:
24484         * platform/efl/fast/multicol/column-rules-expected.txt:
24485         * platform/efl/fast/multicol/column-rules-stacking-expected.png:
24486         * platform/efl/fast/multicol/column-rules-stacking-expected.txt:
24487         * platform/efl/fast/multicol/columns-shorthand-parsing-expected.png:
24488         * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt:
24489         * platform/efl/fast/multicol/flipped-blocks-border-after-expected.png:
24490         * platform/efl/fast/multicol/float-avoidance-expected.png:
24491         * platform/efl/fast/multicol/float-avoidance-expected.txt:
24492         * platform/efl/fast/multicol/float-multicol-expected.png:
24493         * platform/efl/fast/multicol/float-paginate-complex-expected.png:
24494         * platform/efl/fast/multicol/float-paginate-complex-expected.txt:
24495         * platform/efl/fast/multicol/float-paginate-empty-lines-expected.png:
24496         * platform/efl/fast/multicol/float-paginate-empty-lines-expected.txt:
24497         * platform/efl/fast/multicol/float-paginate-expected.png:
24498         * platform/efl/fast/multicol/float-paginate-expected.txt:
24499         * platform/efl/fast/multicol/layers-in-multicol-expected.png:
24500         * platform/efl/fast/multicol/layers-split-across-columns-expected.png:
24501         * platform/efl/fast/multicol/margin-collapse-expected.png:
24502         * platform/efl/fast/multicol/margin-collapse-expected.txt:
24503         * platform/efl/fast/multicol/max-height-columns-block-expected.png:
24504         * platform/efl/fast/multicol/nested-columns-expected.png:
24505         * platform/efl/fast/multicol/overflow-across-columns-expected.txt:
24506         * platform/efl/fast/multicol/overflow-unsplittable-expected.png:
24507         * platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
24508         * platform/efl/fast/multicol/paginate-block-replaced-expected.png:
24509         * platform/efl/fast/multicol/paginate-block-replaced-expected.txt:
24510         * platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.png:
24511         * platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.png:
24512         * platform/efl/fast/multicol/pagination-h-vertical-lr-expected.png:
24513         * platform/efl/fast/multicol/pagination-h-vertical-rl-expected.png:
24514         * platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.png:
24515         * platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.png:
24516         * platform/efl/fast/multicol/pagination-v-vertical-lr-expected.png:
24517         * platform/efl/fast/multicol/pagination-v-vertical-rl-expected.png:
24518         * platform/efl/fast/multicol/positioned-split-expected.png:
24519         * platform/efl/fast/multicol/positioned-split-expected.txt:
24520         * platform/efl/fast/multicol/positioned-with-constrained-height-expected.png:
24521         * platform/efl/fast/multicol/positioned-with-constrained-height-expected.txt:
24522         * platform/efl/fast/multicol/positive-leading-expected.png:
24523         * platform/efl/fast/multicol/scrolling-overflow-expected.png:
24524         * platform/efl/fast/multicol/scrolling-overflow-expected.txt:
24525         * platform/efl/fast/multicol/shadow-breaking-expected.txt:
24526         * platform/efl/fast/multicol/single-line-expected.png:
24527         * platform/efl/fast/multicol/single-line-expected.txt:
24528         * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
24529         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
24530         * platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.png:
24531         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
24532         * platform/efl/fast/multicol/span/clone-flexbox-expected.txt:
24533         * platform/efl/fast/multicol/span/clone-summary-expected.txt:
24534         * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt:
24535         * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
24536         * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
24537         * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
24538         * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
24539         * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
24540         * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
24541         * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
24542         * platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
24543         * platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
24544         * platform/efl/fast/multicol/table-margin-collapse-expected.png:
24545         * platform/efl/fast/multicol/table-margin-collapse-expected.txt:
24546         * platform/efl/fast/multicol/unsplittable-inline-block-expected.png:
24547         * platform/efl/fast/multicol/unsplittable-inline-block-expected.txt:
24548         * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
24549         * platform/efl/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
24550         * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
24551         * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
24552         * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
24553         * platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
24554         * platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
24555         * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
24556         * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
24557         * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
24558         * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.png:
24559         * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
24560         * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
24561         * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.png:
24562         * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.txt:
24563         * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
24564         * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
24565         * platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
24566         * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
24567         * platform/efl/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
24568         * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
24569         * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
24570         * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
24571         * platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
24572         * platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
24573         * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
24574         * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
24575         * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
24576         * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.png:
24577         * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
24578         * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
24579         * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.png:
24580         * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.txt:
24581         * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
24582         * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
24583         * platform/efl/fast/multicol/vertical-rl/rule-style-expected.png:
24584         * platform/efl/fast/multicol/vertical-rl/rule-style-expected.txt:
24585         * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
24586         * platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
24587         * platform/efl/fast/overflow/001-expected.png:
24588         * platform/efl/fast/overflow/001-expected.txt:
24589         * platform/efl/fast/overflow/002-expected.png:
24590         * platform/efl/fast/overflow/002-expected.txt:
24591         * platform/efl/fast/overflow/003-expected.png:
24592         * platform/efl/fast/overflow/003-expected.txt:
24593         * platform/efl/fast/overflow/004-expected.png:
24594         * platform/efl/fast/overflow/005-expected.png:
24595         * platform/efl/fast/overflow/006-expected.png:
24596         * platform/efl/fast/overflow/006-expected.txt:
24597         * platform/efl/fast/overflow/007-expected.png:
24598         * platform/efl/fast/overflow/008-expected.png:
24599         * platform/efl/fast/overflow/008-expected.txt:
24600         * platform/efl/fast/overflow/border-radius-clipping-expected.png:
24601         * platform/efl/fast/overflow/border-radius-clipping-expected.txt:
24602         * platform/efl/fast/overflow/childFocusRingClip-expected.png:
24603         * platform/efl/fast/overflow/childFocusRingClip-expected.txt:
24604         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
24605         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
24606         * platform/efl/fast/overflow/dynamic-hidden-expected.png:
24607         * platform/efl/fast/overflow/dynamic-hidden-expected.txt:
24608         * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
24609         * platform/efl/fast/overflow/float-in-relpositioned-expected.txt:
24610         * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.png:
24611         * platform/efl/fast/overflow/hidden-scrollbar-resize-expected.txt:
24612         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
24613         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.txt:
24614         * platform/efl/fast/overflow/image-selection-highlight-expected.png:
24615         * platform/efl/fast/overflow/image-selection-highlight-expected.txt:
24616         * platform/efl/fast/overflow/infiniteRecursion-expected.png:
24617         * platform/efl/fast/overflow/infiniteRecursion-expected.txt:
24618         * platform/efl/fast/overflow/infiniteRecursionGuard-expected.png:
24619         * platform/efl/fast/overflow/line-clamp-expected.png:
24620         * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.png:
24621         * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.txt:
24622         * platform/efl/fast/overflow/overflow-auto-table-expected.png:
24623         * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
24624         * platform/efl/fast/overflow/overflow-float-stacking-expected.png:
24625         * platform/efl/fast/overflow/overflow-float-stacking-expected.txt:
24626         * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
24627         * platform/efl/fast/overflow/overflow-rtl-expected.png:
24628         * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
24629         * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
24630         * platform/efl/fast/overflow/overflow-stacking-expected.png:
24631         * platform/efl/fast/overflow/overflow-stacking-expected.txt:
24632         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
24633         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.txt:
24634         * platform/efl/fast/overflow/overflow-update-transform-expected.png:
24635         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
24636         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.txt:
24637         * platform/efl/fast/overflow/overflow-x-y-expected.png:
24638         * platform/efl/fast/overflow/overflow-x-y-expected.txt:
24639         * platform/efl/fast/overflow/paged-x-div-expected.png:
24640         * platform/efl/fast/overflow/paged-x-div-expected.txt:
24641         * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.png:
24642         * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt:
24643         * platform/efl/fast/overflow/paged-x-on-root-expected.png:
24644         * platform/efl/fast/overflow/paged-x-on-root-expected.txt:
24645         * platform/efl/fast/overflow/paged-x-with-column-gap-expected.png:
24646         * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt:
24647         * platform/efl/fast/overflow/paged-y-div-expected.png:
24648         * platform/efl/fast/overflow/paged-y-div-expected.txt:
24649         * platform/efl/fast/overflow/paged-y-on-root-expected.png:
24650         * platform/efl/fast/overflow/paged-y-on-root-expected.txt:
24651         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
24652         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.txt:
24653         * platform/efl/fast/overflow/position-relative-expected.png:
24654         * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
24655         * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
24656         * platform/efl/fast/overflow/scrollRevealButton-expected.png:
24657         * platform/efl/fast/overflow/scrollRevealButton-expected.txt:
24658         * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
24659         * platform/efl/fast/overflow/scrollbar-position-update-expected.txt:
24660         * platform/efl/fast/overflow/table-overflow-float-expected.png:
24661         * platform/efl/fast/overflow/table-overflow-float-expected.txt:
24662         * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
24663         * platform/efl/fast/parser/001-expected.png:
24664         * platform/efl/fast/parser/001-expected.txt:
24665         * platform/efl/fast/parser/bad-xml-slash-expected.png:
24666         * platform/efl/fast/parser/bad-xml-slash-expected.txt:
24667         * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
24668         * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
24669         * platform/efl/fast/parser/comment-in-script-expected.png:
24670         * platform/efl/fast/parser/document-write-option-expected.png:
24671         * platform/efl/fast/parser/document-write-option-expected.txt:
24672         * platform/efl/fast/parser/entity-comment-in-style-expected.png:
24673         * platform/efl/fast/parser/entity-comment-in-style-expected.txt:
24674         * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
24675         * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt:
24676         * platform/efl/fast/parser/fonts-expected.png:
24677         * platform/efl/fast/parser/fonts-expected.txt:
24678         * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
24679         * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
24680         * platform/efl/fast/parser/open-comment-in-style-expected.png:
24681         * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
24682         * platform/efl/fast/parser/open-comment-in-textarea-expected.txt:
24683         * platform/efl/fast/parser/style-script-head-test-expected.png:
24684         * platform/efl/fast/parser/tabs-in-scripts-expected.png:
24685         * platform/efl/fast/parser/tabs-in-scripts-expected.txt:
24686         * platform/efl/fast/parser/title-error-test-expected.png:
24687         * platform/efl/fast/parser/title-error-test-expected.txt:
24688         * platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
24689         * platform/efl/fast/parser/xhtml-alternate-entities-expected.txt:
24690         * platform/efl/fast/reflections/abs-position-in-reflection-expected.png:
24691         * platform/efl/fast/reflections/abs-position-in-reflection-expected.txt:
24692         * platform/efl/fast/reflections/inline-crash-expected.png:
24693         * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
24694         * platform/efl/fast/reflections/reflection-direction-expected.png:
24695         * platform/efl/fast/reflections/reflection-direction-expected.txt:
24696         * platform/efl/fast/reflections/reflection-masks-expected.png:
24697         * platform/efl/fast/reflections/reflection-masks-opacity-expected.png:
24698         * platform/efl/fast/reflections/reflection-nesting-expected.png:
24699         * platform/efl/fast/reflections/reflection-nesting-expected.txt:
24700         * platform/efl/fast/reflections/reflection-overflow-hidden-expected.png:
24701         * platform/efl/fast/reflections/reflection-overflow-hidden-expected.txt:
24702         * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
24703         * platform/efl/fast/reflections/reflection-with-zoom-expected.txt:
24704         * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.png:
24705         * platform/efl/fast/reflections/transparent-reflected-sublayers-expected.txt:
24706         * platform/efl/fast/regions/flow-content-basic-expected.png:
24707         * platform/efl/fast/regions/flow-content-basic-expected.txt:
24708         * platform/efl/fast/regions/flow-content-basic-vertical-expected.png:
24709         * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt:
24710         * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png:
24711         * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt:
24712         * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
24713         * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
24714         * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt:
24715         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png:
24716         * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
24717         * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
24718         * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
24719         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
24720         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png:
24721         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
24722         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
24723         * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
24724         * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
24725         * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
24726         * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt:
24727         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png:
24728         * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
24729         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png:
24730         * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
24731         * platform/efl/fast/regions/region-style-block-background-color-expected.png:
24732         * platform/efl/fast/regions/region-style-block-background-color-expected.txt:
24733         * platform/efl/fast/regions/region-style-block-background-color2-expected.png:
24734         * platform/efl/fast/regions/region-style-block-background-color2-expected.txt:
24735         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png:
24736         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt:
24737         * platform/efl/fast/regions/text-region-split-small-pagination-expected.png:
24738         * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt:
24739         * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt:
24740         * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt:
24741         * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
24742         * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt:
24743         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
24744         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
24745         * platform/efl/fast/repaint/4774354-expected.png:
24746         * platform/efl/fast/repaint/4774354-expected.txt:
24747         * platform/efl/fast/repaint/4776765-expected.png:
24748         * platform/efl/fast/repaint/4776765-expected.txt:
24749         * platform/efl/fast/repaint/background-misaligned-expected.png:
24750         * platform/efl/fast/repaint/background-scaling-expected.png:
24751         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
24752         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
24753         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
24754         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.txt:
24755         * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
24756         * platform/efl/fast/repaint/block-no-inflow-children-expected.txt:
24757         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
24758         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
24759         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
24760         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
24761         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
24762         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.txt:
24763         * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.txt:
24764         * platform/efl/fast/repaint/body-background-image-expected.png:
24765         * platform/efl/fast/repaint/body-background-image-expected.txt:
24766         * platform/efl/fast/repaint/border-fit-lines-expected.png:
24767         * platform/efl/fast/repaint/border-fit-lines-expected.txt:
24768         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
24769         * platform/efl/fast/repaint/border-radius-repaint-expected.txt:
24770         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
24771         * platform/efl/fast/repaint/border-repaint-glitch-expected.txt:
24772         * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
24773         * platform/efl/fast/repaint/box-shadow-dynamic-expected.txt:
24774         * platform/efl/fast/repaint/box-shadow-h-expected.png:
24775         * platform/efl/fast/repaint/box-shadow-h-expected.txt:
24776         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
24777         * platform/efl/fast/repaint/box-shadow-v-expected.png:
24778         * platform/efl/fast/repaint/box-shadow-v-expected.txt:
24779         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
24780         * platform/efl/fast/repaint/bugzilla-3509-expected.txt:
24781         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
24782         * platform/efl/fast/repaint/bugzilla-5699-expected.txt:
24783         * platform/efl/fast/repaint/bugzilla-6278-expected.txt:
24784         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
24785         * platform/efl/fast/repaint/bugzilla-6388-expected.txt:
24786         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
24787         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
24788         * platform/efl/fast/repaint/bugzilla-7235-expected.txt:
24789         * platform/efl/fast/repaint/button-spurious-layout-hint-expected.txt:
24790         * platform/efl/fast/repaint/caret-outside-block-expected.txt:
24791         * platform/efl/fast/repaint/change-transform-expected.png:
24792         * platform/efl/fast/repaint/change-transform-expected.txt:
24793         * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
24794         * platform/efl/fast/repaint/clip-with-layout-delta-expected.txt:
24795         * platform/efl/fast/repaint/clipped-relative-expected.png:
24796         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
24797         * platform/efl/fast/repaint/containing-block-position-change-expected.txt:
24798         * platform/efl/fast/repaint/continuation-after-outline-expected.png:
24799         * platform/efl/fast/repaint/continuation-after-outline-expected.txt:
24800         * platform/efl/fast/repaint/control-clip-expected.png:
24801         * platform/efl/fast/repaint/control-clip-expected.txt:
24802         * platform/efl/fast/repaint/create-layer-repaint-expected.png:
24803         * platform/efl/fast/repaint/create-layer-repaint-expected.txt:
24804         * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
24805         * platform/efl/fast/repaint/delete-into-nested-block-expected.txt:
24806         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
24807         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
24808         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
24809         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.txt:
24810         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
24811         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
24812         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
24813         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
24814         * platform/efl/fast/repaint/fixed-expected.png:
24815         * platform/efl/fast/repaint/fixed-expected.txt:
24816         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
24817         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
24818         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
24819         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.txt:
24820         * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
24821         * platform/efl/fast/repaint/flexible-box-overflow-expected.txt:
24822         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
24823         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
24824         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
24825         * platform/efl/fast/repaint/float-move-during-layout-expected.txt:
24826         * platform/efl/fast/repaint/float-new-in-block-expected.png:
24827         * platform/efl/fast/repaint/float-overflow-expected.png:
24828         * platform/efl/fast/repaint/float-overflow-expected.txt:
24829         * platform/efl/fast/repaint/float-overflow-right-expected.png:
24830         * platform/efl/fast/repaint/float-overflow-right-expected.txt:
24831         * platform/efl/fast/repaint/focus-layers-expected.png:
24832         * platform/efl/fast/repaint/focus-layers-expected.txt:
24833         * platform/efl/fast/repaint/focus-ring-expected.png:
24834         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
24835         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.txt:
24836         * platform/efl/fast/repaint/iframe-scroll-repaint-expected.txt:
24837         * platform/efl/fast/repaint/inline-block-overflow-expected.png:
24838         * platform/efl/fast/repaint/inline-block-overflow-expected.txt:
24839         * platform/efl/fast/repaint/inline-color-change-expected.png:
24840         * platform/efl/fast/repaint/inline-color-change-expected.txt:
24841         * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
24842
24843 2013-01-18  Andrey Adaikin  <aandrey@chromium.org>
24844
24845         Web Inspector: array grouping does not work big sparse arrays
24846         https://bugs.webkit.org/show_bug.cgi?id=106897
24847
24848         Reviewed by Pavel Feldman.
24849
24850         * inspector/console/console-big-array-expected.txt:
24851         * inspector/console/console-big-array.html:
24852
24853 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
24854
24855         [EFL] Unreviewed gardening.
24856
24857         Rebaseline after enabling subpixel layout and updating freetype (13/26).
24858
24859         * platform/efl/fast/forms/input-appearance-readonly-expected.png:
24860         * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
24861         * platform/efl/fast/forms/input-appearance-selection-expected.png:
24862         * platform/efl/fast/forms/input-appearance-selection-expected.txt:
24863         * platform/efl/fast/forms/input-appearance-visibility-expected.png:
24864         * platform/efl/fast/forms/input-appearance-visibility-expected.txt:
24865         * platform/efl/fast/forms/input-appearance-width-expected.png:
24866         * platform/efl/fast/forms/input-appearance-width-expected.txt:
24867         * platform/efl/fast/forms/input-baseline-expected.png:
24868         * platform/efl/fast/forms/input-baseline-expected.txt:
24869         * platform/efl/fast/forms/input-button-sizes-expected.png:
24870         * platform/efl/fast/forms/input-button-sizes-expected.txt:
24871         * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png:
24872         * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
24873         * platform/efl/fast/forms/input-field-text-truncated-expected.png:
24874         * platform/efl/fast/forms/input-field-text-truncated-expected.txt:
24875         * platform/efl/fast/forms/input-first-letter-expected.png:
24876         * platform/efl/fast/forms/input-first-letter-expected.txt:
24877         * platform/efl/fast/forms/input-no-renderer-expected.png:
24878         * platform/efl/fast/forms/input-no-renderer-expected.txt:
24879         * platform/efl/fast/forms/input-placeholder-paint-order-expected.png:
24880         * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png:
24881         * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
24882         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
24883         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
24884         * platform/efl/fast/forms/input-readonly-empty-expected.png:
24885         * platform/efl/fast/forms/input-readonly-empty-expected.txt:
24886         * platform/efl/fast/forms/input-spaces-expected.png:
24887         * platform/efl/fast/forms/input-spaces-expected.txt:
24888         * platform/efl/fast/forms/input-table-expected.png:
24889         * platform/efl/fast/forms/input-table-expected.txt:
24890         * platform/efl/fast/forms/input-text-click-inside-expected.png:
24891         * platform/efl/fast/forms/input-text-click-inside-expected.txt:
24892         * platform/efl/fast/forms/input-text-double-click-expected.png:
24893         * platform/efl/fast/forms/input-text-double-click-expected.txt:
24894         * platform/efl/fast/forms/input-text-option-delete-expected.png:
24895         * platform/efl/fast/forms/input-text-option-delete-expected.txt:
24896         * platform/efl/fast/forms/input-text-self-emptying-click-expected.png:
24897         * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
24898         * platform/efl/fast/forms/input-text-word-wrap-expected.png:
24899         * platform/efl/fast/forms/input-text-word-wrap-expected.txt:
24900         * platform/efl/fast/forms/input-type-text-min-width-expected.png:
24901         * platform/efl/fast/forms/input-type-text-min-width-expected.txt:
24902         * platform/efl/fast/forms/input-value-expected.png:
24903         * platform/efl/fast/forms/input-value-expected.txt:
24904         * platform/efl/fast/forms/input-width-expected.png:
24905         * platform/efl/fast/forms/input-width-expected.txt:
24906         * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
24907         * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
24908         * platform/efl/fast/forms/listbox-bidi-align-expected.png:
24909         * platform/efl/fast/forms/listbox-bidi-align-expected.txt:
24910         * platform/efl/fast/forms/listbox-clip-expected.png:
24911         * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.png:
24912         * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
24913         * platform/efl/fast/forms/listbox-width-change-expected.png:
24914         * platform/efl/fast/forms/listbox-width-change-expected.txt:
24915         * platform/efl/fast/forms/menulist-clip-expected.png:
24916         * platform/efl/fast/forms/menulist-clip-expected.txt:
24917         * platform/efl/fast/forms/menulist-deselect-update-expected.png:
24918         * platform/efl/fast/forms/menulist-deselect-update-expected.txt:
24919         * platform/efl/fast/forms/menulist-no-overflow-expected.png:
24920         * platform/efl/fast/forms/menulist-no-overflow-expected.txt:
24921         * platform/efl/fast/forms/menulist-option-wrap-expected.png:
24922         * platform/efl/fast/forms/menulist-option-wrap-expected.txt:
24923         * platform/efl/fast/forms/menulist-restrict-line-height-expected.png:
24924         * platform/efl/fast/forms/menulist-restrict-line-height-expected.txt:
24925         * platform/efl/fast/forms/menulist-separator-painting-expected.png:
24926         * platform/efl/fast/forms/menulist-separator-painting-expected.txt:
24927         * platform/efl/fast/forms/menulist-width-change-expected.png:
24928         * platform/efl/fast/forms/menulist-width-change-expected.txt:
24929         * platform/efl/fast/forms/minWidthPercent-expected.png:
24930         * platform/efl/fast/forms/minWidthPercent-expected.txt:
24931         * platform/efl/fast/forms/negativeLineHeight-expected.png:
24932         * platform/efl/fast/forms/negativeLineHeight-expected.txt:
24933         * platform/efl/fast/forms/option-index-expected.png:
24934         * platform/efl/fast/forms/option-index-expected.txt:
24935         * platform/efl/fast/forms/option-script-expected.png:
24936         * platform/efl/fast/forms/option-script-expected.txt:
24937         * platform/efl/fast/forms/option-strip-whitespace-expected.png:
24938         * platform/efl/fast/forms/option-strip-whitespace-expected.txt:
24939         * platform/efl/fast/forms/option-text-clip-expected.png:
24940         * platform/efl/fast/forms/option-text-clip-expected.txt:
24941         * platform/efl/fast/forms/placeholder-position-expected.png:
24942         * platform/efl/fast/forms/placeholder-position-expected.txt:
24943         * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
24944         * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
24945         * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png:
24946         * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
24947         * platform/efl/fast/forms/range/input-appearance-range-expected.png:
24948         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
24949         * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png:
24950         * platform/efl/fast/forms/range/slider-padding-expected.png:
24951         * platform/efl/fast/forms/range/slider-padding-expected.txt:
24952         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
24953         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
24954         * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.png:
24955         * platform/efl/fast/forms/search-display-none-cancel-button-expected.png:
24956         * platform/efl/fast/forms/search-display-none-cancel-button-expected.txt:
24957         * platform/efl/fast/forms/search-styled-expected.png:
24958         * platform/efl/fast/forms/search-styled-expected.txt:
24959         * platform/efl/fast/forms/search-vertical-alignment-expected.png:
24960         * platform/efl/fast/forms/search-vertical-alignment-expected.txt:
24961         * platform/efl/fast/forms/searchfield-heights-expected.png:
24962         * platform/efl/fast/forms/searchfield-heights-expected.txt:
24963         * platform/efl/fast/forms/select-align-expected.png:
24964         * platform/efl/fast/forms/select-align-expected.txt:
24965         * platform/efl/fast/forms/select-background-none-expected.png:
24966         * platform/efl/fast/forms/select-background-none-expected.txt:
24967         * platform/efl/fast/forms/select-block-background-expected.png:
24968         * platform/efl/fast/forms/select-block-background-expected.txt:
24969         * platform/efl/fast/forms/select-change-listbox-size-expected.png:
24970         * platform/efl/fast/forms/select-change-listbox-size-expected.txt:
24971         * platform/efl/fast/forms/select-change-listbox-to-popup-expected.png:
24972         * platform/efl/fast/forms/select-change-listbox-to-popup-expected.txt:
24973         * platform/efl/fast/forms/select-change-popup-to-listbox-expected.png:
24974         * platform/efl/fast/forms/select-change-popup-to-listbox-expected.txt:
24975         * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.png:
24976         * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
24977         * platform/efl/fast/forms/select-disabled-appearance-expected.png:
24978         * platform/efl/fast/forms/select-disabled-appearance-expected.txt:
24979         * platform/efl/fast/forms/select-display-none-style-resolve-expected.png:
24980         * platform/efl/fast/forms/select-display-none-style-resolve-expected.txt:
24981         * platform/efl/fast/forms/select-empty-option-height-expected.png:
24982         * platform/efl/fast/forms/select-empty-option-height-expected.txt:
24983         * platform/efl/fast/forms/select-initial-position-expected.png:
24984         * platform/efl/fast/forms/select-initial-position-expected.txt:
24985         * platform/efl/fast/forms/select-item-background-clip-expected.png:
24986         * platform/efl/fast/forms/select-item-background-clip-expected.txt:
24987         * platform/efl/fast/forms/select-list-box-with-height-expected.png:
24988         * platform/efl/fast/forms/select-list-box-with-height-expected.txt:
24989         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
24990         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
24991         * platform/efl/fast/forms/select-overflow-scroll-expected.png:
24992         * platform/efl/fast/forms/select-overflow-scroll-expected.txt:
24993         * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.png:
24994         * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.txt:
24995         * platform/efl/fast/forms/select-selected-expected.png:
24996         * platform/efl/fast/forms/select-selected-expected.txt:
24997         * platform/efl/fast/forms/select-size-expected.png:
24998         * platform/efl/fast/forms/select-size-expected.txt:
24999         * platform/efl/fast/forms/select-visual-hebrew-expected.png:
25000         * platform/efl/fast/forms/select-visual-hebrew-expected.txt:
25001         * platform/efl/fast/forms/select-writing-direction-natural-expected.png:
25002         * platform/efl/fast/forms/select-writing-direction-natural-expected.txt:
25003         * platform/efl/fast/forms/select/optgroup-rendering-expected.png:
25004         * platform/efl/fast/forms/select/optgroup-rendering-expected.txt:
25005         * platform/efl/fast/forms/selectlist-minsize-expected.png:
25006         * platform/efl/fast/forms/selectlist-minsize-expected.txt:
25007         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
25008         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.txt:
25009         * platform/efl/fast/forms/tabbing-input-iframe-expected.png:
25010         * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
25011         * platform/efl/fast/forms/targeted-frame-submission-expected.png:
25012         * platform/efl/fast/forms/targeted-frame-submission-expected.txt:
25013         * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt:
25014         * platform/efl/fast/forms/text-style-color-expected.png:
25015         * platform/efl/fast/forms/text-style-color-expected.txt:
25016         * platform/efl/fast/forms/textAreaLineHeight-expected.png:
25017         * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
25018         * platform/efl/fast/forms/textarea-align-expected.png:
25019         * platform/efl/fast/forms/textarea-align-expected.txt:
25020         * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png:
25021         * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
25022         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png:
25023         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
25024         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png:
25025         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
25026         * platform/efl/fast/forms/textarea-scroll-height-expected.png:
25027         * platform/efl/fast/forms/textarea-scroll-height-expected.txt:
25028         * platform/efl/fast/forms/textarea-scrollbar-expected.png:
25029         * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
25030         * platform/efl/fast/forms/textarea-scrolled-type-expected.png:
25031         * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
25032         * platform/efl/fast/forms/textarea-setinnerhtml-expected.png:
25033         * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
25034         * platform/efl/fast/forms/textarea-width-expected.png:
25035         * platform/efl/fast/forms/textarea-width-expected.txt:
25036         * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
25037         * platform/efl/fast/forms/textfield-focus-ring-expected.png:
25038         * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
25039         * platform/efl/fast/forms/textfield-outline-expected.png:
25040         * platform/efl/fast/forms/textfield-outline-expected.txt:
25041         * platform/efl/fast/forms/textfield-overflow-by-value-update-expected.txt:
25042         * platform/efl/fast/forms/visual-hebrew-text-field-expected.png:
25043         * platform/efl/fast/forms/visual-hebrew-text-field-expected.txt:
25044         * platform/efl/fast/frames/001-expected.png:
25045         * platform/efl/fast/frames/001-expected.txt:
25046         * platform/efl/fast/frames/calculate-fixed-expected.png:
25047         * platform/efl/fast/frames/calculate-order-expected.png:
25048         * platform/efl/fast/frames/calculate-percentage-expected.png:
25049         * platform/efl/fast/frames/calculate-relative-expected.png:
25050         * platform/efl/fast/frames/calculate-round-expected.png:
25051         * platform/efl/fast/frames/content-opacity-1-expected.png:
25052         * platform/efl/fast/frames/content-opacity-2-expected.png:
25053         * platform/efl/fast/frames/empty-frame-src-expected.png:
25054         * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.png:
25055         * platform/efl/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
25056         * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.png:
25057         * platform/efl/fast/frames/flattening/frameset-flattening-grid-expected.txt:
25058         * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.png:
25059         * platform/efl/fast/frames/flattening/frameset-flattening-simple-expected.txt:
25060         * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
25061         * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
25062         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.png:
25063         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
25064         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png:
25065         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
25066         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png:
25067         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
25068         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.png:
25069         * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
25070         * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.png:
25071         * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.txt:
25072         * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.png:
25073         * platform/efl/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
25074         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
25075         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
25076         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
25077         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
25078         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
25079         * platform/efl/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
25080         * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.png:
25081         * platform/efl/fast/frames/flattening/iframe-flattening-simple-expected.txt:
25082         * platform/efl/fast/frames/frame-length-fractional-expected.png:
25083         * platform/efl/fast/frames/frame-scrolling-attribute-expected.png:
25084         * platform/efl/fast/frames/frame-scrolling-attribute-expected.txt:
25085         * platform/efl/fast/frames/frame-set-scaling-rotate-expected.png:
25086         * platform/efl/fast/frames/frame-set-scaling-skew-expected.png:
25087         * platform/efl/fast/frames/frameElement-frame-expected.png:
25088         * platform/efl/fast/frames/frameElement-frame-expected.txt:
25089         * platform/efl/fast/frames/frameElement-iframe-expected.png:
25090         * platform/efl/fast/frames/frameElement-iframe-expected.txt:
25091         * platform/efl/fast/frames/frameset-style-recalc-expected.png:
25092         * platform/efl/fast/frames/frameset-style-recalc-expected.txt:
25093         * platform/efl/fast/frames/iframe-option-crash-expected.png:
25094         * platform/efl/fast/frames/iframe-option-crash-expected.txt:
25095         * platform/efl/fast/frames/iframe-scaling-with-scroll-expected.png:
25096         * platform/efl/fast/frames/iframe-scrolling-attribute-expected.png:
25097         * platform/efl/fast/frames/iframe-scrolling-attribute-expected.txt:
25098         * platform/efl/fast/frames/iframe-text-contents-expected.png:
25099         * platform/efl/fast/frames/iframe-with-frameborder-expected.png:
25100         * platform/efl/fast/frames/iframe-with-frameborder-expected.txt:
25101         * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
25102         * platform/efl/fast/frames/inline-object-inside-frameset-expected.txt:
25103         * platform/efl/fast/frames/invalid-expected.png:
25104         * platform/efl/fast/frames/onlyCommentInIFrame-expected.png:
25105         * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
25106         * platform/efl/fast/frames/take-focus-from-iframe-expected.png:
25107         * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
25108         * platform/efl/fast/frames/valid-expected.png:
25109         * platform/efl/fast/frames/viewsource-attribute-expected.png:
25110         * platform/efl/fast/frames/viewsource-on-image-file-expected.png:
25111         * platform/efl/fast/gradients/background-clipped-expected.png:
25112         * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
25113         * platform/efl/fast/gradients/crash-on-zero-radius-expected.png:
25114         * platform/efl/fast/gradients/crash-on-zero-radius-expected.txt:
25115         * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
25116         * platform/efl/fast/gradients/css3-color-stops-expected.png:
25117         * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
25118         * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
25119         * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
25120         * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
25121         * platform/efl/fast/gradients/css3-radial-gradients3-expected.png:
25122         * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
25123         * platform/efl/fast/gradients/css3-repeating-linear-gradients2-expected.png:
25124         * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
25125         * platform/efl/fast/gradients/generated-gradients-expected.png:
25126         * platform/efl/fast/gradients/generated-gradients-expected.txt:
25127         * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
25128         * platform/efl/fast/gradients/list-item-gradient-expected.png:
25129         * platform/efl/fast/gradients/list-item-gradient-expected.txt:
25130         * platform/efl/fast/gradients/radial-centered-expected.png:
25131         * platform/efl/fast/gradients/radial-centered-expected.txt:
25132         * platform/efl/fast/gradients/simple-gradients-expected.png:
25133         * platform/efl/fast/gradients/simple-gradients-expected.txt:
25134         * platform/efl/fast/html/details-add-child-1-expected.png:
25135         * platform/efl/fast/html/details-add-child-2-expected.png:
25136         * platform/efl/fast/html/details-add-details-child-1-expected.png:
25137         * platform/efl/fast/html/details-add-details-child-2-expected.png:
25138         * platform/efl/fast/html/details-add-summary-1-and-click-expected.png:
25139         * platform/efl/fast/html/details-add-summary-1-expected.png:
25140         * platform/efl/fast/html/details-add-summary-10-and-click-expected.png:
25141         * platform/efl/fast/html/details-add-summary-10-expected.png:
25142         * platform/efl/fast/html/details-add-summary-2-and-click-expected.png:
25143         * platform/efl/fast/html/details-add-summary-2-expected.png:
25144         * platform/efl/fast/html/details-add-summary-3-and-click-expected.png:
25145         * platform/efl/fast/html/details-add-summary-3-expected.png:
25146         * platform/efl/fast/html/details-add-summary-4-and-click-expected.png:
25147         * platform/efl/fast/html/details-add-summary-4-expected.png:
25148         * platform/efl/fast/html/details-add-summary-5-and-click-expected.png:
25149         * platform/efl/fast/html/details-add-summary-5-expected.png:
25150         * platform/efl/fast/html/details-add-summary-6-and-click-expected.png:
25151         * platform/efl/fast/html/details-add-summary-6-expected.png:
25152         * platform/efl/fast/html/details-add-summary-7-and-click-expected.png:
25153         * platform/efl/fast/html/details-add-summary-7-expected.png:
25154         * platform/efl/fast/html/details-add-summary-8-and-click-expected.png:
25155         * platform/efl/fast/html/details-add-summary-8-expected.png:
25156         * platform/efl/fast/html/details-add-summary-9-and-click-expected.png:
25157         * platform/efl/fast/html/details-add-summary-9-expected.png:
25158         * platform/efl/fast/html/details-add-summary-child-1-expected.png:
25159         * platform/efl/fast/html/details-add-summary-child-2-expected.png:
25160         * platform/efl/fast/html/details-marker-style-expected.png:
25161         * platform/efl/fast/html/details-nested-1-expected.png:
25162         * platform/efl/fast/html/details-nested-2-expected.png:
25163         * platform/efl/fast/html/details-no-summary1-expected.png:
25164         * platform/efl/fast/html/details-no-summary2-expected.png:
25165         * platform/efl/fast/html/details-no-summary3-expected.png:
25166         * platform/efl/fast/html/details-no-summary4-expected.png:
25167         * platform/efl/fast/html/details-no-summary4-expected.txt:
25168         * platform/efl/fast/html/details-open-javascript-expected.png:
25169         * platform/efl/fast/html/details-open-javascript-expected.txt:
25170         * platform/efl/fast/html/details-open1-expected.png:
25171         * platform/efl/fast/html/details-open2-expected.png:
25172         * platform/efl/fast/html/details-open2-expected.txt:
25173         * platform/efl/fast/html/details-open3-expected.png:
25174         * platform/efl/fast/html/details-open4-expected.png:
25175         * platform/efl/fast/html/details-open4-expected.txt:
25176         * platform/efl/fast/html/details-open5-expected.png:
25177         * platform/efl/fast/html/details-open6-expected.png:
25178         * platform/efl/fast/html/details-position-expected.png:
25179         * platform/efl/fast/html/details-remove-child-1-expected.png:
25180         * platform/efl/fast/html/details-remove-child-2-expected.png:
25181         * platform/efl/fast/html/details-remove-summary-1-and-click-expected.png:
25182         * platform/efl/fast/html/details-remove-summary-1-expected.png:
25183         * platform/efl/fast/html/details-remove-summary-2-and-click-expected.png:
25184         * platform/efl/fast/html/details-remove-summary-2-expected.png:
25185         * platform/efl/fast/html/details-remove-summary-3-and-click-expected.png:
25186         * platform/efl/fast/html/details-remove-summary-3-expected.png:
25187         * platform/efl/fast/html/details-remove-summary-4-and-click-expected.png:
25188         * platform/efl/fast/html/details-remove-summary-4-expected.png:
25189         * platform/efl/fast/html/details-remove-summary-5-and-click-expected.png:
25190         * platform/efl/fast/html/details-remove-summary-5-expected.png:
25191         * platform/efl/fast/html/details-remove-summary-6-and-click-expected.png:
25192         * platform/efl/fast/html/details-remove-summary-6-expected.png:
25193         * platform/efl/fast/html/details-remove-summary-child-1-expected.png:
25194         * platform/efl/fast/html/details-remove-summary-child-2-expected.png:
25195         * platform/efl/fast/html/details-replace-summary-child-expected.png:
25196         * platform/efl/fast/html/details-replace-summary-child-expected.txt:
25197         * platform/efl/fast/html/details-replace-text-expected.png:
25198         * platform/efl/fast/html/details-replace-text-expected.txt:
25199         * platform/efl/fast/html/details-writing-mode-expected.png:
25200         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png:
25201         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
25202         * platform/efl/fast/html/keygen-expected.png:
25203         * platform/efl/fast/html/keygen-expected.txt:
25204         * platform/efl/fast/html/link-rel-stylesheet-expected.png:
25205         * platform/efl/fast/html/link-rel-stylesheet-expected.txt:
25206         * platform/efl/fast/html/listing-expected.png:
25207         * platform/efl/fast/html/listing-expected.txt:
25208         * platform/efl/fast/html/marquee-scroll-expected.png:
25209         * platform/efl/fast/html/marquee-scroll-expected.txt:
25210         * platform/efl/fast/html/marquee-scrollamount-expected.png:
25211         * platform/efl/fast/html/marquee-scrollamount-expected.txt:
25212         * platform/efl/fast/images/animated-gif-with-offsets-expected.png:
25213         * platform/efl/fast/images/animated-gif-with-offsets-expected.txt:
25214         * platform/efl/fast/images/exif-orientation-css-expected.png:
25215         * platform/efl/fast/images/exif-orientation-expected.png:
25216         * platform/efl/fast/images/exif-orientation-image-document-expected.png:
25217         * platform/efl/fast/images/favicon-as-image-expected.png:
25218         * platform/efl/fast/images/favicon-as-image-expected.txt:
25219         * platform/efl/fast/images/gif-large-checkerboard-expected.png:
25220         * platform/efl/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
25221         * platform/efl/fast/images/gray-scale-png-with-color-profile-expected.png:
25222         * platform/efl/fast/images/icon-decoding-expected.png:
25223         * platform/efl/fast/images/image-in-map-expected.txt:
25224         * platform/efl/fast/images/image-map-anchor-children-expected.png:
25225         * platform/efl/fast/images/image-map-anchor-children-expected.txt:
25226         * platform/efl/fast/images/imagemap-case-expected.png:
25227         * platform/efl/fast/images/imagemap-case-expected.txt:
25228         * platform/efl/fast/images/imagemap-circle-focus-ring-expected.txt:
25229         * platform/efl/fast/images/imagemap-focus-ring-expected.png:
25230         * platform/efl/fast/images/imagemap-focus-ring-expected.txt:
25231         * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.txt:
25232         * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
25233         * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
25234         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
25235         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
25236         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png:
25237         * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.txt:
25238         * platform/efl/fast/images/object-image-expected.png:
25239         * platform/efl/fast/images/paint-subrect-expected.png:
25240         * platform/efl/fast/images/paint-subrect-grid-expected.png:
25241         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
25242         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
25243         * platform/efl/fast/images/png-suite/test-expected.png:
25244         * platform/efl/fast/images/repaint-subrect-grid-expected.txt:
25245         * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png:
25246         * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png:
25247         * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
25248         * platform/efl/fast/inline-block/001-expected.png:
25249         * platform/efl/fast/inline-block/001-expected.txt:
25250         * platform/efl/fast/inline-block/002-expected.png:
25251         * platform/efl/fast/inline-block/003-expected.png:
25252         * platform/efl/fast/inline-block/003-expected.txt:
25253         * platform/efl/fast/inline-block/004-expected.png:
25254         * platform/efl/fast/inline-block/005-expected.png:
25255         * platform/efl/fast/inline-block/006-expected.png:
25256         * platform/efl/fast/inline-block/006-expected.txt:
25257         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
25258         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.txt:
25259         * platform/efl/fast/inline-block/contenteditable-baseline-expected.png:
25260         * platform/efl/fast/inline-block/contenteditable-baseline-expected.txt:
25261         * platform/efl/fast/inline-block/inline-block-vertical-align-expected.png:
25262         * platform/efl/fast/inline-block/inline-block-vertical-align-expected.txt:
25263         * platform/efl/fast/inline-block/overflow-clip-expected.png:
25264         * platform/efl/fast/inline-block/overflow-clip-expected.txt:
25265         * platform/efl/fast/inline-block/tricky-baseline-expected.png:
25266         * platform/efl/fast/inline-block/tricky-baseline-expected.txt:
25267         * platform/efl/fast/inline/001-expected.png:
25268         * platform/efl/fast/inline/001-expected.txt:
25269         * platform/efl/fast/inline/002-expected.png:
25270         * platform/efl/fast/inline/25277-2-expected.png:
25271         * platform/efl/fast/inline/25277-2-expected.txt:
25272         * platform/efl/fast/inline/25277-expected.png:
25273         * platform/efl/fast/inline/25277-expected.txt:
25274         * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
25275         * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
25276         * platform/efl/fast/inline/br-text-decoration-expected.png:
25277         * platform/efl/fast/inline/br-text-decoration-expected.txt:
25278         * platform/efl/fast/inline/continuation-outlines-expected.png:
25279         * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.png:
25280         * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt:
25281         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
25282         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.txt:
25283         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
25284         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
25285         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
25286         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.txt:
25287         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
25288         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.txt:
25289         * platform/efl/fast/inline/inline-box-background-expected.png:
25290         * platform/efl/fast/inline/inline-box-background-expected.txt:
25291         * platform/efl/fast/inline/inline-box-background-long-image-expected.png:
25292         * platform/efl/fast/inline/inline-box-background-long-image-expected.txt:
25293         * platform/efl/fast/inline/inline-box-background-repeat-x-expected.png:
25294         * platform/efl/fast/inline/inline-box-background-repeat-x-expected.txt:
25295         * platform/efl/fast/inline/inline-box-background-repeat-y-expected.png:
25296         * platform/efl/fast/inline/inline-box-background-repeat-y-expected.txt:
25297         * platform/efl/fast/inline/inline-continuation-borders-expected.png:
25298         * platform/efl/fast/inline/inline-continuation-borders-expected.txt:
25299         * platform/efl/fast/inline/inline-focus-ring-expected.png:
25300         * platform/efl/fast/inline/inline-focus-ring-expected.txt:
25301         * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
25302         * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
25303         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
25304         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.txt:
25305         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png:
25306         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt:
25307         * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
25308         * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
25309         * platform/efl/fast/inline/long-wrapped-line-expected.png:
25310         * platform/efl/fast/inline/long-wrapped-line-expected.txt:
25311         * platform/efl/fast/inline/nested-top-alignment-expected.png:
25312         * platform/efl/fast/inline/nested-top-alignment-expected.txt:
25313         * platform/efl/fast/inline/outline-continuations-expected.png:
25314         * platform/efl/fast/inline/outline-continuations-expected.txt:
25315         * platform/efl/fast/inline/percentage-margins-expected.png:
25316         * platform/efl/fast/inline/percentage-margins-expected.txt:
25317         * platform/efl/fast/inline/positioned-object-between-replaced-elements-expected.txt:
25318         * platform/efl/fast/inline/positionedLifetime-expected.png:
25319         * platform/efl/fast/inline/positionedLifetime-expected.txt:
25320         * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.png:
25321         * platform/efl/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
25322         * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
25323         * platform/efl/fast/inline/vertical-align-text-bottom-expected.txt:
25324         * platform/efl/fast/inspector-support/matchedrules-expected.png:
25325         * platform/efl/fast/inspector-support/matchedrules-expected.txt:
25326         * platform/efl/fast/invalid/001-expected.png:
25327         * platform/efl/fast/invalid/001-expected.txt:
25328         * platform/efl/fast/invalid/002-expected.png:
25329         * platform/efl/fast/invalid/002-expected.txt:
25330         * platform/efl/fast/invalid/003-expected.png:
25331         * platform/efl/fast/invalid/003-expected.txt:
25332         * platform/efl/fast/invalid/004-expected.png:
25333         * platform/efl/fast/invalid/004-expected.txt:
25334         * platform/efl/fast/invalid/005-expected.png:
25335         * platform/efl/fast/invalid/005-expected.txt:
25336         * platform/efl/fast/invalid/006-expected.png:
25337         * platform/efl/fast/invalid/006-expected.txt:
25338         * platform/efl/fast/invalid/007-expected.png:
25339         * platform/efl/fast/invalid/007-expected.txt:
25340         * platform/efl/fast/invalid/008-expected.png:
25341         * platform/efl/fast/invalid/008-expected.txt:
25342         * platform/efl/fast/invalid/009-expected.png:
25343         * platform/efl/fast/invalid/009-expected.txt:
25344         * platform/efl/fast/invalid/010-expected.png:
25345         * platform/efl/fast/invalid/010-expected.txt:
25346         * platform/efl/fast/invalid/011-expected.png:
25347         * platform/efl/fast/invalid/011-expected.txt:
25348         * platform/efl/fast/invalid/012-expected.png:
25349         * platform/efl/fast/invalid/012-expected.txt:
25350         * platform/efl/fast/invalid/013-expected.png:
25351         * platform/efl/fast/invalid/013-expected.txt:
25352         * platform/efl/fast/invalid/014-expected.png:
25353         * platform/efl/fast/invalid/014-expected.txt:
25354         * platform/efl/fast/invalid/016-expected.png:
25355         * platform/efl/fast/invalid/016-expected.txt:
25356         * platform/efl/fast/invalid/017-expected.png:
25357         * platform/efl/fast/invalid/017-expected.txt:
25358         * platform/efl/fast/invalid/018-expected.png:
25359         * platform/efl/fast/invalid/018-expected.txt:
25360
25361 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
25362
25363         [EFL] Unreviewed gardening.
25364
25365         Rebaseline after enabling subpixel layout and updating freetype (12/26).
25366
25367         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
25368         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
25369         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
25370         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
25371         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
25372         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
25373         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
25374         * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
25375         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
25376         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
25377         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
25378         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
25379         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
25380         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
25381         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
25382         * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
25383         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
25384         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
25385         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
25386         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
25387         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
25388         * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
25389         * platform/efl/fast/css/rem-dynamic-scaling-expected.png:
25390         * platform/efl/fast/css/rem-dynamic-scaling-expected.txt:
25391         * platform/efl/fast/css/rem-units-on-root-expected.png:
25392         * platform/efl/fast/css/rgb-float-expected.png:
25393         * platform/efl/fast/css/rgb-float-expected.txt:
25394         * platform/efl/fast/css/rtl-ordering-expected.png:
25395         * platform/efl/fast/css/rtl-ordering-expected.txt:
25396         * platform/efl/fast/css/rtl-to-viewport-expected.png:
25397         * platform/efl/fast/css/rtl-to-viewport-expected.txt:
25398         * platform/efl/fast/css/selector-set-attribute-expected.png:
25399         * platform/efl/fast/css/selector-set-attribute-expected.txt:
25400         * platform/efl/fast/css/shadow-multiple-expected.txt:
25401         * platform/efl/fast/css/simple-selector-chain-parsing-expected.png:
25402         * platform/efl/fast/css/simple-selector-chain-parsing-expected.txt:
25403         * platform/efl/fast/css/square-button-appearance-expected.png:
25404         * platform/efl/fast/css/style-outside-head-expected.png:
25405         * platform/efl/fast/css/style-outside-head-expected.txt:
25406         * platform/efl/fast/css/style-parsed-outside-head-expected.png:
25407         * platform/efl/fast/css/style-parsed-outside-head-expected.txt:
25408         * platform/efl/fast/css/table-text-align-quirk-expected.png:
25409         * platform/efl/fast/css/table-text-align-quirk-expected.txt:
25410         * platform/efl/fast/css/table-text-align-strict-expected.png:
25411         * platform/efl/fast/css/table-text-align-strict-expected.txt:
25412         * platform/efl/fast/css/target-fragment-match-expected.png:
25413         * platform/efl/fast/css/target-fragment-match-expected.txt:
25414         * platform/efl/fast/css/text-align-expected.png:
25415         * platform/efl/fast/css/text-align-expected.txt:
25416         * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
25417         * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
25418         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png:
25419         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt:
25420         * platform/efl/fast/css/text-overflow-ellipsis-expected.png:
25421         * platform/efl/fast/css/text-overflow-ellipsis-expected.txt:
25422         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png:
25423         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt:
25424         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
25425         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
25426         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
25427         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
25428         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
25429         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
25430         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
25431         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
25432         * platform/efl/fast/css/text-overflow-input-expected.png:
25433         * platform/efl/fast/css/text-overflow-input-expected.txt:
25434         * platform/efl/fast/css/text-security-expected.png:
25435         * platform/efl/fast/css/text-security-expected.txt:
25436         * platform/efl/fast/css/text-transform-select-expected.png:
25437         * platform/efl/fast/css/text-transform-select-expected.txt:
25438         * platform/efl/fast/css/textCapitalizeEdgeCases-expected.png:
25439         * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt:
25440         * platform/efl/fast/css/transform-default-parameter-expected.png:
25441         * platform/efl/fast/css/transform-default-parameter-expected.txt:
25442         * platform/efl/fast/css/transformed-mask-expected.png:
25443         * platform/efl/fast/css/transformed-mask-expected.txt:
25444         * platform/efl/fast/css/transition-color-unspecified-expected.png:
25445         * platform/efl/fast/css/universal-hover-quirk-expected.png:
25446         * platform/efl/fast/css/universal-hover-quirk-expected.txt:
25447         * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.png:
25448         * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt:
25449         * platform/efl/fast/css/vertical-align-lengths-expected.png:
25450         * platform/efl/fast/css/vertical-align-lengths-expected.txt:
25451         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
25452         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
25453         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
25454         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
25455         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
25456         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
25457         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
25458         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
25459         * platform/efl/fast/css/visibility-hit-test-expected.png:
25460         * platform/efl/fast/css/visibility-hit-test-expected.txt:
25461         * platform/efl/fast/css/word-space-extra-expected.png:
25462         * platform/efl/fast/css/word-space-extra-expected.txt:
25463         * platform/efl/fast/css/zoom-font-size-expected.png:
25464         * platform/efl/fast/css/zoom-font-size-expected.txt:
25465         * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
25466         * platform/efl/fast/doctypes/001-expected.png:
25467         * platform/efl/fast/doctypes/001-expected.txt:
25468         * platform/efl/fast/doctypes/002-expected.png:
25469         * platform/efl/fast/doctypes/002-expected.txt:
25470         * platform/efl/fast/doctypes/003-expected.png:
25471         * platform/efl/fast/doctypes/003-expected.txt:
25472         * platform/efl/fast/doctypes/004-expected.png:
25473         * platform/efl/fast/doctypes/004-expected.txt:
25474         * platform/efl/fast/dom/34176-expected.png:
25475         * platform/efl/fast/dom/34176-expected.txt:
25476         * platform/efl/fast/dom/52776-expected.png:
25477         * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.png:
25478         * platform/efl/fast/dom/Element/class-attribute-whitespace-expected.txt:
25479         * platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt:
25480         * platform/efl/fast/dom/Element/null-offset-parent-expected.png:
25481         * platform/efl/fast/dom/Element/null-offset-parent-expected.txt:
25482         * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
25483         * platform/efl/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
25484         * platform/efl/fast/dom/HTMLElement/bdo-expected.png:
25485         * platform/efl/fast/dom/HTMLElement/bdo-expected.txt:
25486         * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
25487         * platform/efl/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
25488         * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.png:
25489         * platform/efl/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
25490         * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.png:
25491         * platform/efl/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
25492         * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.png:
25493         * platform/efl/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
25494         * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.png:
25495         * platform/efl/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
25496         * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.png:
25497         * platform/efl/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
25498         * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.png:
25499         * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
25500         * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
25501         * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
25502         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
25503         * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
25504         * platform/efl/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
25505         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
25506         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
25507         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
25508         * platform/efl/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
25509         * platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
25510         * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.png:
25511         * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt:
25512         * platform/efl/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
25513         * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
25514         * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
25515         * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
25516         * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
25517         * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.png:
25518         * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
25519         * platform/efl/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
25520         * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
25521         * platform/efl/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
25522         * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
25523         * platform/efl/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
25524         * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.png:
25525         * platform/efl/fast/dom/HTMLProgressElement/progress-element-expected.txt:
25526         * platform/efl/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png:
25527         * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
25528         * platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
25529         * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.png:
25530         * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt:
25531         * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.png:
25532         * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt:
25533         * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
25534         * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
25535         * platform/efl/fast/dom/Range/create-contextual-fragment-expected.png:
25536         * platform/efl/fast/dom/Range/create-contextual-fragment-expected.txt:
25537         * platform/efl/fast/dom/Range/getBoundingClientRect-expected.txt:
25538         * platform/efl/fast/dom/Range/getClientRects-expected.txt:
25539         * platform/efl/fast/dom/Range/surroundContents-1-expected.png:
25540         * platform/efl/fast/dom/Range/surroundContents-1-expected.txt:
25541         * platform/efl/fast/dom/Window/btoa-pnglet-expected.png:
25542         * platform/efl/fast/dom/Window/btoa-pnglet-expected.txt:
25543         * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
25544         * platform/efl/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
25545         * platform/efl/fast/dom/anchor-text-expected.png:
25546         * platform/efl/fast/dom/anchor-text-expected.txt:
25547         * platform/efl/fast/dom/attr_dead_doc-expected.png:
25548         * platform/efl/fast/dom/blur-contenteditable-expected.png:
25549         * platform/efl/fast/dom/blur-contenteditable-expected.txt:
25550         * platform/efl/fast/dom/children-nodes-expected.png:
25551         * platform/efl/fast/dom/children-nodes-expected.txt:
25552         * platform/efl/fast/dom/clone-contents-0-end-offset-expected.png:
25553         * platform/efl/fast/dom/clone-contents-0-end-offset-expected.txt:
25554         * platform/efl/fast/dom/clone-node-dynamic-style-expected.png:
25555         * platform/efl/fast/dom/clone-node-dynamic-style-expected.txt:
25556         * platform/efl/fast/dom/comment-not-documentElement-expected.png:
25557         * platform/efl/fast/dom/comment-not-documentElement-expected.txt:
25558         * platform/efl/fast/dom/createDocumentType-expected.png:
25559         * platform/efl/fast/dom/createDocumentType-expected.txt:
25560         * platform/efl/fast/dom/css-cached-import-rule-expected.png:
25561         * platform/efl/fast/dom/css-insert-import-rule-expected.png:
25562         * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.png:
25563         * platform/efl/fast/dom/css-mediarule-deleteRule-update-expected.txt:
25564         * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.png:
25565         * platform/efl/fast/dom/css-mediarule-insertRule-update-expected.txt:
25566         * platform/efl/fast/dom/css-rule-functions-expected.png:
25567         * platform/efl/fast/dom/css-rule-functions-expected.txt:
25568         * platform/efl/fast/dom/focus-contenteditable-expected.png:
25569         * platform/efl/fast/dom/focus-contenteditable-expected.txt:
25570         * platform/efl/fast/dom/gc-10-expected.png:
25571         * platform/efl/fast/dom/gc-10-expected.txt:
25572         * platform/efl/fast/dom/importNodeHTML-expected.png:
25573         * platform/efl/fast/dom/importNodeHTML-expected.txt:
25574         * platform/efl/fast/dom/importNodeXML-expected.png:
25575         * platform/efl/fast/dom/importNodeXML-expected.txt:
25576         * platform/efl/fast/dom/inner-text-expected.png:
25577         * platform/efl/fast/dom/inner-text-expected.txt:
25578         * platform/efl/fast/dom/isindex-001-expected.png:
25579         * platform/efl/fast/dom/isindex-001-expected.txt:
25580         * platform/efl/fast/dom/isindex-002-expected.png:
25581         * platform/efl/fast/dom/isindex-002-expected.txt:
25582         * platform/efl/fast/dom/outerText-expected.png:
25583         * platform/efl/fast/dom/outerText-expected.txt:
25584         * platform/efl/fast/dom/row-inner-text-expected.png:
25585         * platform/efl/fast/dom/row-inner-text-expected.txt:
25586         * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.png:
25587         * platform/efl/fast/dom/scroll-reveal-left-overflow-expected.txt:
25588         * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.png:
25589         * platform/efl/fast/dom/scroll-reveal-top-overflow-expected.txt:
25590         * platform/efl/fast/dynamic/001-expected.png:
25591         * platform/efl/fast/dynamic/002-expected.png:
25592         * platform/efl/fast/dynamic/002-expected.txt:
25593         * platform/efl/fast/dynamic/004-expected.png:
25594         * platform/efl/fast/dynamic/004-expected.txt:
25595         * platform/efl/fast/dynamic/006-expected.png:
25596         * platform/efl/fast/dynamic/006-expected.txt:
25597         * platform/efl/fast/dynamic/007-expected.png:
25598         * platform/efl/fast/dynamic/007-expected.txt:
25599         * platform/efl/fast/dynamic/008-expected.png:
25600         * platform/efl/fast/dynamic/008-expected.txt:
25601         * platform/efl/fast/dynamic/009-expected.png:
25602         * platform/efl/fast/dynamic/009-expected.txt:
25603         * platform/efl/fast/dynamic/010-expected.png:
25604         * platform/efl/fast/dynamic/010-expected.txt:
25605         * platform/efl/fast/dynamic/011-expected.png:
25606         * platform/efl/fast/dynamic/011-expected.txt:
25607         * platform/efl/fast/dynamic/013-expected.png:
25608         * platform/efl/fast/dynamic/013-expected.txt:
25609         * platform/efl/fast/dynamic/014-expected.png:
25610         * platform/efl/fast/dynamic/014-expected.txt:
25611         * platform/efl/fast/dynamic/015-expected.png:
25612         * platform/efl/fast/dynamic/015-expected.txt:
25613         * platform/efl/fast/dynamic/anchor-lock-expected.png:
25614         * platform/efl/fast/dynamic/anchor-lock-expected.txt:
25615         * platform/efl/fast/dynamic/anonymous-block-layer-lost-expected.png:
25616         * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
25617         * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
25618         * platform/efl/fast/dynamic/containing-block-change-expected.png:
25619         * platform/efl/fast/dynamic/containing-block-change-expected.txt:
25620         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
25621         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
25622         * platform/efl/fast/dynamic/first-letter-after-list-marker-expected.png:
25623         * platform/efl/fast/dynamic/first-letter-display-change-expected.png:
25624         * platform/efl/fast/dynamic/first-letter-display-change-expected.txt:
25625         * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt:
25626         * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
25627         * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
25628         * platform/efl/fast/dynamic/float-no-longer-overhanging-expected.png:
25629         * platform/efl/fast/dynamic/float-withdrawal-2-expected.png:
25630         * platform/efl/fast/dynamic/float-withdrawal-expected.png:
25631         * platform/efl/fast/dynamic/float-withdrawal-expected.txt:
25632         * platform/efl/fast/dynamic/floating-to-positioned-2-expected.png:
25633         * platform/efl/fast/dynamic/floating-to-positioned-expected.png:
25634         * platform/efl/fast/dynamic/genContentDestroyChildren-expected.png:
25635         * platform/efl/fast/dynamic/genContentDestroyChildren-expected.txt:
25636         * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
25637         * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
25638         * platform/efl/fast/dynamic/link-href-change-expected.png:
25639         * platform/efl/fast/dynamic/link-href-change-expected.txt:
25640         * platform/efl/fast/dynamic/move-node-with-selection-expected.png:
25641         * platform/efl/fast/dynamic/move-node-with-selection-expected.txt:
25642         * platform/efl/fast/dynamic/noninlinebadness-expected.png:
25643         * platform/efl/fast/dynamic/noninlinebadness-expected.txt:
25644         * platform/efl/fast/dynamic/outerHTML-doc-expected.png:
25645         * platform/efl/fast/dynamic/outerHTML-doc-expected.txt:
25646         * platform/efl/fast/dynamic/outerHTML-img-expected.png:
25647         * platform/efl/fast/dynamic/outerHTML-img-expected.txt:
25648         * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
25649         * platform/efl/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
25650         * platform/efl/fast/dynamic/selection-highlight-adjust-expected.png:
25651         * platform/efl/fast/dynamic/selection-highlight-adjust-expected.txt:
25652         * platform/efl/fast/dynamic/staticY-expected.png:
25653         * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.png:
25654         * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.txt:
25655         * platform/efl/fast/dynamic/text-combine-expected.png:
25656         * platform/efl/fast/dynamic/text-combine-expected.txt:
25657         * platform/efl/fast/dynamic/view-overflow-expected.png:
25658         * platform/efl/fast/dynamic/view-overflow-expected.txt:
25659         * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.png:
25660         * platform/efl/fast/dynamic/window-resize-scrollbars-test-expected.txt:
25661         * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
25662         * platform/efl/fast/encoding/invalid-UTF-8-expected.png:
25663         * platform/efl/fast/encoding/invalid-UTF-8-expected.txt:
25664         * platform/efl/fast/encoding/utf-16-big-endian-expected.png:
25665         * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
25666         * platform/efl/fast/encoding/utf-16-little-endian-expected.png:
25667         * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
25668         * platform/efl/fast/encoding/xmacroman-encoding-test-expected.png:
25669         * platform/efl/fast/encoding/xmacroman-encoding-test-expected.txt:
25670         * platform/efl/fast/events/autoscroll-expected.png:
25671         * platform/efl/fast/events/autoscroll-expected.txt:
25672         * platform/efl/fast/events/context-no-deselect-expected.png:
25673         * platform/efl/fast/events/context-no-deselect-expected.txt:
25674         * platform/efl/fast/events/event-listener-on-link-expected.png:
25675         * platform/efl/fast/events/event-listener-on-link-expected.txt:
25676         * platform/efl/fast/events/onload-re-entry-expected.png:
25677         * platform/efl/fast/events/onload-re-entry-expected.txt:
25678         * platform/efl/fast/events/overflow-viewport-renderer-deleted-expected.txt:
25679         * platform/efl/fast/events/pointer-events-2-expected.png:
25680         * platform/efl/fast/events/pointer-events-2-expected.txt:
25681         * platform/efl/fast/events/resize-events-expected.png:
25682         * platform/efl/fast/events/resize-events-expected.txt:
25683         * platform/efl/fast/events/reveal-link-when-focused-expected.png:
25684         * platform/efl/fast/events/reveal-link-when-focused-expected.txt:
25685         * platform/efl/fast/events/updateLayoutForHitTest-expected.png:
25686         * platform/efl/fast/events/updateLayoutForHitTest-expected.txt:
25687         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
25688         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
25689         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
25690         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
25691         * platform/efl/fast/flexbox/001-expected.png:
25692         * platform/efl/fast/flexbox/001-expected.txt:
25693         * platform/efl/fast/flexbox/002-expected.png:
25694         * platform/efl/fast/flexbox/002-expected.txt:
25695         * platform/efl/fast/flexbox/003-expected.png:
25696         * platform/efl/fast/flexbox/003-expected.txt:
25697         * platform/efl/fast/flexbox/004-expected.png:
25698         * platform/efl/fast/flexbox/004-expected.txt:
25699         * platform/efl/fast/flexbox/005-expected.png:
25700         * platform/efl/fast/flexbox/005-expected.txt:
25701         * platform/efl/fast/flexbox/006-expected.png:
25702         * platform/efl/fast/flexbox/006-expected.txt:
25703         * platform/efl/fast/flexbox/007-expected.png:
25704         * platform/efl/fast/flexbox/007-expected.txt:
25705         * platform/efl/fast/flexbox/008-expected.png:
25706         * platform/efl/fast/flexbox/008-expected.txt:
25707         * platform/efl/fast/flexbox/009-expected.png:
25708         * platform/efl/fast/flexbox/009-expected.txt:
25709         * platform/efl/fast/flexbox/010-expected.png:
25710         * platform/efl/fast/flexbox/010-expected.txt:
25711         * platform/efl/fast/flexbox/011-expected.png:
25712         * platform/efl/fast/flexbox/012-expected.png:
25713         * platform/efl/fast/flexbox/012-expected.txt:
25714         * platform/efl/fast/flexbox/013-expected.png:
25715         * platform/efl/fast/flexbox/013-expected.txt:
25716         * platform/efl/fast/flexbox/014-expected.png:
25717         * platform/efl/fast/flexbox/014-expected.txt:
25718         * platform/efl/fast/flexbox/015-expected.png:
25719         * platform/efl/fast/flexbox/015-expected.txt:
25720         * platform/efl/fast/flexbox/016-expected.png:
25721         * platform/efl/fast/flexbox/016-expected.txt:
25722         * platform/efl/fast/flexbox/017-expected.png:
25723         * platform/efl/fast/flexbox/017-expected.txt:
25724         * platform/efl/fast/flexbox/018-expected.png:
25725         * platform/efl/fast/flexbox/018-expected.txt:
25726         * platform/efl/fast/flexbox/019-expected.png:
25727         * platform/efl/fast/flexbox/019-expected.txt:
25728         * platform/efl/fast/flexbox/020-expected.png:
25729         * platform/efl/fast/flexbox/020-expected.txt:
25730         * platform/efl/fast/flexbox/021-expected.png:
25731         * platform/efl/fast/flexbox/021-expected.txt:
25732         * platform/efl/fast/flexbox/022-expected.png:
25733         * platform/efl/fast/flexbox/022-expected.txt:
25734         * platform/efl/fast/flexbox/023-expected.png:
25735         * platform/efl/fast/flexbox/023-expected.txt:
25736         * platform/efl/fast/flexbox/024-expected.png:
25737         * platform/efl/fast/flexbox/024-expected.txt:
25738         * platform/efl/fast/flexbox/025-expected.png:
25739         * platform/efl/fast/flexbox/025-expected.txt:
25740         * platform/efl/fast/flexbox/026-expected.png:
25741         * platform/efl/fast/flexbox/026-expected.txt:
25742         * platform/efl/fast/flexbox/flex-hang-expected.png:
25743         * platform/efl/fast/flexbox/overhanging-floats-removed-expected.png:
25744         * platform/efl/fast/flexbox/overhanging-floats-removed-expected.txt:
25745         * platform/efl/fast/forms/001-expected.png:
25746         * platform/efl/fast/forms/001-expected.txt:
25747         * platform/efl/fast/forms/002-expected.png:
25748         * platform/efl/fast/forms/003-expected.png:
25749         * platform/efl/fast/forms/003-expected.txt:
25750         * platform/efl/fast/forms/004-expected.png:
25751         * platform/efl/fast/forms/004-expected.txt:
25752         * platform/efl/fast/forms/006-expected.png:
25753         * platform/efl/fast/forms/006-expected.txt:
25754         * platform/efl/fast/forms/007-expected.png:
25755         * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png:
25756         * platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt:
25757         * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png:
25758         * platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt:
25759         * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png:
25760         * platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt:
25761         * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png:
25762         * platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt:
25763         * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png:
25764         * platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt:
25765         * platform/efl/fast/forms/HTMLOptionElement_label06-expected.png:
25766         * platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt:
25767         * platform/efl/fast/forms/HTMLOptionElement_label07-expected.png:
25768         * platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt:
25769         * platform/efl/fast/forms/basic-buttons-expected.png:
25770         * platform/efl/fast/forms/basic-buttons-expected.txt:
25771         * platform/efl/fast/forms/basic-inputs-expected.png:
25772         * platform/efl/fast/forms/basic-inputs-expected.txt:
25773         * platform/efl/fast/forms/basic-textareas-expected.png:
25774         * platform/efl/fast/forms/basic-textareas-expected.txt:
25775         * platform/efl/fast/forms/blankbuttons-expected.png:
25776         * platform/efl/fast/forms/blankbuttons-expected.txt:
25777         * platform/efl/fast/forms/box-shadow-override-expected.png:
25778         * platform/efl/fast/forms/box-shadow-override-expected.txt:
25779         * platform/efl/fast/forms/button-align-expected.png:
25780         * platform/efl/fast/forms/button-align-expected.txt:
25781         * platform/efl/fast/forms/button-cannot-be-nested-expected.png:
25782         * platform/efl/fast/forms/button-cannot-be-nested-expected.txt:
25783         * platform/efl/fast/forms/button-default-title-expected.png:
25784         * platform/efl/fast/forms/button-generated-content-expected.png:
25785         * platform/efl/fast/forms/button-generated-content-expected.txt:
25786         * platform/efl/fast/forms/button-inner-block-reuse-expected.png:
25787         * platform/efl/fast/forms/button-inner-block-reuse-expected.txt:
25788         * platform/efl/fast/forms/button-positioned-expected.png:
25789         * platform/efl/fast/forms/button-positioned-expected.txt:
25790         * platform/efl/fast/forms/button-sizes-expected.png:
25791         * platform/efl/fast/forms/button-sizes-expected.txt:
25792         * platform/efl/fast/forms/button-style-color-expected.png:
25793         * platform/efl/fast/forms/button-style-color-expected.txt:
25794         * platform/efl/fast/forms/button-submit-expected.png:
25795         * platform/efl/fast/forms/button-submit-expected.txt:
25796         * platform/efl/fast/forms/button-table-styles-expected.png:
25797         * platform/efl/fast/forms/button-table-styles-expected.txt:
25798         * platform/efl/fast/forms/button-text-transform-expected.png:
25799         * platform/efl/fast/forms/button-text-transform-expected.txt:
25800         * platform/efl/fast/forms/button-white-space-expected.png:
25801         * platform/efl/fast/forms/button-white-space-expected.txt:
25802         * platform/efl/fast/forms/caret-rtl-expected.png:
25803         * platform/efl/fast/forms/caret-rtl-expected.txt:
25804         * platform/efl/fast/forms/control-clip-expected.png:
25805         * platform/efl/fast/forms/control-clip-expected.txt:
25806         * platform/efl/fast/forms/control-clip-overflow-expected.png:
25807         * platform/efl/fast/forms/control-clip-overflow-expected.txt:
25808         * platform/efl/fast/forms/control-restrict-line-height-expected.png:
25809         * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
25810         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
25811         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
25812         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
25813         * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png:
25814         * platform/efl/fast/forms/datalist/range-snap-to-datalist-expected.txt:
25815         * platform/efl/fast/forms/disabled-select-change-index-expected.png:
25816         * platform/efl/fast/forms/disabled-select-change-index-expected.txt:
25817         * platform/efl/fast/forms/encoding-test-expected.png:
25818         * platform/efl/fast/forms/encoding-test-expected.txt:
25819         * platform/efl/fast/forms/fieldset-align-expected.png:
25820         * platform/efl/fast/forms/fieldset-align-expected.txt:
25821         * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
25822         * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
25823         * platform/efl/fast/forms/fieldset-with-float-expected.png:
25824         * platform/efl/fast/forms/fieldset-with-float-expected.txt:
25825         * platform/efl/fast/forms/file/file-input-direction-expected.png:
25826         * platform/efl/fast/forms/file/file-input-direction-expected.txt:
25827         * platform/efl/fast/forms/file/file-input-disabled-expected.png:
25828         * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
25829         * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
25830         * platform/efl/fast/forms/float-before-fieldset-expected.png:
25831         * platform/efl/fast/forms/float-before-fieldset-expected.txt:
25832         * platform/efl/fast/forms/floating-textfield-relayout-expected.png:
25833         * platform/efl/fast/forms/floating-textfield-relayout-expected.txt:
25834         * platform/efl/fast/forms/form-added-to-table-expected.png:
25835         * platform/efl/fast/forms/form-added-to-table-expected.txt:
25836         * platform/efl/fast/forms/form-element-geometry-expected.png:
25837         * platform/efl/fast/forms/form-element-geometry-expected.txt:
25838         * platform/efl/fast/forms/form-hides-table-expected.png:
25839         * platform/efl/fast/forms/form-hides-table-expected.txt:
25840         * platform/efl/fast/forms/form-in-malformed-markup-expected.png:
25841         * platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
25842         * platform/efl/fast/forms/formmove-expected.png:
25843         * platform/efl/fast/forms/formmove-expected.txt:
25844         * platform/efl/fast/forms/formmove2-expected.png:
25845         * platform/efl/fast/forms/formmove2-expected.txt:
25846         * platform/efl/fast/forms/formmove3-expected.png:
25847         * platform/efl/fast/forms/formmove3-expected.txt:
25848         * platform/efl/fast/forms/hidden-listbox-expected.png:
25849         * platform/efl/fast/forms/hidden-listbox-expected.txt:
25850         * platform/efl/fast/forms/image-border-expected.png:
25851         * platform/efl/fast/forms/image-border-expected.txt:
25852         * platform/efl/fast/forms/indeterminate-expected.png:
25853         * platform/efl/fast/forms/indeterminate-expected.txt:
25854         * platform/efl/fast/forms/input-align-image-expected.png:
25855         * platform/efl/fast/forms/input-align-image-expected.txt:
25856         * platform/efl/fast/forms/input-appearance-bkcolor-expected.png:
25857         * platform/efl/fast/forms/input-appearance-bkcolor-expected.txt:
25858         * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png:
25859         * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.txt:
25860         * platform/efl/fast/forms/input-appearance-disabled-expected.png:
25861         * platform/efl/fast/forms/input-appearance-disabled-expected.txt:
25862         * platform/efl/fast/forms/input-appearance-focus-expected.png:
25863         * platform/efl/fast/forms/input-appearance-focus-expected.txt:
25864         * platform/efl/fast/forms/input-appearance-height-expected.png:
25865         * platform/efl/fast/forms/input-appearance-height-expected.txt:
25866         * platform/efl/fast/forms/input-appearance-preventDefault-expected.png:
25867         * platform/efl/fast/forms/input-appearance-preventDefault-expected.txt:
25868
25869 2013-01-18  Manuel Rego Casasnovas  <rego@igalia.com>
25870
25871         [GTK] Implement LayoutTestController::addUserScript
25872         https://bugs.webkit.org/show_bug.cgi?id=107275
25873
25874         Reviewed by Philippe Normand.
25875
25876         * platform/gtk-wk2/TestExpectations: Remove
25877         plugins/plugin-document-load-prevented-userscript.html.
25878         * platform/gtk/TestExpectations: Remove
25879         plugins/plugin-document-load-prevented-userscript.html.
25880
25881 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
25882
25883         [EFL] Unreviewed gardening.
25884
25885         Rebaseline after enabling subpixel layout and updating freetype (11/26).
25886
25887         * platform/efl/fast/borders/inline-mask-overlay-image-outset-expected.png:
25888         * platform/efl/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
25889         * platform/efl/fast/borders/mixed-border-styles-expected.png:
25890         * platform/efl/fast/borders/mixed-border-styles-expected.txt:
25891         * platform/efl/fast/borders/mixed-border-styles-radius-expected.txt:
25892         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
25893         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.txt:
25894         * platform/efl/fast/borders/outline-alpha-block-expected.png:
25895         * platform/efl/fast/borders/outline-alpha-inline-expected.png:
25896         * platform/efl/fast/borders/outline-offset-min-assert-expected.png:
25897         * platform/efl/fast/borders/rtl-border-01-expected.png:
25898         * platform/efl/fast/borders/rtl-border-01-expected.txt:
25899         * platform/efl/fast/borders/rtl-border-02-expected.png:
25900         * platform/efl/fast/borders/rtl-border-02-expected.txt:
25901         * platform/efl/fast/borders/rtl-border-03-expected.png:
25902         * platform/efl/fast/borders/rtl-border-03-expected.txt:
25903         * platform/efl/fast/borders/rtl-border-04-expected.png:
25904         * platform/efl/fast/borders/rtl-border-04-expected.txt:
25905         * platform/efl/fast/borders/rtl-border-05-expected.png:
25906         * platform/efl/fast/borders/rtl-border-05-expected.txt:
25907         * platform/efl/fast/borders/scaled-border-image-expected.png:
25908         * platform/efl/fast/borders/scaled-border-image-expected.txt:
25909         * platform/efl/fast/borders/table-borders-expected.png:
25910         * platform/efl/fast/borders/table-borders-expected.txt:
25911         * platform/efl/fast/borders/webkit-border-radius-expected.png:
25912         * platform/efl/fast/box-shadow/basic-shadows-expected.txt:
25913         * platform/efl/fast/box-shadow/border-radius-big-expected.png:
25914         * platform/efl/fast/box-shadow/border-radius-big-expected.txt:
25915         * platform/efl/fast/box-shadow/box-shadow-transformed-expected.txt:
25916         * platform/efl/fast/box-shadow/inset-box-shadow-radius-expected.txt:
25917         * platform/efl/fast/box-shadow/inset-box-shadows-expected.txt:
25918         * platform/efl/fast/box-shadow/inset-expected.txt:
25919         * platform/efl/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
25920         * platform/efl/fast/box-shadow/no-blur-multiple-offsets-expected.png:
25921         * platform/efl/fast/box-shadow/spread-expected.png:
25922         * platform/efl/fast/box-shadow/spread-multiple-inset-expected.png:
25923         * platform/efl/fast/box-shadow/spread-multiple-normal-expected.png:
25924         * platform/efl/fast/box-shadow/transform-fringing-expected.png:
25925         * platform/efl/fast/box-shadow/transform-fringing-expected.txt:
25926         * platform/efl/fast/box-sizing/panels-one-expected.png:
25927         * platform/efl/fast/box-sizing/panels-one-expected.txt:
25928         * platform/efl/fast/box-sizing/panels-two-expected.png:
25929         * platform/efl/fast/box-sizing/panels-two-expected.txt:
25930         * platform/efl/fast/box-sizing/percentage-height-expected.png:
25931         * platform/efl/fast/box-sizing/percentage-height-expected.txt:
25932         * platform/efl/fast/canvas/arc360-expected.png:
25933         * platform/efl/fast/canvas/canvas-as-image-expected.png:
25934         * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
25935         * platform/efl/fast/canvas/canvas-before-css-expected.png:
25936         * platform/efl/fast/canvas/canvas-bg-expected.png:
25937         * platform/efl/fast/canvas/canvas-composite-expected.png:
25938         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
25939         * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
25940         * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
25941         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
25942         * platform/efl/fast/canvas/canvas-resize-reset-expected.png:
25943         * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.png:
25944         * platform/efl/fast/canvas/canvas-size-change-after-layout-expected.txt:
25945         * platform/efl/fast/canvas/canvas-text-alignment-expected.png:
25946         * platform/efl/fast/canvas/canvas-text-baseline-expected.png:
25947         * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
25948         * platform/efl/fast/canvas/canvas-zoom-expected.png:
25949         * platform/efl/fast/canvas/canvas-zoom-expected.txt:
25950         * platform/efl/fast/canvas/canvasDrawingIntoSelf-expected.png:
25951         * platform/efl/fast/canvas/check-stale-putImageData-expected.png:
25952         * platform/efl/fast/canvas/drawImage-expected.png:
25953         * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
25954         * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
25955         * platform/efl/fast/canvas/fillrect_gradient-expected.png:
25956         * platform/efl/fast/canvas/gradient-add-second-start-end-stop-expected.png:
25957         * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
25958         * platform/efl/fast/canvas/image-pattern-rotate-expected.png:
25959         * platform/efl/fast/canvas/patternfill-repeat-expected.png:
25960         * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
25961         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
25962         * platform/efl/fast/canvas/shadow-offset-1-expected.png:
25963         * platform/efl/fast/canvas/shadow-offset-2-expected.png:
25964         * platform/efl/fast/canvas/shadow-offset-3-expected.png:
25965         * platform/efl/fast/canvas/shadow-offset-4-expected.png:
25966         * platform/efl/fast/canvas/shadow-offset-5-expected.png:
25967         * platform/efl/fast/canvas/shadow-offset-6-expected.png:
25968         * platform/efl/fast/canvas/shadow-offset-7-expected.png:
25969         * platform/efl/fast/canvas/toDataURL-alpha-expected.png:
25970         * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
25971         * platform/efl/fast/clip/001-expected.png:
25972         * platform/efl/fast/clip/001-expected.txt:
25973         * platform/efl/fast/clip/002-expected.png:
25974         * platform/efl/fast/clip/002-expected.txt:
25975         * platform/efl/fast/clip/003-expected.png:
25976         * platform/efl/fast/clip/003-expected.txt:
25977         * platform/efl/fast/clip/004-expected.png:
25978         * platform/efl/fast/clip/004-expected.txt:
25979         * platform/efl/fast/clip/005-expected.png:
25980         * platform/efl/fast/clip/005-expected.txt:
25981         * platform/efl/fast/clip/006-expected.png:
25982         * platform/efl/fast/clip/006-expected.txt:
25983         * platform/efl/fast/clip/007-expected.png:
25984         * platform/efl/fast/clip/007-expected.txt:
25985         * platform/efl/fast/clip/008-expected.png:
25986         * platform/efl/fast/clip/009-expected.png:
25987         * platform/efl/fast/clip/009-expected.txt:
25988         * platform/efl/fast/clip/010-expected.png:
25989         * platform/efl/fast/clip/010-expected.txt:
25990         * platform/efl/fast/clip/011-expected.png:
25991         * platform/efl/fast/clip/012-expected.png:
25992         * platform/efl/fast/clip/013-expected.png:
25993         * platform/efl/fast/clip/013-expected.txt:
25994         * platform/efl/fast/clip/014-expected.png:
25995         * platform/efl/fast/clip/014-expected.txt:
25996         * platform/efl/fast/clip/015-expected.png:
25997         * platform/efl/fast/clip/015-expected.txt:
25998         * platform/efl/fast/clip/016-expected.png:
25999         * platform/efl/fast/clip/016-expected.txt:
26000         * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
26001         * platform/efl/fast/clip/nestedTransparencyClip-expected.txt:
26002         * platform/efl/fast/clip/outline-overflowClip-expected.png:
26003         * platform/efl/fast/clip/outline-overflowClip-expected.txt:
26004         * platform/efl/fast/clip/overflow-border-radius-clip-expected.png:
26005         * platform/efl/fast/clip/overflow-border-radius-clip-expected.txt:
26006         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
26007         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.txt:
26008         * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
26009         * platform/efl/fast/clip/overflow-border-radius-composited-expected.txt:
26010         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
26011         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.txt:
26012         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
26013         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.txt:
26014         * platform/efl/fast/compact/001-expected.png:
26015         * platform/efl/fast/compact/002-expected.png:
26016         * platform/efl/fast/compact/002-expected.txt:
26017         * platform/efl/fast/compact/003-expected.png:
26018         * platform/efl/fast/compact/003-expected.txt:
26019         * platform/efl/fast/css-generated-content/001-expected.png:
26020         * platform/efl/fast/css-generated-content/001-expected.txt:
26021         * platform/efl/fast/css-generated-content/002-expected.png:
26022         * platform/efl/fast/css-generated-content/002-expected.txt:
26023         * platform/efl/fast/css-generated-content/003-expected.png:
26024         * platform/efl/fast/css-generated-content/003-expected.txt:
26025         * platform/efl/fast/css-generated-content/004-expected.png:
26026         * platform/efl/fast/css-generated-content/004-expected.txt:
26027         * platform/efl/fast/css-generated-content/005-expected.png:
26028         * platform/efl/fast/css-generated-content/005-expected.txt:
26029         * platform/efl/fast/css-generated-content/007-expected.png:
26030         * platform/efl/fast/css-generated-content/007-expected.txt:
26031         * platform/efl/fast/css-generated-content/008-expected.png:
26032         * platform/efl/fast/css-generated-content/008-expected.txt:
26033         * platform/efl/fast/css-generated-content/009-expected.png:
26034         * platform/efl/fast/css-generated-content/009-expected.txt:
26035         * platform/efl/fast/css-generated-content/010-expected.png:
26036         * platform/efl/fast/css-generated-content/010-expected.txt:
26037         * platform/efl/fast/css-generated-content/011-expected.png:
26038         * platform/efl/fast/css-generated-content/011-expected.txt:
26039         * platform/efl/fast/css-generated-content/012-expected.png:
26040         * platform/efl/fast/css-generated-content/012-expected.txt:
26041         * platform/efl/fast/css-generated-content/013-expected.png:
26042         * platform/efl/fast/css-generated-content/013-expected.txt:
26043         * platform/efl/fast/css-generated-content/014-expected.png:
26044         * platform/efl/fast/css-generated-content/014-expected.txt:
26045         * platform/efl/fast/css-generated-content/015-expected.png:
26046         * platform/efl/fast/css-generated-content/015-expected.txt:
26047         * platform/efl/fast/css-generated-content/016-expected.png:
26048         * platform/efl/fast/css-generated-content/016-expected.txt:
26049         * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.png:
26050         * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.txt:
26051         * platform/efl/fast/css-generated-content/after-order-expected.png:
26052         * platform/efl/fast/css-generated-content/after-order-expected.txt:
26053         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
26054         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.txt:
26055         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
26056         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
26057         * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
26058         * platform/efl/fast/css-generated-content/hover-style-change-expected.txt:
26059         * platform/efl/fast/css-generated-content/inline-display-types-expected.png:
26060         * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
26061         * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
26062         * platform/efl/fast/css-generated-content/no-openclose-quote-expected.png:
26063         * platform/efl/fast/css-generated-content/no-openclose-quote-expected.txt:
26064         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
26065         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
26066         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
26067         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
26068         * platform/efl/fast/css-generated-content/table-cell-before-content-expected.png:
26069         * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
26070         * platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.png:
26071         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
26072         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
26073         * platform/efl/fast/css-generated-content/table-row-before-after-expected.png:
26074         * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
26075         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
26076         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
26077         * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.png:
26078         * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt:
26079         * platform/efl/fast/css-generated-content/table-row-with-before-expected.png:
26080         * platform/efl/fast/css-generated-content/table-row-with-before-expected.txt:
26081         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
26082         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
26083         * platform/efl/fast/css-generated-content/table-with-before-expected.png:
26084         * platform/efl/fast/css-generated-content/table-with-before-expected.txt:
26085         * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.png:
26086         * platform/efl/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
26087         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
26088         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.txt:
26089         * platform/efl/fast/css/001-expected.png:
26090         * platform/efl/fast/css/001-expected.txt:
26091         * platform/efl/fast/css/002-expected.png:
26092         * platform/efl/fast/css/003-expected.png:
26093         * platform/efl/fast/css/003-expected.txt:
26094         * platform/efl/fast/css/004-expected.png:
26095         * platform/efl/fast/css/004-expected.txt:
26096         * platform/efl/fast/css/005-expected.png:
26097         * platform/efl/fast/css/005-expected.txt:
26098         * platform/efl/fast/css/006-expected.png:
26099         * platform/efl/fast/css/007-expected.png:
26100         * platform/efl/fast/css/007-expected.txt:
26101         * platform/efl/fast/css/008-expected.png:
26102         * platform/efl/fast/css/008-expected.txt:
26103         * platform/efl/fast/css/ZeroOpacityLayers-expected.png:
26104         * platform/efl/fast/css/ZeroOpacityLayers-expected.txt:
26105         * platform/efl/fast/css/ZeroOpacityLayers2-expected.png:
26106         * platform/efl/fast/css/ZeroOpacityLayers2-expected.txt:
26107         * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
26108         * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
26109         * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.png:
26110         * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt:
26111         * platform/efl/fast/css/acid2-expected.png:
26112         * platform/efl/fast/css/acid2-pixel-expected.png:
26113         * platform/efl/fast/css/attribute-selector-dynamic-expected.png:
26114         * platform/efl/fast/css/attribute-selector-dynamic-expected.txt:
26115         * platform/efl/fast/css/attribute-selector-empty-value-expected.png:
26116         * platform/efl/fast/css/attribute-selector-empty-value-expected.txt:
26117         * platform/efl/fast/css/background-clip-values-expected.png:
26118         * platform/efl/fast/css/background-image-with-baseurl-expected.png:
26119         * platform/efl/fast/css/background-image-with-baseurl-expected.txt:
26120         * platform/efl/fast/css/background-shorthand-invalid-url-expected.png:
26121         * platform/efl/fast/css/background-shorthand-invalid-url-expected.txt:
26122         * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.png:
26123         * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.txt:
26124         * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.png:
26125         * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.txt:
26126         * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.png:
26127         * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt:
26128         * platform/efl/fast/css/bogus-color-span-expected.png:
26129         * platform/efl/fast/css/border-height-expected.png:
26130         * platform/efl/fast/css/border-radius-non-negative-expected.png:
26131         * platform/efl/fast/css/border-radius-outline-offset-expected.png:
26132         * platform/efl/fast/css/border-radius-outline-offset-expected.txt:
26133         * platform/efl/fast/css/border-solid-single-edge-antialias-expected.png:
26134         * platform/efl/fast/css/caption-width-absolute-position-expected.png:
26135         * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.png:
26136         * platform/efl/fast/css/caption-width-fixed-position-expected.png:
26137         * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.png:
26138         * platform/efl/fast/css/caption-width-relative-position-expected.png:
26139         * platform/efl/fast/css/caption-width-relative-position-expected.txt:
26140         * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.png:
26141         * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt:
26142         * platform/efl/fast/css/child-style-can-override-visited-style-expected.png:
26143         * platform/efl/fast/css/child-style-can-override-visited-style-expected.txt:
26144         * platform/efl/fast/css/clip-text-in-scaled-div-expected.png:
26145         * platform/efl/fast/css/clip-text-in-scaled-div-expected.txt:
26146         * platform/efl/fast/css/clip-zooming-expected.png:
26147         * platform/efl/fast/css/clip-zooming-expected.txt:
26148         * platform/efl/fast/css/color-leakage-expected.png:
26149         * platform/efl/fast/css/color-quirk-expected.png:
26150         * platform/efl/fast/css/color-quirk-expected.txt:
26151         * platform/efl/fast/css/color-strict-expected.png:
26152         * platform/efl/fast/css/color-strict-expected.txt:
26153         * platform/efl/fast/css/compare-content-style-expected.png:
26154         * platform/efl/fast/css/compare-content-style-expected.txt:
26155         * platform/efl/fast/css/content-dynamic-expected.png:
26156         * platform/efl/fast/css/contentDiv-expected.png:
26157         * platform/efl/fast/css/contentDivWithChildren-expected.png:
26158         * platform/efl/fast/css/contentImage-expected.png:
26159         * platform/efl/fast/css/continuationCrash-expected.png:
26160         * platform/efl/fast/css/continuationCrash-expected.txt:
26161         * platform/efl/fast/css/counters/counter-text-security-expected.png:
26162         * platform/efl/fast/css/counters/counter-text-security-expected.txt:
26163         * platform/efl/fast/css/counters/counter-text-transform-expected.png:
26164         * platform/efl/fast/css/counters/counter-text-transform-expected.txt:
26165         * platform/efl/fast/css/create_element_align-expected.png:
26166         * platform/efl/fast/css/create_element_align-expected.txt:
26167         * platform/efl/fast/css/css-imports-expected.png:
26168         * platform/efl/fast/css/css-imports-expected.txt:
26169         * platform/efl/fast/css/css1_forward_compatible_parsing-expected.png:
26170         * platform/efl/fast/css/css1_forward_compatible_parsing-expected.txt:
26171         * platform/efl/fast/css/css2-system-fonts-expected.png:
26172         * platform/efl/fast/css/css3-modsel-22-expected.png:
26173         * platform/efl/fast/css/css3-modsel-22-expected.txt:
26174         * platform/efl/fast/css/css3-nth-child-expected.png:
26175         * platform/efl/fast/css/css3-nth-child-expected.txt:
26176         * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.png:
26177         * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.txt:
26178         * platform/efl/fast/css/disabled-author-styles-expected.png:
26179         * platform/efl/fast/css/disabled-author-styles-expected.txt:
26180         * platform/efl/fast/css/dynamic-sibling-selector-expected.png:
26181         * platform/efl/fast/css/dynamic-sibling-selector-expected.txt:
26182         * platform/efl/fast/css/empty-body-test-expected.png:
26183         * platform/efl/fast/css/empty-body-test-expected.txt:
26184         * platform/efl/fast/css/empty-generated-content-expected.png:
26185         * platform/efl/fast/css/empty-generated-content-expected.txt:
26186         * platform/efl/fast/css/empty-inline-003-quirksmode-expected.txt:
26187         * platform/efl/fast/css/empty-inline-line-height-first-line-expected.txt:
26188         * platform/efl/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt:
26189         * platform/efl/fast/css/empty-pseudo-class-expected.png:
26190         * platform/efl/fast/css/empty-pseudo-class-expected.txt:
26191         * platform/efl/fast/css/error-in-last-decl-expected.png:
26192         * platform/efl/fast/css/error-in-last-decl-expected.txt:
26193         * platform/efl/fast/css/ex-after-font-variant-expected.png:
26194         * platform/efl/fast/css/ex-after-font-variant-expected.txt:
26195         * platform/efl/fast/css/fieldset-display-row-expected.png:
26196         * platform/efl/fast/css/fieldset-display-row-expected.txt:
26197         * platform/efl/fast/css/find-next-layer-expected.png:
26198         * platform/efl/fast/css/find-next-layer-expected.txt:
26199         * platform/efl/fast/css/first-child-pseudo-class-expected.png:
26200         * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
26201         * platform/efl/fast/css/first-letter-capitalized-expected.png:
26202         * platform/efl/fast/css/first-letter-capitalized-expected.txt:
26203         * platform/efl/fast/css/first-letter-detach-expected.png:
26204         * platform/efl/fast/css/first-letter-detach-expected.txt:
26205         * platform/efl/fast/css/first-letter-first-line-hover-expected.png:
26206         * platform/efl/fast/css/first-letter-first-line-hover-expected.txt:
26207         * platform/efl/fast/css/first-letter-float-after-float-expected.png:
26208         * platform/efl/fast/css/first-letter-float-after-float-expected.txt:
26209         * platform/efl/fast/css/first-letter-float-expected.png:
26210         * platform/efl/fast/css/first-letter-float-expected.txt:
26211         * platform/efl/fast/css/first-letter-hover-expected.png:
26212         * platform/efl/fast/css/first-letter-hover-expected.txt:
26213         * platform/efl/fast/css/first-letter-punctuation-expected.png:
26214         * platform/efl/fast/css/first-letter-punctuation-expected.txt:
26215         * platform/efl/fast/css/first-letter-recalculation-expected.png:
26216         * platform/efl/fast/css/first-letter-recalculation-expected.txt:
26217         * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.png:
26218         * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.txt:
26219         * platform/efl/fast/css/first-letter-visibility-expected.png:
26220         * platform/efl/fast/css/first-letter-visibility-expected.txt:
26221         * platform/efl/fast/css/first-line-text-decoration-expected.png:
26222         * platform/efl/fast/css/first-line-text-decoration-expected.txt:
26223         * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
26224         * platform/efl/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
26225         * platform/efl/fast/css/first-of-type-pseudo-class-expected.png:
26226         * platform/efl/fast/css/first-of-type-pseudo-class-expected.txt:
26227         * platform/efl/fast/css/focus-ring-detached-expected.png:
26228         * platform/efl/fast/css/focus-ring-detached-expected.txt:
26229         * platform/efl/fast/css/focus-ring-multiline-expected.png:
26230         * platform/efl/fast/css/focus-ring-multiline-expected.txt:
26231         * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
26232         * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
26233         * platform/efl/fast/css/focus-ring-outline-color-expected.png:
26234         * platform/efl/fast/css/focus-ring-outline-color-expected.txt:
26235         * platform/efl/fast/css/focus-ring-outline-offset-expected.png:
26236         * platform/efl/fast/css/focus-ring-outline-offset-expected.txt:
26237         * platform/efl/fast/css/focus-ring-outline-width-expected.png:
26238         * platform/efl/fast/css/focus-ring-outline-width-expected.txt:
26239         * platform/efl/fast/css/font-face-default-font-expected.png:
26240         * platform/efl/fast/css/font-face-default-font-expected.txt:
26241         * platform/efl/fast/css/font-face-implicit-local-font-expected.png:
26242         * platform/efl/fast/css/font-face-implicit-local-font-expected.txt:
26243         * platform/efl/fast/css/font-face-in-media-rule-expected.png:
26244         * platform/efl/fast/css/font-face-in-media-rule-expected.txt:
26245         * platform/efl/fast/css/font-face-locally-installed-expected.png:
26246         * platform/efl/fast/css/font-face-locally-installed-expected.txt:
26247         * platform/efl/fast/css/font-face-multiple-faces-expected.png:
26248         * platform/efl/fast/css/font-face-multiple-faces-expected.txt:
26249         * platform/efl/fast/css/font-face-multiple-remote-sources-expected.png:
26250         * platform/efl/fast/css/font-face-opentype-expected.png:
26251         * platform/efl/fast/css/font-face-opentype-expected.txt:
26252         * platform/efl/fast/css/font-face-remote-expected.png:
26253         * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.png:
26254         * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.txt:
26255         * platform/efl/fast/css/font-face-unicode-range-expected.png:
26256         * platform/efl/fast/css/font-face-unicode-range-expected.txt:
26257         * platform/efl/fast/css/font-face-weight-matching-expected.png:
26258         * platform/efl/fast/css/font-face-weight-matching-expected.txt:
26259         * platform/efl/fast/css/font-face-woff-expected.png:
26260         * platform/efl/fast/css/font-face-woff-expected.txt:
26261         * platform/efl/fast/css/font-shorthand-weight-only-expected.png:
26262         * platform/efl/fast/css/font-shorthand-weight-only-expected.txt:
26263         * platform/efl/fast/css/font-size-negative-expected.png:
26264         * platform/efl/fast/css/font-smoothing-expected.txt:
26265         * platform/efl/fast/css/font-weight-1-expected.txt:
26266         * platform/efl/fast/css/font_property_normal-expected.png:
26267         * platform/efl/fast/css/font_property_normal-expected.txt:
26268         * platform/efl/fast/css/h1-in-section-elements-expected.png:
26269         * platform/efl/fast/css/h1-in-section-elements-expected.txt:
26270         * platform/efl/fast/css/hover-subselector-expected.png:
26271         * platform/efl/fast/css/hover-subselector-expected.txt:
26272         * platform/efl/fast/css/hsl-color-expected.png:
26273         * platform/efl/fast/css/hsla-color-expected.png:
26274         * platform/efl/fast/css/ignore-text-zoom-expected.png:
26275         * platform/efl/fast/css/ignore-text-zoom-expected.txt:
26276         * platform/efl/fast/css/imageTileOpacity-expected.png:
26277         * platform/efl/fast/css/import-rule-regression-11590-expected.png:
26278         * platform/efl/fast/css/import-rule-regression-11590-expected.txt:
26279         * platform/efl/fast/css/import_with_baseurl-expected.png:
26280         * platform/efl/fast/css/import_with_baseurl-expected.txt:
26281         * platform/efl/fast/css/inline-element-line-break-expected.png:
26282         * platform/efl/fast/css/inline-element-line-break-expected.txt:
26283         * platform/efl/fast/css/inline-properties-important-expected.png:
26284         * platform/efl/fast/css/inline-properties-important-expected.txt:
26285         * platform/efl/fast/css/input-search-padding-expected.txt:
26286         * platform/efl/fast/css/invalid-percentage-property-expected.png:
26287         * platform/efl/fast/css/invalid-percentage-property-expected.txt:
26288         * platform/efl/fast/css/invalid-pseudo-classes-expected.png:
26289         * platform/efl/fast/css/invalid-pseudo-classes-expected.txt:
26290         * platform/efl/fast/css/invalidation-errors-2-expected.png:
26291         * platform/efl/fast/css/invalidation-errors-3-expected.png:
26292         * platform/efl/fast/css/invalidation-errors-3-expected.txt:
26293         * platform/efl/fast/css/invalidation-errors-expected.png:
26294         * platform/efl/fast/css/last-child-pseudo-class-expected.png:
26295         * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
26296         * platform/efl/fast/css/last-child-style-sharing-expected.png:
26297         * platform/efl/fast/css/last-of-type-pseudo-class-expected.png:
26298         * platform/efl/fast/css/last-of-type-pseudo-class-expected.txt:
26299         * platform/efl/fast/css/layerZOrderCrash-expected.png:
26300         * platform/efl/fast/css/layerZOrderCrash-expected.txt:
26301         * platform/efl/fast/css/line-after-floating-div-expected.png:
26302         * platform/efl/fast/css/line-after-floating-div-expected.txt:
26303         * platform/efl/fast/css/line-height-determined-by-primary-font-expected.png:
26304         * platform/efl/fast/css/line-height-determined-by-primary-font-expected.txt:
26305         * platform/efl/fast/css/line-height-expected.png:
26306         * platform/efl/fast/css/line-height-expected.txt:
26307         * platform/efl/fast/css/line-height-font-order-expected.png:
26308         * platform/efl/fast/css/line-height-font-order-expected.txt:
26309         * platform/efl/fast/css/line-height-negative-expected.png:
26310         * platform/efl/fast/css/line-height-overflow-expected.png:
26311         * platform/efl/fast/css/line-height-overflow-expected.txt:
26312         * platform/efl/fast/css/linear-gradient-currentcolor-expected.png:
26313         * platform/efl/fast/css/link-outside-head-expected.png:
26314         * platform/efl/fast/css/link-outside-head-expected.txt:
26315         * platform/efl/fast/css/list-outline-expected.png:
26316         * platform/efl/fast/css/list-outline-expected.txt:
26317         * platform/efl/fast/css/live-cssrules-expected.png:
26318         * platform/efl/fast/css/live-cssrules-expected.txt:
26319         * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.png:
26320         * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.txt:
26321         * platform/efl/fast/css/margin-bottom-form-element-strict-expected.png:
26322         * platform/efl/fast/css/margin-bottom-form-element-strict-expected.txt:
26323         * platform/efl/fast/css/margin-top-bottom-dynamic-expected.png:
26324         * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt:
26325         * platform/efl/fast/css/max-height-none-expected.png:
26326         * platform/efl/fast/css/max-height-none-expected.txt:
26327         * platform/efl/fast/css/min-width-with-spanned-cell-expected.txt:
26328         * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.png:
26329         * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.txt:
26330         * platform/efl/fast/css/namespaces/001-expected.png:
26331         * platform/efl/fast/css/namespaces/001-expected.txt:
26332         * platform/efl/fast/css/namespaces/002-expected.png:
26333         * platform/efl/fast/css/namespaces/002-expected.txt:
26334         * platform/efl/fast/css/namespaces/003-expected.png:
26335         * platform/efl/fast/css/namespaces/003-expected.txt:
26336         * platform/efl/fast/css/namespaces/004-expected.png:
26337         * platform/efl/fast/css/namespaces/004-expected.txt:
26338         * platform/efl/fast/css/namespaces/005-expected.png:
26339         * platform/efl/fast/css/namespaces/005-expected.txt:
26340         * platform/efl/fast/css/namespaces/006-expected.png:
26341         * platform/efl/fast/css/namespaces/006-expected.txt:
26342         * platform/efl/fast/css/namespaces/007-expected.png:
26343         * platform/efl/fast/css/namespaces/007-expected.txt:
26344         * platform/efl/fast/css/namespaces/namespaces-comments-expected.png:
26345         * platform/efl/fast/css/namespaces/namespaces-comments-expected.txt:
26346         * platform/efl/fast/css/namespaces/namespaces-empty-expected.png:
26347         * platform/efl/fast/css/namespaces/namespaces-empty-expected.txt:
26348         * platform/efl/fast/css/namespaces/namespaces-escapes-expected.png:
26349         * platform/efl/fast/css/namespaces/namespaces-escapes-expected.txt:
26350         * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.png:
26351         * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.txt:
26352         * platform/efl/fast/css/negative-leading-expected.png:
26353         * platform/efl/fast/css/negative-leading-expected.txt:
26354         * platform/efl/fast/css/negative-nth-child-expected.png:
26355         * platform/efl/fast/css/negative-nth-child-expected.txt:
26356         * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.png:
26357         * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.txt:
26358         * platform/efl/fast/css/nested-rounded-corners-expected.png:
26359         * platform/efl/fast/css/non-empty-span-expected.png:
26360         * platform/efl/fast/css/non-empty-span-expected.txt:
26361         * platform/efl/fast/css/non-standard-checkbox-size-expected.png:
26362         * platform/efl/fast/css/non-standard-checkbox-size-expected.txt:
26363         * platform/efl/fast/css/nth-child-dynamic-expected.png:
26364         * platform/efl/fast/css/nth-child-dynamic-expected.txt:
26365         * platform/efl/fast/css/only-child-pseudo-class-expected.png:
26366         * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
26367         * platform/efl/fast/css/only-of-type-pseudo-class-expected.png:
26368         * platform/efl/fast/css/only-of-type-pseudo-class-expected.txt:
26369         * platform/efl/fast/css/outline-auto-empty-rects-expected.png:
26370         * platform/efl/fast/css/outline-auto-location-expected.png:
26371         * platform/efl/fast/css/outline-auto-location-expected.txt:
26372         * platform/efl/fast/css/outline-narrowLine-expected.png:
26373         * platform/efl/fast/css/outline-narrowLine-expected.txt:
26374         * platform/efl/fast/css/pendingStylesheetFontSize-expected.png:
26375         * platform/efl/fast/css/pendingStylesheetFontSize-expected.txt:
26376         * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.png:
26377         * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
26378         * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
26379         * platform/efl/fast/css/percentage-non-integer-expected.png:
26380         * platform/efl/fast/css/percentage-non-integer-expected.txt:
26381         * platform/efl/fast/css/position-negative-top-margin-expected.png:
26382         * platform/efl/fast/css/position-negative-top-margin-expected.txt:
26383         * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
26384         * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
26385         * platform/efl/fast/css/pseudo-element-line-break-expected.png:
26386         * platform/efl/fast/css/pseudo-element-line-break-expected.txt:
26387         * platform/efl/fast/css/pseudo-first-line-border-width-expected.png:
26388
26389 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
26390
26391         [EFL] Unreviewed gardening.
26392
26393         Rebaseline after enabling subpixel layout and updating freetype (10/26).
26394
26395         * platform/efl/fast/block/margin-collapse/038-expected.png:
26396         * platform/efl/fast/block/margin-collapse/038-expected.txt:
26397         * platform/efl/fast/block/margin-collapse/039-expected.png:
26398         * platform/efl/fast/block/margin-collapse/039-expected.txt:
26399         * platform/efl/fast/block/margin-collapse/040-expected.png:
26400         * platform/efl/fast/block/margin-collapse/040-expected.txt:
26401         * platform/efl/fast/block/margin-collapse/041-expected.png:
26402         * platform/efl/fast/block/margin-collapse/042-expected.png:
26403         * platform/efl/fast/block/margin-collapse/042-expected.txt:
26404         * platform/efl/fast/block/margin-collapse/043-expected.png:
26405         * platform/efl/fast/block/margin-collapse/044-expected.png:
26406         * platform/efl/fast/block/margin-collapse/044-expected.txt:
26407         * platform/efl/fast/block/margin-collapse/045-expected.png:
26408         * platform/efl/fast/block/margin-collapse/045-expected.txt:
26409         * platform/efl/fast/block/margin-collapse/055-expected.png:
26410         * platform/efl/fast/block/margin-collapse/055-expected.txt:
26411         * platform/efl/fast/block/margin-collapse/056-expected.png:
26412         * platform/efl/fast/block/margin-collapse/056-expected.txt:
26413         * platform/efl/fast/block/margin-collapse/057-expected.png:
26414         * platform/efl/fast/block/margin-collapse/058-expected.png:
26415         * platform/efl/fast/block/margin-collapse/058-expected.txt:
26416         * platform/efl/fast/block/margin-collapse/059-expected.png:
26417         * platform/efl/fast/block/margin-collapse/059-expected.txt:
26418         * platform/efl/fast/block/margin-collapse/062-expected.png:
26419         * platform/efl/fast/block/margin-collapse/062-expected.txt:
26420         * platform/efl/fast/block/margin-collapse/063-expected.png:
26421         * platform/efl/fast/block/margin-collapse/063-expected.txt:
26422         * platform/efl/fast/block/margin-collapse/100-expected.png:
26423         * platform/efl/fast/block/margin-collapse/100-expected.txt:
26424         * platform/efl/fast/block/margin-collapse/101-expected.png:
26425         * platform/efl/fast/block/margin-collapse/101-expected.txt:
26426         * platform/efl/fast/block/margin-collapse/102-expected.png:
26427         * platform/efl/fast/block/margin-collapse/102-expected.txt:
26428         * platform/efl/fast/block/margin-collapse/103-expected.png:
26429         * platform/efl/fast/block/margin-collapse/103-expected.txt:
26430         * platform/efl/fast/block/margin-collapse/104-expected.png:
26431         * platform/efl/fast/block/margin-collapse/104-expected.txt:
26432         * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.png:
26433         * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
26434         * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.png:
26435         * platform/efl/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
26436         * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.png:
26437         * platform/efl/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
26438         * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.png:
26439         * platform/efl/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
26440         * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.png:
26441         * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
26442         * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.png:
26443         * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
26444         * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.png:
26445         * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
26446         * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.png:
26447         * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
26448         * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.png:
26449         * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
26450         * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.png:
26451         * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
26452         * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.png:
26453         * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
26454         * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.png:
26455         * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
26456         * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.png:
26457         * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
26458         * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.png:
26459         * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
26460         * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.png:
26461         * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
26462         * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.png:
26463         * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
26464         * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.png:
26465         * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
26466         * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png:
26467         * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.png:
26468         * platform/efl/fast/block/margin-collapse/negative-margins-expected.png:
26469         * platform/efl/fast/block/margin-collapse/negative-margins-expected.txt:
26470         * platform/efl/fast/block/positioning/001-expected.png:
26471         * platform/efl/fast/block/positioning/001-expected.txt:
26472         * platform/efl/fast/block/positioning/002-expected.png:
26473         * platform/efl/fast/block/positioning/002-expected.txt:
26474         * platform/efl/fast/block/positioning/003-expected.png:
26475         * platform/efl/fast/block/positioning/004-expected.png:
26476         * platform/efl/fast/block/positioning/007-expected.png:
26477         * platform/efl/fast/block/positioning/008-expected.png:
26478         * platform/efl/fast/block/positioning/014-expected.png:
26479         * platform/efl/fast/block/positioning/017-expected.png:
26480         * platform/efl/fast/block/positioning/018-expected.png:
26481         * platform/efl/fast/block/positioning/019-expected.png:
26482         * platform/efl/fast/block/positioning/035-expected.png:
26483         * platform/efl/fast/block/positioning/038-expected.png:
26484         * platform/efl/fast/block/positioning/039-expected.png:
26485         * platform/efl/fast/block/positioning/040-expected.png:
26486         * platform/efl/fast/block/positioning/047-expected.png:
26487         * platform/efl/fast/block/positioning/048-expected.png:
26488         * platform/efl/fast/block/positioning/049-expected.png:
26489         * platform/efl/fast/block/positioning/050-expected.png:
26490         * platform/efl/fast/block/positioning/051-expected.png:
26491         * platform/efl/fast/block/positioning/051-expected.txt:
26492         * platform/efl/fast/block/positioning/052-expected.png:
26493         * platform/efl/fast/block/positioning/052-expected.txt:
26494         * platform/efl/fast/block/positioning/053-expected.png:
26495         * platform/efl/fast/block/positioning/053-expected.txt:
26496         * platform/efl/fast/block/positioning/054-expected.png:
26497         * platform/efl/fast/block/positioning/054-expected.txt:
26498         * platform/efl/fast/block/positioning/055-expected.png:
26499         * platform/efl/fast/block/positioning/055-expected.txt:
26500         * platform/efl/fast/block/positioning/056-expected.png:
26501         * platform/efl/fast/block/positioning/056-expected.txt:
26502         * platform/efl/fast/block/positioning/057-expected.png:
26503         * platform/efl/fast/block/positioning/057-expected.txt:
26504         * platform/efl/fast/block/positioning/058-expected.png:
26505         * platform/efl/fast/block/positioning/058-expected.txt:
26506         * platform/efl/fast/block/positioning/059-expected.png:
26507         * platform/efl/fast/block/positioning/059-expected.txt:
26508         * platform/efl/fast/block/positioning/060-expected.png:
26509         * platform/efl/fast/block/positioning/060-expected.txt:
26510         * platform/efl/fast/block/positioning/061-expected.png:
26511         * platform/efl/fast/block/positioning/061-expected.txt:
26512         * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.png:
26513         * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.txt:
26514         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.png:
26515         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
26516         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
26517         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
26518         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.png:
26519         * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
26520         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.png:
26521         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
26522         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.png:
26523         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
26524         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.png:
26525         * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
26526         * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
26527         * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
26528         * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
26529         * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
26530         * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.png:
26531         * platform/efl/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
26532         * platform/efl/fast/block/positioning/absolute-position-direction-expected.png:
26533         * platform/efl/fast/block/positioning/absolute-position-direction-expected.txt:
26534         * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.png:
26535         * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
26536         * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png:
26537         * platform/efl/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
26538         * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.png:
26539         * platform/efl/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
26540         * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.png:
26541         * platform/efl/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
26542         * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.png:
26543         * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
26544         * platform/efl/fast/block/positioning/auto/001-expected.png:
26545         * platform/efl/fast/block/positioning/auto/001-expected.txt:
26546         * platform/efl/fast/block/positioning/auto/002-expected.png:
26547         * platform/efl/fast/block/positioning/auto/002-expected.txt:
26548         * platform/efl/fast/block/positioning/auto/003-expected.png:
26549         * platform/efl/fast/block/positioning/auto/003-expected.txt:
26550         * platform/efl/fast/block/positioning/auto/004-expected.png:
26551         * platform/efl/fast/block/positioning/auto/004-expected.txt:
26552         * platform/efl/fast/block/positioning/auto/005-expected.png:
26553         * platform/efl/fast/block/positioning/auto/005-expected.txt:
26554         * platform/efl/fast/block/positioning/auto/006-expected.png:
26555         * platform/efl/fast/block/positioning/auto/006-expected.txt:
26556         * platform/efl/fast/block/positioning/auto/007-expected.png:
26557         * platform/efl/fast/block/positioning/auto/007-expected.txt:
26558         * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.png:
26559         * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.txt:
26560         * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.png:
26561         * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.txt:
26562         * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.png:
26563         * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.txt:
26564         * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.png:
26565         * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.txt:
26566         * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.png:
26567         * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.txt:
26568         * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.png:
26569         * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.txt:
26570         * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.png:
26571         * platform/efl/fast/block/positioning/auto/vertical-lr/007-expected.txt:
26572         * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.png:
26573         * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.txt:
26574         * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.png:
26575         * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.txt:
26576         * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.png:
26577         * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.txt:
26578         * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.png:
26579         * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.txt:
26580         * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.png:
26581         * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.txt:
26582         * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.png:
26583         * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.txt:
26584         * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.png:
26585         * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.txt:
26586         * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.png:
26587         * platform/efl/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
26588         * platform/efl/fast/block/positioning/differing-writing-modes-expected.png:
26589         * platform/efl/fast/block/positioning/differing-writing-modes-expected.txt:
26590         * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.png:
26591         * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
26592         * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
26593         * platform/efl/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
26594         * platform/efl/fast/block/positioning/height-change-expected.png:
26595         * platform/efl/fast/block/positioning/height-change-expected.txt:
26596         * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png:
26597         * platform/efl/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
26598         * platform/efl/fast/block/positioning/inline-block-relposition-expected.png:
26599         * platform/efl/fast/block/positioning/inline-block-relposition-expected.txt:
26600         * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.png:
26601         * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.txt:
26602         * platform/efl/fast/block/positioning/negative-rel-position-expected.png:
26603         * platform/efl/fast/block/positioning/negative-right-pos-expected.png:
26604         * platform/efl/fast/block/positioning/negative-right-pos-expected.txt:
26605         * platform/efl/fast/block/positioning/padding-percent-expected.png:
26606         * platform/efl/fast/block/positioning/padding-percent-expected.txt:
26607         * platform/efl/fast/block/positioning/pref-width-change-expected.png:
26608         * platform/efl/fast/block/positioning/pref-width-change-expected.txt:
26609         * platform/efl/fast/block/positioning/relative-overconstrained-expected.png:
26610         * platform/efl/fast/block/positioning/relative-overflow-block-expected.png:
26611         * platform/efl/fast/block/positioning/relative-overflow-block-expected.txt:
26612         * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.png:
26613         * platform/efl/fast/block/positioning/relative-overflow-replaced-expected.txt:
26614         * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.png:
26615         * platform/efl/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
26616         * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.png:
26617         * platform/efl/fast/block/positioning/relative-positioned-inline-container-expected.txt:
26618         * platform/efl/fast/block/positioning/relayout-on-position-change-expected.png:
26619         * platform/efl/fast/block/positioning/relayout-on-position-change-expected.txt:
26620         * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
26621         * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
26622         * platform/efl/fast/block/positioning/rtl-static-positioning-expected.png:
26623         * platform/efl/fast/block/positioning/rtl-static-positioning-expected.txt:
26624         * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.png:
26625         * platform/efl/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
26626         * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png:
26627         * platform/efl/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
26628         * platform/efl/fast/block/positioning/static-inline-position-dynamic-expected.png:
26629         * platform/efl/fast/block/positioning/table-cell-static-position-expected.png:
26630         * platform/efl/fast/block/positioning/table-cell-static-position-expected.txt:
26631         * platform/efl/fast/block/positioning/trailing-space-test-expected.png:
26632         * platform/efl/fast/block/positioning/trailing-space-test-expected.txt:
26633         * platform/efl/fast/block/positioning/vertical-lr/001-expected.png:
26634         * platform/efl/fast/block/positioning/vertical-lr/001-expected.txt:
26635         * platform/efl/fast/block/positioning/vertical-lr/002-expected.png:
26636         * platform/efl/fast/block/positioning/vertical-lr/002-expected.txt:
26637         * platform/efl/fast/block/positioning/vertical-lr/003-expected.png:
26638         * platform/efl/fast/block/positioning/vertical-lr/004-expected.png:
26639         * platform/efl/fast/block/positioning/vertical-rl/001-expected.png:
26640         * platform/efl/fast/block/positioning/vertical-rl/001-expected.txt:
26641         * platform/efl/fast/block/positioning/vertical-rl/002-expected.png:
26642         * platform/efl/fast/block/positioning/vertical-rl/002-expected.txt:
26643         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
26644         * platform/efl/fast/block/positioning/window-height-change-expected.png:
26645         * platform/efl/fast/block/positioning/window-height-change-expected.txt:
26646         * platform/efl/fast/body-propagation/background-color/001-expected.png:
26647         * platform/efl/fast/body-propagation/background-color/001-expected.txt:
26648         * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.png:
26649         * platform/efl/fast/body-propagation/background-color/001-xhtml-expected.txt:
26650         * platform/efl/fast/body-propagation/background-color/002-expected.png:
26651         * platform/efl/fast/body-propagation/background-color/002-expected.txt:
26652         * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.png:
26653         * platform/efl/fast/body-propagation/background-color/002-xhtml-expected.txt:
26654         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
26655         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.txt:
26656         * platform/efl/fast/body-propagation/background-color/003-expected.png:
26657         * platform/efl/fast/body-propagation/background-color/003-expected.txt:
26658         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
26659         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.txt:
26660         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
26661         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.txt:
26662         * platform/efl/fast/body-propagation/background-color/004-expected.png:
26663         * platform/efl/fast/body-propagation/background-color/004-expected.txt:
26664         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
26665         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.txt:
26666         * platform/efl/fast/body-propagation/background-color/005-declarative-expected.png:
26667         * platform/efl/fast/body-propagation/background-color/005-declarative-expected.txt:
26668         * platform/efl/fast/body-propagation/background-color/005-expected.png:
26669         * platform/efl/fast/body-propagation/background-color/005-expected.txt:
26670         * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.png:
26671         * platform/efl/fast/body-propagation/background-color/005-xhtml-expected.txt:
26672         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
26673         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.txt:
26674         * platform/efl/fast/body-propagation/background-color/006-expected.png:
26675         * platform/efl/fast/body-propagation/background-color/006-expected.txt:
26676         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
26677         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.txt:
26678         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
26679         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.txt:
26680         * platform/efl/fast/body-propagation/background-color/007-expected.png:
26681         * platform/efl/fast/body-propagation/background-color/007-expected.txt:
26682         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
26683         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.txt:
26684         * platform/efl/fast/body-propagation/background-color/008-expected.png:
26685         * platform/efl/fast/body-propagation/background-color/008-expected.txt:
26686         * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.png:
26687         * platform/efl/fast/body-propagation/background-color/008-xhtml-expected.txt:
26688         * platform/efl/fast/body-propagation/background-image/001-expected.png:
26689         * platform/efl/fast/body-propagation/background-image/001-expected.txt:
26690         * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.png:
26691         * platform/efl/fast/body-propagation/background-image/001-xhtml-expected.txt:
26692         * platform/efl/fast/body-propagation/background-image/002-expected.png:
26693         * platform/efl/fast/body-propagation/background-image/002-expected.txt:
26694         * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.png:
26695         * platform/efl/fast/body-propagation/background-image/002-xhtml-expected.txt:
26696         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
26697         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.txt:
26698         * platform/efl/fast/body-propagation/background-image/003-expected.png:
26699         * platform/efl/fast/body-propagation/background-image/003-expected.txt:
26700         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
26701         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.txt:
26702         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
26703         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.txt:
26704         * platform/efl/fast/body-propagation/background-image/004-expected.png:
26705         * platform/efl/fast/body-propagation/background-image/004-expected.txt:
26706         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
26707         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.txt:
26708         * platform/efl/fast/body-propagation/background-image/005-declarative-expected.png:
26709         * platform/efl/fast/body-propagation/background-image/005-declarative-expected.txt:
26710         * platform/efl/fast/body-propagation/background-image/005-expected.png:
26711         * platform/efl/fast/body-propagation/background-image/005-expected.txt:
26712         * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.png:
26713         * platform/efl/fast/body-propagation/background-image/005-xhtml-expected.txt:
26714         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
26715         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.txt:
26716         * platform/efl/fast/body-propagation/background-image/006-expected.png:
26717         * platform/efl/fast/body-propagation/background-image/006-expected.txt:
26718         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
26719         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.txt:
26720         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
26721         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.txt:
26722         * platform/efl/fast/body-propagation/background-image/007-expected.png:
26723         * platform/efl/fast/body-propagation/background-image/007-expected.txt:
26724         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
26725         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.txt:
26726         * platform/efl/fast/body-propagation/background-image/008-expected.png:
26727         * platform/efl/fast/body-propagation/background-image/008-expected.txt:
26728         * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.png:
26729         * platform/efl/fast/body-propagation/background-image/008-xhtml-expected.txt:
26730         * platform/efl/fast/body-propagation/background-image/009-expected.png:
26731         * platform/efl/fast/body-propagation/background-image/009-expected.txt:
26732         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
26733         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.txt:
26734         * platform/efl/fast/body-propagation/background-image/010-expected.png:
26735         * platform/efl/fast/body-propagation/background-image/010-expected.txt:
26736         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
26737         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.txt:
26738         * platform/efl/fast/body-propagation/overflow/001-expected.png:
26739         * platform/efl/fast/body-propagation/overflow/001-expected.txt:
26740         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
26741         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.txt:
26742         * platform/efl/fast/body-propagation/overflow/002-expected.png:
26743         * platform/efl/fast/body-propagation/overflow/002-expected.txt:
26744         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
26745         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.txt:
26746         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
26747         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.txt:
26748         * platform/efl/fast/body-propagation/overflow/003-expected.png:
26749         * platform/efl/fast/body-propagation/overflow/003-expected.txt:
26750         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
26751         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.txt:
26752         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
26753         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.txt:
26754         * platform/efl/fast/body-propagation/overflow/004-expected.png:
26755         * platform/efl/fast/body-propagation/overflow/004-expected.txt:
26756         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
26757         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.txt:
26758         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
26759         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.txt:
26760         * platform/efl/fast/body-propagation/overflow/005-expected.png:
26761         * platform/efl/fast/body-propagation/overflow/005-expected.txt:
26762         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
26763         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.txt:
26764         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
26765         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.txt:
26766         * platform/efl/fast/body-propagation/overflow/006-expected.png:
26767         * platform/efl/fast/body-propagation/overflow/006-expected.txt:
26768         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
26769         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.txt:
26770         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
26771         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.txt:
26772         * platform/efl/fast/body-propagation/overflow/007-expected.png:
26773         * platform/efl/fast/body-propagation/overflow/007-expected.txt:
26774         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
26775         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.txt:
26776         * platform/efl/fast/borders/bidi-002-expected.png:
26777         * platform/efl/fast/borders/bidi-002-expected.txt:
26778         * platform/efl/fast/borders/bidi-009a-expected.png:
26779         * platform/efl/fast/borders/bidi-012-expected.png:
26780         * platform/efl/fast/borders/block-mask-overlay-image-expected.png:
26781         * platform/efl/fast/borders/block-mask-overlay-image-expected.txt:
26782         * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.png:
26783         * platform/efl/fast/borders/block-mask-overlay-image-outset-expected.txt:
26784         * platform/efl/fast/borders/border-antialiasing-expected.png:
26785         * platform/efl/fast/borders/border-antialiasing-expected.txt:
26786         * platform/efl/fast/borders/border-color-inherit-expected.png:
26787         * platform/efl/fast/borders/border-color-inherit-expected.txt:
26788         * platform/efl/fast/borders/border-fit-2-expected.png:
26789         * platform/efl/fast/borders/border-fit-expected.png:
26790         * platform/efl/fast/borders/border-image-01-expected.png:
26791         * platform/efl/fast/borders/border-image-01-expected.txt:
26792         * platform/efl/fast/borders/border-image-border-radius-expected.png:
26793         * platform/efl/fast/borders/border-image-border-radius-expected.txt:
26794         * platform/efl/fast/borders/border-image-longhand-expected.png:
26795         * platform/efl/fast/borders/border-image-longhand-expected.txt:
26796         * platform/efl/fast/borders/border-image-massive-scale-expected.png:
26797         * platform/efl/fast/borders/border-image-massive-scale-expected.txt:
26798         * platform/efl/fast/borders/border-image-omit-right-slice-expected.png:
26799         * platform/efl/fast/borders/border-image-outset-expected.png:
26800         * platform/efl/fast/borders/border-image-outset-expected.txt:
26801         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png:
26802         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.txt:
26803         * platform/efl/fast/borders/border-image-outset-split-inline-expected.png:
26804         * platform/efl/fast/borders/border-image-outset-split-inline-expected.txt:
26805         * platform/efl/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
26806         * platform/efl/fast/borders/border-image-repeat-expected.png:
26807         * platform/efl/fast/borders/border-image-repeat-expected.txt:
26808         * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
26809         * platform/efl/fast/borders/border-image-rotate-transform-expected.txt:
26810         * platform/efl/fast/borders/border-image-scale-transform-expected.png:
26811         * platform/efl/fast/borders/border-image-scale-transform-expected.txt:
26812         * platform/efl/fast/borders/border-image-scaled-expected.png:
26813         * platform/efl/fast/borders/border-image-scaled-expected.txt:
26814         * platform/efl/fast/borders/border-image-scaled-gradient-expected.png:
26815         * platform/efl/fast/borders/border-image-scrambled-expected.png:
26816         * platform/efl/fast/borders/border-image-scrambled-expected.txt:
26817         * platform/efl/fast/borders/border-image-side-reduction-expected.png:
26818         * platform/efl/fast/borders/border-image-slice-constrained-expected.png:
26819         * platform/efl/fast/borders/border-image-slice-constrained-expected.txt:
26820         * platform/efl/fast/borders/border-image-slices-expected.png:
26821         * platform/efl/fast/borders/border-image-slices-expected.txt:
26822         * platform/efl/fast/borders/border-image-source-expected.png:
26823         * platform/efl/fast/borders/border-image-source-expected.txt:
26824         * platform/efl/fast/borders/border-mixed-alpha-expected.png:
26825         * platform/efl/fast/borders/border-radius-circle-expected.png:
26826         * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
26827         * platform/efl/fast/borders/border-radius-constraints-expected.txt:
26828         * platform/efl/fast/borders/border-radius-different-width-001-expected.png:
26829         * platform/efl/fast/borders/border-radius-groove-01-expected.png:
26830         * platform/efl/fast/borders/border-radius-groove-02-expected.png:
26831         * platform/efl/fast/borders/border-radius-groove-03-expected.png:
26832         * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
26833         * platform/efl/fast/borders/border-radius-inline-flow-expected.png:
26834         * platform/efl/fast/borders/border-radius-inline-flow-expected.txt:
26835         * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
26836         * platform/efl/fast/borders/border-radius-inset-outset-expected.txt:
26837         * platform/efl/fast/borders/border-radius-split-inline-expected.txt:
26838         * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png:
26839         * platform/efl/fast/borders/border-radius-wide-border-01-expected.png:
26840         * platform/efl/fast/borders/border-radius-wide-border-02-expected.png:
26841         * platform/efl/fast/borders/border-radius-wide-border-03-expected.png:
26842         * platform/efl/fast/borders/border-radius-wide-border-04-expected.png:
26843         * platform/efl/fast/borders/border-radius-wide-border-05-expected.png:
26844         * platform/efl/fast/borders/border-shadow-large-radius-expected.png:
26845         * platform/efl/fast/borders/border-styles-split-expected.png:
26846         * platform/efl/fast/borders/border-styles-split-expected.txt:
26847         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
26848         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
26849         * platform/efl/fast/borders/borderRadiusArcs01-expected.png:
26850         * platform/efl/fast/borders/borderRadiusArcs01-expected.txt:
26851         * platform/efl/fast/borders/borderRadiusDashed01-expected.png:
26852         * platform/efl/fast/borders/borderRadiusDashed02-expected.png:
26853         * platform/efl/fast/borders/borderRadiusDashed03-expected.png:
26854         * platform/efl/fast/borders/borderRadiusDashed04-expected.png:
26855         * platform/efl/fast/borders/borderRadiusDashed05-expected.png:
26856         * platform/efl/fast/borders/borderRadiusDashed06-expected.png:
26857         * platform/efl/fast/borders/borderRadiusDotted01-expected.png:
26858         * platform/efl/fast/borders/borderRadiusDotted02-expected.png:
26859         * platform/efl/fast/borders/borderRadiusDotted03-expected.png:
26860         * platform/efl/fast/borders/borderRadiusDotted04-expected.png:
26861         * platform/efl/fast/borders/borderRadiusDotted05-expected.png:
26862         * platform/efl/fast/borders/borderRadiusDotted06-expected.png:
26863         * platform/efl/fast/borders/borderRadiusDouble01-expected.png:
26864         * platform/efl/fast/borders/borderRadiusDouble01-expected.txt:
26865         * platform/efl/fast/borders/borderRadiusDouble02-expected.png:
26866         * platform/efl/fast/borders/borderRadiusDouble02-expected.txt:
26867         * platform/efl/fast/borders/borderRadiusDouble03-expected.png:
26868         * platform/efl/fast/borders/borderRadiusDouble03-expected.txt:
26869         * platform/efl/fast/borders/borderRadiusDouble04-expected.png:
26870         * platform/efl/fast/borders/borderRadiusDouble05-expected.png:
26871         * platform/efl/fast/borders/borderRadiusDouble06-expected.png:
26872         * platform/efl/fast/borders/borderRadiusDouble07-expected.png:
26873         * platform/efl/fast/borders/borderRadiusDouble08-expected.png:
26874         * platform/efl/fast/borders/borderRadiusDouble09-expected.png:
26875         * platform/efl/fast/borders/borderRadiusGroove01-expected.png:
26876         * platform/efl/fast/borders/borderRadiusGroove01-expected.txt:
26877         * platform/efl/fast/borders/borderRadiusGroove02-expected.png:
26878         * platform/efl/fast/borders/borderRadiusGroove02-expected.txt:
26879         * platform/efl/fast/borders/borderRadiusInset01-expected.png:
26880         * platform/efl/fast/borders/borderRadiusInset01-expected.txt:
26881         * platform/efl/fast/borders/borderRadiusInvalidColor-expected.png:
26882         * platform/efl/fast/borders/borderRadiusInvalidColor-expected.txt:
26883         * platform/efl/fast/borders/borderRadiusOutset01-expected.png:
26884         * platform/efl/fast/borders/borderRadiusOutset01-expected.txt:
26885         * platform/efl/fast/borders/borderRadiusRidge01-expected.png:
26886         * platform/efl/fast/borders/borderRadiusRidge01-expected.txt:
26887         * platform/efl/fast/borders/borderRadiusSolid01-expected.png:
26888         * platform/efl/fast/borders/borderRadiusSolid02-expected.png:
26889         * platform/efl/fast/borders/borderRadiusSolid03-expected.png:
26890         * platform/efl/fast/borders/borderRadiusSolid04-expected.png:
26891         * platform/efl/fast/borders/different-color-borders-expected.png:
26892         * platform/efl/fast/borders/different-color-borders-expected.txt:
26893         * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
26894         * platform/efl/fast/borders/inline-mask-overlay-image-expected.png:
26895         * platform/efl/fast/borders/inline-mask-overlay-image-expected.txt:
26896
26897 2013-01-18  Andrei Bucur  <abucur@adobe.com>
26898
26899         [CSS Regions] Add tests for widows and orphans
26900         https://bugs.webkit.org/show_bug.cgi?id=106003
26901
26902         Reviewed by Tony Chang.
26903
26904         The change that enabled widows and orphans for paginated rendering (r137200) doesn't contain any tests for regions. This patch adapts the
26905         test added for multi-column to use regions instead.
26906
26907         * fast/regions/regions-widows-and-orphans-expected.txt: Added.
26908         * fast/regions/regions-widows-and-orphans.html: Added.
26909
26910 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
26911
26912         [EFL] Unreviewed gardening.
26913
26914         Rebaseline after enabling subpixel layout and updating freetype (9/26).
26915
26916         * platform/efl/editing/selection/unrendered-002-expected.txt:
26917         * platform/efl/editing/selection/unrendered-003-expected.png:
26918         * platform/efl/editing/selection/unrendered-003-expected.txt:
26919         * platform/efl/editing/selection/unrendered-004-expected.png:
26920         * platform/efl/editing/selection/unrendered-004-expected.txt:
26921         * platform/efl/editing/selection/unrendered-005-expected.png:
26922         * platform/efl/editing/selection/unrendered-005-expected.txt:
26923         * platform/efl/editing/selection/unrendered-space-expected.png:
26924         * platform/efl/editing/selection/unrendered-space-expected.txt:
26925         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
26926         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
26927         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
26928         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
26929         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
26930         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
26931         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
26932         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
26933         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
26934         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
26935         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
26936         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
26937         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
26938         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
26939         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
26940         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
26941         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
26942         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
26943         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
26944         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
26945         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
26946         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
26947         * platform/efl/editing/selection/word-granularity-expected.png:
26948         * platform/efl/editing/selection/word-granularity-expected.txt:
26949         * platform/efl/editing/selection/wrapped-line-caret-1-expected.png:
26950         * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt:
26951         * platform/efl/editing/selection/wrapped-line-caret-2-expected.png:
26952         * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt:
26953         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt:
26954         * platform/efl/editing/spelling/spelling-expected.txt:
26955         * platform/efl/editing/style/4916887-expected.png:
26956         * platform/efl/editing/style/4916887-expected.txt:
26957         * platform/efl/editing/style/5017613-2-expected.png:
26958         * platform/efl/editing/style/5017613-2-expected.txt:
26959         * platform/efl/editing/style/5046875-2-expected.png:
26960         * platform/efl/editing/style/5046875-2-expected.txt:
26961         * platform/efl/editing/style/5084241-expected.png:
26962         * platform/efl/editing/style/5084241-expected.txt:
26963         * platform/efl/editing/style/apple-style-editable-mix-expected.png:
26964         * platform/efl/editing/style/apple-style-editable-mix-expected.txt:
26965         * platform/efl/editing/style/block-style-001-expected.png:
26966         * platform/efl/editing/style/block-style-001-expected.txt:
26967         * platform/efl/editing/style/block-style-002-expected.png:
26968         * platform/efl/editing/style/block-style-002-expected.txt:
26969         * platform/efl/editing/style/block-style-003-expected.png:
26970         * platform/efl/editing/style/block-style-003-expected.txt:
26971         * platform/efl/editing/style/block-styles-007-expected.png:
26972         * platform/efl/editing/style/block-styles-007-expected.txt:
26973         * platform/efl/editing/style/create-block-for-style-001-expected.png:
26974         * platform/efl/editing/style/create-block-for-style-001-expected.txt:
26975         * platform/efl/editing/style/create-block-for-style-002-expected.png:
26976         * platform/efl/editing/style/create-block-for-style-002-expected.txt:
26977         * platform/efl/editing/style/create-block-for-style-003-expected.png:
26978         * platform/efl/editing/style/create-block-for-style-003-expected.txt:
26979         * platform/efl/editing/style/create-block-for-style-004-expected.png:
26980         * platform/efl/editing/style/create-block-for-style-004-expected.txt:
26981         * platform/efl/editing/style/create-block-for-style-005-expected.png:
26982         * platform/efl/editing/style/create-block-for-style-005-expected.txt:
26983         * platform/efl/editing/style/create-block-for-style-006-expected.png:
26984         * platform/efl/editing/style/create-block-for-style-006-expected.txt:
26985         * platform/efl/editing/style/create-block-for-style-007-expected.png:
26986         * platform/efl/editing/style/create-block-for-style-007-expected.txt:
26987         * platform/efl/editing/style/create-block-for-style-008-expected.png:
26988         * platform/efl/editing/style/create-block-for-style-008-expected.txt:
26989         * platform/efl/editing/style/create-block-for-style-009-expected.png:
26990         * platform/efl/editing/style/create-block-for-style-009-expected.txt:
26991         * platform/efl/editing/style/create-block-for-style-010-expected.png:
26992         * platform/efl/editing/style/create-block-for-style-010-expected.txt:
26993         * platform/efl/editing/style/create-block-for-style-011-expected.png:
26994         * platform/efl/editing/style/create-block-for-style-011-expected.txt:
26995         * platform/efl/editing/style/create-block-for-style-012-expected.png:
26996         * platform/efl/editing/style/create-block-for-style-012-expected.txt:
26997         * platform/efl/editing/style/create-block-for-style-013-expected.png:
26998         * platform/efl/editing/style/create-block-for-style-013-expected.txt:
26999         * platform/efl/editing/style/designmode-expected.png:
27000         * platform/efl/editing/style/designmode-expected.txt:
27001         * platform/efl/editing/style/highlight-expected.png:
27002         * platform/efl/editing/style/highlight-expected.txt:
27003         * platform/efl/editing/style/relative-font-size-change-001-expected.png:
27004         * platform/efl/editing/style/relative-font-size-change-001-expected.txt:
27005         * platform/efl/editing/style/relative-font-size-change-002-expected.png:
27006         * platform/efl/editing/style/relative-font-size-change-002-expected.txt:
27007         * platform/efl/editing/style/relative-font-size-change-003-expected.png:
27008         * platform/efl/editing/style/relative-font-size-change-003-expected.txt:
27009         * platform/efl/editing/style/relative-font-size-change-004-expected.png:
27010         * platform/efl/editing/style/relative-font-size-change-004-expected.txt:
27011         * platform/efl/editing/style/style-3681552-fix-001-expected.png:
27012         * platform/efl/editing/style/style-3681552-fix-002-expected.png:
27013         * platform/efl/editing/style/style-3681552-fix-002-expected.txt:
27014         * platform/efl/editing/style/style-3998892-fix-expected.png:
27015         * platform/efl/editing/style/style-3998892-fix-expected.txt:
27016         * platform/efl/editing/style/style-boundary-001-expected.png:
27017         * platform/efl/editing/style/style-boundary-001-expected.txt:
27018         * platform/efl/editing/style/style-boundary-002-expected.png:
27019         * platform/efl/editing/style/style-boundary-003-expected.png:
27020         * platform/efl/editing/style/style-boundary-004-expected.png:
27021         * platform/efl/editing/style/style-boundary-004-expected.txt:
27022         * platform/efl/editing/style/table-selection-expected.png:
27023         * platform/efl/editing/style/table-selection-expected.txt:
27024         * platform/efl/editing/style/typing-style-001-expected.png:
27025         * platform/efl/editing/style/typing-style-002-expected.png:
27026         * platform/efl/editing/style/unbold-in-bold-expected.png:
27027         * platform/efl/editing/style/unbold-in-bold-expected.txt:
27028         * platform/efl/editing/undo/4063751-expected.png:
27029         * platform/efl/editing/undo/4063751-expected.txt:
27030         * platform/efl/editing/undo/5378473-expected.png:
27031         * platform/efl/editing/undo/redo-typing-001-expected.png:
27032         * platform/efl/editing/undo/redo-typing-001-expected.txt:
27033         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png:
27034         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.txt:
27035         * platform/efl/editing/undo/undo-combined-delete-expected.png:
27036         * platform/efl/editing/undo/undo-combined-delete-expected.txt:
27037         * platform/efl/editing/undo/undo-delete-boundary-expected.png:
27038         * platform/efl/editing/undo/undo-delete-boundary-expected.txt:
27039         * platform/efl/editing/undo/undo-delete-expected.png:
27040         * platform/efl/editing/undo/undo-delete-expected.txt:
27041         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png:
27042         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.txt:
27043         * platform/efl/editing/undo/undo-forward-delete-expected.png:
27044         * platform/efl/editing/undo/undo-forward-delete-expected.txt:
27045         * platform/efl/editing/undo/undo-misspellings-expected.png:
27046         * platform/efl/editing/undo/undo-typing-001-expected.png:
27047         * platform/efl/editing/undo/undo-typing-001-expected.txt:
27048         * platform/efl/editing/unsupported-content/list-type-before-expected.png:
27049         * platform/efl/editing/unsupported-content/list-type-before-expected.txt:
27050         * platform/efl/editing/unsupported-content/table-type-after-expected.png:
27051         * platform/efl/editing/unsupported-content/table-type-after-expected.txt:
27052         * platform/efl/editing/unsupported-content/table-type-before-expected.png:
27053         * platform/efl/editing/unsupported-content/table-type-before-expected.txt:
27054         * platform/efl/fast/backgrounds/001-expected.png:
27055         * platform/efl/fast/backgrounds/001-expected.txt:
27056         * platform/efl/fast/backgrounds/animated-gif-as-background-expected.png:
27057         * platform/efl/fast/backgrounds/animated-gif-as-background-expected.txt:
27058         * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.png:
27059         * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.txt:
27060         * platform/efl/fast/backgrounds/background-clip-text-expected.png:
27061         * platform/efl/fast/backgrounds/background-clip-text-expected.txt:
27062         * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.png:
27063         * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.txt:
27064         * platform/efl/fast/backgrounds/background-leakage-expected.png:
27065         * platform/efl/fast/backgrounds/background-leakage-expected.txt:
27066         * platform/efl/fast/backgrounds/background-leakage-transforms-expected.png:
27067         * platform/efl/fast/backgrounds/background-leakage-transforms-expected.txt:
27068         * platform/efl/fast/backgrounds/background-origin-root-element-expected.png:
27069         * platform/efl/fast/backgrounds/background-origin-root-element-expected.txt:
27070         * platform/efl/fast/backgrounds/background-position-1-expected.png:
27071         * platform/efl/fast/backgrounds/background-position-1-expected.txt:
27072         * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
27073         * platform/efl/fast/backgrounds/background-position-rounding-expected.png:
27074         * platform/efl/fast/backgrounds/background-position-rounding-expected.txt:
27075         * platform/efl/fast/backgrounds/bgCompositeCopy-expected.png:
27076         * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
27077         * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
27078         * platform/efl/fast/backgrounds/border-radius-split-background-expected.png:
27079         * platform/efl/fast/backgrounds/border-radius-split-background-expected.txt:
27080         * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.png:
27081         * platform/efl/fast/backgrounds/border-radius-split-background-image-expected.txt:
27082         * platform/efl/fast/backgrounds/mask-box-image-expected.png:
27083         * platform/efl/fast/backgrounds/mask-box-image-expected.txt:
27084         * platform/efl/fast/backgrounds/mask-composite-expected.png:
27085         * platform/efl/fast/backgrounds/mask-composite-expected.txt:
27086         * platform/efl/fast/backgrounds/opacity-on-document-element-expected.png:
27087         * platform/efl/fast/backgrounds/opacity-on-document-element-expected.txt:
27088         * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
27089         * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
27090         * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
27091         * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
27092         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
27093         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
27094         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
27095         * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
27096         * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
27097         * platform/efl/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
27098         * platform/efl/fast/backgrounds/size/backgroundSize01-expected.png:
27099         * platform/efl/fast/backgrounds/size/backgroundSize02-expected.png:
27100         * platform/efl/fast/backgrounds/size/backgroundSize03-expected.png:
27101         * platform/efl/fast/backgrounds/size/backgroundSize04-expected.png:
27102         * platform/efl/fast/backgrounds/size/backgroundSize05-expected.png:
27103         * platform/efl/fast/backgrounds/size/backgroundSize06-expected.png:
27104         * platform/efl/fast/backgrounds/size/backgroundSize07-expected.png:
27105         * platform/efl/fast/backgrounds/size/backgroundSize08-expected.png:
27106         * platform/efl/fast/backgrounds/size/backgroundSize09-expected.png:
27107         * platform/efl/fast/backgrounds/size/backgroundSize10-expected.png:
27108         * platform/efl/fast/backgrounds/size/backgroundSize11-expected.png:
27109         * platform/efl/fast/backgrounds/size/backgroundSize12-expected.png:
27110         * platform/efl/fast/backgrounds/size/backgroundSize13-expected.png:
27111         * platform/efl/fast/backgrounds/size/backgroundSize14-expected.png:
27112         * platform/efl/fast/backgrounds/size/backgroundSize15-expected.png:
27113         * platform/efl/fast/backgrounds/size/backgroundSize15-expected.txt:
27114         * platform/efl/fast/backgrounds/size/backgroundSize16-expected.png:
27115         * platform/efl/fast/backgrounds/size/backgroundSize16-expected.txt:
27116         * platform/efl/fast/backgrounds/size/backgroundSize17-expected.png:
27117         * platform/efl/fast/backgrounds/size/backgroundSize18-expected.png:
27118         * platform/efl/fast/backgrounds/size/backgroundSize19-expected.png:
27119         * platform/efl/fast/backgrounds/size/backgroundSize20-expected.png:
27120         * platform/efl/fast/backgrounds/size/backgroundSize21-expected.png:
27121         * platform/efl/fast/backgrounds/size/backgroundSize22-expected.png:
27122         * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
27123         * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
27124         * platform/efl/fast/backgrounds/size/zero-expected.png:
27125         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
27126         * platform/efl/fast/backgrounds/svg-as-mask-expected.png:
27127         * platform/efl/fast/block/basic/001-expected.png:
27128         * platform/efl/fast/block/basic/001-expected.txt:
27129         * platform/efl/fast/block/basic/002-expected.png:
27130         * platform/efl/fast/block/basic/002-expected.txt:
27131         * platform/efl/fast/block/basic/003-expected.png:
27132         * platform/efl/fast/block/basic/003-expected.txt:
27133         * platform/efl/fast/block/basic/004-expected.png:
27134         * platform/efl/fast/block/basic/004-expected.txt:
27135         * platform/efl/fast/block/basic/005-expected.png:
27136         * platform/efl/fast/block/basic/005-expected.txt:
27137         * platform/efl/fast/block/basic/006-expected.png:
27138         * platform/efl/fast/block/basic/006-expected.txt:
27139         * platform/efl/fast/block/basic/007-expected.png:
27140         * platform/efl/fast/block/basic/007-expected.txt:
27141         * platform/efl/fast/block/basic/008-expected.png:
27142         * platform/efl/fast/block/basic/008-expected.txt:
27143         * platform/efl/fast/block/basic/009-expected.png:
27144         * platform/efl/fast/block/basic/009-expected.txt:
27145         * platform/efl/fast/block/basic/010-expected.png:
27146         * platform/efl/fast/block/basic/010-expected.txt:
27147         * platform/efl/fast/block/basic/011-expected.png:
27148         * platform/efl/fast/block/basic/011-expected.txt:
27149         * platform/efl/fast/block/basic/012-expected.png:
27150         * platform/efl/fast/block/basic/012-expected.txt:
27151         * platform/efl/fast/block/basic/013-expected.png:
27152         * platform/efl/fast/block/basic/013-expected.txt:
27153         * platform/efl/fast/block/basic/014-expected.png:
27154         * platform/efl/fast/block/basic/015-expected.png:
27155         * platform/efl/fast/block/basic/015-expected.txt:
27156         * platform/efl/fast/block/basic/016-expected.png:
27157         * platform/efl/fast/block/basic/016-expected.txt:
27158         * platform/efl/fast/block/basic/018-expected.png:
27159         * platform/efl/fast/block/basic/018-expected.txt:
27160         * platform/efl/fast/block/basic/019-expected.png:
27161         * platform/efl/fast/block/basic/019-expected.txt:
27162         * platform/efl/fast/block/basic/020-expected.png:
27163         * platform/efl/fast/block/basic/020-expected.txt:
27164         * platform/efl/fast/block/basic/021-expected.png:
27165         * platform/efl/fast/block/basic/021-expected.txt:
27166         * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.png:
27167         * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.txt:
27168         * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.png:
27169         * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
27170         * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.png:
27171         * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.txt:
27172         * platform/efl/fast/block/basic/minheight-expected.png:
27173         * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.png:
27174         * platform/efl/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
27175         * platform/efl/fast/block/basic/quirk-height-expected.png:
27176         * platform/efl/fast/block/basic/quirk-height-expected.txt:
27177         * platform/efl/fast/block/basic/quirk-percent-height-grandchild-expected.png:
27178         * platform/efl/fast/block/basic/quirk-percent-height-table-cell-expected.png:
27179         * platform/efl/fast/block/basic/text-indent-rtl-expected.png:
27180         * platform/efl/fast/block/basic/text-indent-rtl-expected.txt:
27181         * platform/efl/fast/block/basic/truncation-rtl-expected.png:
27182         * platform/efl/fast/block/basic/truncation-rtl-expected.txt:
27183         * platform/efl/fast/block/basic/white-space-pre-wraps-expected.png:
27184         * platform/efl/fast/block/basic/white-space-pre-wraps-expected.txt:
27185         * platform/efl/fast/block/float/001-expected.png:
27186         * platform/efl/fast/block/float/001-expected.txt:
27187         * platform/efl/fast/block/float/002-expected.png:
27188         * platform/efl/fast/block/float/002-expected.txt:
27189         * platform/efl/fast/block/float/003-expected.png:
27190         * platform/efl/fast/block/float/003-expected.txt:
27191         * platform/efl/fast/block/float/004-expected.png:
27192         * platform/efl/fast/block/float/004-expected.txt:
27193         * platform/efl/fast/block/float/005-expected.png:
27194         * platform/efl/fast/block/float/005-expected.txt:
27195         * platform/efl/fast/block/float/006-expected.png:
27196         * platform/efl/fast/block/float/006-expected.txt:
27197         * platform/efl/fast/block/float/007-expected.png:
27198         * platform/efl/fast/block/float/007-expected.txt:
27199         * platform/efl/fast/block/float/008-expected.png:
27200         * platform/efl/fast/block/float/010-expected.png:
27201         * platform/efl/fast/block/float/010-expected.txt:
27202         * platform/efl/fast/block/float/011-expected.png:
27203         * platform/efl/fast/block/float/011-expected.txt:
27204         * platform/efl/fast/block/float/012-expected.png:
27205         * platform/efl/fast/block/float/013-expected.png:
27206         * platform/efl/fast/block/float/014-expected.png:
27207         * platform/efl/fast/block/float/015-expected.png:
27208         * platform/efl/fast/block/float/015-expected.txt:
27209         * platform/efl/fast/block/float/016-expected.png:
27210         * platform/efl/fast/block/float/017-expected.png:
27211         * platform/efl/fast/block/float/017-expected.txt:
27212         * platform/efl/fast/block/float/018-expected.png:
27213         * platform/efl/fast/block/float/018-expected.txt:
27214         * platform/efl/fast/block/float/019-expected.png:
27215         * platform/efl/fast/block/float/020-expected.png:
27216         * platform/efl/fast/block/float/020-expected.txt:
27217         * platform/efl/fast/block/float/021-expected.png:
27218         * platform/efl/fast/block/float/022-expected.png:
27219         * platform/efl/fast/block/float/022-expected.txt:
27220         * platform/efl/fast/block/float/023-expected.png:
27221         * platform/efl/fast/block/float/023-expected.txt:
27222         * platform/efl/fast/block/float/024-expected.png:
27223         * platform/efl/fast/block/float/025-expected.png:
27224         * platform/efl/fast/block/float/025-expected.txt:
27225         * platform/efl/fast/block/float/026-expected.png:
27226         * platform/efl/fast/block/float/027-expected.png:
27227         * platform/efl/fast/block/float/027-expected.txt:
27228         * platform/efl/fast/block/float/028-expected.png:
27229         * platform/efl/fast/block/float/029-expected.png:
27230         * platform/efl/fast/block/float/029-expected.txt:
27231         * platform/efl/fast/block/float/030-expected.png:
27232         * platform/efl/fast/block/float/030-expected.txt:
27233         * platform/efl/fast/block/float/031-expected.png:
27234         * platform/efl/fast/block/float/031-expected.txt:
27235         * platform/efl/fast/block/float/032-expected.png:
27236         * platform/efl/fast/block/float/034-expected.png:
27237         * platform/efl/fast/block/float/035-expected.png:
27238         * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.png:
27239         * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.txt:
27240         * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.png:
27241         * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.txt:
27242         * platform/efl/fast/block/float/avoiding-float-centered-expected.png:
27243         * platform/efl/fast/block/float/br-with-clear-2-expected.png:
27244         * platform/efl/fast/block/float/br-with-clear-expected.png:
27245         * platform/efl/fast/block/float/br-with-clear-expected.txt:
27246         * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.png:
27247         * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.txt:
27248         * platform/efl/fast/block/float/clamped-right-float-expected.png:
27249         * platform/efl/fast/block/float/clamped-right-float-expected.txt:
27250         * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
27251         * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
27252         * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.png:
27253         * platform/efl/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
27254         * platform/efl/fast/block/float/editable-text-overlapping-float-expected.png:
27255         * platform/efl/fast/block/float/editable-text-overlapping-float-expected.txt:
27256         * platform/efl/fast/block/float/fit_line_below_floats-expected.png:
27257         * platform/efl/fast/block/float/fit_line_below_floats-expected.txt:
27258         * platform/efl/fast/block/float/float-avoidance-expected.png:
27259         * platform/efl/fast/block/float/float-avoidance-expected.txt:
27260         * platform/efl/fast/block/float/float-in-float-hit-testing-expected.png:
27261         * platform/efl/fast/block/float/float-in-float-hit-testing-expected.txt:
27262         * platform/efl/fast/block/float/float-in-float-painting-expected.png:
27263         * platform/efl/fast/block/float/float-in-float-painting-expected.txt:
27264         * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.png:
27265         * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.txt:
27266         * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.png:
27267         * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
27268         * platform/efl/fast/block/float/float-not-removed-from-next-sibling3-expected.png:
27269         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
27270         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.txt:
27271         * platform/efl/fast/block/float/float-on-zero-height-line-expected.png:
27272         * platform/efl/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
27273         * platform/efl/fast/block/float/float-overhangs-root-expected.png:
27274         * platform/efl/fast/block/float/floats-and-text-indent-expected.png:
27275         * platform/efl/fast/block/float/floats-and-text-indent-expected.txt:
27276         * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.png:
27277         * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.txt:
27278         * platform/efl/fast/block/float/independent-align-positioning-expected.png:
27279         * platform/efl/fast/block/float/independent-align-positioning-expected.txt:
27280         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
27281         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt:
27282         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
27283         * platform/efl/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt:
27284         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
27285         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt:
27286         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
27287         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt:
27288         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
27289         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt:
27290         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
27291         * platform/efl/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt:
27292         * platform/efl/fast/block/float/intruding-painted-twice-expected.png:
27293         * platform/efl/fast/block/float/intruding-painted-twice-expected.txt:
27294         * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
27295         * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
27296         * platform/efl/fast/block/float/multiple-float-positioning-expected.png:
27297         * platform/efl/fast/block/float/multiple-float-positioning-expected.txt:
27298         * platform/efl/fast/block/float/narrow-after-wide-expected.png:
27299         * platform/efl/fast/block/float/nested-clearance-expected.png:
27300         * platform/efl/fast/block/float/nested-clearance-expected.txt:
27301         * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.png:
27302         * platform/efl/fast/block/float/nestedAnonymousBlocks-expected.txt:
27303         * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.png:
27304         * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.txt:
27305         * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.png:
27306         * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.txt:
27307         * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.png:
27308         * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
27309         * platform/efl/fast/block/float/nowrap-clear-min-width-expected.png:
27310         * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.png:
27311         * platform/efl/fast/block/float/overhanging-after-height-decrease-expected.txt:
27312         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
27313         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt:
27314         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
27315         * platform/efl/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt:
27316         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
27317         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt:
27318         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
27319         * platform/efl/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt:
27320         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
27321         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
27322         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
27323         * platform/efl/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
27324         * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
27325         * platform/efl/fast/block/float/relative-painted-twice-expected.png:
27326         * platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
27327         * platform/efl/fast/block/float/shrink-to-fit-width-expected.png:
27328         * platform/efl/fast/block/float/shrink-to-fit-width-expected.txt:
27329         * platform/efl/fast/block/float/table-relayout-expected.png:
27330         * platform/efl/fast/block/float/table-relayout-expected.txt:
27331         * platform/efl/fast/block/float/vertical-move-relayout-expected.png:
27332         * platform/efl/fast/block/float/vertical-move-relayout-expected.txt:
27333         * platform/efl/fast/block/float/width-update-after-clear-expected.png:
27334         * platform/efl/fast/block/float/width-update-after-clear-expected.txt:
27335         * platform/efl/fast/block/lineboxcontain/block-expected.png:
27336         * platform/efl/fast/block/lineboxcontain/block-expected.txt:
27337         * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
27338         * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
27339         * platform/efl/fast/block/lineboxcontain/block-replaced-expected.png:
27340         * platform/efl/fast/block/lineboxcontain/block-replaced-expected.txt:
27341         * platform/efl/fast/block/lineboxcontain/font-replaced-expected.png:
27342         * platform/efl/fast/block/lineboxcontain/font-replaced-expected.txt:
27343         * platform/efl/fast/block/lineboxcontain/glyphs-expected.png:
27344         * platform/efl/fast/block/lineboxcontain/glyphs-expected.txt:
27345         * platform/efl/fast/block/lineboxcontain/inline-box-expected.png:
27346         * platform/efl/fast/block/lineboxcontain/inline-box-expected.txt:
27347         * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.png:
27348         * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
27349         * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.png:
27350         * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
27351         * platform/efl/fast/block/lineboxcontain/inline-expected.png:
27352         * platform/efl/fast/block/lineboxcontain/inline-expected.txt:
27353         * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.png:
27354         * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.txt:
27355         * platform/efl/fast/block/lineboxcontain/none-expected.png:
27356         * platform/efl/fast/block/lineboxcontain/none-expected.txt:
27357         * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.png:
27358         * platform/efl/fast/block/lineboxcontain/replaced-expected.png:
27359         * platform/efl/fast/block/lineboxcontain/replaced-expected.txt:
27360         * platform/efl/fast/block/margin-collapse/001-expected.png:
27361         * platform/efl/fast/block/margin-collapse/001-expected.txt:
27362         * platform/efl/fast/block/margin-collapse/002-expected.png:
27363         * platform/efl/fast/block/margin-collapse/002-expected.txt:
27364         * platform/efl/fast/block/margin-collapse/003-expected.png:
27365         * platform/efl/fast/block/margin-collapse/003-expected.txt:
27366         * platform/efl/fast/block/margin-collapse/004-expected.png:
27367         * platform/efl/fast/block/margin-collapse/004-expected.txt:
27368         * platform/efl/fast/block/margin-collapse/005-expected.png:
27369         * platform/efl/fast/block/margin-collapse/005-expected.txt:
27370         * platform/efl/fast/block/margin-collapse/006-expected.png:
27371         * platform/efl/fast/block/margin-collapse/006-expected.txt:
27372         * platform/efl/fast/block/margin-collapse/010-expected.png:
27373         * platform/efl/fast/block/margin-collapse/010-expected.txt:
27374         * platform/efl/fast/block/margin-collapse/011-expected.png:
27375         * platform/efl/fast/block/margin-collapse/011-expected.txt:
27376         * platform/efl/fast/block/margin-collapse/012-expected.png:
27377         * platform/efl/fast/block/margin-collapse/012-expected.txt:
27378         * platform/efl/fast/block/margin-collapse/015-expected.png:
27379         * platform/efl/fast/block/margin-collapse/015-expected.txt:
27380         * platform/efl/fast/block/margin-collapse/016-expected.png:
27381         * platform/efl/fast/block/margin-collapse/016-expected.txt:
27382         * platform/efl/fast/block/margin-collapse/017-expected.png:
27383         * platform/efl/fast/block/margin-collapse/017-expected.txt:
27384         * platform/efl/fast/block/margin-collapse/018-expected.png:
27385         * platform/efl/fast/block/margin-collapse/018-expected.txt:
27386         * platform/efl/fast/block/margin-collapse/019-expected.png:
27387         * platform/efl/fast/block/margin-collapse/019-expected.txt:
27388         * platform/efl/fast/block/margin-collapse/020-expected.png:
27389         * platform/efl/fast/block/margin-collapse/020-expected.txt:
27390         * platform/efl/fast/block/margin-collapse/021-expected.png:
27391         * platform/efl/fast/block/margin-collapse/021-expected.txt:
27392         * platform/efl/fast/block/margin-collapse/022-expected.png:
27393         * platform/efl/fast/block/margin-collapse/022-expected.txt:
27394         * platform/efl/fast/block/margin-collapse/025-expected.png:
27395         * platform/efl/fast/block/margin-collapse/026-expected.png:
27396         * platform/efl/fast/block/margin-collapse/026-expected.txt:
27397         * platform/efl/fast/block/margin-collapse/027-expected.png:
27398         * platform/efl/fast/block/margin-collapse/027-expected.txt:
27399         * platform/efl/fast/block/margin-collapse/028-expected.png:
27400         * platform/efl/fast/block/margin-collapse/028-expected.txt:
27401         * platform/efl/fast/block/margin-collapse/029-expected.png:
27402         * platform/efl/fast/block/margin-collapse/029-expected.txt:
27403         * platform/efl/fast/block/margin-collapse/030-expected.png:
27404         * platform/efl/fast/block/margin-collapse/030-expected.txt:
27405         * platform/efl/fast/block/margin-collapse/031-expected.png:
27406         * platform/efl/fast/block/margin-collapse/031-expected.txt:
27407         * platform/efl/fast/block/margin-collapse/032-expected.png:
27408         * platform/efl/fast/block/margin-collapse/032-expected.txt:
27409         * platform/efl/fast/block/margin-collapse/033-expected.png:
27410         * platform/efl/fast/block/margin-collapse/033-expected.txt:
27411         * platform/efl/fast/block/margin-collapse/034-expected.png:
27412         * platform/efl/fast/block/margin-collapse/034-expected.txt:
27413         * platform/efl/fast/block/margin-collapse/035-expected.png:
27414         * platform/efl/fast/block/margin-collapse/035-expected.txt:
27415         * platform/efl/fast/block/margin-collapse/037-expected.png:
27416         * platform/efl/fast/block/margin-collapse/037-expected.txt:
27417
27418 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
27419
27420         [EFL] Unreviewed gardening.
27421
27422         Rebaseline after enabling subpixel layout and updating freetype (8/26).
27423
27424         * platform/efl/editing/execCommand/insert-list-and-stitch-expected.txt:
27425         * platform/efl/editing/execCommand/insertHorizontalRule-expected.png:
27426         * platform/efl/editing/execCommand/insertHorizontalRule-expected.txt:
27427         * platform/efl/editing/execCommand/insertImage-expected.png:
27428         * platform/efl/editing/execCommand/insertImage-expected.txt:
27429         * platform/efl/editing/execCommand/nsresponder-indent-expected.png:
27430         * platform/efl/editing/execCommand/nsresponder-indent-expected.txt:
27431         * platform/efl/editing/execCommand/nsresponder-outdent-expected.png:
27432         * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt:
27433         * platform/efl/editing/execCommand/print-expected.png:
27434         * platform/efl/editing/execCommand/print-expected.txt:
27435         * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.png:
27436         * platform/efl/editing/execCommand/remove-list-from-range-selection-expected.txt:
27437         * platform/efl/editing/execCommand/remove-list-item-1-expected.png:
27438         * platform/efl/editing/execCommand/remove-list-item-1-expected.txt:
27439         * platform/efl/editing/execCommand/selectAll-expected.png:
27440         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
27441         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
27442         * platform/efl/editing/input/caret-at-the-edge-of-input-expected.png:
27443         * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
27444         * platform/efl/editing/input/emacs-ctrl-o-expected.png:
27445         * platform/efl/editing/input/emacs-ctrl-o-expected.txt:
27446         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
27447         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
27448         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
27449         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
27450         * platform/efl/editing/inserting/12882-expected.png:
27451         * platform/efl/editing/inserting/12882-expected.txt:
27452         * platform/efl/editing/inserting/4278698-expected.png:
27453         * platform/efl/editing/inserting/4278698-expected.txt:
27454         * platform/efl/editing/inserting/4840662-expected.png:
27455         * platform/efl/editing/inserting/4840662-expected.txt:
27456         * platform/efl/editing/inserting/4875189-1-expected.png:
27457         * platform/efl/editing/inserting/4875189-1-expected.txt:
27458         * platform/efl/editing/inserting/4875189-2-expected.png:
27459         * platform/efl/editing/inserting/4875189-2-expected.txt:
27460         * platform/efl/editing/inserting/4959067-expected.png:
27461         * platform/efl/editing/inserting/4959067-expected.txt:
27462         * platform/efl/editing/inserting/4960120-1-expected.png:
27463         * platform/efl/editing/inserting/4960120-1-expected.txt:
27464         * platform/efl/editing/inserting/4960120-2-expected.png:
27465         * platform/efl/editing/inserting/4960120-2-expected.txt:
27466         * platform/efl/editing/inserting/5002441-expected.png:
27467         * platform/efl/editing/inserting/5002441-expected.txt:
27468         * platform/efl/editing/inserting/5058163-1-expected.png:
27469         * platform/efl/editing/inserting/5058163-1-expected.txt:
27470         * platform/efl/editing/inserting/5058163-2-expected.png:
27471         * platform/efl/editing/inserting/5058163-2-expected.txt:
27472         * platform/efl/editing/inserting/5156401-2-expected.png:
27473         * platform/efl/editing/inserting/5156401-2-expected.txt:
27474         * platform/efl/editing/inserting/5418891-expected.png:
27475         * platform/efl/editing/inserting/5418891-expected.txt:
27476         * platform/efl/editing/inserting/5510537-expected.png:
27477         * platform/efl/editing/inserting/5510537-expected.txt:
27478         * platform/efl/editing/inserting/5549929-2-expected.png:
27479         * platform/efl/editing/inserting/5549929-2-expected.txt:
27480         * platform/efl/editing/inserting/5549929-3-expected.png:
27481         * platform/efl/editing/inserting/5549929-3-expected.txt:
27482         * platform/efl/editing/inserting/6703873-expected.png:
27483         * platform/efl/editing/inserting/6703873-expected.txt:
27484         * platform/efl/editing/inserting/editable-html-element-expected.png:
27485         * platform/efl/editing/inserting/editable-html-element-expected.txt:
27486         * platform/efl/editing/inserting/editable-inline-element-expected.png:
27487         * platform/efl/editing/inserting/editable-inline-element-expected.txt:
27488         * platform/efl/editing/inserting/edited-whitespace-1-expected.png:
27489         * platform/efl/editing/inserting/edited-whitespace-1-expected.txt:
27490         * platform/efl/editing/inserting/editing-empty-divs-expected.png:
27491         * platform/efl/editing/inserting/editing-empty-divs-expected.txt:
27492         * platform/efl/editing/inserting/insert-3654864-fix-expected.png:
27493         * platform/efl/editing/inserting/insert-3654864-fix-expected.txt:
27494         * platform/efl/editing/inserting/insert-3775316-fix-expected.png:
27495         * platform/efl/editing/inserting/insert-3775316-fix-expected.txt:
27496         * platform/efl/editing/inserting/insert-3778059-fix-expected.png:
27497         * platform/efl/editing/inserting/insert-3778059-fix-expected.txt:
27498         * platform/efl/editing/inserting/insert-3800346-fix-expected.png:
27499         * platform/efl/editing/inserting/insert-3800346-fix-expected.txt:
27500         * platform/efl/editing/inserting/insert-3851164-fix-expected.png:
27501         * platform/efl/editing/inserting/insert-3851164-fix-expected.txt:
27502         * platform/efl/editing/inserting/insert-after-delete-001-expected.png:
27503         * platform/efl/editing/inserting/insert-after-delete-001-expected.txt:
27504         * platform/efl/editing/inserting/insert-at-end-01-expected.png:
27505         * platform/efl/editing/inserting/insert-at-end-01-expected.txt:
27506         * platform/efl/editing/inserting/insert-at-end-02-expected.png:
27507         * platform/efl/editing/inserting/insert-at-end-02-expected.txt:
27508         * platform/efl/editing/inserting/insert-br-001-expected.png:
27509         * platform/efl/editing/inserting/insert-br-001-expected.txt:
27510         * platform/efl/editing/inserting/insert-br-002-expected.png:
27511         * platform/efl/editing/inserting/insert-br-002-expected.txt:
27512         * platform/efl/editing/inserting/insert-br-003-expected.png:
27513         * platform/efl/editing/inserting/insert-br-003-expected.txt:
27514         * platform/efl/editing/inserting/insert-br-004-expected.png:
27515         * platform/efl/editing/inserting/insert-br-004-expected.txt:
27516         * platform/efl/editing/inserting/insert-br-005-expected.png:
27517         * platform/efl/editing/inserting/insert-br-005-expected.txt:
27518         * platform/efl/editing/inserting/insert-br-006-expected.png:
27519         * platform/efl/editing/inserting/insert-br-006-expected.txt:
27520         * platform/efl/editing/inserting/insert-br-007-expected.png:
27521         * platform/efl/editing/inserting/insert-br-007-expected.txt:
27522         * platform/efl/editing/inserting/insert-br-008-expected.png:
27523         * platform/efl/editing/inserting/insert-br-008-expected.txt:
27524         * platform/efl/editing/inserting/insert-br-009-expected.png:
27525         * platform/efl/editing/inserting/insert-br-009-expected.txt:
27526         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png:
27527         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt:
27528         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png:
27529         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt:
27530         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png:
27531         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt:
27532         * platform/efl/editing/inserting/insert-br-quoted-001-expected.png:
27533         * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt:
27534         * platform/efl/editing/inserting/insert-br-quoted-002-expected.png:
27535         * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt:
27536         * platform/efl/editing/inserting/insert-br-quoted-003-expected.png:
27537         * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt:
27538         * platform/efl/editing/inserting/insert-br-quoted-004-expected.png:
27539         * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt:
27540         * platform/efl/editing/inserting/insert-br-quoted-005-expected.png:
27541         * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt:
27542         * platform/efl/editing/inserting/insert-br-quoted-006-expected.png:
27543         * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt:
27544         * platform/efl/editing/inserting/insert-div-001-expected.png:
27545         * platform/efl/editing/inserting/insert-div-001-expected.txt:
27546         * platform/efl/editing/inserting/insert-div-002-expected.png:
27547         * platform/efl/editing/inserting/insert-div-002-expected.txt:
27548         * platform/efl/editing/inserting/insert-div-003-expected.png:
27549         * platform/efl/editing/inserting/insert-div-003-expected.txt:
27550         * platform/efl/editing/inserting/insert-div-004-expected.png:
27551         * platform/efl/editing/inserting/insert-div-004-expected.txt:
27552         * platform/efl/editing/inserting/insert-div-005-expected.png:
27553         * platform/efl/editing/inserting/insert-div-005-expected.txt:
27554         * platform/efl/editing/inserting/insert-div-006-expected.png:
27555         * platform/efl/editing/inserting/insert-div-006-expected.txt:
27556         * platform/efl/editing/inserting/insert-div-007-expected.png:
27557         * platform/efl/editing/inserting/insert-div-007-expected.txt:
27558         * platform/efl/editing/inserting/insert-div-008-expected.png:
27559         * platform/efl/editing/inserting/insert-div-008-expected.txt:
27560         * platform/efl/editing/inserting/insert-div-009-expected.png:
27561         * platform/efl/editing/inserting/insert-div-009-expected.txt:
27562         * platform/efl/editing/inserting/insert-div-010-expected.png:
27563         * platform/efl/editing/inserting/insert-div-010-expected.txt:
27564         * platform/efl/editing/inserting/insert-div-011-expected.png:
27565         * platform/efl/editing/inserting/insert-div-011-expected.txt:
27566         * platform/efl/editing/inserting/insert-div-012-expected.png:
27567         * platform/efl/editing/inserting/insert-div-012-expected.txt:
27568         * platform/efl/editing/inserting/insert-div-013-expected.png:
27569         * platform/efl/editing/inserting/insert-div-013-expected.txt:
27570         * platform/efl/editing/inserting/insert-div-014-expected.png:
27571         * platform/efl/editing/inserting/insert-div-014-expected.txt:
27572         * platform/efl/editing/inserting/insert-div-015-expected.png:
27573         * platform/efl/editing/inserting/insert-div-015-expected.txt:
27574         * platform/efl/editing/inserting/insert-div-016-expected.png:
27575         * platform/efl/editing/inserting/insert-div-016-expected.txt:
27576         * platform/efl/editing/inserting/insert-div-017-expected.png:
27577         * platform/efl/editing/inserting/insert-div-017-expected.txt:
27578         * platform/efl/editing/inserting/insert-div-018-expected.png:
27579         * platform/efl/editing/inserting/insert-div-018-expected.txt:
27580         * platform/efl/editing/inserting/insert-div-019-expected.png:
27581         * platform/efl/editing/inserting/insert-div-019-expected.txt:
27582         * platform/efl/editing/inserting/insert-div-020-expected.png:
27583         * platform/efl/editing/inserting/insert-div-020-expected.txt:
27584         * platform/efl/editing/inserting/insert-div-022-expected.png:
27585         * platform/efl/editing/inserting/insert-div-022-expected.txt:
27586         * platform/efl/editing/inserting/insert-div-023-expected.png:
27587         * platform/efl/editing/inserting/insert-div-023-expected.txt:
27588         * platform/efl/editing/inserting/insert-div-024-expected.png:
27589         * platform/efl/editing/inserting/insert-div-024-expected.txt:
27590         * platform/efl/editing/inserting/insert-div-025-expected.png:
27591         * platform/efl/editing/inserting/insert-div-025-expected.txt:
27592         * platform/efl/editing/inserting/insert-div-026-expected.png:
27593         * platform/efl/editing/inserting/insert-div-026-expected.txt:
27594         * platform/efl/editing/inserting/insert-div-027-expected.png:
27595         * platform/efl/editing/inserting/insert-div-027-expected.txt:
27596         * platform/efl/editing/inserting/insert-paragraph-01-expected.png:
27597         * platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
27598         * platform/efl/editing/inserting/insert-paragraph-02-expected.png:
27599         * platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
27600         * platform/efl/editing/inserting/insert-paragraph-03-expected.png:
27601         * platform/efl/editing/inserting/insert-paragraph-03-expected.txt:
27602         * platform/efl/editing/inserting/insert-paragraph-04-expected.png:
27603         * platform/efl/editing/inserting/insert-paragraph-04-expected.txt:
27604         * platform/efl/editing/inserting/insert-paragraph-05-expected.png:
27605         * platform/efl/editing/inserting/insert-paragraph-05-expected.txt:
27606         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png:
27607         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt:
27608         * platform/efl/editing/inserting/insert-tab-001-expected.png:
27609         * platform/efl/editing/inserting/insert-tab-001-expected.txt:
27610         * platform/efl/editing/inserting/insert-tab-002-expected.png:
27611         * platform/efl/editing/inserting/insert-tab-002-expected.txt:
27612         * platform/efl/editing/inserting/insert-tab-003-expected.png:
27613         * platform/efl/editing/inserting/insert-tab-003-expected.txt:
27614         * platform/efl/editing/inserting/insert-tab-004-expected.png:
27615         * platform/efl/editing/inserting/insert-tab-004-expected.txt:
27616         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png:
27617         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt:
27618         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png:
27619         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt:
27620         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png:
27621         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt:
27622         * platform/efl/editing/inserting/insert-text-with-newlines-expected.png:
27623         * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt:
27624         * platform/efl/editing/inserting/line-break-expected.png:
27625         * platform/efl/editing/inserting/line-break-expected.txt:
27626         * platform/efl/editing/inserting/multiple-lines-selected-expected.png:
27627         * platform/efl/editing/inserting/multiple-lines-selected-expected.txt:
27628         * platform/efl/editing/inserting/paragraph-separator-01-expected.png:
27629         * platform/efl/editing/inserting/paragraph-separator-01-expected.txt:
27630         * platform/efl/editing/inserting/paragraph-separator-02-expected.png:
27631         * platform/efl/editing/inserting/paragraph-separator-02-expected.txt:
27632         * platform/efl/editing/inserting/paragraph-separator-03-expected.png:
27633         * platform/efl/editing/inserting/paragraph-separator-03-expected.txt:
27634         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png:
27635         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt:
27636         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png:
27637         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
27638         * platform/efl/editing/inserting/redo-expected.png:
27639         * platform/efl/editing/inserting/redo-expected.txt:
27640         * platform/efl/editing/inserting/return-key-with-selection-001-expected.png:
27641         * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt:
27642         * platform/efl/editing/inserting/return-key-with-selection-002-expected.png:
27643         * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt:
27644         * platform/efl/editing/inserting/return-key-with-selection-003-expected.png:
27645         * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt:
27646         * platform/efl/editing/inserting/typing-001-expected.png:
27647         * platform/efl/editing/inserting/typing-001-expected.txt:
27648         * platform/efl/editing/inserting/typing-002-expected.png:
27649         * platform/efl/editing/inserting/typing-002-expected.txt:
27650         * platform/efl/editing/inserting/typing-003-expected.png:
27651         * platform/efl/editing/inserting/typing-003-expected.txt:
27652         * platform/efl/editing/inserting/typing-around-br-001-expected.png:
27653         * platform/efl/editing/inserting/typing-around-br-001-expected.txt:
27654         * platform/efl/editing/inserting/typing-around-image-001-expected.png:
27655         * platform/efl/editing/inserting/typing-around-image-001-expected.txt:
27656         * platform/efl/editing/inserting/typing-at-end-of-line-expected.png:
27657         * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt:
27658         * platform/efl/editing/pasteboard/4631972-expected.png:
27659         * platform/efl/editing/pasteboard/4631972-expected.txt:
27660         * platform/efl/editing/pasteboard/4806874-expected.png:
27661         * platform/efl/editing/pasteboard/4806874-expected.txt:
27662         * platform/efl/editing/pasteboard/5032095-expected.png:
27663         * platform/efl/editing/pasteboard/5032095-expected.txt:
27664         * platform/efl/editing/pasteboard/5071074-2-expected.png:
27665         * platform/efl/editing/pasteboard/5071074-2-expected.txt:
27666         * platform/efl/editing/pasteboard/5134759-expected.png:
27667         * platform/efl/editing/pasteboard/5134759-expected.txt:
27668         * platform/efl/editing/pasteboard/5156401-1-expected.png:
27669         * platform/efl/editing/pasteboard/5156401-1-expected.txt:
27670         * platform/efl/editing/pasteboard/5387578-expected.png:
27671         * platform/efl/editing/pasteboard/5387578-expected.txt:
27672         * platform/efl/editing/pasteboard/7955-expected.png:
27673         * platform/efl/editing/pasteboard/7955-expected.txt:
27674         * platform/efl/editing/pasteboard/8145-1-expected.png:
27675         * platform/efl/editing/pasteboard/8145-1-expected.txt:
27676         * platform/efl/editing/pasteboard/8145-2-expected.png:
27677         * platform/efl/editing/pasteboard/8145-2-expected.txt:
27678         * platform/efl/editing/pasteboard/8145-3-expected.png:
27679         * platform/efl/editing/pasteboard/8145-3-expected.txt:
27680         * platform/efl/editing/pasteboard/bad-placeholder-expected.png:
27681         * platform/efl/editing/pasteboard/bad-placeholder-expected.txt:
27682         * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.png:
27683         * platform/efl/editing/pasteboard/displaced-generic-placeholder-expected.txt:
27684         * platform/efl/editing/pasteboard/displaced-placeholder-expected.png:
27685         * platform/efl/editing/pasteboard/displaced-placeholder-expected.txt:
27686         * platform/efl/editing/pasteboard/innerText-inline-table-expected.png:
27687         * platform/efl/editing/pasteboard/innerText-inline-table-expected.txt:
27688         * platform/efl/editing/pasteboard/merge-after-delete-1-expected.png:
27689         * platform/efl/editing/pasteboard/merge-after-delete-1-expected.txt:
27690         * platform/efl/editing/pasteboard/merge-after-delete-2-expected.png:
27691         * platform/efl/editing/pasteboard/merge-after-delete-2-expected.txt:
27692         * platform/efl/editing/pasteboard/merge-after-delete-expected.png:
27693         * platform/efl/editing/pasteboard/merge-after-delete-expected.txt:
27694         * platform/efl/editing/pasteboard/merge-end-blockquote-expected.png:
27695         * platform/efl/editing/pasteboard/merge-end-blockquote-expected.txt:
27696         * platform/efl/editing/pasteboard/merge-end-borders-expected.png:
27697         * platform/efl/editing/pasteboard/merge-end-borders-expected.txt:
27698         * platform/efl/editing/pasteboard/merge-start-blockquote-expected.png:
27699         * platform/efl/editing/pasteboard/merge-start-blockquote-expected.txt:
27700         * platform/efl/editing/pasteboard/merge-start-list-expected.png:
27701         * platform/efl/editing/pasteboard/merge-start-list-expected.txt:
27702         * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
27703         * platform/efl/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
27704         * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
27705         * platform/efl/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
27706         * platform/efl/editing/pasteboard/pasting-object-expected.png:
27707         * platform/efl/editing/pasteboard/pasting-object-expected.txt:
27708         * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.png:
27709         * platform/efl/editing/pasteboard/quirks-mode-br-1-expected.txt:
27710         * platform/efl/editing/pasteboard/unrendered-br-expected.png:
27711         * platform/efl/editing/pasteboard/unrendered-br-expected.txt:
27712         * platform/efl/editing/selection/13804-expected.png:
27713         * platform/efl/editing/selection/13804-expected.txt:
27714         * platform/efl/editing/selection/14971-expected.png:
27715         * platform/efl/editing/selection/14971-expected.txt:
27716         * platform/efl/editing/selection/4402375-expected.png:
27717         * platform/efl/editing/selection/4402375-expected.txt:
27718         * platform/efl/editing/selection/4776665-expected.png:
27719         * platform/efl/editing/selection/4776665-expected.txt:
27720         * platform/efl/editing/selection/4818145-expected.png:
27721         * platform/efl/editing/selection/4818145-expected.txt:
27722         * platform/efl/editing/selection/4866671-expected.png:
27723         * platform/efl/editing/selection/4866671-expected.txt:
27724         * platform/efl/editing/selection/4889598-expected.png:
27725         * platform/efl/editing/selection/4889598-expected.txt:
27726         * platform/efl/editing/selection/4895428-2-expected.png:
27727         * platform/efl/editing/selection/4895428-2-expected.txt:
27728         * platform/efl/editing/selection/4932260-1-expected.png:
27729         * platform/efl/editing/selection/4932260-1-expected.txt:
27730         * platform/efl/editing/selection/4932260-2-expected.png:
27731         * platform/efl/editing/selection/4932260-2-expected.txt:
27732         * platform/efl/editing/selection/4932260-3-expected.png:
27733         * platform/efl/editing/selection/4932260-3-expected.txt:
27734         * platform/efl/editing/selection/4947387-expected.png:
27735         * platform/efl/editing/selection/4947387-expected.txt:
27736         * platform/efl/editing/selection/4960116-expected.png:
27737         * platform/efl/editing/selection/4960116-expected.txt:
27738         * platform/efl/editing/selection/4960137-expected.png:
27739         * platform/efl/editing/selection/4960137-expected.txt:
27740         * platform/efl/editing/selection/4983858-expected.png:
27741         * platform/efl/editing/selection/4983858-expected.txt:
27742         * platform/efl/editing/selection/5057506-2-expected.png:
27743         * platform/efl/editing/selection/5057506-2-expected.txt:
27744         * platform/efl/editing/selection/5076323-1-expected.png:
27745         * platform/efl/editing/selection/5076323-1-expected.txt:
27746         * platform/efl/editing/selection/5076323-2-expected.png:
27747         * platform/efl/editing/selection/5076323-2-expected.txt:
27748         * platform/efl/editing/selection/5076323-3-expected.png:
27749         * platform/efl/editing/selection/5076323-3-expected.txt:
27750         * platform/efl/editing/selection/5081257-1-expected.png:
27751         * platform/efl/editing/selection/5081257-1-expected.txt:
27752         * platform/efl/editing/selection/5081257-2-expected.png:
27753         * platform/efl/editing/selection/5081257-2-expected.txt:
27754         * platform/efl/editing/selection/5099303-expected.png:
27755         * platform/efl/editing/selection/5099303-expected.txt:
27756         * platform/efl/editing/selection/5131716-1-expected.png:
27757         * platform/efl/editing/selection/5131716-1-expected.txt:
27758         * platform/efl/editing/selection/5131716-2-expected.png:
27759         * platform/efl/editing/selection/5131716-2-expected.txt:
27760         * platform/efl/editing/selection/5131716-3-expected.png:
27761         * platform/efl/editing/selection/5131716-3-expected.txt:
27762         * platform/efl/editing/selection/5131716-4-expected.png:
27763         * platform/efl/editing/selection/5131716-4-expected.txt:
27764         * platform/efl/editing/selection/5195166-2-expected.png:
27765         * platform/efl/editing/selection/5195166-2-expected.txt:
27766         * platform/efl/editing/selection/5232159-expected.png:
27767         * platform/efl/editing/selection/5232159-expected.txt:
27768         * platform/efl/editing/selection/5234383-1-expected.png:
27769         * platform/efl/editing/selection/5234383-1-expected.txt:
27770         * platform/efl/editing/selection/5234383-2-expected.png:
27771         * platform/efl/editing/selection/5234383-2-expected.txt:
27772         * platform/efl/editing/selection/5240265-expected.png:
27773         * platform/efl/editing/selection/5240265-expected.txt:
27774         * platform/efl/editing/selection/5333725-expected.png:
27775         * platform/efl/editing/selection/5333725-expected.txt:
27776         * platform/efl/editing/selection/6476-expected.png:
27777         * platform/efl/editing/selection/6476-expected.txt:
27778         * platform/efl/editing/selection/7152-1-expected.png:
27779         * platform/efl/editing/selection/7152-1-expected.txt:
27780         * platform/efl/editing/selection/addRange-expected.png:
27781         * platform/efl/editing/selection/addRange-expected.txt:
27782         * platform/efl/editing/selection/after-line-wrap-expected.png:
27783         * platform/efl/editing/selection/after-line-wrap-expected.txt:
27784         * platform/efl/editing/selection/clear-selection-expected.png:
27785         * platform/efl/editing/selection/clear-selection-expected.txt:
27786         * platform/efl/editing/selection/click-start-of-line-expected.png:
27787         * platform/efl/editing/selection/click-start-of-line-expected.txt:
27788         * platform/efl/editing/selection/contenteditable-click-inside-expected.png:
27789         * platform/efl/editing/selection/contenteditable-click-inside-expected.txt:
27790         * platform/efl/editing/selection/display-table-text-expected.png:
27791         * platform/efl/editing/selection/display-table-text-expected.txt:
27792         * platform/efl/editing/selection/drag-in-iframe-expected.png:
27793         * platform/efl/editing/selection/drag-in-iframe-expected.txt:
27794         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png:
27795         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt:
27796         * platform/efl/editing/selection/editable-html-element-expected.png:
27797         * platform/efl/editing/selection/editable-html-element-expected.txt:
27798         * platform/efl/editing/selection/editable-links-expected.png:
27799         * platform/efl/editing/selection/editable-links-expected.txt:
27800         * platform/efl/editing/selection/editable-non-editable-crash-expected.png:
27801         * platform/efl/editing/selection/editable-non-editable-crash-expected.txt:
27802         * platform/efl/editing/selection/end-of-document-expected.png:
27803         * platform/efl/editing/selection/end-of-document-expected.txt:
27804         * platform/efl/editing/selection/expanding-selections-expected.png:
27805         * platform/efl/editing/selection/expanding-selections-expected.txt:
27806         * platform/efl/editing/selection/expanding-selections2-expected.png:
27807         * platform/efl/editing/selection/expanding-selections2-expected.txt:
27808         * platform/efl/editing/selection/extend-by-character-001-expected.png:
27809         * platform/efl/editing/selection/extend-by-character-001-expected.txt:
27810         * platform/efl/editing/selection/extend-by-character-004-expected.png:
27811         * platform/efl/editing/selection/extend-by-character-004-expected.txt:
27812         * platform/efl/editing/selection/extend-by-character-005-expected.png:
27813         * platform/efl/editing/selection/extend-by-character-005-expected.txt:
27814         * platform/efl/editing/selection/extend-by-character-006-expected.png:
27815         * platform/efl/editing/selection/extend-by-character-006-expected.txt:
27816         * platform/efl/editing/selection/extend-by-sentence-001-expected.png:
27817         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt:
27818         * platform/efl/editing/selection/extend-by-word-001-expected.png:
27819         * platform/efl/editing/selection/extend-by-word-001-expected.txt:
27820         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png:
27821         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt:
27822         * platform/efl/editing/selection/extend-selection-bidi-expected.png:
27823         * platform/efl/editing/selection/extend-selection-bidi-expected.txt:
27824         * platform/efl/editing/selection/focus-body-expected.png:
27825         * platform/efl/editing/selection/focus-body-expected.txt:
27826         * platform/efl/editing/selection/focus_editable_html-expected.png:
27827         * platform/efl/editing/selection/focus_editable_html-expected.txt:
27828         * platform/efl/editing/selection/iframe-expected.png:
27829         * platform/efl/editing/selection/iframe-expected.txt:
27830         * platform/efl/editing/selection/image-before-linebreak-expected.png:
27831         * platform/efl/editing/selection/image-before-linebreak-expected.txt:
27832         * platform/efl/editing/selection/inline-closest-leaf-child-expected.png:
27833         * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt:
27834         * platform/efl/editing/selection/inline-table-expected.png:
27835         * platform/efl/editing/selection/inline-table-expected.txt:
27836         * platform/efl/editing/selection/leave-requested-block-expected.png:
27837         * platform/efl/editing/selection/leave-requested-block-expected.txt:
27838         * platform/efl/editing/selection/line-wrap-1-expected.png:
27839         * platform/efl/editing/selection/line-wrap-1-expected.txt:
27840         * platform/efl/editing/selection/line-wrap-2-expected.png:
27841         * platform/efl/editing/selection/line-wrap-2-expected.txt:
27842         * platform/efl/editing/selection/mixed-editability-1-expected.png:
27843         * platform/efl/editing/selection/mixed-editability-1-expected.txt:
27844         * platform/efl/editing/selection/mixed-editability-2-expected.png:
27845         * platform/efl/editing/selection/mixed-editability-2-expected.txt:
27846         * platform/efl/editing/selection/mixed-editability-3-expected.png:
27847         * platform/efl/editing/selection/mixed-editability-3-expected.txt:
27848         * platform/efl/editing/selection/mixed-editability-4-expected.png:
27849         * platform/efl/editing/selection/mixed-editability-4-expected.txt:
27850         * platform/efl/editing/selection/mixed-editability-5-expected.png:
27851         * platform/efl/editing/selection/mixed-editability-5-expected.txt:
27852         * platform/efl/editing/selection/mixed-editability-8-expected.png:
27853         * platform/efl/editing/selection/mixed-editability-8-expected.txt:
27854         * platform/efl/editing/selection/mixed-editability-9-expected.png:
27855         * platform/efl/editing/selection/mixed-editability-9-expected.txt:
27856         * platform/efl/editing/selection/move-3875618-fix-expected.png:
27857         * platform/efl/editing/selection/move-3875618-fix-expected.txt:
27858         * platform/efl/editing/selection/move-3875641-fix-expected.png:
27859         * platform/efl/editing/selection/move-3875641-fix-expected.txt:
27860         * platform/efl/editing/selection/move-backwords-by-word-001-expected.png:
27861         * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt:
27862         * platform/efl/editing/selection/move-between-blocks-no-001-expected.png:
27863         * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt:
27864         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png:
27865         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt:
27866         * platform/efl/editing/selection/move-by-character-001-expected.png:
27867         * platform/efl/editing/selection/move-by-character-001-expected.txt:
27868         * platform/efl/editing/selection/move-by-character-002-expected.png:
27869         * platform/efl/editing/selection/move-by-character-002-expected.txt:
27870         * platform/efl/editing/selection/move-by-character-003-expected.png:
27871         * platform/efl/editing/selection/move-by-character-003-expected.txt:
27872         * platform/efl/editing/selection/move-by-character-004-expected.png:
27873         * platform/efl/editing/selection/move-by-character-004-expected.txt:
27874         * platform/efl/editing/selection/move-by-character-005-expected.png:
27875         * platform/efl/editing/selection/move-by-character-005-expected.txt:
27876         * platform/efl/editing/selection/move-by-character-6-expected.png:
27877         * platform/efl/editing/selection/move-by-character-6-expected.txt:
27878         * platform/efl/editing/selection/move-by-line-001-expected.png:
27879         * platform/efl/editing/selection/move-by-line-001-expected.txt:
27880         * platform/efl/editing/selection/move-by-line-002-expected.png:
27881         * platform/efl/editing/selection/move-by-line-002-expected.txt:
27882         * platform/efl/editing/selection/move-by-sentence-001-expected.png:
27883         * platform/efl/editing/selection/move-by-sentence-001-expected.txt:
27884         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png:
27885         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt:
27886         * platform/efl/editing/selection/move-by-word-001-expected.png:
27887         * platform/efl/editing/selection/move-by-word-001-expected.txt:
27888         * platform/efl/editing/selection/move-past-trailing-space-expected.png:
27889         * platform/efl/editing/selection/move-past-trailing-space-expected.txt:
27890         * platform/efl/editing/selection/node-removal-1-expected.png:
27891         * platform/efl/editing/selection/node-removal-1-expected.txt:
27892         * platform/efl/editing/selection/previous-line-position-expected.png:
27893         * platform/efl/editing/selection/previous-line-position-expected.txt:
27894         * platform/efl/editing/selection/replace-selection-1-expected.png:
27895         * platform/efl/editing/selection/replace-selection-1-expected.txt:
27896         * platform/efl/editing/selection/replaced-boundaries-1-expected.png:
27897         * platform/efl/editing/selection/replaced-boundaries-1-expected.txt:
27898         * platform/efl/editing/selection/replaced-boundaries-2-expected.png:
27899         * platform/efl/editing/selection/replaced-boundaries-2-expected.txt:
27900         * platform/efl/editing/selection/select-all-001-expected.png:
27901         * platform/efl/editing/selection/select-all-001-expected.txt:
27902         * platform/efl/editing/selection/select-all-iframe-expected.png:
27903         * platform/efl/editing/selection/select-all-iframe-expected.txt:
27904         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png:
27905         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt:
27906         * platform/efl/editing/selection/selectNode-expected.png:
27907         * platform/efl/editing/selection/selectNode-expected.txt:
27908         * platform/efl/editing/selection/selectNodeContents-expected.png:
27909         * platform/efl/editing/selection/selectNodeContents-expected.txt:
27910         * platform/efl/editing/selection/selection-3748164-fix-expected.png:
27911         * platform/efl/editing/selection/selection-3748164-fix-expected.txt:
27912         * platform/efl/editing/selection/table-caret-1-expected.png:
27913         * platform/efl/editing/selection/table-caret-1-expected.txt:
27914         * platform/efl/editing/selection/table-caret-2-expected.png:
27915         * platform/efl/editing/selection/table-caret-2-expected.txt:
27916         * platform/efl/editing/selection/table-caret-3-expected.png:
27917         * platform/efl/editing/selection/table-caret-3-expected.txt:
27918         * platform/efl/editing/selection/transformed-selection-rects-expected.png:
27919         * platform/efl/editing/selection/transformed-selection-rects-expected.txt:
27920         * platform/efl/editing/selection/triple-click-in-pre-expected.png:
27921         * platform/efl/editing/selection/triple-click-in-pre-expected.txt:
27922         * platform/efl/editing/selection/unrendered-001-expected.png:
27923         * platform/efl/editing/selection/unrendered-001-expected.txt:
27924         * platform/efl/editing/selection/unrendered-002-expected.png:
27925
27926 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
27927
27928         [EFL] Unreviewed gardening.
27929
27930         Rebaseline after enabling subpixel layout and updating freetype (7/26).
27931
27932         * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.png:
27933         * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.txt:
27934         * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.png:
27935         * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.txt:
27936         * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.png:
27937         * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt:
27938         * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.png:
27939         * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.txt:
27940         * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.png:
27941         * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.txt:
27942         * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.png:
27943         * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.txt:
27944         * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.png:
27945         * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.txt:
27946         * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.png:
27947         * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.txt:
27948         * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.png:
27949         * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.txt:
27950         * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.png:
27951         * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.txt:
27952         * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.png:
27953         * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.txt:
27954         * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.png:
27955         * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.txt:
27956         * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.png:
27957         * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.txt:
27958         * platform/efl/css3/selectors3/xml/css3-modsel-3a-expected.txt:
27959         * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.png:
27960         * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.txt:
27961         * platform/efl/css3/selectors3/xml/css3-modsel-41-expected.txt:
27962         * platform/efl/css3/selectors3/xml/css3-modsel-41a-expected.txt:
27963         * platform/efl/css3/selectors3/xml/css3-modsel-42-expected.txt:
27964         * platform/efl/css3/selectors3/xml/css3-modsel-42a-expected.txt:
27965         * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.png:
27966         * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt:
27967         * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.png:
27968         * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt:
27969         * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.png:
27970         * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt:
27971         * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.png:
27972         * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt:
27973         * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.png:
27974         * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.txt:
27975         * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.png:
27976         * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.txt:
27977         * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.png:
27978         * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.txt:
27979         * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.png:
27980         * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.txt:
27981         * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.png:
27982         * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.txt:
27983         * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.png:
27984         * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.txt:
27985         * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.png:
27986         * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.txt:
27987         * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.png:
27988         * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.txt:
27989         * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.png:
27990         * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.txt:
27991         * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.png:
27992         * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.txt:
27993         * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.png:
27994         * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.txt:
27995         * platform/efl/css3/selectors3/xml/css3-modsel-50-expected.txt:
27996         * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.png:
27997         * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.txt:
27998         * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.png:
27999         * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.txt:
28000         * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.png:
28001         * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.txt:
28002         * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.png:
28003         * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.txt:
28004         * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.png:
28005         * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.txt:
28006         * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.png:
28007         * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.txt:
28008         * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.png:
28009         * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.txt:
28010         * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.png:
28011         * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.txt:
28012         * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.png:
28013         * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.txt:
28014         * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.png:
28015         * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.txt:
28016         * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.png:
28017         * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.txt:
28018         * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.png:
28019         * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.txt:
28020         * platform/efl/css3/selectors3/xml/css3-modsel-62-expected.txt:
28021         * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.png:
28022         * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.txt:
28023         * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.png:
28024         * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.txt:
28025         * platform/efl/css3/selectors3/xml/css3-modsel-65-expected.txt:
28026         * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.png:
28027         * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.txt:
28028         * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.png:
28029         * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.txt:
28030         * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.png:
28031         * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.txt:
28032         * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.png:
28033         * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.txt:
28034         * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.png:
28035         * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.txt:
28036         * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.png:
28037         * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.txt:
28038         * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.png:
28039         * platform/efl/css3/selectors3/xml/css3-modsel-70-expected.txt:
28040         * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.png:
28041         * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.txt:
28042         * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.png:
28043         * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.txt:
28044         * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.png:
28045         * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.txt:
28046         * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.png:
28047         * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.txt:
28048         * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.png:
28049         * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt:
28050         * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.png:
28051         * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt:
28052         * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.png:
28053         * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.txt:
28054         * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.png:
28055         * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.txt:
28056         * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.png:
28057         * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.txt:
28058         * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.png:
28059         * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.txt:
28060         * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.png:
28061         * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.txt:
28062         * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.png:
28063         * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.txt:
28064         * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.png:
28065         * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt:
28066         * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.png:
28067         * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt:
28068         * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.png:
28069         * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.txt:
28070         * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.png:
28071         * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.txt:
28072         * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.png:
28073         * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.txt:
28074         * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.png:
28075         * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.txt:
28076         * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.png:
28077         * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.txt:
28078         * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.png:
28079         * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.txt:
28080         * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.png:
28081         * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.txt:
28082         * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.png:
28083         * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.txt:
28084         * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.png:
28085         * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.txt:
28086         * platform/efl/css3/selectors3/xml/css3-modsel-86-expected.txt:
28087         * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.png:
28088         * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.txt:
28089         * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.png:
28090         * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.txt:
28091         * platform/efl/css3/selectors3/xml/css3-modsel-88-expected.txt:
28092         * platform/efl/css3/selectors3/xml/css3-modsel-88b-expected.txt:
28093         * platform/efl/css3/selectors3/xml/css3-modsel-89-expected.txt:
28094         * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.png:
28095         * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.txt:
28096         * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.png:
28097         * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.txt:
28098         * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.png:
28099         * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.txt:
28100         * platform/efl/css3/selectors3/xml/css3-modsel-91-expected.txt:
28101         * platform/efl/css3/selectors3/xml/css3-modsel-92-expected.txt:
28102         * platform/efl/css3/selectors3/xml/css3-modsel-93-expected.txt:
28103         * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.png:
28104         * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.txt:
28105         * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.png:
28106         * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.txt:
28107         * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.png:
28108         * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.txt:
28109         * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.png:
28110         * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.txt:
28111         * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.png:
28112         * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.txt:
28113         * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.png:
28114         * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.txt:
28115         * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.png:
28116         * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.txt:
28117         * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.png:
28118         * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.txt:
28119         * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.png:
28120         * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.txt:
28121         * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.png:
28122         * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.txt:
28123         * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.png:
28124         * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.txt:
28125         * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.png:
28126         * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.txt:
28127         * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.png:
28128         * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
28129         * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.png:
28130         * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.txt:
28131         * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.png:
28132         * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.txt:
28133         * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.png:
28134         * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.txt:
28135         * platform/efl/css3/unicode-bidi-isolate-basic-expected.png:
28136         * platform/efl/css3/unicode-bidi-isolate-basic-expected.txt:
28137         * platform/efl/editing/deleting/4922367-expected.png:
28138         * platform/efl/editing/deleting/4922367-expected.txt:
28139         * platform/efl/editing/deleting/5099303-expected.png:
28140         * platform/efl/editing/deleting/5099303-expected.txt:
28141         * platform/efl/editing/deleting/5126166-expected.png:
28142         * platform/efl/editing/deleting/5126166-expected.txt:
28143         * platform/efl/editing/deleting/5144139-2-expected.png:
28144         * platform/efl/editing/deleting/5144139-2-expected.txt:
28145         * platform/efl/editing/deleting/5206311-1-expected.png:
28146         * platform/efl/editing/deleting/5206311-1-expected.txt:
28147         * platform/efl/editing/deleting/5272440-expected.png:
28148         * platform/efl/editing/deleting/5272440-expected.txt:
28149         * platform/efl/editing/deleting/5369009-expected.png:
28150         * platform/efl/editing/deleting/5369009-expected.txt:
28151         * platform/efl/editing/deleting/5433862-2-expected.png:
28152         * platform/efl/editing/deleting/5433862-2-expected.txt:
28153         * platform/efl/editing/deleting/5483370-expected.png:
28154         * platform/efl/editing/deleting/5483370-expected.txt:
28155         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
28156         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
28157         * platform/efl/editing/deleting/delete-3608445-fix-expected.png:
28158         * platform/efl/editing/deleting/delete-3608445-fix-expected.txt:
28159         * platform/efl/editing/deleting/delete-3608462-fix-expected.png:
28160         * platform/efl/editing/deleting/delete-3608462-fix-expected.txt:
28161         * platform/efl/editing/deleting/delete-3775172-fix-expected.png:
28162         * platform/efl/editing/deleting/delete-3775172-fix-expected.txt:
28163         * platform/efl/editing/deleting/delete-3800834-fix-expected.png:
28164         * platform/efl/editing/deleting/delete-3800834-fix-expected.txt:
28165         * platform/efl/editing/deleting/delete-3857753-fix-expected.png:
28166         * platform/efl/editing/deleting/delete-3857753-fix-expected.txt:
28167         * platform/efl/editing/deleting/delete-3865854-fix-expected.png:
28168         * platform/efl/editing/deleting/delete-3865854-fix-expected.txt:
28169         * platform/efl/editing/deleting/delete-3928305-fix-expected.png:
28170         * platform/efl/editing/deleting/delete-3928305-fix-expected.txt:
28171         * platform/efl/editing/deleting/delete-4083333-fix-expected.png:
28172         * platform/efl/editing/deleting/delete-4083333-fix-expected.txt:
28173         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png:
28174         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt:
28175         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png:
28176         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt:
28177         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png:
28178         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt:
28179         * platform/efl/editing/deleting/delete-and-undo-expected.png:
28180         * platform/efl/editing/deleting/delete-and-undo-expected.txt:
28181         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
28182         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
28183         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
28184         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
28185         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
28186         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
28187         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
28188         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
28189         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
28190         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
28191         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
28192         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
28193         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
28194         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
28195         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
28196         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
28197         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
28198         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
28199         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
28200         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
28201         * platform/efl/editing/deleting/delete-at-start-or-end-expected.png:
28202         * platform/efl/editing/deleting/delete-block-contents-001-expected.png:
28203         * platform/efl/editing/deleting/delete-block-contents-001-expected.txt:
28204         * platform/efl/editing/deleting/delete-block-contents-002-expected.png:
28205         * platform/efl/editing/deleting/delete-block-contents-002-expected.txt:
28206         * platform/efl/editing/deleting/delete-block-contents-003-expected.png:
28207         * platform/efl/editing/deleting/delete-block-contents-003-expected.txt:
28208         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png:
28209         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt:
28210         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png:
28211         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt:
28212         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png:
28213         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt:
28214         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png:
28215         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt:
28216         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png:
28217         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt:
28218         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png:
28219         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt:
28220         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png:
28221         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt:
28222         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png:
28223         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt:
28224         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png:
28225         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt:
28226         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png:
28227         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt:
28228         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png:
28229         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt:
28230         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png:
28231         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt:
28232         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png:
28233         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt:
28234         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png:
28235         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt:
28236         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png:
28237         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt:
28238         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png:
28239         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt:
28240         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png:
28241         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt:
28242         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png:
28243         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt:
28244         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png:
28245         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt:
28246         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png:
28247         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt:
28248         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png:
28249         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt:
28250         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png:
28251         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt:
28252         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png:
28253         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt:
28254         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png:
28255         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt:
28256         * platform/efl/editing/deleting/delete-br-001-expected.png:
28257         * platform/efl/editing/deleting/delete-br-001-expected.txt:
28258         * platform/efl/editing/deleting/delete-br-002-expected.png:
28259         * platform/efl/editing/deleting/delete-br-002-expected.txt:
28260         * platform/efl/editing/deleting/delete-br-003-expected.png:
28261         * platform/efl/editing/deleting/delete-br-003-expected.txt:
28262         * platform/efl/editing/deleting/delete-br-004-expected.png:
28263         * platform/efl/editing/deleting/delete-br-004-expected.txt:
28264         * platform/efl/editing/deleting/delete-br-005-expected.png:
28265         * platform/efl/editing/deleting/delete-br-005-expected.txt:
28266         * platform/efl/editing/deleting/delete-br-006-expected.png:
28267         * platform/efl/editing/deleting/delete-br-006-expected.txt:
28268         * platform/efl/editing/deleting/delete-br-007-expected.png:
28269         * platform/efl/editing/deleting/delete-br-007-expected.txt:
28270         * platform/efl/editing/deleting/delete-br-008-expected.png:
28271         * platform/efl/editing/deleting/delete-br-008-expected.txt:
28272         * platform/efl/editing/deleting/delete-br-009-expected.png:
28273         * platform/efl/editing/deleting/delete-br-009-expected.txt:
28274         * platform/efl/editing/deleting/delete-br-010-expected.png:
28275         * platform/efl/editing/deleting/delete-br-010-expected.txt:
28276         * platform/efl/editing/deleting/delete-br-013-expected.png:
28277         * platform/efl/editing/deleting/delete-br-013-expected.txt:
28278         * platform/efl/editing/deleting/delete-character-001-expected.png:
28279         * platform/efl/editing/deleting/delete-character-001-expected.txt:
28280         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png:
28281         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt:
28282         * platform/efl/editing/deleting/delete-first-list-item-expected.png:
28283         * platform/efl/editing/deleting/delete-first-list-item-expected.txt:
28284         * platform/efl/editing/deleting/delete-hr-expected.png:
28285         * platform/efl/editing/deleting/delete-hr-expected.txt:
28286         * platform/efl/editing/deleting/delete-image-001-expected.png:
28287         * platform/efl/editing/deleting/delete-image-001-expected.txt:
28288         * platform/efl/editing/deleting/delete-image-002-expected.png:
28289         * platform/efl/editing/deleting/delete-image-002-expected.txt:
28290         * platform/efl/editing/deleting/delete-image-003-expected.png:
28291         * platform/efl/editing/deleting/delete-image-003-expected.txt:
28292         * platform/efl/editing/deleting/delete-image-004-expected.png:
28293         * platform/efl/editing/deleting/delete-image-004-expected.txt:
28294         * platform/efl/editing/deleting/delete-leading-ws-001-expected.png:
28295         * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt:
28296         * platform/efl/editing/deleting/delete-line-001-expected.png:
28297         * platform/efl/editing/deleting/delete-line-001-expected.txt:
28298         * platform/efl/editing/deleting/delete-line-002-expected.png:
28299         * platform/efl/editing/deleting/delete-line-002-expected.txt:
28300         * platform/efl/editing/deleting/delete-line-003-expected.png:
28301         * platform/efl/editing/deleting/delete-line-003-expected.txt:
28302         * platform/efl/editing/deleting/delete-line-004-expected.png:
28303         * platform/efl/editing/deleting/delete-line-004-expected.txt:
28304         * platform/efl/editing/deleting/delete-line-005-expected.png:
28305         * platform/efl/editing/deleting/delete-line-005-expected.txt:
28306         * platform/efl/editing/deleting/delete-line-006-expected.png:
28307         * platform/efl/editing/deleting/delete-line-006-expected.txt:
28308         * platform/efl/editing/deleting/delete-line-007-expected.png:
28309         * platform/efl/editing/deleting/delete-line-007-expected.txt:
28310         * platform/efl/editing/deleting/delete-line-008-expected.png:
28311         * platform/efl/editing/deleting/delete-line-008-expected.txt:
28312         * platform/efl/editing/deleting/delete-line-009-expected.png:
28313         * platform/efl/editing/deleting/delete-line-009-expected.txt:
28314         * platform/efl/editing/deleting/delete-line-010-expected.png:
28315         * platform/efl/editing/deleting/delete-line-010-expected.txt:
28316         * platform/efl/editing/deleting/delete-line-011-expected.png:
28317         * platform/efl/editing/deleting/delete-line-012-expected.png:
28318         * platform/efl/editing/deleting/delete-line-012-expected.txt:
28319         * platform/efl/editing/deleting/delete-line-013-expected.png:
28320         * platform/efl/editing/deleting/delete-line-013-expected.txt:
28321         * platform/efl/editing/deleting/delete-line-014-expected.png:
28322         * platform/efl/editing/deleting/delete-line-014-expected.txt:
28323         * platform/efl/editing/deleting/delete-line-015-expected.png:
28324         * platform/efl/editing/deleting/delete-line-015-expected.txt:
28325         * platform/efl/editing/deleting/delete-line-016-expected.png:
28326         * platform/efl/editing/deleting/delete-line-016-expected.txt:
28327         * platform/efl/editing/deleting/delete-line-017-expected.png:
28328         * platform/efl/editing/deleting/delete-line-017-expected.txt:
28329         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png:
28330         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt:
28331         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png:
28332         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt:
28333         * platform/efl/editing/deleting/delete-listitem-001-expected.png:
28334         * platform/efl/editing/deleting/delete-listitem-001-expected.txt:
28335         * platform/efl/editing/deleting/delete-listitem-002-expected.png:
28336         * platform/efl/editing/deleting/delete-listitem-002-expected.txt:
28337         * platform/efl/editing/deleting/delete-selection-001-expected.png:
28338         * platform/efl/editing/deleting/delete-selection-001-expected.txt:
28339         * platform/efl/editing/deleting/delete-tab-001-expected.png:
28340         * platform/efl/editing/deleting/delete-tab-002-expected.png:
28341         * platform/efl/editing/deleting/delete-tab-002-expected.txt:
28342         * platform/efl/editing/deleting/delete-tab-003-expected.png:
28343         * platform/efl/editing/deleting/delete-tab-003-expected.txt:
28344         * platform/efl/editing/deleting/delete-tab-004-expected.png:
28345         * platform/efl/editing/deleting/delete-to-select-table-expected.png:
28346         * platform/efl/editing/deleting/delete-to-select-table-expected.txt:
28347         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png:
28348         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt:
28349         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png:
28350         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt:
28351         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png:
28352         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt:
28353         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png:
28354         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt:
28355         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png:
28356         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt:
28357         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png:
28358         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt:
28359         * platform/efl/editing/deleting/forward-delete-expected.png:
28360         * platform/efl/editing/deleting/forward-delete-expected.txt:
28361         * platform/efl/editing/deleting/list-item-1-expected.png:
28362         * platform/efl/editing/deleting/list-item-1-expected.txt:
28363         * platform/efl/editing/deleting/merge-different-styles-expected.png:
28364         * platform/efl/editing/deleting/merge-different-styles-expected.txt:
28365         * platform/efl/editing/deleting/merge-endOfParagraph-expected.png:
28366         * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt:
28367         * platform/efl/editing/deleting/merge-no-br-expected.png:
28368         * platform/efl/editing/deleting/merge-no-br-expected.txt:
28369         * platform/efl/editing/deleting/merge-unrendered-space-expected.png:
28370         * platform/efl/editing/deleting/merge-unrendered-space-expected.txt:
28371         * platform/efl/editing/deleting/merge-whitespace-pre-expected.png:
28372         * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt:
28373         * platform/efl/editing/deleting/move-nodes-001-expected.png:
28374         * platform/efl/editing/deleting/move-nodes-001-expected.txt:
28375         * platform/efl/editing/deleting/non-smart-delete-expected.png:
28376         * platform/efl/editing/deleting/non-smart-delete-expected.txt:
28377         * platform/efl/editing/deleting/pruning-after-merge-2-expected.png:
28378         * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt:
28379         * platform/efl/editing/deleting/smart-delete-001-expected.png:
28380         * platform/efl/editing/deleting/smart-delete-001-expected.txt:
28381         * platform/efl/editing/deleting/smart-delete-002-expected.png:
28382         * platform/efl/editing/deleting/table-cells-expected.png:
28383         * platform/efl/editing/deleting/table-cells-expected.txt:
28384         * platform/efl/editing/deleting/type-delete-after-quote-expected.png:
28385         * platform/efl/editing/deleting/type-delete-after-quote-expected.txt:
28386         * platform/efl/editing/execCommand/4580583-1-expected.png:
28387         * platform/efl/editing/execCommand/4580583-2-expected.png:
28388         * platform/efl/editing/execCommand/4641880-1-expected.png:
28389         * platform/efl/editing/execCommand/4641880-1-expected.txt:
28390         * platform/efl/editing/execCommand/4641880-2-expected.png:
28391         * platform/efl/editing/execCommand/4641880-2-expected.txt:
28392         * platform/efl/editing/execCommand/4747450-expected.png:
28393         * platform/efl/editing/execCommand/4747450-expected.txt:
28394         * platform/efl/editing/execCommand/4916402-expected.png:
28395         * platform/efl/editing/execCommand/4916402-expected.txt:
28396         * platform/efl/editing/execCommand/4916541-expected.png:
28397         * platform/efl/editing/execCommand/4916541-expected.txt:
28398         * platform/efl/editing/execCommand/4924441-expected.png:
28399         * platform/efl/editing/execCommand/4924441-expected.txt:
28400         * platform/efl/editing/execCommand/5080333-1-expected.png:
28401         * platform/efl/editing/execCommand/5080333-1-expected.txt:
28402         * platform/efl/editing/execCommand/5080333-2-expected.png:
28403         * platform/efl/editing/execCommand/5080333-2-expected.txt:
28404         * platform/efl/editing/execCommand/5136770-expected.png:
28405         * platform/efl/editing/execCommand/5136770-expected.txt:
28406         * platform/efl/editing/execCommand/5138441-expected.png:
28407         * platform/efl/editing/execCommand/5138441-expected.txt:
28408         * platform/efl/editing/execCommand/5142012-1-expected.png:
28409         * platform/efl/editing/execCommand/5142012-1-expected.txt:
28410         * platform/efl/editing/execCommand/5142012-2-expected.png:
28411         * platform/efl/editing/execCommand/5142012-2-expected.txt:
28412         * platform/efl/editing/execCommand/5190926-expected.png:
28413         * platform/efl/editing/execCommand/5190926-expected.txt:
28414         * platform/efl/editing/execCommand/5481523-expected.png:
28415         * platform/efl/editing/execCommand/5481523-expected.txt:
28416         * platform/efl/editing/execCommand/5482023-expected.png:
28417         * platform/efl/editing/execCommand/5569741-expected.png:
28418         * platform/efl/editing/execCommand/5569741-expected.txt:
28419         * platform/efl/editing/execCommand/create-list-with-hr-expected.png:
28420         * platform/efl/editing/execCommand/create-list-with-hr-expected.txt:
28421         * platform/efl/editing/execCommand/findString-2-expected.png:
28422         * platform/efl/editing/execCommand/findString-2-expected.txt:
28423         * platform/efl/editing/execCommand/findString-expected.png:
28424         * platform/efl/editing/execCommand/findString-expected.txt:
28425         * platform/efl/editing/execCommand/format-block-with-trailing-br-expected.png:
28426         * platform/efl/editing/execCommand/indent-empty-root-expected.png:
28427         * platform/efl/editing/execCommand/indent-empty-root-expected.txt:
28428         * platform/efl/editing/execCommand/indent-list-item-expected.png:
28429         * platform/efl/editing/execCommand/indent-list-item-expected.txt:
28430         * platform/efl/editing/execCommand/indent-selection-expected.png:
28431         * platform/efl/editing/execCommand/indent-selection-expected.txt:
28432         * platform/efl/editing/execCommand/insert-list-and-stitch-expected.png:
28433
28434 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
28435
28436         [EFL] Unreviewed gardening.
28437
28438         Rebaseline after enabling subpixel layout and updating freetype (6/26).
28439
28440         * platform/efl/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
28441         * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.png:
28442         * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
28443         * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.png:
28444         * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
28445         * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.png:
28446         * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
28447         * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.png:
28448         * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
28449         * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.png:
28450         * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
28451         * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.png:
28452         * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
28453         * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.png:
28454         * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
28455         * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.png:
28456         * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
28457         * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.png:
28458         * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
28459         * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.png:
28460         * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
28461         * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.png:
28462         * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
28463         * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.png:
28464         * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
28465         * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.png:
28466         * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
28467         * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.png:
28468         * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
28469         * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.png:
28470         * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
28471         * platform/efl/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
28472         * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.png:
28473         * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
28474         * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.png:
28475         * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
28476         * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.png:
28477         * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
28478         * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.png:
28479         * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
28480         * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.png:
28481         * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
28482         * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.png:
28483         * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
28484         * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.png:
28485         * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
28486         * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.png:
28487         * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
28488         * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.png:
28489         * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
28490         * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.png:
28491         * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
28492         * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.png:
28493         * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
28494         * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.png:
28495         * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
28496         * platform/efl/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
28497         * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.png:
28498         * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
28499         * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.png:
28500         * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
28501         * platform/efl/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
28502         * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.png:
28503         * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
28504         * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.png:
28505         * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
28506         * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.png:
28507         * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
28508         * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.png:
28509         * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
28510         * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.png:
28511         * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
28512         * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.png:
28513         * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
28514         * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.png:
28515         * platform/efl/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
28516         * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.png:
28517         * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
28518         * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.png:
28519         * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
28520         * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.png:
28521         * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
28522         * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
28523         * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
28524         * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.png:
28525         * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
28526         * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
28527         * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
28528         * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.png:
28529         * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
28530         * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.png:
28531         * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
28532         * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.png:
28533         * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
28534         * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.png:
28535         * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
28536         * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.png:
28537         * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
28538         * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.png:
28539         * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
28540         * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.png:
28541         * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
28542         * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.png:
28543         * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
28544         * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.png:
28545         * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
28546         * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.png:
28547         * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
28548         * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.png:
28549         * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
28550         * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.png:
28551         * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
28552         * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.png:
28553         * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
28554         * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.png:
28555         * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
28556         * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.png:
28557         * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
28558         * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.png:
28559         * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
28560         * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.png:
28561         * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
28562         * platform/efl/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
28563         * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.png:
28564         * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
28565         * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.png:
28566         * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
28567         * platform/efl/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
28568         * platform/efl/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
28569         * platform/efl/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
28570         * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.png:
28571         * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
28572         * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.png:
28573         * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
28574         * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.png:
28575         * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
28576         * platform/efl/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
28577         * platform/efl/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
28578         * platform/efl/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
28579         * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.png:
28580         * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
28581         * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.png:
28582         * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
28583         * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.png:
28584         * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
28585         * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.png:
28586         * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
28587         * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.png:
28588         * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
28589         * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.png:
28590         * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
28591         * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.png:
28592         * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
28593         * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.png:
28594         * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
28595         * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.png:
28596         * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
28597         * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.png:
28598         * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
28599         * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.png:
28600         * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
28601         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.png:
28602         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
28603         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.png:
28604         * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
28605         * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.png:
28606         * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
28607         * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.png:
28608         * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
28609         * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.png:
28610         * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
28611         * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.png:
28612         * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.txt:
28613         * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.png:
28614         * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.txt:
28615         * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.png:
28616         * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.txt:
28617         * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.png:
28618         * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.txt:
28619         * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.png:
28620         * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.txt:
28621         * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.png:
28622         * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.txt:
28623         * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.png:
28624         * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.txt:
28625         * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.png:
28626         * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.txt:
28627         * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.png:
28628         * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.txt:
28629         * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.png:
28630         * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.txt:
28631         * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.png:
28632         * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.txt:
28633         * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.png:
28634         * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.txt:
28635         * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.png:
28636         * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.txt:
28637         * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.png:
28638         * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.txt:
28639         * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.png:
28640         * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.txt:
28641         * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.png:
28642         * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.txt:
28643         * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.png:
28644         * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.txt:
28645         * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.png:
28646         * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.txt:
28647         * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.png:
28648         * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.txt:
28649         * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.png:
28650         * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.txt:
28651         * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.png:
28652         * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.txt:
28653         * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.png:
28654         * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.txt:
28655         * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.png:
28656         * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.txt:
28657         * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.png:
28658         * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.txt:
28659         * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.png:
28660         * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.txt:
28661         * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.png:
28662         * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.txt:
28663         * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.png:
28664         * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.txt:
28665         * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.png:
28666         * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.txt:
28667         * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.png:
28668         * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.txt:
28669         * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.png:
28670         * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.txt:
28671         * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.png:
28672         * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.txt:
28673         * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.png:
28674         * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.txt:
28675         * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.png:
28676         * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.txt:
28677         * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.png:
28678         * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.txt:
28679         * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.png:
28680         * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.txt:
28681         * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.png:
28682         * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.txt:
28683         * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.png:
28684         * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.txt:
28685         * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.png:
28686         * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.txt:
28687         * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.png:
28688         * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.txt:
28689         * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.png:
28690         * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.txt:
28691         * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.png:
28692         * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.txt:
28693         * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.png:
28694         * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.txt:
28695         * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.png:
28696         * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.txt:
28697         * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.png:
28698         * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.txt:
28699         * platform/efl/css3/selectors3/xml/css3-modsel-123b-expected.txt:
28700         * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.png:
28701         * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.txt:
28702         * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.png:
28703         * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.txt:
28704         * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.png:
28705         * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.txt:
28706         * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.png:
28707         * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.txt:
28708         * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.png:
28709         * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.txt:
28710         * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.png:
28711         * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.txt:
28712         * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.png:
28713         * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.txt:
28714         * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.png:
28715         * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.txt:
28716         * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.png:
28717         * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.txt:
28718         * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.png:
28719         * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.txt:
28720         * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.png:
28721         * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.txt:
28722         * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.png:
28723         * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.txt:
28724         * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.png:
28725         * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.txt:
28726         * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.png:
28727         * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.txt:
28728         * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.png:
28729         * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.txt:
28730         * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.png:
28731         * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.txt:
28732         * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.png:
28733         * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.txt:
28734         * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.png:
28735         * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.txt:
28736         * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.png:
28737         * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.txt:
28738         * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.png:
28739         * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.txt:
28740         * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.png:
28741         * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.txt:
28742         * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.png:
28743         * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.txt:
28744         * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.png:
28745         * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.txt:
28746         * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.png:
28747         * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.txt:
28748         * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.png:
28749         * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.txt:
28750         * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.png:
28751         * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.txt:
28752         * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.png:
28753         * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.txt:
28754         * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.png:
28755         * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.txt:
28756         * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.png:
28757         * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.txt:
28758         * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.png:
28759         * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.txt:
28760         * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.png:
28761         * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.txt:
28762         * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.png:
28763         * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.txt:
28764         * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.png:
28765         * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.txt:
28766         * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.png:
28767         * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.txt:
28768         * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.png:
28769         * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.txt:
28770         * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.png:
28771         * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.txt:
28772         * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.png:
28773         * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.txt:
28774         * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.png:
28775         * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.txt:
28776         * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.png:
28777         * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.txt:
28778         * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.png:
28779         * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.txt:
28780         * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.png:
28781         * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.txt:
28782         * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.png:
28783         * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.txt:
28784         * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.png:
28785         * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.txt:
28786         * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.png:
28787         * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.txt:
28788         * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.png:
28789         * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.txt:
28790         * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.png:
28791         * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.txt:
28792         * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.png:
28793         * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.txt:
28794         * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.png:
28795         * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.txt:
28796         * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.png:
28797         * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.txt:
28798         * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.png:
28799         * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.txt:
28800         * platform/efl/css3/selectors3/xml/css3-modsel-149-expected.txt:
28801         * platform/efl/css3/selectors3/xml/css3-modsel-149b-expected.txt:
28802         * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.png:
28803         * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.txt:
28804         * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.png:
28805         * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.txt:
28806         * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.png:
28807         * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.txt:
28808         * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.png:
28809         * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.txt:
28810         * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.png:
28811         * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.txt:
28812         * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.png:
28813         * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.txt:
28814         * platform/efl/css3/selectors3/xml/css3-modsel-151-expected.txt:
28815         * platform/efl/css3/selectors3/xml/css3-modsel-152-expected.txt:
28816         * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.png:
28817         * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.txt:
28818         * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.png:
28819         * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.txt:
28820         * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.png:
28821         * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.txt:
28822         * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.png:
28823         * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.txt:
28824         * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.png:
28825         * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.txt:
28826         * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.png:
28827         * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.txt:
28828         * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.png:
28829         * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.txt:
28830         * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.png:
28831         * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.txt:
28832         * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.png:
28833         * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.txt:
28834         * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.png:
28835         * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.txt:
28836         * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.png:
28837         * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.txt:
28838         * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.png:
28839         * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.txt:
28840         * platform/efl/css3/selectors3/xml/css3-modsel-159-expected.txt:
28841         * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.png:
28842         * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.txt:
28843         * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.png:
28844         * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.txt:
28845         * platform/efl/css3/selectors3/xml/css3-modsel-16-expected.txt:
28846         * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.png:
28847         * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.txt:
28848         * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.png:
28849         * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
28850         * platform/efl/css3/selectors3/xml/css3-modsel-166-expected.txt:
28851         * platform/efl/css3/selectors3/xml/css3-modsel-166a-expected.txt:
28852         * platform/efl/css3/selectors3/xml/css3-modsel-167-expected.txt:
28853         * platform/efl/css3/selectors3/xml/css3-modsel-167a-expected.txt:
28854         * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.png:
28855         * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.txt:
28856         * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.png:
28857         * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.txt:
28858         * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.png:
28859         * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.txt:
28860         * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.png:
28861         * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.txt:
28862         * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.png:
28863         * platform/efl/css3/selectors3/xml/css3-modsel-17-expected.txt:
28864         * platform/efl/css3/selectors3/xml/css3-modsel-170-expected.txt:
28865         * platform/efl/css3/selectors3/xml/css3-modsel-170a-expected.txt:
28866         * platform/efl/css3/selectors3/xml/css3-modsel-170b-expected.txt:
28867         * platform/efl/css3/selectors3/xml/css3-modsel-170c-expected.txt:
28868         * platform/efl/css3/selectors3/xml/css3-modsel-170d-expected.txt:
28869         * platform/efl/css3/selectors3/xml/css3-modsel-171-expected.txt:
28870         * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.png:
28871         * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.txt:
28872         * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.png:
28873         * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.txt:
28874         * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.png:
28875         * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.txt:
28876         * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.png:
28877         * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.txt:
28878         * platform/efl/css3/selectors3/xml/css3-modsel-174a-expected.txt:
28879         * platform/efl/css3/selectors3/xml/css3-modsel-174b-expected.txt:
28880         * platform/efl/css3/selectors3/xml/css3-modsel-175a-expected.txt:
28881         * platform/efl/css3/selectors3/xml/css3-modsel-175b-expected.txt:
28882         * platform/efl/css3/selectors3/xml/css3-modsel-175c-expected.txt:
28883         * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.png:
28884         * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.txt:
28885         * platform/efl/css3/selectors3/xml/css3-modsel-177a-expected.txt:
28886         * platform/efl/css3/selectors3/xml/css3-modsel-177b-expected.txt:
28887         * platform/efl/css3/selectors3/xml/css3-modsel-178-expected.txt:
28888         * platform/efl/css3/selectors3/xml/css3-modsel-179-expected.txt:
28889         * platform/efl/css3/selectors3/xml/css3-modsel-179a-expected.txt:
28890         * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.png:
28891         * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.txt:
28892         * platform/efl/css3/selectors3/xml/css3-modsel-180a-expected.txt:
28893         * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.png:
28894         * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.txt:
28895         * platform/efl/css3/selectors3/xml/css3-modsel-182-expected.txt:
28896         * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.png:
28897         * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.txt:
28898         * platform/efl/css3/selectors3/xml/css3-modsel-184a-expected.txt:
28899         * platform/efl/css3/selectors3/xml/css3-modsel-184b-expected.txt:
28900         * platform/efl/css3/selectors3/xml/css3-modsel-184c-expected.txt:
28901         * platform/efl/css3/selectors3/xml/css3-modsel-184d-expected.txt:
28902         * platform/efl/css3/selectors3/xml/css3-modsel-184e-expected.txt:
28903         * platform/efl/css3/selectors3/xml/css3-modsel-184f-expected.txt:
28904         * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.png:
28905         * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.txt:
28906         * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.png:
28907         * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt:
28908         * platform/efl/css3/selectors3/xml/css3-modsel-18c-expected.txt:
28909         * platform/efl/css3/selectors3/xml/css3-modsel-19-expected.txt:
28910         * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.png:
28911         * platform/efl/css3/selectors3/xml/css3-modsel-19b-expected.txt:
28912         * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.png:
28913         * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.txt:
28914         * platform/efl/css3/selectors3/xml/css3-modsel-20-expected.txt:
28915         * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.png:
28916         * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.txt:
28917         * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.png:
28918         * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.txt:
28919         * platform/efl/css3/selectors3/xml/css3-modsel-21c-expected.txt:
28920         * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.png:
28921         * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.txt:
28922         * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.png:
28923         * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.txt:
28924         * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.png:
28925         * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.txt:
28926         * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.png:
28927         * platform/efl/css3/selectors3/xml/css3-modsel-25-expected.txt:
28928         * platform/efl/css3/selectors3/xml/css3-modsel-27-expected.txt:
28929         * platform/efl/css3/selectors3/xml/css3-modsel-27a-expected.txt:
28930         * platform/efl/css3/selectors3/xml/css3-modsel-27b-expected.txt:
28931         * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.png:
28932         * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt:
28933         * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.png:
28934         * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt:
28935         * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.png:
28936         * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.txt:
28937         * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.png:
28938         * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.txt:
28939         * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.png:
28940         * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.txt:
28941
28942 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
28943
28944         [EFL] Unreviewed gardening.
28945
28946         Rebaseline after enabling subpixel layout and updating freetype (5/26).
28947
28948         * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.png:
28949         * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.txt:
28950         * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.png:
28951         * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.txt:
28952         * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.png:
28953         * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.txt:
28954         * platform/efl/css3/selectors3/html/css3-modsel-3a-expected.txt:
28955         * platform/efl/css3/selectors3/html/css3-modsel-4-expected.png:
28956         * platform/efl/css3/selectors3/html/css3-modsel-4-expected.txt:
28957         * platform/efl/css3/selectors3/html/css3-modsel-41-expected.txt:
28958         * platform/efl/css3/selectors3/html/css3-modsel-41a-expected.txt:
28959         * platform/efl/css3/selectors3/html/css3-modsel-42-expected.txt:
28960         * platform/efl/css3/selectors3/html/css3-modsel-42a-expected.txt:
28961         * platform/efl/css3/selectors3/html/css3-modsel-43-expected.png:
28962         * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt:
28963         * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.png:
28964         * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt:
28965         * platform/efl/css3/selectors3/html/css3-modsel-44-expected.png:
28966         * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt:
28967         * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.png:
28968         * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt:
28969         * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.png:
28970         * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.txt:
28971         * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.png:
28972         * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.txt:
28973         * platform/efl/css3/selectors3/html/css3-modsel-45-expected.png:
28974         * platform/efl/css3/selectors3/html/css3-modsel-45-expected.txt:
28975         * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.png:
28976         * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.txt:
28977         * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.png:
28978         * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.txt:
28979         * platform/efl/css3/selectors3/html/css3-modsel-46-expected.png:
28980         * platform/efl/css3/selectors3/html/css3-modsel-46-expected.txt:
28981         * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.png:
28982         * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.txt:
28983         * platform/efl/css3/selectors3/html/css3-modsel-5-expected.png:
28984         * platform/efl/css3/selectors3/html/css3-modsel-5-expected.txt:
28985         * platform/efl/css3/selectors3/html/css3-modsel-54-expected.png:
28986         * platform/efl/css3/selectors3/html/css3-modsel-54-expected.txt:
28987         * platform/efl/css3/selectors3/html/css3-modsel-55-expected.png:
28988         * platform/efl/css3/selectors3/html/css3-modsel-55-expected.txt:
28989         * platform/efl/css3/selectors3/html/css3-modsel-56-expected.png:
28990         * platform/efl/css3/selectors3/html/css3-modsel-56-expected.txt:
28991         * platform/efl/css3/selectors3/html/css3-modsel-59-expected.png:
28992         * platform/efl/css3/selectors3/html/css3-modsel-59-expected.txt:
28993         * platform/efl/css3/selectors3/html/css3-modsel-6-expected.png:
28994         * platform/efl/css3/selectors3/html/css3-modsel-6-expected.txt:
28995         * platform/efl/css3/selectors3/html/css3-modsel-60-expected.png:
28996         * platform/efl/css3/selectors3/html/css3-modsel-60-expected.txt:
28997         * platform/efl/css3/selectors3/html/css3-modsel-61-expected.png:
28998         * platform/efl/css3/selectors3/html/css3-modsel-61-expected.txt:
28999         * platform/efl/css3/selectors3/html/css3-modsel-62-expected.txt:
29000         * platform/efl/css3/selectors3/html/css3-modsel-63-expected.png:
29001         * platform/efl/css3/selectors3/html/css3-modsel-63-expected.txt:
29002         * platform/efl/css3/selectors3/html/css3-modsel-64-expected.png:
29003         * platform/efl/css3/selectors3/html/css3-modsel-64-expected.txt:
29004         * platform/efl/css3/selectors3/html/css3-modsel-65-expected.txt:
29005         * platform/efl/css3/selectors3/html/css3-modsel-66-expected.png:
29006         * platform/efl/css3/selectors3/html/css3-modsel-66-expected.txt:
29007         * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.png:
29008         * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.txt:
29009         * platform/efl/css3/selectors3/html/css3-modsel-67-expected.png:
29010         * platform/efl/css3/selectors3/html/css3-modsel-67-expected.txt:
29011         * platform/efl/css3/selectors3/html/css3-modsel-68-expected.png:
29012         * platform/efl/css3/selectors3/html/css3-modsel-68-expected.txt:
29013         * platform/efl/css3/selectors3/html/css3-modsel-69-expected.png:
29014         * platform/efl/css3/selectors3/html/css3-modsel-69-expected.txt:
29015         * platform/efl/css3/selectors3/html/css3-modsel-7-expected.png:
29016         * platform/efl/css3/selectors3/html/css3-modsel-7-expected.txt:
29017         * platform/efl/css3/selectors3/html/css3-modsel-70-expected.png:
29018         * platform/efl/css3/selectors3/html/css3-modsel-70-expected.txt:
29019         * platform/efl/css3/selectors3/html/css3-modsel-72-expected.png:
29020         * platform/efl/css3/selectors3/html/css3-modsel-72-expected.txt:
29021         * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.png:
29022         * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.txt:
29023         * platform/efl/css3/selectors3/html/css3-modsel-73-expected.png:
29024         * platform/efl/css3/selectors3/html/css3-modsel-73-expected.txt:
29025         * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.png:
29026         * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.txt:
29027         * platform/efl/css3/selectors3/html/css3-modsel-74-expected.png:
29028         * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt:
29029         * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.png:
29030         * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt:
29031         * platform/efl/css3/selectors3/html/css3-modsel-75-expected.png:
29032         * platform/efl/css3/selectors3/html/css3-modsel-75-expected.txt:
29033         * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.png:
29034         * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.txt:
29035         * platform/efl/css3/selectors3/html/css3-modsel-76-expected.png:
29036         * platform/efl/css3/selectors3/html/css3-modsel-76-expected.txt:
29037         * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.png:
29038         * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.txt:
29039         * platform/efl/css3/selectors3/html/css3-modsel-77-expected.png:
29040         * platform/efl/css3/selectors3/html/css3-modsel-77-expected.txt:
29041         * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.png:
29042         * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.txt:
29043         * platform/efl/css3/selectors3/html/css3-modsel-78-expected.png:
29044         * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt:
29045         * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.png:
29046         * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt:
29047         * platform/efl/css3/selectors3/html/css3-modsel-79-expected.png:
29048         * platform/efl/css3/selectors3/html/css3-modsel-79-expected.txt:
29049         * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.png:
29050         * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.txt:
29051         * platform/efl/css3/selectors3/html/css3-modsel-8-expected.png:
29052         * platform/efl/css3/selectors3/html/css3-modsel-8-expected.txt:
29053         * platform/efl/css3/selectors3/html/css3-modsel-80-expected.png:
29054         * platform/efl/css3/selectors3/html/css3-modsel-80-expected.txt:
29055         * platform/efl/css3/selectors3/html/css3-modsel-81-expected.png:
29056         * platform/efl/css3/selectors3/html/css3-modsel-81-expected.txt:
29057         * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.png:
29058         * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.txt:
29059         * platform/efl/css3/selectors3/html/css3-modsel-82-expected.png:
29060         * platform/efl/css3/selectors3/html/css3-modsel-82-expected.txt:
29061         * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.png:
29062         * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.txt:
29063         * platform/efl/css3/selectors3/html/css3-modsel-83-expected.png:
29064         * platform/efl/css3/selectors3/html/css3-modsel-83-expected.txt:
29065         * platform/efl/css3/selectors3/html/css3-modsel-86-expected.txt:
29066         * platform/efl/css3/selectors3/html/css3-modsel-87-expected.png:
29067         * platform/efl/css3/selectors3/html/css3-modsel-87-expected.txt:
29068         * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.png:
29069         * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.txt:
29070         * platform/efl/css3/selectors3/html/css3-modsel-88-expected.txt:
29071         * platform/efl/css3/selectors3/html/css3-modsel-88b-expected.txt:
29072         * platform/efl/css3/selectors3/html/css3-modsel-89-expected.txt:
29073         * platform/efl/css3/selectors3/html/css3-modsel-9-expected.png:
29074         * platform/efl/css3/selectors3/html/css3-modsel-9-expected.txt:
29075         * platform/efl/css3/selectors3/html/css3-modsel-90-expected.png:
29076         * platform/efl/css3/selectors3/html/css3-modsel-90-expected.txt:
29077         * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.png:
29078         * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.txt:
29079         * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.png:
29080         * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.txt:
29081         * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.png:
29082         * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.txt:
29083         * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.png:
29084         * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.txt:
29085         * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.png:
29086         * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.txt:
29087         * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.png:
29088         * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
29089         * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.png:
29090         * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
29091         * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.png:
29092         * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
29093         * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.png:
29094         * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
29095         * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.png:
29096         * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
29097         * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.png:
29098         * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
29099         * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.png:
29100         * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
29101         * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.png:
29102         * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
29103         * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.png:
29104         * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
29105         * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.png:
29106         * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
29107         * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.png:
29108         * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
29109         * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.png:
29110         * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
29111         * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.png:
29112         * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
29113         * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.png:
29114         * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
29115         * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.png:
29116         * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
29117         * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.png:
29118         * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
29119         * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.png:
29120         * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
29121         * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.png:
29122         * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
29123         * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.png:
29124         * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
29125         * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.png:
29126         * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
29127         * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.png:
29128         * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
29129         * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.png:
29130         * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
29131         * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.png:
29132         * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
29133         * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.png:
29134         * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
29135         * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.png:
29136         * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
29137         * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.png:
29138         * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
29139         * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.png:
29140         * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
29141         * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.png:
29142         * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
29143         * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.png:
29144         * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
29145         * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.png:
29146         * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
29147         * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.png:
29148         * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
29149         * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.png:
29150         * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
29151         * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.png:
29152         * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
29153         * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.png:
29154         * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
29155         * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.png:
29156         * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
29157         * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.png:
29158         * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
29159         * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.png:
29160         * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
29161         * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.png:
29162         * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
29163         * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.png:
29164         * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
29165         * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.png:
29166         * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
29167         * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.png:
29168         * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
29169         * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.png:
29170         * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
29171         * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.png:
29172         * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
29173         * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.png:
29174         * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
29175         * platform/efl/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
29176         * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.png:
29177         * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
29178         * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.png:
29179         * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
29180         * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.png:
29181         * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
29182         * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.png:
29183         * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
29184         * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.png:
29185         * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
29186         * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.png:
29187         * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
29188         * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.png:
29189         * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
29190         * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.png:
29191         * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
29192         * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.png:
29193         * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
29194         * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.png:
29195         * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
29196         * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.png:
29197         * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
29198         * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.png:
29199         * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
29200         * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.png:
29201         * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
29202         * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.png:
29203         * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
29204         * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.png:
29205         * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
29206         * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.png:
29207         * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
29208         * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.png:
29209         * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
29210         * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.png:
29211         * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
29212         * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.png:
29213         * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
29214         * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.png:
29215         * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
29216         * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.png:
29217         * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
29218         * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.png:
29219         * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
29220         * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.png:
29221         * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
29222         * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.png:
29223         * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
29224         * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.png:
29225         * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
29226         * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.png:
29227         * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
29228         * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.png:
29229         * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
29230         * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.png:
29231         * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
29232         * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.png:
29233         * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
29234         * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.png:
29235         * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
29236         * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.png:
29237         * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
29238         * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.png:
29239         * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
29240         * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.png:
29241         * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
29242         * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.png:
29243         * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
29244         * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.png:
29245         * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
29246         * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.png:
29247         * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
29248         * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.png:
29249         * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
29250         * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.png:
29251         * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
29252         * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.png:
29253         * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
29254         * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.png:
29255         * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
29256         * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.png:
29257         * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
29258         * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.png:
29259         * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
29260         * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.png:
29261         * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
29262         * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.png:
29263         * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
29264         * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.png:
29265         * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
29266         * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.png:
29267         * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
29268         * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.png:
29269         * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
29270         * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.png:
29271         * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
29272         * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.png:
29273         * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
29274         * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.png:
29275         * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
29276         * platform/efl/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
29277         * platform/efl/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
29278         * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.png:
29279         * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
29280         * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.png:
29281         * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
29282         * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.png:
29283         * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
29284         * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.png:
29285         * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
29286         * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.png:
29287         * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
29288         * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.png:
29289         * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
29290         * platform/efl/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
29291         * platform/efl/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
29292         * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.png:
29293         * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
29294         * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.png:
29295         * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
29296         * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.png:
29297         * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
29298         * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.png:
29299         * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
29300         * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.png:
29301         * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
29302         * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.png:
29303         * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
29304         * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.png:
29305         * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
29306         * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.png:
29307         * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
29308         * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.png:
29309         * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
29310         * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.png:
29311         * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
29312         * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.png:
29313         * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
29314         * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.png:
29315         * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
29316         * platform/efl/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
29317         * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.png:
29318         * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
29319         * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
29320         * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
29321         * platform/efl/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
29322         * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.png:
29323         * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
29324         * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.png:
29325         * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
29326         * platform/efl/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
29327         * platform/efl/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
29328         * platform/efl/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
29329         * platform/efl/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
29330         * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.png:
29331         * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
29332         * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.png:
29333         * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
29334         * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.png:
29335         * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
29336         * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.png:
29337         * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
29338         * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.png:
29339         * platform/efl/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
29340         * platform/efl/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
29341         * platform/efl/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
29342         * platform/efl/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
29343         * platform/efl/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
29344         * platform/efl/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
29345         * platform/efl/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
29346         * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.png:
29347         * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
29348         * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.png:
29349         * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
29350         * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.png:
29351         * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
29352         * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.png:
29353         * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
29354         * platform/efl/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
29355         * platform/efl/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
29356         * platform/efl/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
29357         * platform/efl/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
29358         * platform/efl/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
29359         * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.png:
29360         * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
29361         * platform/efl/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
29362         * platform/efl/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
29363         * platform/efl/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
29364         * platform/efl/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
29365         * platform/efl/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
29366         * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.png:
29367         * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
29368         * platform/efl/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
29369         * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.png:
29370         * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
29371         * platform/efl/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
29372         * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.png:
29373         * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
29374         * platform/efl/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
29375         * platform/efl/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
29376         * platform/efl/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
29377         * platform/efl/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
29378         * platform/efl/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
29379         * platform/efl/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
29380         * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
29381         * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
29382         * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.png:
29383         * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
29384         * platform/efl/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
29385         * platform/efl/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
29386         * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
29387         * platform/efl/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
29388         * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.png:
29389         * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
29390         * platform/efl/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
29391         * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.png:
29392         * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
29393         * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.png:
29394         * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
29395         * platform/efl/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
29396         * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.png:
29397         * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
29398         * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.png:
29399         * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
29400         * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.png:
29401         * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
29402         * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.png:
29403         * platform/efl/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
29404         * platform/efl/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
29405         * platform/efl/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
29406         * platform/efl/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
29407         * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.png:
29408         * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
29409         * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
29410         * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
29411         * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.png:
29412         * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
29413         * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
29414         * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
29415         * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.png:
29416         * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
29417         * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.png:
29418         * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
29419         * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.png:
29420         * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
29421         * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.png:
29422         * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
29423         * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.png:
29424         * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
29425         * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.png:
29426         * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
29427         * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.png:
29428         * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
29429         * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.png:
29430         * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
29431         * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.png:
29432         * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
29433         * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.png:
29434         * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
29435         * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.png:
29436         * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
29437         * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.png:
29438         * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
29439         * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.png:
29440         * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
29441         * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.png:
29442         * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
29443         * platform/efl/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
29444         * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.png:
29445         * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
29446         * platform/efl/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
29447         * platform/efl/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
29448         * platform/efl/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
29449
29450 2013-01-18  Zeno Albisser  <zeno@webkit.org>
29451
29452         [Qt] Unreviewed garderning.
29453         https://bugs.webkit.org/show_bug.cgi?id=107260
29454
29455         Skip a failing webgl pixel test for Qt.
29456
29457         * platform/qt-5.0-mac-wk2/TestExpectations:
29458
29459 2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
29460
29461         Unreviewed GTK gardening.
29462
29463         Managing most of the current failures on the 64-bit debug builder.
29464         - Adding a crash expectation for fast/js/toString-stack-overflow.html.
29465         - Marking fast/canvas/2d.text.draw.fill.maxWidth.gradient.html as flaky.
29466         - Extending expectation for http/tests/misc/acid3.html to include debug builds.
29467
29468         * platform/gtk/TestExpectations:
29469
29470 2013-01-17  Vsevolod Vlasov  <vsevik@chromium.org>
29471
29472         Web Inspector: Add early version of file system mappings editor to settings.
29473         https://bugs.webkit.org/show_bug.cgi?id=107136
29474
29475         Reviewed by Pavel Feldman.
29476
29477         * inspector/file-mapping.html:
29478
29479 2013-01-18  Eugene Klyuchnikov  <eustas.bug@gmail.com>
29480
29481         Web Inspector: Timeline: nest time/timeEnd records when possible (in glue-mode)
29482         https://bugs.webkit.org/show_bug.cgi?id=100114
29483
29484         Reviewed by Pavel Feldman.
29485
29486         Changed test to adopt new gluing rules.
29487
29488         * inspector/timeline/timeline-time.html: Updated test.
29489
29490 2013-01-18  Zan Dobersek  <zdobersek@igalia.com>
29491
29492         Unreviewed GTK gardening.
29493
29494         Rebaselining after r140115.
29495
29496         * platform/gtk/fast/js/global-constructors-expected.txt:
29497
29498 2013-01-18  Dominik Röttsches  <dominik.rottsches@intel.com>
29499
29500         [EFL] Unreviewed gardening.
29501
29502         Rebaseline after enabling subpixel layout and updating freetype (4/26).
29503
29504         * platform/efl/css2.1/t1204-root-e-expected.txt:
29505         * platform/efl/css2.1/t120401-scope-00-b-expected.png:
29506         * platform/efl/css2.1/t120401-scope-00-b-expected.txt:
29507         * platform/efl/css2.1/t120401-scope-01-c-expected.png:
29508         * platform/efl/css2.1/t120401-scope-01-c-expected.txt:
29509         * platform/efl/css2.1/t120401-scope-02-c-expected.png:
29510         * platform/efl/css2.1/t120401-scope-02-c-expected.txt:
29511         * platform/efl/css2.1/t120401-scope-03-c-expected.png:
29512         * platform/efl/css2.1/t120401-scope-03-c-expected.txt:
29513         * platform/efl/css2.1/t120401-scope-04-d-expected.png:
29514         * platform/efl/css2.1/t120401-scope-04-d-expected.txt:
29515         * platform/efl/css2.1/t120403-content-none-00-c-expected.png:
29516         * platform/efl/css2.1/t120403-content-none-00-c-expected.txt:
29517         * platform/efl/css2.1/t120403-display-none-00-c-expected.png:
29518         * platform/efl/css2.1/t120403-display-none-00-c-expected.txt:
29519         * platform/efl/css2.1/t120403-visibility-00-c-expected.png:
29520         * platform/efl/css2.1/t120403-visibility-00-c-expected.txt:
29521         * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.png:
29522         * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.txt:
29523         * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.png:
29524         * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.txt:
29525         * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.png:
29526         * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.txt:
29527         * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.png:
29528         * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
29529         * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.png:
29530         * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.txt:
29531         * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.png:
29532         * platform/efl/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
29533         * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.png:
29534         * platform/efl/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
29535         * platform/efl/css2.1/t1401-c531-color-00-a-expected.png:
29536         * platform/efl/css2.1/t1401-c531-color-00-a-expected.txt:
29537         * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
29538         * platform/efl/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
29539         * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.png:
29540         * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
29541         * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.png:
29542         * platform/efl/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
29543         * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.png:
29544         * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.txt:
29545         * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.png:
29546         * platform/efl/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
29547         * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.png:
29548         * platform/efl/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
29549         * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.png:
29550         * platform/efl/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
29551         * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.png:
29552         * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
29553         * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.png:
29554         * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
29555         * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.png:
29556         * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
29557         * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.png:
29558         * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
29559         * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.png:
29560         * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
29561         * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.png:
29562         * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
29563         * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
29564         * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
29565         * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.png:
29566         * platform/efl/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
29567         * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.png:
29568         * platform/efl/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
29569         * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
29570         * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
29571         * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.png:
29572         * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.txt:
29573         * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.png:
29574         * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.txt:
29575         * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.png:
29576         * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.txt:
29577         * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.png:
29578         * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.txt:
29579         * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.png:
29580         * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.txt:
29581         * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.png:
29582         * platform/efl/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
29583         * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
29584         * platform/efl/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
29585         * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.png:
29586         * platform/efl/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
29587         * platform/efl/css2.1/t1508-c527-font-00-b-expected.png:
29588         * platform/efl/css2.1/t1508-c527-font-01-b-expected.png:
29589         * platform/efl/css2.1/t1508-c527-font-01-b-expected.txt:
29590         * platform/efl/css2.1/t1508-c527-font-02-b-expected.png:
29591         * platform/efl/css2.1/t1508-c527-font-02-b-expected.txt:
29592         * platform/efl/css2.1/t1508-c527-font-03-b-expected.png:
29593         * platform/efl/css2.1/t1508-c527-font-04-b-expected.png:
29594         * platform/efl/css2.1/t1508-c527-font-04-b-expected.txt:
29595         * platform/efl/css2.1/t1508-c527-font-05-b-expected.png:
29596         * platform/efl/css2.1/t1508-c527-font-05-b-expected.txt:
29597         * platform/efl/css2.1/t1508-c527-font-06-b-expected.png:
29598         * platform/efl/css2.1/t1508-c527-font-06-b-expected.txt:
29599         * platform/efl/css2.1/t1508-c527-font-07-b-expected.png:
29600         * platform/efl/css2.1/t1508-c527-font-07-b-expected.txt:
29601         * platform/efl/css2.1/t1508-c527-font-08-b-expected.png:
29602         * platform/efl/css2.1/t1508-c527-font-08-b-expected.txt:
29603         * platform/efl/css2.1/t1508-c527-font-09-b-expected.png:
29604         * platform/efl/css2.1/t1508-c527-font-10-c-expected.png:
29605         * platform/efl/css2.1/t1508-c527-font-10-c-expected.txt:
29606         * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.png:
29607         * platform/efl/css2.1/t1601-c547-indent-00-b-a-expected.txt:
29608         * platform/efl/css2.1/t1601-c547-indent-01-d-expected.png:
29609         * platform/efl/css2.1/t1601-c547-indent-01-d-expected.txt:
29610         * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.png:
29611         * platform/efl/css2.1/t1602-c43-center-00-d-ag-expected.txt:
29612         * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.png:
29613         * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt:
29614         * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
29615         * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
29616         * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.png:
29617         * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
29618         * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.png:
29619         * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
29620         * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.png:
29621         * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
29622         * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.png:
29623         * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
29624         * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.png:
29625         * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
29626         * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.png:
29627         * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
29628         * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.png:
29629         * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
29630         * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
29631         * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
29632         * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
29633         * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
29634         * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
29635         * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
29636         * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
29637         * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
29638         * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
29639         * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
29640         * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.png:
29641         * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
29642         * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.png:
29643         * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
29644         * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.png:
29645         * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
29646         * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.png:
29647         * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
29648         * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.png:
29649         * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
29650         * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
29651         * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
29652         * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
29653         * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
29654         * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
29655         * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
29656         * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
29657         * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
29658         * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
29659         * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
29660         * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.png:
29661         * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
29662         * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.png:
29663         * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
29664         * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.png:
29665         * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
29666         * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.png:
29667         * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
29668         * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.png:
29669         * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
29670         * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
29671         * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
29672         * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
29673         * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
29674         * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
29675         * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
29676         * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
29677         * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
29678         * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
29679         * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
29680         * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.png:
29681         * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
29682         * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.png:
29683         * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
29684         * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.png:
29685         * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
29686         * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.png:
29687         * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
29688         * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.png:
29689         * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
29690         * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
29691         * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
29692         * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
29693         * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
29694         * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
29695         * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
29696         * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
29697         * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
29698         * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
29699         * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
29700         * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.png:
29701         * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
29702         * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.png:
29703         * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
29704         * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.png:
29705         * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
29706         * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.png:
29707         * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
29708         * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.png:
29709         * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
29710         * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
29711         * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
29712         * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
29713         * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
29714         * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
29715         * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
29716         * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
29717         * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
29718         * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
29719         * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
29720         * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.png:
29721         * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
29722         * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.png:
29723         * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
29724         * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
29725         * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
29726         * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
29727         * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
29728         * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
29729         * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
29730         * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
29731         * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
29732         * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
29733         * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
29734         * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
29735         * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
29736         * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
29737         * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
29738         * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
29739         * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
29740         * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
29741         * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
29742         * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.png:
29743         * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
29744         * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
29745         * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
29746         * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
29747         * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
29748         * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
29749         * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
29750         * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
29751         * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
29752         * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
29753         * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
29754         * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
29755         * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
29756         * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
29757         * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
29758         * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
29759         * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
29760         * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
29761         * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
29762         * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.png:
29763         * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
29764         * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
29765         * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
29766         * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
29767         * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
29768         * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
29769         * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
29770         * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
29771         * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
29772         * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
29773         * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
29774         * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
29775         * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
29776         * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
29777         * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
29778         * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
29779         * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
29780         * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
29781         * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
29782         * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.png:
29783         * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
29784         * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
29785         * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
29786         * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
29787         * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
29788         * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
29789         * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
29790         * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
29791         * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
29792         * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
29793         * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
29794         * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
29795         * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
29796         * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
29797         * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
29798         * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
29799         * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
29800         * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
29801         * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
29802         * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.png:
29803         * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
29804         * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.png:
29805         * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
29806         * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.png:
29807         * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
29808         * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.png:
29809         * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
29810         * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
29811         * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
29812         * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
29813         * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
29814         * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
29815         * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
29816         * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
29817         * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
29818         * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
29819         * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
29820         * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.png:
29821         * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
29822         * platform/efl/css3/css3-modsel-33-expected.png:
29823         * platform/efl/css3/css3-modsel-33-expected.txt:
29824         * platform/efl/css3/css3-modsel-35-expected.png:
29825         * platform/efl/css3/css3-modsel-35-expected.txt:
29826         * platform/efl/css3/css3-modsel-36-expected.png:
29827         * platform/efl/css3/css3-modsel-36-expected.txt:
29828         * platform/efl/css3/css3-modsel-37-expected.png:
29829         * platform/efl/css3/css3-modsel-37-expected.txt:
29830         * platform/efl/css3/flexbox/flexbox-baseline-expected.png:
29831         * platform/efl/css3/flexbox/repaint-expected.png:
29832         * platform/efl/css3/font-feature-settings-rendering-expected.png:
29833         * platform/efl/css3/font-feature-settings-rendering-expected.txt:
29834         * platform/efl/css3/images/cross-fade-blending-expected.png:
29835         * platform/efl/css3/images/cross-fade-invalidation-expected.png:
29836         * platform/efl/css3/images/cross-fade-overflow-position-expected.png:
29837         * platform/efl/css3/images/cross-fade-simple-expected.png:
29838         * platform/efl/css3/images/cross-fade-sizing-expected.png:
29839         * platform/efl/css3/images/cross-fade-tiled-expected.png:
29840         * platform/efl/css3/masking/clip-path-circle-expected.png:
29841         * platform/efl/css3/masking/clip-path-circle-filter-expected.png:
29842         * platform/efl/css3/masking/clip-path-circle-overflow-expected.png:
29843         * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.png:
29844         * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:
29845         * platform/efl/css3/masking/clip-path-ellipse-expected.png:
29846         * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.png:
29847         * platform/efl/css3/masking/clip-path-polygon-expected.png:
29848         * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.png:
29849         * platform/efl/css3/masking/clip-path-rectangle-expected.png:
29850         * platform/efl/css3/selectors3/html/css3-modsel-10-expected.png:
29851         * platform/efl/css3/selectors3/html/css3-modsel-10-expected.txt:
29852         * platform/efl/css3/selectors3/html/css3-modsel-11-expected.png:
29853         * platform/efl/css3/selectors3/html/css3-modsel-11-expected.txt:
29854         * platform/efl/css3/selectors3/html/css3-modsel-13-expected.png:
29855         * platform/efl/css3/selectors3/html/css3-modsel-13-expected.txt:
29856         * platform/efl/css3/selectors3/html/css3-modsel-14-expected.png:
29857         * platform/efl/css3/selectors3/html/css3-modsel-14-expected.txt:
29858         * platform/efl/css3/selectors3/html/css3-modsel-144-expected.png:
29859         * platform/efl/css3/selectors3/html/css3-modsel-144-expected.txt:
29860         * platform/efl/css3/selectors3/html/css3-modsel-148-expected.png:
29861         * platform/efl/css3/selectors3/html/css3-modsel-148-expected.txt:
29862         * platform/efl/css3/selectors3/html/css3-modsel-149-expected.txt:
29863         * platform/efl/css3/selectors3/html/css3-modsel-149b-expected.txt:
29864         * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.png:
29865         * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.txt:
29866         * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.png:
29867         * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.txt:
29868         * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.png:
29869         * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.txt:
29870         * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.png:
29871         * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.txt:
29872         * platform/efl/css3/selectors3/html/css3-modsel-15-expected.png:
29873         * platform/efl/css3/selectors3/html/css3-modsel-15-expected.txt:
29874         * platform/efl/css3/selectors3/html/css3-modsel-150-expected.png:
29875         * platform/efl/css3/selectors3/html/css3-modsel-150-expected.txt:
29876         * platform/efl/css3/selectors3/html/css3-modsel-151-expected.txt:
29877         * platform/efl/css3/selectors3/html/css3-modsel-152-expected.txt:
29878         * platform/efl/css3/selectors3/html/css3-modsel-154-expected.png:
29879         * platform/efl/css3/selectors3/html/css3-modsel-154-expected.txt:
29880         * platform/efl/css3/selectors3/html/css3-modsel-155-expected.png:
29881         * platform/efl/css3/selectors3/html/css3-modsel-155-expected.txt:
29882         * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.png:
29883         * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.txt:
29884         * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.png:
29885         * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.txt:
29886         * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.png:
29887         * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.txt:
29888         * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.png:
29889         * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.txt:
29890         * platform/efl/css3/selectors3/html/css3-modsel-156-expected.png:
29891         * platform/efl/css3/selectors3/html/css3-modsel-156-expected.txt:
29892         * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.png:
29893         * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.txt:
29894         * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.png:
29895         * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.txt:
29896         * platform/efl/css3/selectors3/html/css3-modsel-157-expected.png:
29897         * platform/efl/css3/selectors3/html/css3-modsel-157-expected.txt:
29898         * platform/efl/css3/selectors3/html/css3-modsel-158-expected.png:
29899         * platform/efl/css3/selectors3/html/css3-modsel-158-expected.txt:
29900         * platform/efl/css3/selectors3/html/css3-modsel-159-expected.txt:
29901         * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.png:
29902         * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.txt:
29903         * platform/efl/css3/selectors3/html/css3-modsel-16-expected.txt:
29904         * platform/efl/css3/selectors3/html/css3-modsel-160-expected.png:
29905         * platform/efl/css3/selectors3/html/css3-modsel-160-expected.txt:
29906         * platform/efl/css3/selectors3/html/css3-modsel-161-expected.png:
29907         * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
29908         * platform/efl/css3/selectors3/html/css3-modsel-166-expected.txt:
29909         * platform/efl/css3/selectors3/html/css3-modsel-166a-expected.txt:
29910         * platform/efl/css3/selectors3/html/css3-modsel-167-expected.txt:
29911         * platform/efl/css3/selectors3/html/css3-modsel-167a-expected.txt:
29912         * platform/efl/css3/selectors3/html/css3-modsel-168-expected.png:
29913         * platform/efl/css3/selectors3/html/css3-modsel-168-expected.txt:
29914         * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.png:
29915         * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.txt:
29916         * platform/efl/css3/selectors3/html/css3-modsel-169-expected.png:
29917         * platform/efl/css3/selectors3/html/css3-modsel-169-expected.txt:
29918         * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.png:
29919         * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.txt:
29920         * platform/efl/css3/selectors3/html/css3-modsel-17-expected.png:
29921         * platform/efl/css3/selectors3/html/css3-modsel-17-expected.txt:
29922         * platform/efl/css3/selectors3/html/css3-modsel-170-expected.txt:
29923         * platform/efl/css3/selectors3/html/css3-modsel-170a-expected.txt:
29924         * platform/efl/css3/selectors3/html/css3-modsel-170b-expected.txt:
29925         * platform/efl/css3/selectors3/html/css3-modsel-170c-expected.txt:
29926         * platform/efl/css3/selectors3/html/css3-modsel-170d-expected.txt:
29927         * platform/efl/css3/selectors3/html/css3-modsel-175a-expected.txt:
29928         * platform/efl/css3/selectors3/html/css3-modsel-175b-expected.txt:
29929         * platform/efl/css3/selectors3/html/css3-modsel-175c-expected.txt:
29930         * platform/efl/css3/selectors3/html/css3-modsel-176-expected.png:
29931         * platform/efl/css3/selectors3/html/css3-modsel-176-expected.txt:
29932         * platform/efl/css3/selectors3/html/css3-modsel-177a-expected.txt:
29933         * platform/efl/css3/selectors3/html/css3-modsel-177b-expected.txt:
29934         * platform/efl/css3/selectors3/html/css3-modsel-178-expected.txt:
29935         * platform/efl/css3/selectors3/html/css3-modsel-179-expected.txt:
29936         * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt:
29937         * platform/efl/css3/selectors3/html/css3-modsel-18-expected.png:
29938         * platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt:
29939         * platform/efl/css3/selectors3/html/css3-modsel-180a-expected.txt:
29940         * platform/efl/css3/selectors3/html/css3-modsel-181-expected.png:
29941         * platform/efl/css3/selectors3/html/css3-modsel-181-expected.txt:
29942         * platform/efl/css3/selectors3/html/css3-modsel-183-expected.png:
29943         * platform/efl/css3/selectors3/html/css3-modsel-183-expected.txt:
29944         * platform/efl/css3/selectors3/html/css3-modsel-184a-expected.txt:
29945         * platform/efl/css3/selectors3/html/css3-modsel-184b-expected.txt:
29946         * platform/efl/css3/selectors3/html/css3-modsel-184c-expected.txt:
29947         * platform/efl/css3/selectors3/html/css3-modsel-184d-expected.txt:
29948         * platform/efl/css3/selectors3/html/css3-modsel-184e-expected.txt:
29949         * platform/efl/css3/selectors3/html/css3-modsel-184f-expected.txt:
29950         * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.png:
29951         * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.txt:
29952         * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.png:
29953         * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt:
29954         * platform/efl/css3/selectors3/html/css3-modsel-18c-expected.txt:
29955         * platform/efl/css3/selectors3/html/css3-modsel-19-expected.txt:
29956         * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.png:
29957         * platform/efl/css3/selectors3/html/css3-modsel-19b-expected.txt:
29958         * platform/efl/css3/selectors3/html/css3-modsel-2-expected.png:
29959         * platform/efl/css3/selectors3/html/css3-modsel-2-expected.txt:
29960         * platform/efl/css3/selectors3/html/css3-modsel-20-expected.txt:
29961         * platform/efl/css3/selectors3/html/css3-modsel-21-expected.png:
29962         * platform/efl/css3/selectors3/html/css3-modsel-21-expected.txt:
29963         * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.png:
29964         * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.txt:
29965         * platform/efl/css3/selectors3/html/css3-modsel-21c-expected.txt:
29966         * platform/efl/css3/selectors3/html/css3-modsel-22-expected.png:
29967         * platform/efl/css3/selectors3/html/css3-modsel-22-expected.txt:
29968         * platform/efl/css3/selectors3/html/css3-modsel-23-expected.png:
29969         * platform/efl/css3/selectors3/html/css3-modsel-23-expected.txt:
29970         * platform/efl/css3/selectors3/html/css3-modsel-24-expected.png:
29971         * platform/efl/css3/selectors3/html/css3-modsel-24-expected.txt:
29972         * platform/efl/css3/selectors3/html/css3-modsel-25-expected.png:
29973         * platform/efl/css3/selectors3/html/css3-modsel-25-expected.txt:
29974         * platform/efl/css3/selectors3/html/css3-modsel-27-expected.txt:
29975         * platform/efl/css3/selectors3/html/css3-modsel-27a-expected.txt:
29976         * platform/efl/css3/selectors3/html/css3-modsel-27b-expected.txt:
29977         * platform/efl/css3/selectors3/html/css3-modsel-28-expected.png:
29978         * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt:
29979         * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.png:
29980         * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt:
29981         * platform/efl/css3/selectors3/html/css3-modsel-29-expected.png:
29982         * platform/efl/css3/selectors3/html/css3-modsel-29-expected.txt:
29983         * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.png:
29984         * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.txt:
29985         * platform/efl/css3/selectors3/html/css3-modsel-30-expected.png:
29986         * platform/efl/css3/selectors3/html/css3-modsel-30-expected.txt:
29987         * platform/efl/css3/selectors3/html/css3-modsel-31-expected.png:
29988         * platform/efl/css3/selectors3/html/css3-modsel-31-expected.txt:
29989         * platform/efl/css3/selectors3/html/css3-modsel-32-expected.png:
29990         * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt:
29991         * platform/efl/css3/selectors3/html/css3-modsel-33-expected.png:
29992         * platform/efl/css3/selectors3/html/css3-modsel-33-expected.txt:
29993         * platform/efl/css3/selectors3/html/css3-modsel-34-expected.png:
29994         * platform/efl/css3/selectors3/html/css3-modsel-34-expected.txt:
29995         * platform/efl/css3/selectors3/html/css3-modsel-35-expected.png:
29996         * platform/efl/css3/selectors3/html/css3-modsel-35-expected.txt:
29997         * platform/efl/css3/selectors3/html/css3-modsel-36-expected.png:
29998         * platform/efl/css3/selectors3/html/css3-modsel-36-expected.txt:
29999         * platform/efl/css3/selectors3/html/css3-modsel-37-expected.png:
30000         * platform/efl/css3/selectors3/html/css3-modsel-37-expected.txt:
30001         * platform/efl/css3/selectors3/html/css3-modsel-38-expected.png:
30002         * platform/efl/css3/selectors3/html/css3-modsel-38-expected.txt:
30003         * platform/efl/css3/selectors3/html/css3-modsel-39-expected.png:
30004         * platform/efl/css3/selectors3/html/css3-modsel-39-expected.txt:
30005
30006 2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
30007
30008         [EFL] Unreviewed gardening.
30009
30010         Rebaseline after enabling subpixel layout and updating freetype (3/26).
30011
30012         * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.png:
30013         * platform/efl/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
30014         * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.png:
30015         * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
30016         * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.png:
30017         * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.txt:
30018         * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.png:
30019         * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.txt:
30020         * platform/efl/css2.1/t040306-syntax-01-f-expected.png:
30021         * platform/efl/css2.1/t040306-syntax-01-f-expected.txt:
30022         * platform/efl/css2.1/t040307-syntax-01-b-expected.png:
30023         * platform/efl/css2.1/t040307-syntax-01-b-expected.txt:
30024         * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.png:
30025         * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.txt:
30026         * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.png:
30027         * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.txt:
30028         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.png:
30029         * platform/efl/css2.1/t0505-c16-descendant-01-e-expected.txt:
30030         * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.png:
30031         * platform/efl/css2.1/t0505-c16-descendant-02-e-expected.txt:
30032         * platform/efl/css2.1/t050803-c14-classes-00-e-expected.png:
30033         * platform/efl/css2.1/t050803-c14-classes-00-e-expected.txt:
30034         * platform/efl/css2.1/t0509-c15-ids-00-a-expected.png:
30035         * platform/efl/css2.1/t0509-c15-ids-00-a-expected.txt:
30036         * platform/efl/css2.1/t0509-c15-ids-01-e-expected.png:
30037         * platform/efl/css2.1/t0509-c15-ids-01-e-expected.txt:
30038         * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.png:
30039         * platform/efl/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
30040         * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.png:
30041         * platform/efl/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
30042         * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png:
30043         * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
30044         * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png:
30045         * platform/efl/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
30046         * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.png:
30047         * platform/efl/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
30048         * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.png:
30049         * platform/efl/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
30050         * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.png:
30051         * platform/efl/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
30052         * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.png:
30053         * platform/efl/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
30054         * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.png:
30055         * platform/efl/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
30056         * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.png:
30057         * platform/efl/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
30058         * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.png:
30059         * platform/efl/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
30060         * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.png:
30061         * platform/efl/css2.1/t051103-dom-hover-01-c-io-expected.txt:
30062         * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.png:
30063         * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.txt:
30064         * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.png:
30065         * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.txt:
30066         * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.png:
30067         * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
30068         * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.png:
30069         * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
30070         * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
30071         * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
30072         * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.png:
30073         * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.txt:
30074         * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.png:
30075         * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
30076         * platform/efl/css2.1/t0603-c11-import-00-b-expected.png:
30077         * platform/efl/css2.1/t0603-c11-import-00-b-expected.txt:
30078         * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.png:
30079         * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.txt:
30080         * platform/efl/css2.1/t060402-c31-important-00-b-expected.png:
30081         * platform/efl/css2.1/t060402-c31-important-00-b-expected.txt:
30082         * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png:
30083         * platform/efl/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
30084         * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.png:
30085         * platform/efl/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
30086         * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.png:
30087         * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
30088         * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png:
30089         * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
30090         * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png:
30091         * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
30092         * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png:
30093         * platform/efl/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
30094         * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png:
30095         * platform/efl/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
30096         * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png:
30097         * platform/efl/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
30098         * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png:
30099         * platform/efl/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
30100         * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png:
30101         * platform/efl/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
30102         * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png:
30103         * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
30104         * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png:
30105         * platform/efl/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
30106         * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png:
30107         * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
30108         * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png:
30109         * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
30110         * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
30111         * platform/efl/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
30112         * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.png:
30113         * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
30114         * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png:
30115         * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
30116         * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png:
30117         * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
30118         * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png:
30119         * platform/efl/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
30120         * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png:
30121         * platform/efl/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
30122         * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png:
30123         * platform/efl/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
30124         * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png:
30125         * platform/efl/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
30126         * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png:
30127         * platform/efl/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
30128         * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png:
30129         * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
30130         * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png:
30131         * platform/efl/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
30132         * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png:
30133         * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
30134         * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png:
30135         * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
30136         * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.png:
30137         * platform/efl/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
30138         * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.png:
30139         * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
30140         * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png:
30141         * platform/efl/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
30142         * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
30143         * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
30144         * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.png:
30145         * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
30146         * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.png:
30147         * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
30148         * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png:
30149         * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
30150         * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
30151         * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png:
30152         * platform/efl/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
30153         * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png:
30154         * platform/efl/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
30155         * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png:
30156         * platform/efl/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
30157         * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.png:
30158         * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
30159         * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png:
30160         * platform/efl/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
30161         * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png:
30162         * platform/efl/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
30163         * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png:
30164         * platform/efl/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
30165         * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png:
30166         * platform/efl/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
30167         * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png:
30168         * platform/efl/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
30169         * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
30170         * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
30171         * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.png:
30172         * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
30173         * platform/efl/css2.1/t0804-c5507-padn-r-02-f-expected.png:
30174         * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.png:
30175         * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
30176         * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png:
30177         * platform/efl/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
30178         * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png:
30179         * platform/efl/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
30180         * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png:
30181         * platform/efl/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
30182         * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png:
30183         * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png:
30184         * platform/efl/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
30185         * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png:
30186         * platform/efl/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
30187         * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png:
30188         * platform/efl/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
30189         * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png:
30190         * platform/efl/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
30191         * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png:
30192         * platform/efl/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
30193         * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
30194         * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
30195         * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.png:
30196         * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
30197         * platform/efl/css2.1/t0804-c5509-padn-l-02-f-expected.png:
30198         * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
30199         * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png:
30200         * platform/efl/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
30201         * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
30202         * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
30203         * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.png:
30204         * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
30205         * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.png:
30206         * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.txt:
30207         * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.png:
30208         * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
30209         * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png:
30210         * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
30211         * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.png:
30212         * platform/efl/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
30213         * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.png:
30214         * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
30215         * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png:
30216         * platform/efl/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
30217         * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.png:
30218         * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
30219         * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png:
30220         * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
30221         * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.png:
30222         * platform/efl/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
30223         * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.png:
30224         * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
30225         * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png:
30226         * platform/efl/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
30227         * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.png:
30228         * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
30229         * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png:
30230         * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
30231         * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.png:
30232         * platform/efl/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
30233         * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.png:
30234         * platform/efl/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
30235         * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png:
30236         * platform/efl/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
30237         * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.png:
30238         * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
30239         * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png:
30240         * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
30241         * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.png:
30242         * platform/efl/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
30243         * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.png:
30244         * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
30245         * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png:
30246         * platform/efl/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
30247         * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.png:
30248         * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
30249         * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png:
30250         * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
30251         * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.png:
30252         * platform/efl/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
30253         * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.png:
30254         * platform/efl/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
30255         * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.png:
30256         * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
30257         * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png:
30258         * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
30259         * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
30260         * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
30261         * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
30262         * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
30263         * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.png:
30264         * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
30265         * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
30266         * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
30267         * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png:
30268         * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
30269         * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
30270         * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
30271         * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
30272         * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png:
30273         * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.png:
30274         * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
30275         * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png:
30276         * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
30277         * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
30278         * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
30279         * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
30280         * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.png:
30281         * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.txt:
30282         * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.png:
30283         * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
30284         * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.png:
30285         * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt:
30286         * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
30287         * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
30288         * platform/efl/css2.1/t09-c5526c-display-00-e-expected.png:
30289         * platform/efl/css2.1/t09-c5526c-display-00-e-expected.txt:
30290         * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.png:
30291         * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.txt:
30292         * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png:
30293         * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
30294         * platform/efl/css2.1/t0905-c414-flt-00-d-expected.png:
30295         * platform/efl/css2.1/t0905-c414-flt-00-d-expected.txt:
30296         * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.png:
30297         * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.txt:
30298         * platform/efl/css2.1/t0905-c414-flt-02-c-expected.png:
30299         * platform/efl/css2.1/t0905-c414-flt-02-c-expected.txt:
30300         * platform/efl/css2.1/t0905-c414-flt-03-c-expected.png:
30301         * platform/efl/css2.1/t0905-c414-flt-03-c-expected.txt:
30302         * platform/efl/css2.1/t0905-c414-flt-04-c-expected.png:
30303         * platform/efl/css2.1/t0905-c414-flt-04-c-expected.txt:
30304         * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.png:
30305         * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
30306         * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
30307         * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
30308         * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
30309         * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
30310         * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
30311         * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
30312         * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
30313         * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
30314         * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.png:
30315         * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
30316         * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
30317         * platform/efl/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
30318         * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
30319         * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
30320         * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
30321         * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
30322         * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png:
30323         * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
30324         * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
30325         * platform/efl/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
30326         * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
30327         * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
30328         * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
30329         * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png:
30330         * platform/efl/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
30331         * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
30332         * platform/efl/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
30333         * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
30334         * platform/efl/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
30335         * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
30336         * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
30337         * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
30338         * platform/efl/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
30339         * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
30340         * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
30341         * platform/efl/css2.1/t090501-c414-flt-00-d-expected.png:
30342         * platform/efl/css2.1/t090501-c414-flt-00-d-expected.txt:
30343         * platform/efl/css2.1/t090501-c414-flt-01-b-expected.png:
30344         * platform/efl/css2.1/t090501-c414-flt-01-b-expected.txt:
30345         * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.png:
30346         * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.txt:
30347         * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.png:
30348         * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.png:
30349         * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
30350         * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
30351         * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
30352         * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.png:
30353         * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
30354         * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.png:
30355         * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
30356         * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
30357         * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
30358         * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
30359         * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
30360         * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.png:
30361         * platform/efl/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
30362         * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.png:
30363         * platform/efl/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
30364         * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.png:
30365         * platform/efl/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
30366         * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.png:
30367         * platform/efl/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
30368         * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.png:
30369         * platform/efl/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
30370         * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.png:
30371         * platform/efl/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
30372         * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.png:
30373         * platform/efl/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
30374         * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.png:
30375         * platform/efl/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
30376         * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.png:
30377         * platform/efl/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
30378         * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.png:
30379         * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.txt:
30380         * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.png:
30381         * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.txt:
30382         * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.png:
30383         * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.txt:
30384         * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.png:
30385         * platform/efl/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
30386         * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png:
30387         * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
30388         * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
30389         * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
30390         * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
30391         * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
30392         * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png:
30393         * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
30394         * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.png:
30395         * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.txt:
30396         * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.png:
30397         * platform/efl/css2.1/t1005-c5524-width-00-b-g-expected.txt:
30398         * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.png:
30399         * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.txt:
30400         * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
30401         * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
30402         * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
30403         * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
30404         * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
30405         * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
30406         * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
30407         * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
30408         * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png:
30409         * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
30410         * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
30411         * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
30412         * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.png:
30413         * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
30414         * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
30415         * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
30416         * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
30417         * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
30418         * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.png:
30419         * platform/efl/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
30420         * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.png:
30421         * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
30422         * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png:
30423         * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
30424         * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
30425         * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
30426         * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png:
30427         * platform/efl/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
30428         * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png:
30429         * platform/efl/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
30430         * platform/efl/css2.1/t1202-counter-00-b-expected.png:
30431         * platform/efl/css2.1/t1202-counter-00-b-expected.txt:
30432         * platform/efl/css2.1/t1202-counter-01-b-expected.png:
30433         * platform/efl/css2.1/t1202-counter-01-b-expected.txt:
30434         * platform/efl/css2.1/t1202-counter-02-b-expected.png:
30435         * platform/efl/css2.1/t1202-counter-02-b-expected.txt:
30436         * platform/efl/css2.1/t1202-counter-03-b-expected.png:
30437         * platform/efl/css2.1/t1202-counter-03-b-expected.txt:
30438         * platform/efl/css2.1/t1202-counter-04-b-expected.png:
30439         * platform/efl/css2.1/t1202-counter-04-b-expected.txt:
30440         * platform/efl/css2.1/t1202-counter-05-b-expected.png:
30441         * platform/efl/css2.1/t1202-counter-05-b-expected.txt:
30442         * platform/efl/css2.1/t1202-counter-06-b-expected.png:
30443         * platform/efl/css2.1/t1202-counter-06-b-expected.txt:
30444         * platform/efl/css2.1/t1202-counter-07-b-expected.png:
30445         * platform/efl/css2.1/t1202-counter-07-b-expected.txt:
30446         * platform/efl/css2.1/t1202-counter-08-b-expected.png:
30447         * platform/efl/css2.1/t1202-counter-08-b-expected.txt:
30448         * platform/efl/css2.1/t1202-counter-09-b-expected.png:
30449         * platform/efl/css2.1/t1202-counter-09-b-expected.txt:
30450         * platform/efl/css2.1/t1202-counter-11-b-expected.png:
30451         * platform/efl/css2.1/t1202-counter-11-b-expected.txt:
30452         * platform/efl/css2.1/t1202-counter-12-b-expected.png:
30453         * platform/efl/css2.1/t1202-counter-12-b-expected.txt:
30454         * platform/efl/css2.1/t1202-counter-13-b-expected.png:
30455         * platform/efl/css2.1/t1202-counter-13-b-expected.txt:
30456         * platform/efl/css2.1/t1202-counter-14-b-expected.png:
30457         * platform/efl/css2.1/t1202-counter-14-b-expected.txt:
30458         * platform/efl/css2.1/t1202-counter-15-b-expected.png:
30459         * platform/efl/css2.1/t1202-counter-15-b-expected.txt:
30460         * platform/efl/css2.1/t1202-counter-16-f-expected.png:
30461         * platform/efl/css2.1/t1202-counter-16-f-expected.txt:
30462         * platform/efl/css2.1/t1202-counters-00-b-expected.png:
30463         * platform/efl/css2.1/t1202-counters-00-b-expected.txt:
30464         * platform/efl/css2.1/t1202-counters-01-b-expected.png:
30465         * platform/efl/css2.1/t1202-counters-01-b-expected.txt:
30466         * platform/efl/css2.1/t1202-counters-02-b-expected.png:
30467         * platform/efl/css2.1/t1202-counters-02-b-expected.txt:
30468         * platform/efl/css2.1/t1202-counters-03-b-expected.png:
30469         * platform/efl/css2.1/t1202-counters-03-b-expected.txt:
30470         * platform/efl/css2.1/t1202-counters-04-b-expected.png:
30471         * platform/efl/css2.1/t1202-counters-04-b-expected.txt:
30472         * platform/efl/css2.1/t1202-counters-05-b-expected.png:
30473         * platform/efl/css2.1/t1202-counters-05-b-expected.txt:
30474         * platform/efl/css2.1/t1202-counters-06-b-expected.png:
30475         * platform/efl/css2.1/t1202-counters-06-b-expected.txt:
30476         * platform/efl/css2.1/t1202-counters-07-b-expected.png:
30477         * platform/efl/css2.1/t1202-counters-07-b-expected.txt:
30478         * platform/efl/css2.1/t1202-counters-08-b-expected.png:
30479         * platform/efl/css2.1/t1202-counters-08-b-expected.txt:
30480         * platform/efl/css2.1/t1202-counters-09-b-expected.png:
30481         * platform/efl/css2.1/t1202-counters-09-b-expected.txt:
30482         * platform/efl/css2.1/t1202-counters-11-b-expected.png:
30483         * platform/efl/css2.1/t1202-counters-11-b-expected.txt:
30484         * platform/efl/css2.1/t1202-counters-12-b-expected.png:
30485         * platform/efl/css2.1/t1202-counters-12-b-expected.txt:
30486         * platform/efl/css2.1/t1202-counters-13-b-expected.png:
30487         * platform/efl/css2.1/t1202-counters-13-b-expected.txt:
30488         * platform/efl/css2.1/t1202-counters-14-b-expected.png:
30489         * platform/efl/css2.1/t1202-counters-14-b-expected.txt:
30490         * platform/efl/css2.1/t1202-counters-15-b-expected.png:
30491         * platform/efl/css2.1/t1202-counters-15-b-expected.txt:
30492         * platform/efl/css2.1/t1202-counters-16-c-expected.png:
30493         * platform/efl/css2.1/t1202-counters-16-c-expected.txt:
30494         * platform/efl/css2.1/t1202-counters-17-d-expected.png:
30495         * platform/efl/css2.1/t1202-counters-17-d-expected.txt:
30496         * platform/efl/css2.1/t1202-counters-18-f-expected.png:
30497         * platform/efl/css2.1/t1202-counters-18-f-expected.txt:
30498         * platform/efl/css2.1/t1204-implied-00-b-expected.png:
30499         * platform/efl/css2.1/t1204-implied-00-b-expected.txt:
30500         * platform/efl/css2.1/t1204-implied-01-c-expected.png:
30501         * platform/efl/css2.1/t1204-implied-01-c-expected.txt:
30502         * platform/efl/css2.1/t1204-implied-02-d-expected.png:
30503         * platform/efl/css2.1/t1204-implied-02-d-expected.txt:
30504         * platform/efl/css2.1/t1204-multiple-00-c-expected.png:
30505         * platform/efl/css2.1/t1204-multiple-00-c-expected.txt:
30506         * platform/efl/css2.1/t1204-multiple-01-c-expected.png:
30507         * platform/efl/css2.1/t1204-multiple-01-c-expected.txt:
30508         * platform/efl/css2.1/t1204-order-00-c-expected.png:
30509         * platform/efl/css2.1/t1204-order-00-c-expected.txt:
30510         * platform/efl/css2.1/t1204-order-01-d-expected.png:
30511         * platform/efl/css2.1/t1204-order-01-d-expected.txt:
30512         * platform/efl/css2.1/t1204-root-e-expected.png:
30513
30514 2013-01-18  Takashi Sakamoto  <tasak@google.com>
30515
30516         Implement CSSHostRule for @host @-rules.
30517         https://bugs.webkit.org/show_bug.cgi?id=102344
30518
30519         Reviewed by Dimitri Glazkov.
30520
30521         * fast/dom/shadow/css-hostrule-api-expected.txt: Added.
30522         * fast/dom/shadow/css-hostrule-api.html: Added.
30523
30524 2013-01-18  John J. Barton  <johnjbarton@chromium.org>
30525
30526         Web Inspector: inspectedWindow.eval("IamUndefined.prop", callback) fails to give exception text
30527         https://bugs.webkit.org/show_bug.cgi?id=106926
30528
30529         Reviewed by Pavel Feldman.
30530
30531         New test case for evaluations that throw.
30532
30533         * inspector/extensions/extensions-eval-expected.txt:
30534         * inspector/extensions/extensions-eval.html:
30535
30536 2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
30537
30538         [EFL] Unreviewed gardening.
30539
30540         Rebaseline after enabling subpixel layout and updating freetype (2/26).
30541
30542         * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.txt:
30543         * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.png:
30544         * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.txt:
30545         * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.png:
30546         * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.txt:
30547         * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.png:
30548         * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.txt:
30549         * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.png:
30550         * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.txt:
30551         * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.png:
30552         * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.txt:
30553         * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.png:
30554         * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.txt:
30555         * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.png:
30556         * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.txt:
30557         * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.png:
30558         * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.txt:
30559         * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.png:
30560         * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.txt:
30561         * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.png:
30562         * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.txt:
30563         * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.png:
30564         * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.txt:
30565         * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.png:
30566         * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.txt:
30567         * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.png:
30568         * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.txt:
30569         * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.png:
30570         * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.txt:
30571         * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.png:
30572         * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.txt:
30573         * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.png:
30574         * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.txt:
30575         * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.png:
30576         * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.txt:
30577         * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.png:
30578         * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.txt:
30579         * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.png:
30580         * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.txt:
30581         * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.png:
30582         * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.txt:
30583         * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.png:
30584         * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.txt:
30585         * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.png:
30586         * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.txt:
30587         * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.png:
30588         * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.txt:
30589         * platform/efl/css2.1/20110323/absolute-replaced-height-036-expected.png:
30590         * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.png:
30591         * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.txt:
30592         * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.png:
30593         * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.txt:
30594         * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.png:
30595         * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.txt:
30596         * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.png:
30597         * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.txt:
30598         * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.png:
30599         * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.txt:
30600         * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.png:
30601         * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.txt:
30602         * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.png:
30603         * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.txt:
30604         * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.png:
30605         * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.txt:
30606         * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.png:
30607         * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.txt:
30608         * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.png:
30609         * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.txt:
30610         * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.png:
30611         * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.txt:
30612         * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.png:
30613         * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.txt:
30614         * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.png:
30615         * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.txt:
30616         * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.png:
30617         * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.txt:
30618         * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.png:
30619         * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.txt:
30620         * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.png:
30621         * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.txt:
30622         * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.png:
30623         * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.txt:
30624         * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.png:
30625         * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.txt:
30626         * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.png:
30627         * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.txt:
30628         * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.png:
30629         * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.txt:
30630         * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.png:
30631         * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.txt:
30632         * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.png:
30633         * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.txt:
30634         * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
30635         * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png:
30636         * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
30637         * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
30638         * platform/efl/css2.1/20110323/background-intrinsic-001-expected.png:
30639         * platform/efl/css2.1/20110323/background-intrinsic-001-expected.txt:
30640         * platform/efl/css2.1/20110323/background-intrinsic-002-expected.png:
30641         * platform/efl/css2.1/20110323/background-intrinsic-002-expected.txt:
30642         * platform/efl/css2.1/20110323/background-intrinsic-003-expected.png:
30643         * platform/efl/css2.1/20110323/background-intrinsic-003-expected.txt:
30644         * platform/efl/css2.1/20110323/background-intrinsic-004-expected.png:
30645         * platform/efl/css2.1/20110323/background-intrinsic-004-expected.txt:
30646         * platform/efl/css2.1/20110323/background-intrinsic-005-expected.png:
30647         * platform/efl/css2.1/20110323/background-intrinsic-005-expected.txt:
30648         * platform/efl/css2.1/20110323/background-intrinsic-006-expected.png:
30649         * platform/efl/css2.1/20110323/background-intrinsic-006-expected.txt:
30650         * platform/efl/css2.1/20110323/background-intrinsic-007-expected.png:
30651         * platform/efl/css2.1/20110323/background-intrinsic-007-expected.txt:
30652         * platform/efl/css2.1/20110323/background-intrinsic-008-expected.png:
30653         * platform/efl/css2.1/20110323/background-intrinsic-008-expected.txt:
30654         * platform/efl/css2.1/20110323/background-intrinsic-009-expected.png:
30655         * platform/efl/css2.1/20110323/background-intrinsic-009-expected.txt:
30656         * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.png:
30657         * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.txt:
30658         * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.png:
30659         * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.txt:
30660         * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.png:
30661         * platform/efl/css2.1/20110323/block-non-replaced-height-003-expected.txt:
30662         * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.png:
30663         * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.txt:
30664         * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.png:
30665         * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.txt:
30666         * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.png:
30667         * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.txt:
30668         * platform/efl/css2.1/20110323/block-non-replaced-height-007-expected.png:
30669         * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.png:
30670         * platform/efl/css2.1/20110323/block-non-replaced-height-009-expected.png:
30671         * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.png:
30672         * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.png:
30673         * platform/efl/css2.1/20110323/block-non-replaced-height-011-expected.txt:
30674         * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.png:
30675         * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.txt:
30676         * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.png:
30677         * platform/efl/css2.1/20110323/block-non-replaced-height-013-expected.txt:
30678         * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.png:
30679         * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.txt:
30680         * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.png:
30681         * platform/efl/css2.1/20110323/block-non-replaced-height-015-expected.txt:
30682         * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.png:
30683         * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.txt:
30684         * platform/efl/css2.1/20110323/block-non-replaced-width-001-expected.png:
30685         * platform/efl/css2.1/20110323/block-non-replaced-width-002-expected.png:
30686         * platform/efl/css2.1/20110323/block-non-replaced-width-003-expected.png:
30687         * platform/efl/css2.1/20110323/block-non-replaced-width-004-expected.png:
30688         * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.png:
30689         * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.txt:
30690         * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.png:
30691         * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.txt:
30692         * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.png:
30693         * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.txt:
30694         * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.png:
30695         * platform/efl/css2.1/20110323/block-replaced-height-001-expected.png:
30696         * platform/efl/css2.1/20110323/block-replaced-height-001-expected.txt:
30697         * platform/efl/css2.1/20110323/block-replaced-height-002-expected.png:
30698         * platform/efl/css2.1/20110323/block-replaced-height-002-expected.txt:
30699         * platform/efl/css2.1/20110323/block-replaced-height-003-expected.png:
30700         * platform/efl/css2.1/20110323/block-replaced-height-003-expected.txt:
30701         * platform/efl/css2.1/20110323/block-replaced-height-004-expected.png:
30702         * platform/efl/css2.1/20110323/block-replaced-height-004-expected.txt:
30703         * platform/efl/css2.1/20110323/block-replaced-height-005-expected.png:
30704         * platform/efl/css2.1/20110323/block-replaced-height-005-expected.txt:
30705         * platform/efl/css2.1/20110323/block-replaced-height-007-expected.png:
30706         * platform/efl/css2.1/20110323/block-replaced-height-007-expected.txt:
30707         * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png:
30708         * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt:
30709         * platform/efl/css2.1/20110323/block-replaced-width-006-expected.png:
30710         * platform/efl/css2.1/20110323/block-replaced-width-006-expected.txt:
30711         * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.png:
30712         * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt:
30713         * platform/efl/css2.1/20110323/border-conflict-style-079-expected.png:
30714         * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt:
30715         * platform/efl/css2.1/20110323/border-conflict-style-088-expected.png:
30716         * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt:
30717         * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.png:
30718         * platform/efl/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
30719         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png:
30720         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.txt:
30721         * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.png:
30722         * platform/efl/css2.1/20110323/dynamic-top-change-001-expected.txt:
30723         * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.png:
30724         * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt:
30725         * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.png:
30726         * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt:
30727         * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.png:
30728         * platform/efl/css2.1/20110323/dynamic-top-change-004-expected.txt:
30729         * platform/efl/css2.1/20110323/empty-inline-001-expected.png:
30730         * platform/efl/css2.1/20110323/empty-inline-001-expected.txt:
30731         * platform/efl/css2.1/20110323/empty-inline-002-expected.png:
30732         * platform/efl/css2.1/20110323/empty-inline-002-expected.txt:
30733         * platform/efl/css2.1/20110323/empty-inline-003-expected.png:
30734         * platform/efl/css2.1/20110323/empty-inline-003-expected.txt:
30735         * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.png:
30736         * platform/efl/css2.1/20110323/float-non-replaced-height-001-expected.txt:
30737         * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.png:
30738         * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.txt:
30739         * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.png:
30740         * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.txt:
30741         * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.png:
30742         * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.txt:
30743         * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.png:
30744         * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.txt:
30745         * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.png:
30746         * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.txt:
30747         * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.png:
30748         * platform/efl/css2.1/20110323/float-non-replaced-width-006-expected.txt:
30749         * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.png:
30750         * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.txt:
30751         * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.png:
30752         * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.txt:
30753         * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.png:
30754         * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.txt:
30755         * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.png:
30756         * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.txt:
30757         * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.png:
30758         * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.txt:
30759         * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.png:
30760         * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.txt:
30761         * platform/efl/css2.1/20110323/float-replaced-height-001-expected.png:
30762         * platform/efl/css2.1/20110323/float-replaced-height-001-expected.txt:
30763         * platform/efl/css2.1/20110323/float-replaced-height-002-expected.png:
30764         * platform/efl/css2.1/20110323/float-replaced-height-002-expected.txt:
30765         * platform/efl/css2.1/20110323/float-replaced-height-003-expected.png:
30766         * platform/efl/css2.1/20110323/float-replaced-height-003-expected.txt:
30767         * platform/efl/css2.1/20110323/float-replaced-height-004-expected.png:
30768         * platform/efl/css2.1/20110323/float-replaced-height-004-expected.txt:
30769         * platform/efl/css2.1/20110323/float-replaced-height-005-expected.png:
30770         * platform/efl/css2.1/20110323/float-replaced-height-005-expected.txt:
30771         * platform/efl/css2.1/20110323/float-replaced-height-007-expected.png:
30772         * platform/efl/css2.1/20110323/float-replaced-height-007-expected.txt:
30773         * platform/efl/css2.1/20110323/float-replaced-width-001-expected.png:
30774         * platform/efl/css2.1/20110323/float-replaced-width-001-expected.txt:
30775         * platform/efl/css2.1/20110323/float-replaced-width-002-expected.png:
30776         * platform/efl/css2.1/20110323/float-replaced-width-002-expected.txt:
30777         * platform/efl/css2.1/20110323/float-replaced-width-003-expected.png:
30778         * platform/efl/css2.1/20110323/float-replaced-width-003-expected.txt:
30779         * platform/efl/css2.1/20110323/float-replaced-width-004-expected.png:
30780         * platform/efl/css2.1/20110323/float-replaced-width-004-expected.txt:
30781         * platform/efl/css2.1/20110323/float-replaced-width-005-expected.png:
30782         * platform/efl/css2.1/20110323/float-replaced-width-005-expected.txt:
30783         * platform/efl/css2.1/20110323/float-replaced-width-006-expected.png:
30784         * platform/efl/css2.1/20110323/float-replaced-width-006-expected.txt:
30785         * platform/efl/css2.1/20110323/float-replaced-width-011-expected.png:
30786         * platform/efl/css2.1/20110323/float-replaced-width-011-expected.txt:
30787         * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.png:
30788         * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.txt:
30789         * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.png:
30790         * platform/efl/css2.1/20110323/height-width-inline-table-001-expected.txt:
30791         * platform/efl/css2.1/20110323/height-width-table-001-expected.png:
30792         * platform/efl/css2.1/20110323/height-width-table-001-expected.txt:
30793         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.png:
30794         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
30795         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.png:
30796         * platform/efl/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
30797         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.png:
30798         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
30799         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.png:
30800         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
30801         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.png:
30802         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
30803         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.png:
30804         * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
30805         * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.png:
30806         * platform/efl/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
30807         * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.png:
30808         * platform/efl/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
30809         * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.png:
30810         * platform/efl/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
30811         * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.png:
30812         * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
30813         * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.png:
30814         * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
30815         * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.png:
30816         * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
30817         * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.png:
30818         * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
30819         * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.png:
30820         * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
30821         * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.png:
30822         * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
30823         * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.png:
30824         * platform/efl/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
30825         * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.png:
30826         * platform/efl/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
30827         * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.png:
30828         * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
30829         * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.png:
30830         * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
30831         * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.png:
30832         * platform/efl/css2.1/20110323/inline-replaced-height-001-expected.txt:
30833         * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.png:
30834         * platform/efl/css2.1/20110323/inline-replaced-height-002-expected.txt:
30835         * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.png:
30836         * platform/efl/css2.1/20110323/inline-replaced-height-003-expected.txt:
30837         * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.png:
30838         * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.txt:
30839         * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.png:
30840         * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.txt:
30841         * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.png:
30842         * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.txt:
30843         * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.png:
30844         * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.txt:
30845         * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.png:
30846         * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.txt:
30847         * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.png:
30848         * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.txt:
30849         * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.png:
30850         * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.txt:
30851         * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.png:
30852         * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.txt:
30853         * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.png:
30854         * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.txt:
30855         * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.png:
30856         * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.txt:
30857         * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.png:
30858         * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.txt:
30859         * platform/efl/css2.1/20110323/inline-table-001-expected.png:
30860         * platform/efl/css2.1/20110323/inline-table-001-expected.txt:
30861         * platform/efl/css2.1/20110323/inline-table-002a-expected.png:
30862         * platform/efl/css2.1/20110323/inline-table-002a-expected.txt:
30863         * platform/efl/css2.1/20110323/inline-table-003-expected.png:
30864         * platform/efl/css2.1/20110323/inline-table-003-expected.txt:
30865         * platform/efl/css2.1/20110323/margin-applies-to-001-expected.png:
30866         * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt:
30867         * platform/efl/css2.1/20110323/margin-applies-to-002-expected.png:
30868         * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt:
30869         * platform/efl/css2.1/20110323/margin-applies-to-003-expected.png:
30870         * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt:
30871         * platform/efl/css2.1/20110323/margin-applies-to-004-expected.png:
30872         * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt:
30873         * platform/efl/css2.1/20110323/margin-applies-to-005-expected.png:
30874         * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt:
30875         * platform/efl/css2.1/20110323/margin-applies-to-006-expected.png:
30876         * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt:
30877         * platform/efl/css2.1/20110323/margin-applies-to-007-expected.png:
30878         * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt:
30879         * platform/efl/css2.1/20110323/margin-applies-to-008-expected.png:
30880         * platform/efl/css2.1/20110323/margin-applies-to-009-expected.png:
30881         * platform/efl/css2.1/20110323/margin-applies-to-009-expected.txt:
30882         * platform/efl/css2.1/20110323/margin-applies-to-010-expected.png:
30883         * platform/efl/css2.1/20110323/margin-applies-to-010-expected.txt:
30884         * platform/efl/css2.1/20110323/margin-applies-to-012-expected.png:
30885         * platform/efl/css2.1/20110323/margin-applies-to-012-expected.txt:
30886         * platform/efl/css2.1/20110323/margin-applies-to-013-expected.png:
30887         * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt:
30888         * platform/efl/css2.1/20110323/margin-applies-to-014-expected.png:
30889         * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt:
30890         * platform/efl/css2.1/20110323/margin-applies-to-015-expected.png:
30891         * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt:
30892         * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.png:
30893         * platform/efl/css2.1/20110323/outline-color-applies-to-008-expected.txt:
30894         * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:
30895         * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt:
30896         * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.png:
30897         * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.txt:
30898         * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.png:
30899         * platform/efl/css2.1/20110323/replaced-intrinsic-002-expected.txt:
30900         * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.png:
30901         * platform/efl/css2.1/20110323/replaced-intrinsic-003-expected.txt:
30902         * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.png:
30903         * platform/efl/css2.1/20110323/replaced-intrinsic-004-expected.txt:
30904         * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.png:
30905         * platform/efl/css2.1/20110323/replaced-intrinsic-005-expected.txt:
30906         * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
30907         * platform/efl/css2.1/20110323/replaced-min-max-001-expected.png:
30908         * platform/efl/css2.1/20110323/replaced-min-max-001-expected.txt:
30909         * platform/efl/css2.1/20110323/table-caption-001-expected.png:
30910         * platform/efl/css2.1/20110323/table-caption-001-expected.txt:
30911         * platform/efl/css2.1/20110323/table-caption-002-expected.png:
30912         * platform/efl/css2.1/20110323/table-caption-002-expected.txt:
30913         * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png:
30914         * platform/efl/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
30915         * platform/efl/css2.1/20110323/table-caption-margins-001-expected.png:
30916         * platform/efl/css2.1/20110323/table-caption-margins-001-expected.txt:
30917         * platform/efl/css2.1/20110323/table-caption-optional-001-expected.png:
30918         * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt:
30919         * platform/efl/css2.1/20110323/table-caption-optional-002-expected.png:
30920         * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt:
30921         * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.png:
30922         * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt:
30923         * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.png:
30924         * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt:
30925         * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.png:
30926         * platform/efl/css2.1/20110323/width-replaced-element-001-expected.png:
30927         * platform/efl/css2.1/20110323/width-replaced-element-001-expected.txt:
30928         * platform/efl/css2.1/t010403-shand-border-00-c-expected.png:
30929         * platform/efl/css2.1/t010403-shand-border-00-c-expected.txt:
30930         * platform/efl/css2.1/t010403-shand-font-00-b-expected.png:
30931         * platform/efl/css2.1/t010403-shand-font-00-b-expected.txt:
30932         * platform/efl/css2.1/t010403-shand-font-01-b-expected.png:
30933         * platform/efl/css2.1/t010403-shand-font-01-b-expected.txt:
30934         * platform/efl/css2.1/t010403-shand-font-02-b-expected.png:
30935         * platform/efl/css2.1/t010403-shand-font-02-b-expected.txt:
30936         * platform/efl/css2.1/t010403-shand-font-03-b-expected.png:
30937         * platform/efl/css2.1/t010403-shand-font-03-b-expected.txt:
30938         * platform/efl/css2.1/t040102-keywords-00-b-expected.png:
30939         * platform/efl/css2.1/t040102-keywords-00-b-expected.txt:
30940         * platform/efl/css2.1/t040102-keywords-01-b-expected.png:
30941         * platform/efl/css2.1/t040102-keywords-01-b-expected.txt:
30942         * platform/efl/css2.1/t040103-case-00-b-expected.png:
30943         * platform/efl/css2.1/t040103-case-00-b-expected.txt:
30944         * platform/efl/css2.1/t040103-case-01-c-expected.png:
30945         * platform/efl/css2.1/t040103-case-01-c-expected.txt:
30946         * platform/efl/css2.1/t040103-escapes-00-b-expected.png:
30947         * platform/efl/css2.1/t040103-escapes-00-b-expected.txt:
30948         * platform/efl/css2.1/t040103-escapes-01-b-expected.png:
30949         * platform/efl/css2.1/t040103-escapes-01-b-expected.txt:
30950         * platform/efl/css2.1/t040103-escapes-02-d-expected.png:
30951         * platform/efl/css2.1/t040103-escapes-02-d-expected.txt:
30952         * platform/efl/css2.1/t040103-escapes-03-b-expected.png:
30953         * platform/efl/css2.1/t040103-escapes-03-b-expected.txt:
30954         * platform/efl/css2.1/t040103-escapes-04-b-expected.png:
30955         * platform/efl/css2.1/t040103-escapes-04-b-expected.txt:
30956         * platform/efl/css2.1/t040103-escapes-05-c-expected.png:
30957         * platform/efl/css2.1/t040103-escapes-05-c-expected.txt:
30958         * platform/efl/css2.1/t040103-escapes-06-b-expected.png:
30959         * platform/efl/css2.1/t040103-escapes-06-b-expected.txt:
30960         * platform/efl/css2.1/t040103-escapes-07-b-expected.png:
30961         * platform/efl/css2.1/t040103-escapes-07-b-expected.txt:
30962         * platform/efl/css2.1/t040103-escapes-08-b-expected.png:
30963         * platform/efl/css2.1/t040103-escapes-08-b-expected.txt:
30964         * platform/efl/css2.1/t040103-ident-00-c-expected.png:
30965         * platform/efl/css2.1/t040103-ident-00-c-expected.txt:
30966         * platform/efl/css2.1/t040103-ident-01-c-expected.png:
30967         * platform/efl/css2.1/t040103-ident-01-c-expected.txt:
30968         * platform/efl/css2.1/t040103-ident-02-c-expected.png:
30969         * platform/efl/css2.1/t040103-ident-02-c-expected.txt:
30970         * platform/efl/css2.1/t040103-ident-03-c-expected.png:
30971         * platform/efl/css2.1/t040103-ident-03-c-expected.txt:
30972         * platform/efl/css2.1/t040103-ident-04-c-expected.png:
30973         * platform/efl/css2.1/t040103-ident-04-c-expected.txt:
30974         * platform/efl/css2.1/t040103-ident-05-c-expected.png:
30975         * platform/efl/css2.1/t040103-ident-05-c-expected.txt:
30976         * platform/efl/css2.1/t040103-ident-06-c-expected.png:
30977         * platform/efl/css2.1/t040103-ident-06-c-expected.txt:
30978         * platform/efl/css2.1/t040103-ident-07-c-expected.png:
30979         * platform/efl/css2.1/t040103-ident-07-c-expected.txt:
30980         * platform/efl/css2.1/t040103-ident-08-c-expected.png:
30981         * platform/efl/css2.1/t040103-ident-08-c-expected.txt:
30982         * platform/efl/css2.1/t040103-ident-09-c-expected.png:
30983         * platform/efl/css2.1/t040103-ident-09-c-expected.txt:
30984         * platform/efl/css2.1/t040103-ident-10-c-expected.png:
30985         * platform/efl/css2.1/t040103-ident-10-c-expected.txt:
30986         * platform/efl/css2.1/t040103-ident-11-c-expected.png:
30987         * platform/efl/css2.1/t040103-ident-11-c-expected.txt:
30988         * platform/efl/css2.1/t040103-ident-12-c-expected.png:
30989         * platform/efl/css2.1/t040103-ident-12-c-expected.txt:
30990         * platform/efl/css2.1/t040103-ident-13-c-expected.png:
30991         * platform/efl/css2.1/t040103-ident-13-c-expected.txt:
30992         * platform/efl/css2.1/t040105-atkeyw-00-b-expected.png:
30993         * platform/efl/css2.1/t040105-atkeyw-00-b-expected.txt:
30994         * platform/efl/css2.1/t040105-atkeyw-01-b-expected.png:
30995         * platform/efl/css2.1/t040105-atkeyw-01-b-expected.txt:
30996         * platform/efl/css2.1/t040105-atkeyw-02-b-expected.png:
30997         * platform/efl/css2.1/t040105-atkeyw-02-b-expected.txt:
30998         * platform/efl/css2.1/t040105-atrule-00-b-expected.png:
30999         * platform/efl/css2.1/t040105-atrule-00-b-expected.txt:
31000         * platform/efl/css2.1/t040105-atrule-01-b-expected.png:
31001         * platform/efl/css2.1/t040105-atrule-01-b-expected.txt:
31002         * platform/efl/css2.1/t040105-atrule-02-b-expected.png:
31003         * platform/efl/css2.1/t040105-atrule-02-b-expected.txt:
31004         * platform/efl/css2.1/t040105-atrule-03-b-expected.png:
31005         * platform/efl/css2.1/t040105-atrule-03-b-expected.txt:
31006         * platform/efl/css2.1/t040105-atrule-04-b-expected.png:
31007         * platform/efl/css2.1/t040105-atrule-04-b-expected.txt:
31008         * platform/efl/css2.1/t040105-import-00-b-expected.png:
31009         * platform/efl/css2.1/t040105-import-00-b-expected.txt:
31010         * platform/efl/css2.1/t040105-import-01-b-expected.png:
31011         * platform/efl/css2.1/t040105-import-01-b-expected.txt:
31012         * platform/efl/css2.1/t040105-import-10-b-expected.png:
31013         * platform/efl/css2.1/t040105-import-10-b-expected.txt:
31014         * platform/efl/css2.1/t040109-c17-comments-00-b-expected.png:
31015         * platform/efl/css2.1/t040109-c17-comments-00-b-expected.txt:
31016         * platform/efl/css2.1/t040109-c17-comments-01-b-expected.png:
31017         * platform/efl/css2.1/t040109-c17-comments-01-b-expected.txt:
31018         * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.png:
31019         * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
31020         * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.png:
31021         * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
31022         * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
31023         * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
31024         * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.png:
31025         * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
31026         * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.png:
31027         * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
31028         * platform/efl/css2.1/t0402-syntax-01-f-expected.png:
31029         * platform/efl/css2.1/t0402-syntax-01-f-expected.txt:
31030         * platform/efl/css2.1/t0402-syntax-02-f-expected.png:
31031         * platform/efl/css2.1/t0402-syntax-02-f-expected.txt:
31032         * platform/efl/css2.1/t0402-syntax-03-f-expected.png:
31033         * platform/efl/css2.1/t0402-syntax-03-f-expected.txt:
31034         * platform/efl/css2.1/t0402-syntax-04-f-expected.png:
31035         * platform/efl/css2.1/t0402-syntax-04-f-expected.txt:
31036         * platform/efl/css2.1/t0402-syntax-05-f-expected.png:
31037         * platform/efl/css2.1/t0402-syntax-05-f-expected.txt:
31038         * platform/efl/css2.1/t0402-syntax-06-f-expected.png:
31039         * platform/efl/css2.1/t0402-syntax-06-f-expected.txt:
31040         * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.png:
31041         * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
31042         * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.png:
31043
31044 2013-01-17  Dominik Röttsches  <dominik.rottsches@intel.com>
31045
31046         [EFL] Unreviewed gardening.
31047
31048         Rebaseline after enabling subpixel layout and updating freetype (1/26).
31049
31050         * platform/efl/TestExpectations:
31051         * platform/efl/animations/3d/change-transform-in-end-event-expected.png:
31052         * platform/efl/animations/3d/change-transform-in-end-event-expected.txt:
31053         * platform/efl/animations/3d/matrix-transform-type-animation-expected.png:
31054         * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt:
31055         * platform/efl/animations/3d/state-at-end-event-transform-expected.png:
31056         * platform/efl/animations/3d/state-at-end-event-transform-expected.txt:
31057         * platform/efl/animations/additive-transform-animations-expected.txt:
31058         * platform/efl/animations/cross-fade-background-image-expected.txt:
31059         * platform/efl/animations/cross-fade-list-style-image-expected.txt:
31060         * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png:
31061         * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt:
31062         * platform/efl/animations/cross-fade-webkit-mask-image-expected.txt:
31063         * platform/efl/animations/missing-values-first-keyframe-expected.png:
31064         * platform/efl/animations/missing-values-first-keyframe-expected.txt:
31065         * platform/efl/animations/missing-values-last-keyframe-expected.png:
31066         * platform/efl/animations/missing-values-last-keyframe-expected.txt:
31067         * platform/efl/animations/opacity-transform-animation-expected.png:
31068         * platform/efl/animations/state-at-end-event-expected.png:
31069         * platform/efl/animations/state-at-end-event-expected.txt:
31070         * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png:
31071         * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt:
31072         * platform/efl/compositing/clip-change-expected.png:
31073         * platform/efl/compositing/color-matching/image-color-matching-expected.png:
31074         * platform/efl/compositing/color-matching/image-color-matching-expected.txt:
31075         * platform/efl/compositing/color-matching/pdf-image-match-expected.png:
31076         * platform/efl/compositing/color-matching/pdf-image-match-expected.txt:
31077         * platform/efl/compositing/compositing-visible-descendant-expected.png:
31078         * platform/efl/compositing/compositing-visible-descendant-expected.txt:
31079         * platform/efl/compositing/direct-image-compositing-expected.png:
31080         * platform/efl/compositing/direct-image-compositing-expected.txt:
31081         * platform/efl/compositing/flat-with-transformed-child-expected.png:
31082         * platform/efl/compositing/generated-content-expected.png:
31083         * platform/efl/compositing/generated-content-expected.txt:
31084         * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png:
31085         * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt:
31086         * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
31087         * platform/efl/compositing/geometry/composited-html-size-expected.png:
31088         * platform/efl/compositing/geometry/composited-html-size-expected.txt:
31089         * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
31090         * platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
31091         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png:
31092         * platform/efl/compositing/geometry/fixed-position-expected.png:
31093         * platform/efl/compositing/geometry/fixed-position-expected.txt:
31094         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
31095         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
31096         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
31097         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
31098         * platform/efl/compositing/geometry/foreground-offset-change-expected.png:
31099         * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
31100         * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
31101         * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
31102         * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png:
31103         * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt:
31104         * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
31105         * platform/efl/compositing/geometry/outline-change-expected.png:
31106         * platform/efl/compositing/geometry/outline-change-expected.txt:
31107         * platform/efl/compositing/geometry/partial-layout-update-expected.png:
31108         * platform/efl/compositing/geometry/partial-layout-update-expected.txt:
31109         * platform/efl/compositing/geometry/repaint-foreground-layer-expected.png:
31110         * platform/efl/compositing/geometry/root-layer-update-expected.png:
31111         * platform/efl/compositing/geometry/root-layer-update-expected.txt:
31112         * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
31113         * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
31114         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png:
31115         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
31116         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
31117         * platform/efl/compositing/geometry/video-opacity-overlay-expected.png:
31118         * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt:
31119         * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
31120         * platform/efl/compositing/iframes/composited-iframe-scroll-expected.png:
31121         * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt:
31122         * platform/efl/compositing/iframes/fixed-position-iframe-expected.png:
31123         * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
31124         * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt:
31125         * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png:
31126         * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
31127         * platform/efl/compositing/iframes/iframe-in-composited-layer-expected.png:
31128         * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png:
31129         * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png:
31130         * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png:
31131         * platform/efl/compositing/images/content-image-change-expected.png:
31132         * platform/efl/compositing/images/direct-image-background-color-expected.png:
31133         * platform/efl/compositing/images/direct-image-background-color-expected.txt:
31134         * platform/efl/compositing/layers-inside-overflow-scroll-expected.png:
31135         * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt:
31136         * platform/efl/compositing/masks/direct-image-mask-expected.png:
31137         * platform/efl/compositing/masks/direct-image-mask-expected.txt:
31138         * platform/efl/compositing/masks/layer-mask-placement-expected.png:
31139         * platform/efl/compositing/masks/masked-ancestor-expected.txt:
31140         * platform/efl/compositing/masks/multiple-masks-expected.png:
31141         * platform/efl/compositing/masks/multiple-masks-expected.txt:
31142         * platform/efl/compositing/masks/simple-composited-mask-expected.png:
31143         * platform/efl/compositing/masks/simple-composited-mask-expected.txt:
31144         * platform/efl/compositing/overflow/ancestor-overflow-expected.png:
31145         * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
31146         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
31147         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
31148         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt:
31149         * platform/efl/compositing/overflow/overflow-positioning-expected.png:
31150         * platform/efl/compositing/overflow/overflow-positioning-expected.txt:
31151         * platform/efl/compositing/overflow/overflow-scroll-expected.png:
31152         * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
31153         * platform/efl/compositing/overflow/parent-overflow-expected.png:
31154         * platform/efl/compositing/overflow/parent-overflow-expected.txt:
31155         * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
31156         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png:
31157         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt:
31158         * platform/efl/compositing/overflow/scrollbar-painting-expected.png:
31159         * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
31160         * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png:
31161         * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt:
31162         * platform/efl/compositing/plugins/composited-plugin-expected.txt:
31163         * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
31164         * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt:
31165         * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png:
31166         * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt:
31167         * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png:
31168         * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt:
31169         * platform/efl/compositing/reflections/load-video-in-reflection-expected.png:
31170         * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt:
31171         * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png:
31172         * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt:
31173         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png:
31174         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt:
31175         * platform/efl/compositing/reflections/nested-reflection-animated-expected.png:
31176         * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt:
31177         * platform/efl/compositing/reflections/nested-reflection-expected.png:
31178         * platform/efl/compositing/reflections/nested-reflection-expected.txt:
31179         * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png:
31180         * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt:
31181         * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png:
31182         * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
31183         * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png:
31184         * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt:
31185         * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png:
31186         * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt:
31187         * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png:
31188         * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt:
31189         * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png:
31190         * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt:
31191         * platform/efl/compositing/reflections/nested-reflection-transition-expected.png:
31192         * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt:
31193         * platform/efl/compositing/reflections/reflection-in-composited-expected.txt:
31194         * platform/efl/compositing/reflections/reflection-on-composited-expected.png:
31195         * platform/efl/compositing/reflections/reflection-on-composited-expected.txt:
31196         * platform/efl/compositing/reflections/reflection-opacity-expected.png:
31197         * platform/efl/compositing/reflections/reflection-opacity-expected.txt:
31198         * platform/efl/compositing/reflections/reflection-ordering-expected.png:
31199         * platform/efl/compositing/reflections/reflection-ordering-expected.txt:
31200         * platform/efl/compositing/reflections/reflection-positioning-expected.png:
31201         * platform/efl/compositing/reflections/reflection-positioning-expected.txt:
31202         * platform/efl/compositing/reflections/reflection-positioning2-expected.png:
31203         * platform/efl/compositing/reflections/reflection-positioning2-expected.txt:
31204         * platform/efl/compositing/reflections/simple-composited-reflections-expected.png:
31205         * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt:
31206         * platform/efl/compositing/reflections/transform-inside-reflection-expected.png:
31207         * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt:
31208         * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png:
31209         * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt:
31210         * platform/efl/compositing/repaint/composited-document-element-expected.png:
31211         * platform/efl/compositing/repaint/composited-document-element-expected.txt:
31212         * platform/efl/compositing/repaint/content-into-overflow-expected.png:
31213         * platform/efl/compositing/repaint/layer-repaint-expected.png:
31214         * platform/efl/compositing/repaint/layer-repaint-expected.txt:
31215         * platform/efl/compositing/repaint/layer-repaint-rects-expected.png:
31216         * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt:
31217         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
31218         * platform/efl/compositing/repaint/opacity-between-absolute-expected.png:
31219         * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
31220         * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png:
31221         * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt:
31222         * platform/efl/compositing/repaint/overflow-into-content-expected.png:
31223         * platform/efl/compositing/repaint/shrink-layer-expected.png:
31224         * platform/efl/compositing/repaint/transform-style-change-expected.png:
31225         * platform/efl/compositing/scaling/tiled-layer-recursion-expected.png:
31226         * platform/efl/compositing/self-painting-layers-expected.png:
31227         * platform/efl/compositing/self-painting-layers-expected.txt:
31228         * platform/efl/compositing/shadows/shadow-drawing-expected.txt:
31229         * platform/efl/compositing/sibling-positioning-expected.png:
31230         * platform/efl/compositing/sibling-positioning-expected.txt:
31231         * platform/efl/compositing/text-on-large-layer-expected.png:
31232         * platform/efl/compositing/text-on-large-layer-expected.txt:
31233         * platform/efl/compositing/transitions/scale-transition-no-start-expected.png:
31234         * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt:
31235         * platform/efl/compositing/transitions/singular-scale-transition-expected.png:
31236         * platform/efl/compositing/transitions/singular-scale-transition-expected.txt:
31237         * platform/efl/compositing/video/video-background-color-expected.txt:
31238         * platform/efl/compositing/video/video-controls-layer-creation-expected.png:
31239         * platform/efl/compositing/visibility/visibility-image-layers-expected.png:
31240         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png:
31241         * platform/efl/css1/basic/class_as_selector-expected.png:
31242         * platform/efl/css1/basic/class_as_selector-expected.txt:
31243         * platform/efl/css1/basic/comments-expected.png:
31244         * platform/efl/css1/basic/comments-expected.txt:
31245         * platform/efl/css1/basic/containment-expected.png:
31246         * platform/efl/css1/basic/containment-expected.txt:
31247         * platform/efl/css1/basic/contextual_selectors-expected.png:
31248         * platform/efl/css1/basic/contextual_selectors-expected.txt:
31249         * platform/efl/css1/basic/grouping-expected.png:
31250         * platform/efl/css1/basic/grouping-expected.txt:
31251         * platform/efl/css1/basic/id_as_selector-expected.png:
31252         * platform/efl/css1/basic/id_as_selector-expected.txt:
31253         * platform/efl/css1/basic/inheritance-expected.png:
31254         * platform/efl/css1/basic/inheritance-expected.txt:
31255         * platform/efl/css1/box_properties/acid_test-expected.png:
31256         * platform/efl/css1/box_properties/acid_test-expected.txt:
31257         * platform/efl/css1/box_properties/border-expected.png:
31258         * platform/efl/css1/box_properties/border-expected.txt:
31259         * platform/efl/css1/box_properties/border_bottom-expected.png:
31260         * platform/efl/css1/box_properties/border_bottom_inline-expected.png:
31261         * platform/efl/css1/box_properties/border_bottom_width-expected.png:
31262         * platform/efl/css1/box_properties/border_bottom_width-expected.txt:
31263         * platform/efl/css1/box_properties/border_bottom_width_inline-expected.png:
31264         * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
31265         * platform/efl/css1/box_properties/border_color-expected.png:
31266         * platform/efl/css1/box_properties/border_color-expected.txt:
31267         * platform/efl/css1/box_properties/border_color_inline-expected.png:
31268         * platform/efl/css1/box_properties/border_color_inline-expected.txt:
31269         * platform/efl/css1/box_properties/border_inline-expected.png:
31270         * platform/efl/css1/box_properties/border_inline-expected.txt:
31271         * platform/efl/css1/box_properties/border_left-expected.png:
31272         * platform/efl/css1/box_properties/border_left_inline-expected.png:
31273         * platform/efl/css1/box_properties/border_left_width-expected.png:
31274         * platform/efl/css1/box_properties/border_left_width-expected.txt:
31275         * platform/efl/css1/box_properties/border_left_width_inline-expected.png:
31276         * platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
31277         * platform/efl/css1/box_properties/border_right-expected.png:
31278         * platform/efl/css1/box_properties/border_right_inline-expected.png:
31279         * platform/efl/css1/box_properties/border_right_width-expected.png:
31280         * platform/efl/css1/box_properties/border_right_width-expected.txt:
31281         * platform/efl/css1/box_properties/border_right_width_inline-expected.png:
31282         * platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
31283         * platform/efl/css1/box_properties/border_style-expected.png:
31284         * platform/efl/css1/box_properties/border_style-expected.txt:
31285         * platform/efl/css1/box_properties/border_style_inline-expected.png:
31286         * platform/efl/css1/box_properties/border_style_inline-expected.txt:
31287         * platform/efl/css1/box_properties/border_top-expected.png:
31288         * platform/efl/css1/box_properties/border_top-expected.txt:
31289         * platform/efl/css1/box_properties/border_top_inline-expected.png:
31290         * platform/efl/css1/box_properties/border_top_inline-expected.txt:
31291         * platform/efl/css1/box_properties/border_top_width-expected.png:
31292         * platform/efl/css1/box_properties/border_top_width-expected.txt:
31293         * platform/efl/css1/box_properties/border_top_width_inline-expected.png:
31294         * platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
31295         * platform/efl/css1/box_properties/border_width-expected.png:
31296         * platform/efl/css1/box_properties/border_width-expected.txt:
31297         * platform/efl/css1/box_properties/border_width_inline-expected.png:
31298         * platform/efl/css1/box_properties/border_width_inline-expected.txt:
31299         * platform/efl/css1/box_properties/clear-expected.png:
31300         * platform/efl/css1/box_properties/clear-expected.txt:
31301         * platform/efl/css1/box_properties/clear_float-expected.png:
31302         * platform/efl/css1/box_properties/clear_float-expected.txt:
31303         * platform/efl/css1/box_properties/float-expected.png:
31304         * platform/efl/css1/box_properties/float-expected.txt:
31305         * platform/efl/css1/box_properties/float_elements_in_series-expected.png:
31306         * platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
31307         * platform/efl/css1/box_properties/float_margin-expected.png:
31308         * platform/efl/css1/box_properties/float_margin-expected.txt:
31309         * platform/efl/css1/box_properties/float_on_text_elements-expected.png:
31310         * platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
31311         * platform/efl/css1/box_properties/height-expected.png:
31312         * platform/efl/css1/box_properties/height-expected.txt:
31313         * platform/efl/css1/box_properties/margin-expected.png:
31314         * platform/efl/css1/box_properties/margin-expected.txt:
31315         * platform/efl/css1/box_properties/margin_bottom-expected.png:
31316         * platform/efl/css1/box_properties/margin_bottom-expected.txt:
31317         * platform/efl/css1/box_properties/margin_bottom_inline-expected.png:
31318         * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
31319         * platform/efl/css1/box_properties/margin_inline-expected.png:
31320         * platform/efl/css1/box_properties/margin_inline-expected.txt:
31321         * platform/efl/css1/box_properties/margin_left-expected.png:
31322         * platform/efl/css1/box_properties/margin_left-expected.txt:
31323         * platform/efl/css1/box_properties/margin_left_inline-expected.png:
31324         * platform/efl/css1/box_properties/margin_left_inline-expected.txt:
31325         * platform/efl/css1/box_properties/margin_right-expected.png:
31326         * platform/efl/css1/box_properties/margin_right-expected.txt:
31327         * platform/efl/css1/box_properties/margin_right_inline-expected.png:
31328         * platform/efl/css1/box_properties/margin_right_inline-expected.txt:
31329         * platform/efl/css1/box_properties/margin_top-expected.png:
31330         * platform/efl/css1/box_properties/margin_top-expected.txt:
31331         * platform/efl/css1/box_properties/margin_top_inline-expected.png:
31332         * platform/efl/css1/box_properties/margin_top_inline-expected.txt:
31333         * platform/efl/css1/box_properties/padding-expected.png:
31334         * platform/efl/css1/box_properties/padding-expected.txt:
31335         * platform/efl/css1/box_properties/padding_bottom-expected.png:
31336         * platform/efl/css1/box_properties/padding_bottom-expected.txt:
31337         * platform/efl/css1/box_properties/padding_bottom_inline-expected.png:
31338         * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
31339         * platform/efl/css1/box_properties/padding_inline-expected.png:
31340         * platform/efl/css1/box_properties/padding_inline-expected.txt:
31341         * platform/efl/css1/box_properties/padding_left-expected.png:
31342         * platform/efl/css1/box_properties/padding_left-expected.txt:
31343         * platform/efl/css1/box_properties/padding_left_inline-expected.png:
31344         * platform/efl/css1/box_properties/padding_left_inline-expected.txt:
31345         * platform/efl/css1/box_properties/padding_right-expected.png:
31346         * platform/efl/css1/box_properties/padding_right-expected.txt:
31347         * platform/efl/css1/box_properties/padding_right_inline-expected.png:
31348         * platform/efl/css1/box_properties/padding_right_inline-expected.txt:
31349         * platform/efl/css1/box_properties/padding_top-expected.png:
31350         * platform/efl/css1/box_properties/padding_top-expected.txt:
31351         * platform/efl/css1/box_properties/padding_top_inline-expected.png:
31352         * platform/efl/css1/box_properties/padding_top_inline-expected.txt:
31353         * platform/efl/css1/box_properties/width-expected.png:
31354         * platform/efl/css1/box_properties/width-expected.txt:
31355         * platform/efl/css1/cascade/cascade_order-expected.png:
31356         * platform/efl/css1/cascade/cascade_order-expected.txt:
31357         * platform/efl/css1/cascade/important-expected.png:
31358         * platform/efl/css1/cascade/important-expected.txt:
31359         * platform/efl/css1/classification/display-expected.png:
31360         * platform/efl/css1/classification/display-expected.txt:
31361         * platform/efl/css1/classification/list_style-expected.png:
31362         * platform/efl/css1/classification/list_style-expected.txt:
31363         * platform/efl/css1/classification/list_style_image-expected.png:
31364         * platform/efl/css1/classification/list_style_image-expected.txt:
31365         * platform/efl/css1/classification/list_style_position-expected.png:
31366         * platform/efl/css1/classification/list_style_position-expected.txt:
31367         * platform/efl/css1/classification/list_style_type-expected.png:
31368         * platform/efl/css1/classification/list_style_type-expected.txt:
31369         * platform/efl/css1/classification/white_space-expected.png:
31370         * platform/efl/css1/classification/white_space-expected.txt:
31371         * platform/efl/css1/color_and_background/background-expected.png:
31372         * platform/efl/css1/color_and_background/background-expected.txt:
31373         * platform/efl/css1/color_and_background/background_attachment-expected.png:
31374         * platform/efl/css1/color_and_background/background_attachment-expected.txt:
31375         * platform/efl/css1/color_and_background/background_color-expected.png:
31376         * platform/efl/css1/color_and_background/background_color-expected.txt:
31377         * platform/efl/css1/color_and_background/background_image-expected.png:
31378         * platform/efl/css1/color_and_background/background_image-expected.txt:
31379         * platform/efl/css1/color_and_background/background_position-expected.png:
31380         * platform/efl/css1/color_and_background/background_position-expected.txt:
31381         * platform/efl/css1/color_and_background/background_repeat-expected.png:
31382         * platform/efl/css1/color_and_background/background_repeat-expected.txt:
31383         * platform/efl/css1/color_and_background/color-expected.png:
31384         * platform/efl/css1/color_and_background/color-expected.txt:
31385         * platform/efl/css1/conformance/forward_compatible_parsing-expected.png:
31386         * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
31387         * platform/efl/css1/font_properties/font-expected.png:
31388         * platform/efl/css1/font_properties/font-expected.txt:
31389         * platform/efl/css1/font_properties/font_family-expected.png:
31390         * platform/efl/css1/font_properties/font_family-expected.txt:
31391         * platform/efl/css1/font_properties/font_size-expected.png:
31392         * platform/efl/css1/font_properties/font_size-expected.txt:
31393         * platform/efl/css1/font_properties/font_style-expected.png:
31394         * platform/efl/css1/font_properties/font_style-expected.txt:
31395         * platform/efl/css1/font_properties/font_variant-expected.png:
31396         * platform/efl/css1/font_properties/font_variant-expected.txt:
31397         * platform/efl/css1/font_properties/font_weight-expected.png:
31398         * platform/efl/css1/font_properties/font_weight-expected.txt:
31399         * platform/efl/css1/formatting_model/canvas-expected.png:
31400         * platform/efl/css1/formatting_model/canvas-expected.txt:
31401         * platform/efl/css1/formatting_model/floating_elements-expected.png:
31402         * platform/efl/css1/formatting_model/floating_elements-expected.txt:
31403         * platform/efl/css1/formatting_model/height_of_lines-expected.png:
31404         * platform/efl/css1/formatting_model/height_of_lines-expected.txt:
31405         * platform/efl/css1/formatting_model/horizontal_formatting-expected.png:
31406         * platform/efl/css1/formatting_model/horizontal_formatting-expected.txt:
31407         * platform/efl/css1/formatting_model/inline_elements-expected.png:
31408         * platform/efl/css1/formatting_model/replaced_elements-expected.png:
31409         * platform/efl/css1/formatting_model/replaced_elements-expected.txt:
31410         * platform/efl/css1/formatting_model/vertical_formatting-expected.png:
31411         * platform/efl/css1/pseudo/anchor-expected.png:
31412         * platform/efl/css1/pseudo/anchor-expected.txt:
31413         * platform/efl/css1/pseudo/firstletter-expected.png:
31414         * platform/efl/css1/pseudo/firstletter-expected.txt:
31415         * platform/efl/css1/pseudo/firstline-expected.png:
31416         * platform/efl/css1/pseudo/firstline-expected.txt:
31417         * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.png:
31418         * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
31419         * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.png:
31420         * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
31421         * platform/efl/css1/text_properties/letter_spacing-expected.png:
31422         * platform/efl/css1/text_properties/letter_spacing-expected.txt:
31423         * platform/efl/css1/text_properties/line_height-expected.png:
31424         * platform/efl/css1/text_properties/line_height-expected.txt:
31425         * platform/efl/css1/text_properties/text_align-expected.png:
31426         * platform/efl/css1/text_properties/text_align-expected.txt:
31427         * platform/efl/css1/text_properties/text_decoration-expected.png:
31428         * platform/efl/css1/text_properties/text_decoration-expected.txt:
31429         * platform/efl/css1/text_properties/text_indent-expected.png:
31430         * platform/efl/css1/text_properties/text_indent-expected.txt:
31431         * platform/efl/css1/text_properties/text_transform-expected.png:
31432         * platform/efl/css1/text_properties/text_transform-expected.txt:
31433         * platform/efl/css1/text_properties/vertical_align-expected.png:
31434         * platform/efl/css1/text_properties/word_spacing-expected.png:
31435         * platform/efl/css1/text_properties/word_spacing-expected.txt:
31436         * platform/efl/css1/units/color_units-expected.png:
31437         * platform/efl/css1/units/color_units-expected.txt:
31438         * platform/efl/css1/units/length_units-expected.png:
31439         * platform/efl/css1/units/percentage_units-expected.png:
31440         * platform/efl/css1/units/percentage_units-expected.txt:
31441         * platform/efl/css1/units/urls-expected.png:
31442         * platform/efl/css1/units/urls-expected.txt:
31443         * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.png:
31444         * platform/efl/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
31445         * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.png:
31446         * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
31447         * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.png:
31448         * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
31449         * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.png:
31450         * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
31451         * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.png:
31452         * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
31453         * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.png:
31454         * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
31455         * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.png:
31456         * platform/efl/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
31457         * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.png:
31458         * platform/efl/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
31459         * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.png:
31460         * platform/efl/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
31461         * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.png:
31462         * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
31463         * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.png:
31464         * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
31465         * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.png:
31466         * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
31467         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png:
31468         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
31469         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png:
31470         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
31471         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png:
31472         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
31473         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png:
31474         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
31475         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png:
31476         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
31477         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png:
31478         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
31479         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png:
31480         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
31481         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png:
31482         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
31483         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png:
31484         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
31485         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png:
31486         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
31487         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png:
31488         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
31489         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png:
31490         * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
31491         * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.png:
31492         * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
31493         * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.png:
31494         * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
31495         * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.png:
31496         * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
31497         * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.png:
31498         * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
31499         * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.png:
31500         * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
31501         * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.png:
31502         * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
31503         * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.png:
31504         * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
31505         * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.png:
31506         * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
31507         * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.png:
31508         * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
31509         * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.png:
31510         * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
31511         * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.png:
31512         * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
31513         * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.png:
31514         * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
31515         * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.png:
31516         * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
31517         * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.png:
31518         * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
31519         * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.png:
31520         * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
31521         * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.png:
31522         * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
31523         * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.png:
31524         * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
31525         * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.png:
31526         * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
31527         * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.png:
31528         * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
31529         * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.png:
31530         * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
31531         * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.png:
31532         * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
31533         * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.png:
31534         * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
31535         * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.png:
31536         * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
31537         * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.png:
31538         * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
31539         * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.png:
31540         * platform/efl/css2.1/20110323/absolute-replaced-height-001-expected.txt:
31541         * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.png:
31542         * platform/efl/css2.1/20110323/absolute-replaced-height-002-expected.txt:
31543         * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.png:
31544         * platform/efl/css2.1/20110323/absolute-replaced-height-003-expected.txt:
31545         * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.png:
31546         * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.png:
31547         * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.txt:
31548         * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.png:
31549
31550 2013-01-18  Dominic Cooney  <dominicc@chromium.org>
31551
31552         [Chromium] Unreviewed gardening.
31553
31554         Add expectations for these tests which ASSERT in debug:
31555
31556         fast/forms/associated-element-crash.html
31557         html5lib/run-template.html
31558
31559         See <https://bugs.webkit.org/show_bug.cgi?id=107237>
31560
31561         * platform/chromium/TestExpectations:
31562
31563 2013-01-18  Tim Horton  <timothy_horton@apple.com>
31564
31565         Unreviewed, fix mac and mac-wk2 TestExpectations lint warnings.
31566
31567         * platform/mac-wk2/TestExpectations:
31568         fast/events/drag-selects-image.html is already covered by a classified failure,
31569         no reason to have it in the unclassified section too!
31570         * platform/mac/TestExpectations:
31571         The these tests are already skipped on Mac.
31572
31573 2013-01-18  Sheriff Bot  <webkit.review.bot@gmail.com>
31574
31575         Unreviewed, rolling out r140005.
31576         http://trac.webkit.org/changeset/140005
31577         https://bugs.webkit.org/show_bug.cgi?id=107235
31578
31579         broke downstream Chromium interactive_ui_tests (Requested by
31580         dominicc on #webkit).
31581
31582         * http/tests/cache/cached-main-resource-expected.txt: Removed.
31583         * http/tests/cache/cached-main-resource.html: Removed.
31584         * http/tests/cache/resources/cacheable-iframe.php: Removed.
31585         * http/tests/inspector/resource-har-pages-expected.txt:
31586         * http/tests/loading/redirect-methods-expected.txt:
31587         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
31588         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
31589
31590 2013-01-18  Yoshifumi Inoue  <yosin@chromium.org>
31591
31592         REGRESSION(r137726): Spring Loaded Pan Scrolling doesn't stop
31593         https://bugs.webkit.org/show_bug.cgi?id=107205
31594
31595         Reviewed by Hajime Morita.
31596
31597         * platform/chromium-win/fast/events/panScroll-click-expected.txt: Added.
31598         * platform/chromium-win/fast/events/panScroll-click.html: Added.
31599         * platform/chromium-win/fast/events/panScroll-drag-expected.txt: Added.
31600         * platform/chromium-win/fast/events/panScroll-drag.html: Added.
31601         * platfrom/chromium/TestExpectations: Skip panScroll-{click,drag}.html for Android, Linux, and Mac.
31602
31603 2013-01-17  Rafael Weinstein  <rafaelw@chromium.org>
31604
31605         Ensure the parser adopts foster-parented children into the document of their parent.
31606         https://bugs.webkit.org/show_bug.cgi?id=107023
31607
31608         Reviewed by Adam Barth.
31609
31610         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.
31611
31612         * fast/parser/foster-parent-adopted-expected.txt: Added.
31613         * fast/parser/foster-parent-adopted.html: Added.
31614         * fast/parser/foster-parent-adopted2-expected.txt: Added.
31615         * fast/parser/foster-parent-adopted2.html: Added.
31616
31617 2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>
31618
31619         Revert r122824 for a while
31620         https://bugs.webkit.org/show_bug.cgi?id=97867
31621
31622         Reviewed by Hajime Morita.
31623
31624         * fast/dom/shadow/select-image-with-shadow-expected.txt: Removed.
31625         * fast/dom/shadow/select-image-with-shadow.html: Removed.
31626         * fast/dom/shadow/shadowdom-for-image-alt-expected.html: Removed.
31627         * fast/dom/shadow/shadowdom-for-image-alt-update-expected.html: Removed.
31628         * fast/dom/shadow/shadowdom-for-image-alt-update.html: Removed.
31629         * fast/dom/shadow/shadowdom-for-image-alt.html: Removed.
31630         * fast/dom/shadow/shadowdom-for-image-content-expected.html: Removed.
31631         * fast/dom/shadow/shadowdom-for-image-content.html: Removed.
31632         * fast/dom/shadow/shadowdom-for-image-dynamic-expected.html: Removed.
31633         * fast/dom/shadow/shadowdom-for-image-dynamic.html: Removed.
31634         * fast/dom/shadow/shadowdom-for-image-event-click-expected.txt: Removed.
31635         * fast/dom/shadow/shadowdom-for-image-event-click.html: Removed.
31636         * fast/dom/shadow/shadowdom-for-image-expected.html: Removed.
31637         * fast/dom/shadow/shadowdom-for-image-in-shadowdom-expected.html: Removed.
31638         * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html: Removed.
31639         * fast/dom/shadow/shadowdom-for-image-map-expected.txt: Removed.
31640         * fast/dom/shadow/shadowdom-for-image-map.html: Removed.
31641         * fast/dom/shadow/shadowdom-for-image-style-expected.html: Removed.
31642         * fast/dom/shadow/shadowdom-for-image-style.html: Removed.
31643         * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow-expected.html: Removed.
31644         * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html: Removed.
31645         * fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Removed.
31646         * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Removed.
31647         * fast/dom/shadow/shadowdom-for-image-with-width-and-height-expected.html: Removed.
31648         * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html: Removed.
31649         * fast/dom/shadow/shadowdom-for-image.html: Removed.
31650
31651 2013-01-17  Benjamin Poulain  <bpoulain@apple.com>
31652
31653         Remove non-existant test from Mac's TestExpectations
31654
31655         Unreviewed.
31656
31657         * platform/mac/TestExpectations:
31658         track-cue-rendering-inner-timestamps.html has been removed.
31659         drag-and-drop-autoscroll.html was introduced in a patch that has been reverted.
31660
31661 2013-01-17  Joanmarie Diggs  <jdiggs@igalia.com>
31662
31663         REGRESSION (r139444): Crashes in three accessibility tests on GTK
31664         https://bugs.webkit.org/show_bug.cgi?id=106922
31665
31666         Reviewed by Chris Fleizach.
31667
31668         * platform/gtk/TestExpectations: Unskipped the three failing tests
31669
31670 2013-01-17  Elliott Sprehn  <esprehn@chromium.org>
31671
31672         Track subframe count to avoid traversing the tree when there's no subframes
31673         https://bugs.webkit.org/show_bug.cgi?id=101821
31674
31675         Reviewed by Ojan Vafai.
31676
31677         Add a test that when frames are moved around by the parser and not actually
31678         detached we keep the subframe counters of ancestors consistent.
31679
31680         * fast/frames/parser-append-subframe-count-expected.txt: Added.
31681         * fast/frames/parser-append-subframe-count.html: Added.
31682
31683 2013-01-17  Alpha Lam  <hclam@chromium.org>
31684
31685         [chromium] Unreviewed gardening.
31686
31687         This test times out on Win7 dbg half of the time:
31688         fast/js/toString-and-valueOf-override.html
31689
31690         Mark it as Timeout.
31691
31692         * platform/chromium/TestExpectations:
31693
31694 2013-01-17  Dominic Cooney  <dominicc@chromium.org>
31695
31696         [Chromium] Unreviewed gardening.
31697
31698         Broaden the failure expectations of these tests:
31699
31700         scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
31701         scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html
31702
31703         These fail pixel tests by painting the system theme scrollbar; see
31704         <http://bugs.webkit.org/show_bug.cgi?id=106858>
31705
31706         * platform/chromium/TestExpectations:
31707
31708 2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
31709
31710         Unreviewed, rolling out r139402.
31711         http://trac.webkit.org/changeset/139402
31712         https://bugs.webkit.org/show_bug.cgi?id=107212
31713
31714         Perf regression on DOMDivWalk (Requested by falken_ on
31715         #webkit).
31716
31717         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Removed.
31718         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Removed.
31719         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Removed.
31720         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Removed.
31721
31722 2013-01-17  Alpha Lam  <hclam@chromium.org>
31723
31724         [chromium] Test expectations update
31725         https://bugs.webkit.org/show_bug.cgi?id=107209
31726
31727         Mark this test as crash on debug builds:
31728         fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html
31729
31730         This crash seems to be caused by r140024.
31731
31732         * platform/chromium/TestExpectations:
31733
31734 2013-01-17  Matt Falkenhagen  <falken@chromium.org>
31735
31736         Top layer fails for inline elements
31737         https://bugs.webkit.org/show_bug.cgi?id=106538
31738
31739         Reviewed by Hajime Morita.
31740
31741         * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position-expected.html: Added.
31742         * fast/dom/HTMLDialogElement/element-removed-from-top-layer-has-original-position.html: Added.
31743         * fast/dom/HTMLDialogElement/top-layer-position-relative-expected.html: Added.
31744         * fast/dom/HTMLDialogElement/top-layer-position-relative.html: Added.
31745         * fast/dom/HTMLDialogElement/top-layer-position-static-expected.html: Added.
31746         * fast/dom/HTMLDialogElement/top-layer-position-static.html: Added.
31747
31748 2013-01-17  Alpha Lam  <hclam@chromium.org>
31749
31750         [chromium] Test expectations update
31751         https://bugs.webkit.org/show_bug.cgi?id=107204
31752
31753         Mark this test as flaky:
31754         fast/events/touch/multi-touch-inside-iframes.html
31755
31756         * platform/chromium/TestExpectations:
31757
31758 2013-01-17  Abhishek Arya  <inferno@chromium.org>
31759
31760         Heap-use-after-free in WebCore::RenderBlock::checkFloatsInCleanLine
31761         https://bugs.webkit.org/show_bug.cgi?id=90802
31762
31763         Reviewed by Julien Chaffraix.
31764
31765         * fast/multicol/float-not-removed-crash-expected.txt: Added.
31766         * fast/multicol/float-not-removed-crash.html: Added.
31767
31768 2013-01-17  Simon Fraser  <simon.fraser@apple.com>
31769
31770         Make it possible for the root background to be painted into its own GraphicsLayer
31771         https://bugs.webkit.org/show_bug.cgi?id=107177
31772
31773         Reviewed by Dave Hyatt.
31774         
31775         New tests with results for a fixed root background layer when using tiled drawing.
31776
31777         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.png: Added.
31778         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer-expected.txt: Added.
31779         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-body-layer.html: Added.
31780         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.png: Added.
31781         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-expected.txt: Added.
31782         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.png: Added.
31783         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html-expected.txt: Added.
31784         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-opacity-html.html: Added.
31785         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.png: Added.
31786         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html-expected.txt: Added.
31787         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-transformed-html.html: Added.
31788         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png: Added.
31789         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.txt: Added.
31790         * platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed.html: Added.
31791         * platform/mac/tiled-drawing/fixed-background/fixed-body-background.html: Added.
31792         * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.png: Added.
31793         * platform/mac/tiled-drawing/fixed-background/fixed-html-background-expected.txt: Added.
31794         * platform/mac/tiled-drawing/fixed-background/fixed-html-background.html: Added.
31795         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.png: Added.
31796         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt: Added.
31797         * platform/mac/tiled-drawing/fixed-background/fixed-non-propagated-body-background.html: Added.
31798
31799 2013-01-17  Alpha Lam  <hclam@chromium.org>
31800
31801         [chromium] Test expectations update
31802
31803         Unreviewed build fix. Update test expectations to reflect crashing tests:
31804         http/tests/appcache/fail-on-update.html
31805         http/tests/appcache/fail-on-update-2.html
31806
31807         * platform/chromium/TestExpectations:
31808
31809 2013-01-17  Alexis Hetu  <sugoi@chromium.org>
31810
31811         imageSmoothingEnabled frequent, unpredictable crashes
31812         https://bugs.webkit.org/show_bug.cgi?id=107161
31813
31814         Reviewed by Stephen White.
31815
31816         Added a layout test for setting image smoothing enabled on a 0 sized
31817         canvas.
31818
31819         * fast/canvas/canvas-imageSmoothingEnabled-zero-size-expected.txt: Added.
31820         * fast/canvas/canvas-imageSmoothingEnabled-zero-size.html: Added.
31821
31822 2013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
31823
31824         Unreviewed, rolling out r140049.
31825         http://trac.webkit.org/changeset/140049
31826         https://bugs.webkit.org/show_bug.cgi?id=107187
31827
31828         Breaks lots of stuff (Requested by schenney on #webkit).
31829
31830         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Removed.
31831         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Removed.
31832
31833 2013-01-17  Stephen Chenney  <schenney@chromium.org>
31834
31835         SVGViewSpec fails when corresponding element has been removed
31836         https://bugs.webkit.org/show_bug.cgi?id=106957
31837
31838         Reviewed by Dirk Schulze.
31839
31840         Test for the situation in which the target of an SVGViewSpec is
31841         removed while the view spec lives on in JS.
31842
31843         * svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt: Added.
31844         * svg/dom/SVGViewSpec-invalid-ref-crash.html: Added.
31845
31846 2013-01-17  Julien Chaffraix  <jchaffraix@webkit.org>
31847
31848         [CSS Grid Layout] Updating -webkit-grid-rows or -webkit-grid-columns doesn't work as expected
31849         https://bugs.webkit.org/show_bug.cgi?id=107062
31850
31851         Reviewed by Tony Chang.
31852
31853         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update-expected.txt: Added.
31854         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-update.html: Added.
31855         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update-expected.txt: Added.
31856         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-update.html: Added.
31857
31858 2013-01-17  Alpha Lam  <hclam@chromium.org>
31859
31860         [chromium] Fix layout test expectations.
31861
31862         Not reviewed. Update layout test expectations.
31863
31864         http/tests/appcache/fail-on-update.html is crashing, mark it so.
31865
31866         * platform/chromium/TestExpectations:
31867
31868 2013-01-17  Alpha Lam  <hclam@chromium.org>
31869
31870         [chromium] Layout test rebaselines.
31871
31872         Not reviewed. Rebaselines to fix build.
31873
31874         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
31875
31876 2013-01-17  Stephen Chenney  <schenney@chromium.org>
31877
31878         [Chromium] svg/custom/foreign-object-skew-expected.png differs Debug/Release on SnowLeopard
31879         https://bugs.webkit.org/show_bug.cgi?id=99138
31880
31881         Unreviewed test expectations update.
31882
31883         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Use the Release result.
31884         * platform/chromium/TestExpectations: Mark the test as failing, and won't fix.
31885
31886 2013-01-17  Robert Hogan  <robert@webkit.org>
31887
31888         Nested fixed position element not staying with parent
31889         https://bugs.webkit.org/show_bug.cgi?id=65477
31890
31891         Reviewed by David Hyatt.
31892
31893         * fast/inline/fixed-pos-moves-with-abspos-inline-parent-expected.txt: Added.
31894         * fast/inline/fixed-pos-moves-with-abspos-inline-parent.html: Added.
31895         * fast/inline/fixed-pos-moves-with-abspos-parent-expected.txt: Added.
31896         * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor-expected.txt: Added.
31897         * fast/inline/fixed-pos-moves-with-abspos-parent-relative-ancestor.html: Added.
31898         * fast/inline/fixed-pos-moves-with-abspos-parent.html: Added.
31899         * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent-expected.txt: Added.
31900         * fast/inline/fixed-pos-with-transform-container-moves-with-abspos-parent.html: Added.
31901
31902 2013-01-17  Andrei Bucur  <abucur@adobe.com>
31903
31904         [CSS Regions] Content flows incorrectly in autoheight regions with min/max-height set
31905         https://bugs.webkit.org/show_bug.cgi?id=102099
31906
31907         Reviewed by David Hyatt.
31908
31909         All the tests have a description about how the breaking should happen. They pass if the height of the region chain is
31910         correctly computed by using the max-height, min-height, height and writing mode conditions.
31911
31912         * fast/regions/autoheight-maxheight-mixed-break-expected.txt: Added.
31913         * fast/regions/autoheight-maxheight-mixed-break.html: Added.
31914         * fast/regions/autoheight-maxheight-simple-break-expected.txt: Added.
31915         * fast/regions/autoheight-maxheight-simple-break.html: Added.
31916         * fast/regions/autoheight-maxheight-simple-nobreak-expected.txt: Added.
31917         * fast/regions/autoheight-maxheight-simple-nobreak.html: Added.
31918         * fast/regions/autoheight-minmaxheight-mixed-break-expected.txt: Added.
31919         * fast/regions/autoheight-minmaxheight-mixed-break-hbt-expected.txt: Added.
31920         * fast/regions/autoheight-minmaxheight-mixed-break-hbt.html: Added.
31921         * fast/regions/autoheight-minmaxheight-mixed-break-vlr-expected.txt: Added.
31922         * fast/regions/autoheight-minmaxheight-mixed-break-vlr.html: Added.
31923         * fast/regions/autoheight-minmaxheight-mixed-break-vrl-expected.txt: Added.
31924         * fast/regions/autoheight-minmaxheight-mixed-break-vrl.html: Added.
31925         * fast/regions/autoheight-minmaxheight-mixed-break.html: Added.
31926         * fast/regions/autoheight-minmaxheight-simple-break-expected.txt: Added.
31927         * fast/regions/autoheight-minmaxheight-simple-break.html: Added.
31928         * fast/regions/autoheight-minmaxheight-simple-nobreak-expected.txt: Added.
31929         * fast/regions/autoheight-minmaxheight-simple-nobreak.html: Added.
31930
31931 2013-01-17  Alexis Menard  <alexis@webkit.org>
31932
31933         Add ontransitionend attribute on HTML elements.
31934         https://bugs.webkit.org/show_bug.cgi?id=107134
31935
31936         Reviewed by Simon Fraser.
31937
31938         Add tests to cover the new attribute. It also make sure that event if
31939         we use the old attribute and the new one at the same time only the new
31940         event handler will be called.
31941
31942         * transitions/transition-end-event-unprefixed-03-expected.txt: Added.
31943         * transitions/transition-end-event-unprefixed-03.html: Added.
31944         * transitions/transition-end-event-unprefixed-04-expected.txt: Added.
31945         * transitions/transition-end-event-unprefixed-04.html: Added.
31946
31947 2013-01-17  Andrei Bucur  <abucur@adobe.com>
31948
31949         Widows and orphans test4 fails if isolated
31950         https://bugs.webkit.org/show_bug.cgi?id=106006
31951
31952         Reviewed by Dean Jackson.
31953
31954         This is the "Basic Orphans" test extracted from fast/multicol/widows-and-orphans.html. It was minimized and modified to include a relayout step.
31955
31956         * fast/multicol/orphans-relayout-expected.txt: Added.
31957         * fast/multicol/orphans-relayout.html: Added.
31958
31959 2013-01-17  Martin Robinson  <mrobinson@igalia.com>
31960
31961         REGRESSION (r137487): Crashes in editing/execCommand/indent-paragraphs.html on GTK, EFL
31962         https://bugs.webkit.org/show_bug.cgi?id=105042
31963
31964         Reviewed by Gustavo Noronha Silva.
31965
31966         Unskip a test which is now passing.
31967
31968         * platform/gtk/TestExpectations:
31969
31970 2013-01-17  Nate Chapin  <japhet@chromium.org>
31971
31972         Enable reuse of cached main resources
31973         https://bugs.webkit.org/show_bug.cgi?id=105667.
31974
31975         Reviewed by Antti Koivisto.
31976
31977         * http/tests/cache/cached-main-resource-expected.txt: Added.
31978         * http/tests/cache/cached-main-resource.html: Added.
31979         * http/tests/cache/resources/cacheable-iframe.php: Added.
31980         * http/tests/inspector/resource-har-pages-expected.txt:
31981         * http/tests/loading/redirect-methods-expected.txt:
31982         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
31983         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
31984
31985 2013-01-17  Shinya Kawanaka  <shinyak@chromium.org>
31986
31987         [Mac] svg/custom/text-use-click-crash.xhtml added by r139029 hits assertion in enclosingTextFormControl
31988         https://bugs.webkit.org/show_bug.cgi?id=106361
31989
31990         Reviewed by Darin Adler.
31991
31992         Removed crash test expectation.
31993
31994         * platform/mac/TestExpectations:
31995
31996 2013-01-17  Eugene Klyuchnikov  <eustas@chromium.org>
31997
31998         Web Inspector: Profiler: split "getProfile" to "getCPUProfile" and "loadHeapSnapshot"
31999         https://bugs.webkit.org/show_bug.cgi?id=104545
32000
32001         Reviewed by Yury Semikhatsky.
32002
32003         Adopted new method signatures.
32004
32005         * inspector/profiler/heap-snapshot-get-profile-crash.html:
32006         Adopted new method signatures.
32007         * inspector/profiler/heap-snapshot-loader.html: Ditto.
32008         * inspector/profiler/heap-snapshot-test.js: Ditto.
32009
32010 2013-01-17  Krzysztof Czech  <k.czech@samsung.com>
32011
32012         Unreviewed EFL gardening.
32013         https://bugs.webkit.org/show_bug.cgi?id=107113
32014
32015         Skipping test with missing expectation result.
32016
32017         * platform/efl-wk2/TestExpectations:
32018
32019 2013-01-17  John Bauman  <jbauman@chromium.org>
32020
32021         Fix texImage2D from a WebGL canvas.
32022         https://bugs.webkit.org/show_bug.cgi?id=106941
32023
32024         Reviewed by Kenneth Russell.
32025
32026         Add test to ensure doing teximage2d from a webgl canvas works. This
32027         test is the same as a webgl conformance test.
32028
32029         * fast/canvas/webgl/tex-image-webgl-expected.txt: Added.
32030         * fast/canvas/webgl/tex-image-webgl.html: Added.
32031
32032 2013-01-17  Stephen Chenney  <schenney@chromium.org>
32033
32034         [Chromium] Test expectations update after Skia shader changes
32035
32036         Unreviewed new GPU expectations
32037
32038         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
32039         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
32040
32041 2013-01-17  Stephen Chenney  <schenney@chromium.org>
32042
32043         [Chromium} Removing extraneous expectations
32044
32045         Unreviewed expectations clean-up
32046
32047         * platform/chromium/TestExpectations:
32048
32049 2013-01-17  Stephen Chenney  <schenney@chromium.org>
32050
32051         [Chromium] Final rebaselines after Skia flags changed
32052         https://bugs.webkit.org/show_bug.cgi?id=106833
32053         https://bugs.webkit.org/show_bug.cgi?id=99138
32054
32055         Unreviewed test expectations update
32056
32057         * platform/chromium-linux/fast/borders/outline-alpha-inline-expected.png: Added.
32058         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
32059         * platform/chromium/TestExpectations:
32060
32061 2013-01-17  Andrey Lushnikov  <lushnikov@chromium.org>
32062
32063         Web Inspector: fix DefaultTextEditor's broken backspace
32064         https://bugs.webkit.org/show_bug.cgi?id=107130
32065
32066         Reviewed by Pavel Feldman.
32067
32068         Fix test expected results to correspond to changes.
32069
32070         * inspector/editor/text-editor-highlight-regexp-expected.txt:
32071
32072 2013-01-17  Zan Dobersek  <zdobersek@igalia.com>
32073
32074         Unreviewed GTK gardening.
32075
32076         Adjust and move expectations for tests in svg/ and tables/ as
32077         necessary to cover current testing situation for both WebKit1 and WebKit2.
32078
32079         * platform/gtk-wk1/TestExpectations:
32080         * platform/gtk-wk2/TestExpectations:
32081         * platform/gtk/TestExpectations:
32082
32083 2013-01-16  Vsevolod Vlasov  <vsevik@chromium.org>
32084
32085         Web Inspector: Introduce FileSystemWorkspaceProvider to allow showing files from file system in workspace.
32086         https://bugs.webkit.org/show_bug.cgi?id=107021
32087
32088         Reviewed by Pavel Feldman.
32089
32090         * inspector/file-mapping-expected.txt:
32091
32092 2013-01-17  Zan Dobersek  <zdobersek@igalia.com>
32093
32094         Unreviewed GTK gardening.
32095
32096         Removing 4 crash expectations that are obsolete.
32097
32098         * platform/gtk/TestExpectations:
32099
32100 2013-01-17  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
32101
32102         Unreviewed EFL gardening.
32103
32104         Allow to run spellcheck-input-search-crash.html for WK2-EFL.
32105         This test passes after r135595.
32106         It's skipped by global platform/wk2/TestExpectations.
32107
32108         * platform/efl-wk2/TestExpectations:
32109
32110 2013-01-16  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
32111
32112         [EFL][GTK] checkSpellingOfString treats the multiple words as spelled correctly
32113         https://bugs.webkit.org/show_bug.cgi?id=106662
32114
32115         Reviewed by Antonio Gomes.
32116
32117         * platform/efl-wk2/TestExpectations:
32118         Allow running spelling-backspace-between-lines.html for WebKit2-EFL as it's
32119         skipped by platform/wk2/TestExpectations.
32120
32121         * platform/gtk/TestExpectations:
32122         Unskipping spelling-backspace-between-lines.html for WebKit-GTK+.
32123
32124 2013-01-17  Chris Fleizach  <cfleizach@apple.com>
32125
32126         WebSpeech: implement voices list
32127         https://bugs.webkit.org/show_bug.cgi?id=107014
32128
32129         Reviewed by Adam Barth.
32130
32131         * platform/mac/TestExpectations:
32132         * platform/mac/fast/speechsynthesis: Added.
32133         * platform/mac/fast/speechsynthesis/speech-synthesis-voices-expected.txt: Added.
32134         * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html: Added.
32135
32136 2013-01-16  Hajime Morrita  <morrita@google.com>
32137
32138         NoEventDispatchAssertion in ContainerNode::removeChildren is too strict
32139         https://bugs.webkit.org/show_bug.cgi?id=106985
32140
32141         Reviewed by Ryosuke Niwa.
32142
32143         * svg/custom/use-mutation-crash-expected.txt: Added.
32144         * svg/custom/use-mutation-crash.xhtml: Added.
32145
32146 2013-01-16  MORITA Hajime  <morrita@google.com>
32147
32148         Attr.ownerDocument should change if its parent's owner did
32149         https://bugs.webkit.org/show_bug.cgi?id=97644
32150
32151         Reviewed by Darin Adler.
32152
32153         * fast/dom/Attr/parent-adopt-node-expected.txt: Added.
32154         * fast/dom/Attr/parent-adopt-node.html: Added.
32155
32156 2013-01-16  Victor Carbune  <vcarbune@chromium.org>
32157
32158         Cues not rendered when they should be
32159         https://bugs.webkit.org/show_bug.cgi?id=106943
32160
32161         Reviewed by Eric Carlson.
32162
32163         * media/track/track-cue-rendering-mode-changed-expected.txt: Added.
32164         * media/track/track-cue-rendering-mode-changed.html: Added.
32165         * media/video-controls-captions-expected.txt: Updated.
32166
32167 2013-01-16  Sheriff Bot  <webkit.review.bot@gmail.com>
32168
32169         Unreviewed, rolling out r139853.
32170         http://trac.webkit.org/changeset/139853
32171         https://bugs.webkit.org/show_bug.cgi?id=107049
32172
32173         Broke the ChromeOS ppapi_unittests (Requested by leviw on
32174         #webkit).
32175
32176         * inspector-protocol/page/frameScheduledNavigation-expected.txt: Removed.
32177         * inspector-protocol/page/frameScheduledNavigation.html: Removed.
32178         * inspector-protocol/page/frameStartedLoading-expected.txt: Removed.
32179         * inspector-protocol/page/frameStartedLoading.html: Removed.
32180
32181 2013-01-16  Florin Malita  <fmalita@chromium.org>
32182
32183         [Chromium] Unreviewed gardening.
32184
32185         Adding results for platform/chromium/compositing/rounded-corners.html.
32186
32187         * platform/chromium-mac/platform/chromium/compositing/rounded-corners-expected.png: Added.
32188         * platform/chromium-win/platform/chromium/compositing/rounded-corners-expected.png: Added.
32189         * platform/chromium/TestExpectations:
32190         * platform/chromium/platform/chromium/compositing/rounded-corners-expected.txt: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt.
32191
32192 2013-01-16  Arnaud Renevier  <a.renevier@sisa.samsung.com>
32193
32194         inconsistency in drawImage with target rect negative dimensions.
32195         https://bugs.webkit.org/show_bug.cgi?id=100026
32196
32197         Reviewed by Dean Jackson.
32198
32199         Add a drawImage check for a destination rectangle with -1px
32200         width/height. When drawing to (1, 1, -1, -1) rectangle, first
32201         (top-left) pixel should have been and been the only one drawn into.
32202
32203         * fast/canvas/drawImage-with-negative-source-destination-expected.txt:
32204         * fast/canvas/drawImage-with-negative-source-destination.js:
32205
32206 2013-01-16  W. James MacLean  <wjmaclean@chromium.org>
32207
32208         LinkHighlight should use touch adjustment to match active state on GestureTapDown.
32209         https://bugs.webkit.org/show_bug.cgi?id=107032
32210
32211         Reviewed by Adam Barth.
32212
32213         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html:
32214
32215 2013-01-16  Levi Weintraub  <leviw@chromium.org>
32216
32217         Unreviewed gardening. Marking several tests as crashing on Debug builds following
32218         r139853.
32219
32220         * platform/chromium/TestExpectations:
32221
32222 2013-01-16  Levi Weintraub  <leviw@chromium.org>
32223
32224         Unreveiwed gardening. Updating expectations following r139865.
32225
32226         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
32227         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
32228         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
32229         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
32230         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
32231         * platform/chromium/TestExpectations:
32232
32233 2013-01-16  Andrey Adaikin  <aandrey@chromium.org>
32234
32235         Web Inspector: array grouping does not work for float number keys
32236         https://bugs.webkit.org/show_bug.cgi?id=106998
32237
32238         Reviewed by Pavel Feldman.
32239
32240         * inspector/console/console-big-array-expected.txt:
32241         * inspector/console/console-big-array.html:
32242
32243 2013-01-16  Andrey Kosyakov  <caseq@chromium.org>
32244
32245         Web Inspector: cookies with empty value are parsed incorrectly
32246         https://bugs.webkit.org/show_bug.cgi?id=107012
32247
32248         Reviewed by Pavel Feldman.
32249
32250         * inspector/cookie-parser-expected.txt:
32251         * inspector/cookie-parser.html:
32252
32253 2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
32254
32255         Web Inspector: create helper InspectorTest method to dump editor HTML
32256         https://bugs.webkit.org/show_bug.cgi?id=107007
32257
32258         Reviewed by Pavel Feldman.
32259
32260         Add helper method to dump textEditor HTML.
32261
32262         * inspector/editor/editor-test.js:
32263         (initialize_EditorTests.InspectorTest.dumpEditorHTML): Added.
32264         * inspector/editor/text-editor-highlight-regexp.html:
32265
32266 2013-01-16  Andrey Kosyakov  <caseq@chromium.org>
32267
32268         Web Inspector: [Extensions API] remove inspectedWindow.onReset event
32269         https://bugs.webkit.org/show_bug.cgi?id=107009
32270
32271         Reviewed by Vsevolod Vlasov.
32272
32273         * inspector/extensions/extensions-api-expected.txt: removed webInspector.onReset.
32274
32275 2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
32276
32277         Web Inspector: fix text-editor-highlight-regexp test
32278         https://bugs.webkit.org/show_bug.cgi?id=107006
32279
32280         Reviewed by Vsevolod Vlasov.
32281
32282         Fixing test expectations: no more height style.
32283
32284         * inspector/editor/text-editor-highlight-regexp-expected.txt:
32285
32286 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
32287
32288         Unreviewed GTK gardening.
32289
32290         Updating or removing a few stale expectations.
32291         Adding two failure expectations for MicroData tests that are
32292         failing after r139673.
32293
32294         * platform/gtk/TestExpectations:
32295
32296 2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>
32297
32298         [EFL] Unreviewed gardening.
32299
32300         Marking compositing/layer-creation/overlap-animation-container as failure
32301         after it started failing in r139794, might just need a rebaseline but first let's have
32302         someone familiar with AC look at it.
32303
32304         * platform/efl/TestExpectations:
32305
32306 2013-01-16  Pablo Flouret  <pablof@motorola.com>
32307
32308         Implement CSSSupportsRule
32309         https://bugs.webkit.org/show_bug.cgi?id=104822
32310
32311         Reviewed by Allan Sandfeld Jensen.
32312
32313         * css3/supports-cssom-expected.txt: Added.
32314         * css3/supports-cssom.html: Added.
32315         * css3/supports-expected.txt:
32316         * css3/supports.html:
32317
32318         * platform/chromium/TestExpectations:
32319         * platform/efl/TestExpectations:
32320         * platform/gtk/TestExpectations:
32321         * platform/mac/TestExpectations:
32322         * platform/qt/TestExpectations:
32323         * platform/win/TestExpectations:
32324         * platform/wincairo/TestExpectations:
32325         * platform/wk2/TestExpectations:
32326
32327 2013-01-16  Kent Tamura  <tkent@chromium.org>
32328
32329         INPUT_MULTIPLE_FIELDS_UI: Unable to edit a time field with step=86400, and confusing appearance
32330         https://bugs.webkit.org/show_bug.cgi?id=106983
32331
32332         Reviewed by Kentaro Hara.
32333
32334         Note: We don't add tests for input[type=datetime] now because the WHATWG
32335         specification might be changed.
32336
32337         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt: Added.
32338         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html: Added.
32339
32340         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
32341         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
32342         Update test cases for new behavior. We should not make hour fields
32343         read-only for input[type=time].
32344         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: Ditto.
32345         * platform/chromium/TestExpectations: Add time-appearance-basic.html.
32346
32347 2013-01-16  Nandor Huszka  <hnandor@inf.u-szeged.hu>
32348
32349         [Qt] Unreviewed gardening.
32350
32351         * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added. Rebaseline after r139798.
32352         * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added. Rebaseline after r139798.
32353         * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt: Added. Rebaseline after r139794.
32354         * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Rebaseline after r139798.
32355         * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Rebaseline after r139798.
32356
32357 2013-01-16  Dominik Röttsches  <dominik.rottsches@intel.com>
32358
32359         [EFL] Unreviewed gardening.
32360
32361         Removed fast/events/drag-and-drop-autoscroll from Test expectations after rollout in r139503.
32362         ScrollingCoordinator tests moved to TestExpectations after r139686.
32363         Border size rendering change in r139798 requires a rebaseline for
32364         svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm &
32365         http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
32366         but they fail to generate pixel results - see bug 106992.
32367         PropertyCollection tests skipped for now after r139756
32368
32369         * platform/efl/TestExpectations:
32370
32371 2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
32372
32373         Web Inspector: Introduce file mapping allowing to map network loaded scripts and stylesheets to file system files.
32374         https://bugs.webkit.org/show_bug.cgi?id=106795
32375
32376         Reviewed by Pavel Feldman.
32377
32378         * inspector/file-mapping-expected.txt: Added.
32379         * inspector/file-mapping.html: Added.
32380
32381 2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
32382
32383         Web Inspector: Introduce UISourceCode.originURL().
32384         https://bugs.webkit.org/show_bug.cgi?id=106909
32385
32386         Reviewed by Pavel Feldman.
32387
32388         * http/tests/inspector/compiler-script-mapping.html:
32389         * http/tests/inspector/debugger-test.js:
32390         (initialize_DebuggerTest):
32391         * http/tests/inspector/network/network-request-revision-content.html:
32392         * http/tests/inspector/workspace-test.js:
32393         * inspector/debugger/breakpoint-manager.html:
32394         * inspector/debugger/dynamic-script-tag.html:
32395         * inspector/debugger/linkifier.html:
32396         * inspector/debugger/live-edit-breakpoints.html:
32397         * inspector/debugger/script-snippet-model.html:
32398         * inspector/debugger/scripts-file-selector.html:
32399         * inspector/debugger/scripts-panel.html:
32400         * inspector/debugger/scripts-sorting.html:
32401         * inspector/debugger/source-frame-count.html:
32402         * inspector/debugger/source-url-comment.html:
32403         * inspector/debugger/ui-source-code-display-name.html:
32404         * inspector/debugger/ui-source-code.html:
32405         * inspector/styles/styles-history.html:
32406         * inspector/uisourcecode-revisions.html:
32407
32408 2013-01-16  Csaba Osztrogonác  <ossy@webkit.org>
32409
32410         REGRESSION(r139835): fast/js/integer-division-neg2tothe32-by-neg1.html is failing
32411         https://bugs.webkit.org/show_bug.cgi?id=106991
32412
32413         Unreviewed gardening, updated expected file.
32414
32415         * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
32416         * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Removed.
32417
32418 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
32419
32420         Unreviewed GTK gardening.
32421
32422         Adding a failure expectation for fast/js/integer-division-neg2tothe32-by-neg1.html.
32423         The test started failing after r139835.
32424
32425         * platform/gtk/TestExpectations:
32426
32427 2013-01-16  Ken Kania  <kkania@chromium.org>
32428
32429         [Inspector] Add events for tracking page loads and scheduled navigations.
32430         https://bugs.webkit.org/show_bug.cgi?id=104168
32431
32432         Reviewed by Pavel Feldman.
32433
32434         These events are needed for clients who need to be aware of when a page is
32435         navigating or about to navigate. Some clients may wish to prevent interaction
32436         with the page during this time. Two of the new events track loading start and
32437         stop, as measured by the ProgressTracker. The other two events track when a
32438         page has a new scheduled navigation and when it no longer has a scheduled
32439         navigation. These latter two events won't allow the client to determine if
32440         a load is going to happen in all circumstances, but is sufficient for many cases.
32441
32442         * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
32443         * inspector-protocol/page/frameScheduledNavigation.html: Added.
32444         * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
32445         * inspector-protocol/page/frameStartedLoading.html: Added.
32446
32447 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
32448
32449         Unreviewed GTK gardening.
32450
32451         Rebaselining after r139798.
32452
32453         * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
32454         * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
32455
32456 2013-01-16  Dominic Cooney  <dominicc@chromium.org>
32457
32458         [Chromium] Unreviewed gardening.
32459
32460         Rebaseline this test on Linux after r139798:
32461
32462         http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
32463
32464         * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
32465
32466 2013-01-16  Tommy Widenflycht  <tommyw@google.com>
32467
32468         MediaStream API: Update MediaStreamTrack::readyState to match specification
32469         https://bugs.webkit.org/show_bug.cgi?id=106781
32470
32471         Reviewed by Kentaro Hara.
32472
32473         * fast/mediastream/MediaStreamTrack-expected.txt:
32474         * fast/mediastream/MediaStreamTrack.html:
32475
32476 2013-01-16  Andrey Adaikin  <aandrey@chromium.org>
32477
32478         Web Inspector: array grouping does not work for big and negative number keys
32479         https://bugs.webkit.org/show_bug.cgi?id=106891
32480
32481         Reviewed by Pavel Feldman.
32482
32483         * inspector/console/console-big-array-expected.txt:
32484         * inspector/console/console-big-array.html:
32485
32486 2013-01-16  Dominic Cooney   <dominicc@chromium.org>
32487
32488         [Chromium] Unreviewed gardening.
32489
32490         Rebaseline this test after r139835:
32491
32492         fast/js/integer-division-neg2tothe32-by-neg1.html
32493
32494         * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Added.
32495
32496 2013-01-16  Zan Dobersek  <zdobersek@igalia.com>
32497
32498         Unreviewed gardening.
32499
32500         Adjusting failure expectations for fast/harness/sample-fail-mismatch-reftest.html
32501         on all ports. The expectation for the test is now marked as a WontFix image failure.
32502
32503         r139786 reintroduced the possibility of running tests marked as WontFix if there is
32504         another expectation (like Failure, ImageOnlyFailure) listed for the test.
32505
32506         This specific test tests that the harness correctly behaves in a case of a mismatch
32507         reftest that matches with its baseline (i.e. that an image failure is reported). As
32508         such every port should run it to ensure correct behavior of the ImageDiff tool in combination
32509         with NRWT.
32510
32511         * platform/chromium/TestExpectations:
32512         * platform/efl/TestExpectations:
32513         * platform/gtk/TestExpectations:
32514         * platform/mac/TestExpectations:
32515         * platform/qt/TestExpectations:
32516         * platform/win/TestExpectations:
32517         * platform/wincairo/TestExpectations:
32518
32519 2013-01-16  Dominic Cooney  <dominicc@chromium.org>
32520
32521         [Chromium] Unreviewed gardening.
32522
32523         Baseline (and rebaseline on Linux) these tests introduced in
32524         r139836:
32525
32526         fast/gradients/unprefixed-color-stop-units.html
32527         fast/gradients/unprefixed-color-stops.html
32528         fast/gradients/unprefixed-generated-gradients.html
32529         fast/gradients/unprefixed-gradient-parsing.html
32530         fast/gradients/unprefixed-linear-angle-gradients.html
32531         fast/gradients/unprefixed-linear-right-angle-gradients.html
32532         fast/gradients/unprefixed-list-item-gradient.html
32533         fast/gradients/unprefixed-radial-gradients.html
32534         fast/gradients/unprefixed-radial-gradients2.html
32535         fast/gradients/unprefixed-radial-gradients3.html
32536         fast/gradients/unprefixed-repeating-end-fill.html
32537         fast/gradients/unprefixed-repeating-linear-gradient.html
32538         fast/gradients/unprefixed-repeating-radial-gradients.html
32539         fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html
32540
32541         * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png:
32542         * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Removed.
32543         * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Removed.
32544         * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png:
32545         * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png:
32546         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png:
32547         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png:
32548         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Removed.
32549         * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png:
32550         * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png:
32551         * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Removed.
32552         * platform/chromium-mac-lion/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32553         * platform/chromium-mac-snowleopard/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32554         * platform/chromium-mac/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32555         * platform/chromium-mac/fast/gradients/unprefixed-color-stops-expected.png: Added.
32556         * platform/chromium-mac/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
32557         * platform/chromium-mac/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
32558         * platform/chromium-mac/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
32559         * platform/chromium-mac/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
32560         * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
32561         * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
32562         * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
32563         * platform/chromium-mac/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
32564         * platform/chromium-mac/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
32565         * platform/chromium-mac/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
32566         * platform/chromium-mac/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
32567         * platform/chromium-win/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32568         * platform/chromium-win/fast/gradients/unprefixed-color-stops-expected.png: Added.
32569         * platform/chromium-win/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
32570         * platform/chromium-win/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
32571         * platform/chromium-win/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
32572         * 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.
32573         * platform/chromium-win/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
32574         * platform/chromium-win/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
32575         * platform/chromium-win/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
32576         * 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.
32577         * platform/chromium-win/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
32578         * platform/chromium-win/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
32579         * platform/chromium-win/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
32580
32581 2013-01-16  Andrey Lushnikov  <lushnikov@chromium.org>
32582
32583         Web Inspector: highlight regexp API for DefaultTextEditor
32584         https://bugs.webkit.org/show_bug.cgi?id=106801
32585
32586         Reviewed by Pavel Feldman.
32587
32588         New layout test to verify DefaultTextEditor highlight regexp API.
32589
32590         * inspector/editor/text-editor-highlight-regexp-expected.txt: Added.
32591         * inspector/editor/text-editor-highlight-regexp.html: Added.
32592
32593 2013-01-15  Tab Atkins  <jackalmage@gmail.com>
32594
32595         Update CSS3 gradient support to the latest spec version
32596         https://bugs.webkit.org/show_bug.cgi?id=67166
32597
32598         Reviewed by Dean Jackson.
32599
32600         * fast/gradients/unprefixed-color-stop-units-expected.txt: Added.
32601         * fast/gradients/unprefixed-color-stop-units.html: Added.
32602         * fast/gradients/unprefixed-color-stops-expected.txt: Added.
32603         * fast/gradients/unprefixed-color-stops.html: Added.
32604         * fast/gradients/unprefixed-generated-gradients-expected.txt: Added.
32605         * fast/gradients/unprefixed-generated-gradients.html: Added.
32606         * fast/gradients/unprefixed-gradient-parsing-expected.txt: Added.
32607         * fast/gradients/unprefixed-gradient-parsing.html: Added.
32608         * fast/gradients/unprefixed-linear-angle-gradients-expected.txt: Added.
32609         * fast/gradients/unprefixed-linear-angle-gradients.html: Added.
32610         * fast/gradients/unprefixed-linear-right-angle-gradients-expected.txt: Added.
32611         * fast/gradients/unprefixed-linear-right-angle-gradients.html: Added.
32612         * fast/gradients/unprefixed-list-item-gradient-expected.txt: Added.
32613         * fast/gradients/unprefixed-list-item-gradient.html: Added.
32614         * fast/gradients/unprefixed-radial-gradients-expected.txt: Added.
32615         * fast/gradients/unprefixed-radial-gradients.html: Added.
32616         * fast/gradients/unprefixed-radial-gradients2-expected.txt: Added.
32617         * fast/gradients/unprefixed-radial-gradients2.html: Added.
32618         * fast/gradients/unprefixed-radial-gradients3-expected.txt: Added.
32619         * fast/gradients/unprefixed-radial-gradients3.html: Added.
32620         * fast/gradients/unprefixed-repeating-end-fill-expected.txt: Added.
32621         * fast/gradients/unprefixed-repeating-end-fill.html: Added.
32622         * fast/gradients/unprefixed-repeating-linear-gradient-expected.txt: Added.
32623         * fast/gradients/unprefixed-repeating-linear-gradient.html: Added.
32624         * fast/gradients/unprefixed-repeating-radial-gradients-expected.txt: Added.
32625         * fast/gradients/unprefixed-repeating-radial-gradients.html: Added.
32626         * fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.txt: Added.
32627         * fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html: Added.
32628         * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
32629         * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Added.
32630         * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
32631         * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
32632         * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
32633         * platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
32634         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
32635         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
32636         * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
32637         * platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
32638         * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
32639         * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
32640         * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
32641
32642 2013-01-15  Michael Saboff  <msaboff@apple.com>
32643
32644         DFG X86: division in the used-as-int case doesn't correctly check for -2^31/-1
32645         https://bugs.webkit.org/show_bug.cgi?id=106978
32646
32647         Reviewed by Filip Pizlo.
32648
32649         Added a new DFG check for -2^31 / -1 when we expect and integer result.
32650
32651         * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
32652         * fast/js/script-tests/integer-division-neg2tothe32-by-neg1.js:
32653         (myDivExpectingInt):
32654
32655 2013-01-15  Dominic Cooney  <dominicc@chromium.org>
32656
32657         [Chromium] Unreviewed gardening.
32658
32659         Rebaseline this test on Win after r139798:
32660
32661         http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
32662
32663         * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
32664         * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
32665         * platform/chromium/TestExpectations:
32666
32667 2013-01-15  Dominic Cooney   <dominicc@chromium.org>
32668
32669         [Chromium] Unreviewed gardening.
32670
32671         Rebaseline this test after r139798:
32672
32673         svg/zoom/page/zoom-replaced-intrinsic-ratio-001.html
32674
32675         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32676         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32677         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32678         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
32679         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32680         * platform/chromium/TestExpectations:
32681         * 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.
32682
32683 2013-01-15  Dominic Cooney  <dominicc@chromium.org>
32684
32685         [Chromium] Unreviewed gardening.
32686
32687         Add expectations for this test:
32688
32689         scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
32690
32691         On the Chromium Mac Debug bot it is drawn with system scrollbars;
32692         see <https://bugs.webkit.org/show_bug.cgi?id=106858>
32693
32694         * platform/chromium/TestExpectations:
32695
32696 2013-01-15  Charles Wei  <charles.wei@torchmobile.com.cn>
32697
32698         Fullscreen element should not share styles with it's siblings.
32699         https://bugs.webkit.org/show_bug.cgi?id=106888
32700
32701         Reviewed by George Staikos.
32702
32703         * fullscreen/full-screen-no-style-sharing-expected.txt: Added.
32704         * fullscreen/full-screen-no-style-sharing.html: Added.
32705
32706 2013-01-15  Dominic Cooney   <dominicc@chromium.org>
32707
32708         [Chromium] Unreviewed gardening.
32709
32710         Rebaselining this test on Windows:
32711
32712         svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
32713
32714         The Chromium XP and Win7 bots' results look consistent and the
32715         spurious grey areas are already being tracked by bug 80517.
32716
32717         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
32718         * platform/chromium/TestExpectations:
32719
32720 2013-01-15  Dominic Cooney  <dominicc@chromium.org>
32721
32722         [Chromium] Unreviewed gardening.
32723
32724         Add expectations for this test:
32725
32726         inspector/extensions/extensions-reload.html
32727
32728         This is flakily slow on the Chromium Win7 Release bot.
32729
32730         * platform/chromium/TestExpectations:
32731
32732 2013-01-15  Emil A Eklund  <eae@chromium.org>
32733
32734         Unreviewed mac rebaseline for r139798.
32735
32736         * http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
32737         * platform/mac-wk2/svg/zoom/page: Removed.
32738         * platform/mac/TestExpectations:
32739         * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Removed.
32740         * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
32741
32742 2013-01-15  Emil A Eklund  <eae@chromium.org>
32743
32744         [Sub pixel layout] RTL cells with padding wraps
32745         https://bugs.webkit.org/show_bug.cgi?id=106843
32746
32747         Reviewed by Levi Weintraub.
32748         
32749         Add test for rtl tables with padding.
32750
32751         * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html:
32752         * fast/sub-pixel/table-rtl-padding-expected.html: Added.
32753         * fast/sub-pixel/table-rtl-padding.html: Added.
32754
32755 2013-01-15  Dominic Mazzoni  <dmazzoni@google.com>
32756
32757         Use-after-free in AXObjectCache::notificationPostTimerFired
32758         https://bugs.webkit.org/show_bug.cgi?id=106106
32759
32760         Reviewed by Ryosuke Niwa.
32761
32762         Test that demonstrates the crash when a Node with an
32763         AccessibilityObject changes its document and then isn't removed from
32764         the AXObjectCache when it's deleted.
32765
32766         * accessibility/crash-adopt-node-from-new-document-expected.txt: Added.
32767         * accessibility/crash-adopt-node-from-new-document.html: Added.
32768
32769 2013-01-15  Arnaud Renevier  <a.renevier@sisa.samsung.com>
32770
32771         Add Canvas blend modes to Cairo
32772         https://bugs.webkit.org/show_bug.cgi?id=105074
32773
32774         Reviewed by Martin Robinson.
32775
32776         Unskip fast/canvas/canvas-blend-image.html and
32777         fast/canvas/canvas-blend-solid.html
32778
32779         Add platform specific expected files because currently, expected
32780         results are not correct.
32781
32782         * platform/gtk/TestExpectations:
32783         * platform/gtk/fast/canvas/canvas-blend-image-expected.txt: Added.
32784         * platform/gtk/fast/canvas/canvas-blend-solid-expected.txt: Added.
32785
32786 2013-01-15  Dima Gorbik  <dgorbik@apple.com>
32787
32788         Implement matching by the voice attribute for WebVTT ::cue pseudo element
32789         https://bugs.webkit.org/show_bug.cgi?id=106762
32790
32791         Reviewed by Eric Carlson.
32792
32793         * media/track/captions-webvtt/styling.vtt:
32794         * media/track/track-css-matching-expected.txt:
32795         * media/track/track-css-matching.html:
32796
32797 2013-01-15  Levi Weintraub  <leviw@chromium.org>
32798
32799         Unreviewed, rolling out r139790.
32800         http://trac.webkit.org/changeset/139790
32801         https://bugs.webkit.org/show_bug.cgi?id=106948
32802
32803         The patch is failing its own test.
32804
32805         * fast/dom/MutationObserver/parser-mutations-expected.txt: Removed.
32806         * fast/dom/MutationObserver/parser-mutations.html: Removed.
32807
32808 2013-01-15  Emil A Eklund  <eae@chromium.org>
32809
32810         REGRESSION (r121599): incorrect border scaling when zoomed
32811         https://bugs.webkit.org/show_bug.cgi?id=106944
32812
32813         Reviewed by Levi Weintraub.
32814         
32815         Add test for zoomed em border and restore expectations for 
32816         zoom-replaced-intrinsic-ratio-001 to the pre r121599 state.
32817
32818         * fast/sub-pixel/zoomed-em-border-expected.html: Added.
32819         * fast/sub-pixel/zoomed-em-border.html: Added.
32820         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
32821         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
32822
32823 2013-01-15  Alexandru Chiculita  <achicu@adobe.com>
32824
32825         [Compositor] Do not disable overlap testing for layers in front of 3D transformed layers
32826         https://bugs.webkit.org/show_bug.cgi?id=106721
32827
32828         Reviewed by Simon Fraser.
32829
32830         Added two more tests for the case when 3D layers covered by a 2D layer in front. One is using flat style and the
32831         other is using the preserve-3d mode.
32832
32833         Also, updated a couple of existing test results as some of the composited layers are not needed anymore.
32834
32835         * compositing/geometry/ancestor-overflow-change-expected.txt:
32836         * compositing/geometry/clip-expected.txt:
32837         * compositing/geometry/clip-inside-expected.txt:
32838         * compositing/geometry/foreground-layer-expected.txt:
32839         * compositing/layer-creation/overlap-animation-clipping-expected.txt:
32840         * compositing/layer-creation/overlap-animation-container-expected.txt:
32841         * compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
32842         * compositing/layer-creation/overlap-transformed-3d.html: Added.
32843         * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
32844         * compositing/layer-creation/overlap-transformed-preserved-3d.html: Added.
32845         * compositing/layer-creation/overlap-transforms-expected.txt:
32846         * compositing/overflow/clip-descendents-expected.txt:
32847         * css3/filters/filtered-compositing-descendant-expected.txt:
32848         * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.txt: Removed. There should be no difference now.
32849         * platform/chromium-win/css3/filters/filtered-compositing-descendant-expected.txt: Removed. There should be no difference now.
32850         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
32851         * platform/chromium/compositing/geometry/clip-expected.txt:
32852         * platform/chromium/compositing/geometry/clip-inside-expected.txt:
32853         * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
32854         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
32855         * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
32856         * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
32857         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
32858         * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
32859         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
32860
32861 2013-01-15  Joshua Bell  <jsbell@chromium.org>
32862
32863         IndexedDB: Fix tests which depend upon V8 event listener behavior
32864         https://bugs.webkit.org/show_bug.cgi?id=106731
32865
32866         Ensure consistent use of callback(evt) { preamble(evt); ... } pattern, which addresses
32867         running in JSC and in V8 under Workers. Also add worker test wrappers.
32868
32869         Reviewed by Tony Chang.
32870
32871         * storage/indexeddb/cursor-advance-expected.txt:
32872         * storage/indexeddb/cursor-advance-workers-expected.txt: Added.
32873         * storage/indexeddb/cursor-advance-workers.html: Added.
32874         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
32875         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt: Added.
32876         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: Added.
32877         * storage/indexeddb/resources/cursor-advance.js:
32878         (prepareDatabase):
32879         (testPrefetchInRange.prefetch):
32880         (testPrefetchInRange):
32881         (testPrefetchOutOfRange.prefetch):
32882         (testPrefetchOutOfRange):
32883         (testBadAdvance.advanceBadly):
32884         (testBadAdvance):
32885         (testEdges.request.onsuccess):
32886         (testEdges):
32887         (testDelete.deleteSecond):
32888         (testDelete):
32889         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
32890         (onOpenSuccess):
32891
32892 2013-01-15  Elliott Sprehn  <esprehn@gmail.com>
32893
32894         HTML parser should queue MutationRecords for its operations
32895         https://bugs.webkit.org/show_bug.cgi?id=89351
32896
32897         Reviewed by Eric Seidel.
32898
32899         Add tests for parser generated mutations.
32900
32901         XXX: This needs a bunch more tests observing the adoption
32902         agency algorithm to catch parserInsertBefore and parserRemoveChild
32903         mutations.
32904
32905         * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
32906         * fast/dom/MutationObserver/parser-mutations.html: Added.
32907
32908 2013-01-15  Ojan Vafai  <ojan@chromium.org>
32909
32910         Unreviewed, rolling out r139782.
32911         http://trac.webkit.org/changeset/139782
32912         https://bugs.webkit.org/show_bug.cgi?id=106939
32913
32914         * fast/lists/marker-preferred-margins-expected.txt: Added.
32915         * fast/lists/marker-preferred-margins.html: Added.
32916         Adding a new test to cover the case that broke.
32917
32918 2013-01-15  Elliott Sprehn  <esprehn@chromium.org>
32919
32920         Heap-use-after-free in WebCore::RenderObject::willBeRemovedFromTree
32921         https://bugs.webkit.org/show_bug.cgi?id=106384
32922
32923         Reviewed by Abhishek Arya.
32924
32925         Add a test for <ruby> and generated content causing asserts and
32926         crashes.
32927
32928         * fast/css-generated-content/bug-106384-expected.txt: Added.
32929         * fast/css-generated-content/bug-106384.html: Added.
32930
32931 2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
32932
32933         Unreviewed GTK gardening.
32934
32935         Rebaselining after r139767 and r139768.
32936
32937         * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
32938         * platform/gtk/fast/media/w3c/test_media_queries-expected.txt:
32939
32940 2013-01-15  James Simonsen  <simonjam@chromium.org>
32941
32942         [User Timing] INVALID_ACCESS_ERR should be thrown if measuring from a 0 Nav Timing value
32943         https://bugs.webkit.org/show_bug.cgi?id=106935
32944
32945         Reviewed by Tony Gentilcore.
32946
32947         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt:
32948         * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception.html:
32949
32950 2013-01-13  Dirk Schulze  <dschulze@adobe.com>
32951
32952         [CSS Filters] brightness() function doesn't work as specified
32953         https://bugs.webkit.org/show_bug.cgi?id=106674
32954
32955         Negative brightness values are possible but are meaningless. Modify the tests
32956         to mainly use positive amounts for brightness tests.
32957
32958         Reviewed by Dean Jackson.
32959
32960         * css3/filters/effect-brightness-clamping-hw.html:
32961         * css3/filters/effect-brightness-hw.html:
32962         * css3/filters/effect-combined-hw.html:
32963         * css3/filters/effect-combined.html:
32964         * css3/filters/multiple-filters-invalidation.html:
32965         * css3/filters/null-effect-check.html:
32966         * css3/filters/script-tests/filter-property-parsing-invalid.js:
32967         * css3/filters/script-tests/filter-property-parsing.js:
32968
32969 2013-01-15  Zan Dobersek  <zandobersek@gmail.com>
32970
32971         [GTK] Enable Performance Timeline, Resource Timing, Navigation Timing features
32972         https://bugs.webkit.org/show_bug.cgi?id=106197
32973
32974         Reviewed by Martin Robinson.
32975
32976         Unskip related tests, add a few expectations for still-failing tests.
32977
32978         * platform/gtk/TestExpectations:
32979
32980 2013-01-15  Zan Dobersek  <zandobersek@gmail.com>
32981
32982         [GTK] Enable CSS Image Resolution feature
32983         https://bugs.webkit.org/show_bug.cgi?id=99038
32984
32985         Reviewed by Gustavo Noronha Silva.
32986
32987         Remove the failure expectation for the fast/css/image-resolution directory,
32988         the single layout test inside it now passes.
32989
32990         * platform/gtk/TestExpectations:
32991
32992 2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
32993
32994         Unreviewed GTK gardening.
32995
32996         Remove a few failure expectations for tests that now pass.
32997
32998         * platform/gtk/TestExpectations:
32999
33000 2013-01-15  Alexis Menard  <alexis@webkit.org>
33001
33002         Unprefixed transitionend event doesn't seem to be implemented, which breaks many sites
33003         https://bugs.webkit.org/show_bug.cgi?id=105647
33004
33005         Reviewed by Julien Chaffraix.
33006
33007         Cover that event delivery is correct : we received unprefixed events.
33008
33009         * transitions/transition-end-event-helpers.js:
33010         (recordTransitionEndEvent):
33011         * transitions/transition-end-event-unprefixed-01-expected.txt: Added.
33012         * transitions/transition-end-event-unprefixed-01.html: Added.
33013         * transitions/transition-end-event-unprefixed-02-expected.txt: Added.
33014         * transitions/transition-end-event-unprefixed-02.html: Added.
33015
33016 2013-01-15  Zan Dobersek  <zdobersek@igalia.com>
33017
33018         Unreviewed GTK gardening.
33019
33020         Adding failure/crash/missing expectations for accessibility tests after
33021         r139444, r139534 and r139663.
33022         Adding platform-specific baselines for two scrolling coordinator tests that are
33023         required after r139686.
33024
33025         * platform/gtk/TestExpectations:
33026         * platform/gtk/scrollingcoordinator: Added.
33027         * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
33028         * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
33029
33030 2013-01-15  Arko Saha  <arko@motorola.com>
33031
33032         Microdata: propertiesCollection[name] should return undefined if item doesn't have a property named 'name'
33033         https://bugs.webkit.org/show_bug.cgi?id=106849
33034
33035         Reviewed by Kentaro Hara.
33036
33037         * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name-expected.txt: Added.
33038         * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name.html: Added.
33039
33040 2013-01-15  Emil A Eklund  <eae@chromium.org>
33041
33042         https://bugs.webkit.org/show_bug.cgi?id=106855
33043         https://bugs.webkit.org/show_bug.cgi?id=106855
33044
33045         Reviewed by Levi Weintraub.
33046         
33047         Speed up zoomed-offset-size.html test and remove SLOW modifier
33048         from TestExpectations.
33049
33050         * fast/images/zoomed-offset-size-expected.txt:
33051         * fast/images/zoomed-offset-size.html:
33052         * platform/chromium/TestExpectations:
33053
33054 2013-01-15  Levi Weintraub  <leviw@chromium.org>
33055
33056         Unreviewed gardening. Marking the deferred version of
33057         fast/images/zoomed-offset-size.html as slow.
33058
33059         * platform/chromium/TestExpectations:
33060
33061 2013-01-15  Florin Malita  <fmalita@chromium.org>
33062
33063         [Chromium] Incorrect opaque region tracking for PlatformContextSkia::drawRRect
33064         https://bugs.webkit.org/show_bug.cgi?id=106898
33065
33066         Reviewed by Stephen White.
33067
33068         * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added.
33069         * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt: Added.
33070         * platform/chromium/TestExpectations:
33071         * platform/chromium/compositing/rounded-corners.html: Added.
33072
33073 2013-01-15  Vsevolod Vlasov  <vsevik@chromium.org>
33074
33075         Unreviewed failing test skip.
33076         https://bugs.webkit.org/show_bug.cgi?id=106883
33077
33078         * platform/efl/TestExpectations:
33079
33080 2013-01-15  Elliott Sprehn  <esprehn@gmail.com>
33081
33082         display:inline's hover behavior is not applied to ::before and ::after pseudo elements
33083         https://bugs.webkit.org/show_bug.cgi?id=91723
33084
33085         Reviewed by Eric Seidel.
33086
33087         Add a test that hovering generated content inside an inline element causes
33088         the element to become hovered.
33089
33090         * fast/css-generated-content/hover-inline-expected.txt: Added.
33091         * fast/css-generated-content/hover-inline.html: Added.
33092
33093 2013-01-15  Dima Gorbik  <dgorbik@apple.com>
33094
33095         [Chromium] media/track/track-css-cue-lifetime.html Win7 dbg times out since r139562
33096         https://bugs.webkit.org/show_bug.cgi?id=106853
33097
33098         Reviewed by Eric Carlson.
33099
33100         The amount of seeks may be reduced significantly since they may be slow.
33101
33102         * media/track/track-css-cue-lifetime-expected.txt:
33103         * media/track/track-css-cue-lifetime.html:
33104
33105 2013-01-15  Tommy Widenflycht  <tommyw@google.com>
33106
33107         MediaStream API: Fixing crashing bug in MediaStream
33108         https://bugs.webkit.org/show_bug.cgi?id=106886
33109
33110         Reviewed by Eric Seidel.
33111
33112         Removing obsolete exception.
33113
33114         * platform/chromium/TestExpectations:
33115
33116 2013-01-15  Szilard Ledan  <szledan@inf.u-szeged.hu>
33117
33118         [Qt] Gardening
33119
33120         Skip failing tests after r139609.
33121         https://bugs.webkit.org/show_bug.cgi?id=104909
33122
33123         Skip failing inspector/editor/text-editor-formatter.html test.
33124         https://bugs.webkit.org/show_bug.cgi?id=106883
33125
33126         Reviewed by Csaba Osztrogonác.
33127
33128         * platform/qt/TestExpectations:
33129         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added after r139686.
33130         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added after r139686.
33131         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added after r139686.
33132         * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added after r139686.
33133
33134 2013-01-15  Andrey Adaikin  <aandrey@chromium.org>
33135
33136         Web Inspector: [Canvas] introduce CallArgument type into the protocol
33137         https://bugs.webkit.org/show_bug.cgi?id=106640
33138
33139         Reviewed by Yury Semikhatsky.
33140
33141         Replaced hacky stub with actual Cache implementation.
33142
33143         * inspector/profiler/webgl/webgl-profiler-get-error.html:
33144
33145 2013-01-14  Dominic Cooney   <dominicc@chromium.org>
33146
33147         [Chromium] Unreviewed gardening.
33148
33149         Add XP image expectations for this test; see
33150         <https://bugs.webkit.org/show_bug.cgi?id=106875>:
33151
33152         svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
33153
33154         * platform/chromium/TestExpectations:
33155
33156 2013-01-14  Dominic Cooney  <dominicc@chromium.org>
33157
33158         [Chromium] Unreviewed gardening.
33159
33160         Add Lion Debug crash expectations for this test; see
33161         <https://bugs.webkit.org/show_bug.cgi?id=106869>:
33162
33163         fast/mediastream/RTCPeerConnection-events.html
33164
33165         * platform/chromium/TestExpectations:
33166
33167 2013-01-14  Dima Gorbik  <dgorbik@apple.com>
33168
33169         Implement ID selector matching for the WebVTT ::cue pseudo element
33170         https://bugs.webkit.org/show_bug.cgi?id=105481
33171
33172         Reviewed by Eric Carlson.
33173
33174         * media/track/captions-webvtt/styling.vtt:
33175         * media/track/track-css-matching-expected.txt:
33176         * media/track/track-css-matching.html:
33177
33178 2013-01-14  Dominic Cooney   <dominicc@chromium.org>
33179
33180         [Chromium] Unreviewed gardening.
33181
33182         Update test expectations for these tests:
33183
33184         fast/images/zoomed-offset-size.html
33185         media/track/track-css-cue-lifetime.html
33186         svg/custom/foreign-object-skew.svg
33187         svg/custom/foreign-object-skew.svg
33188
33189         * platform/chromium/TestExpectations:
33190
33191 2013-01-14  Dominic Cooney  <dominicc@chromium.org>
33192
33193         [Chromium] Unreviewed gardening.
33194
33195         Rebaseline these tests:
33196
33197         scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
33198         scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.html
33199
33200         after r139686. Note in TestExpectations image failure for
33201         non-fast-scrollable-region-transformed-iframe.html on SnowLeopard
33202         Debug; see <https://bugs.webkit.org/show_bug.cgi?id=106858>
33203
33204         * platform/chromium-mac-lion/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
33205         * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
33206         * platform/chromium/TestExpectations:
33207
33208 2013-01-14  Rafael Weinstein  <rafaelw@chromium.org>
33209
33210         fast/dom/HTMLTemplateElement/inertContents.html is flaky on Debug Chromium bots
33211         https://bugs.webkit.org/show_bug.cgi?id=106810
33212
33213         Reviewed by Levi Weintraub.
33214
33215         This patch reverts the test for inertContents back to a non-flaky version which did not
33216         attempt to assert that images are prevented from loaded.
33217
33218         * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
33219         * fast/dom/HTMLTemplateElement/inertContents.html:
33220         * platform/chromium/TestExpectations:
33221         * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Removed.
33222
33223 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33224
33225         Unreviewed gardening. Adding mac expectatons after r139686.
33226
33227         * platform/chromium-mac/scrollingcoordinator: Added.
33228         * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
33229
33230 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33231
33232         Speculatively rolling out r139618. Appears to be causing sporadic crashes on Debug bots.
33233
33234         * fast/mediastream/MediaStreamTrack-expected.txt:
33235         * fast/mediastream/MediaStreamTrack.html:
33236
33237 2013-01-14  Dima Gorbik  <dgorbik@apple.com>
33238
33239         Implement element type selectors for the WebVTT ::cue pseudo class
33240         https://bugs.webkit.org/show_bug.cgi?id=105480
33241
33242         Reviewed by Antti Koivisto.
33243
33244         * media/track/captions-webvtt/styling.vtt:
33245         * media/track/track-css-matching-expected.txt:
33246         * media/track/track-css-matching.html:
33247         * media/track/track-webvtt-tc026-voice.html: voice elements should be spans according to specs.
33248
33249 2013-01-14  Xianzhu Wang  <wangxianzhu@chromium.org>
33250
33251         Sometimes RenderLayer::updateNeedsCompositedScrolling is not called
33252         https://bugs.webkit.org/show_bug.cgi?id=106271
33253
33254         Reviewed by Simon Fraser.
33255
33256         * compositing/overflow/dynamic-composited-scrolling-status-expected.txt: Added.
33257         * compositing/overflow/dynamic-composited-scrolling-status.html: Added.
33258
33259 2013-01-11  Filip Pizlo  <fpizlo@apple.com>
33260
33261         Python implementation reports "MemoryError" instead of doing things
33262         https://bugs.webkit.org/show_bug.cgi?id=106690
33263
33264         Reviewed by Oliver Hunt.
33265
33266         * fast/js/dfg-cfa-merge-with-dead-use-at-tail-expected.txt: Added.
33267         * fast/js/dfg-cfa-merge-with-dead-use-at-tail.html: Added.
33268         * fast/js/jsc-test-list:
33269         * fast/js/script-tests/dfg-cfa-merge-with-dead-use-at-tail.js: Added.
33270         (foo):
33271
33272 2013-01-14  Tien-Ren Chen  <trchen@chromium.org>
33273
33274         Correct FrameView::scrollableAreaBoundingBox() calculation in the presence of transforms
33275         https://bugs.webkit.org/show_bug.cgi?id=105075
33276
33277         Reviewed by Simon Fraser.
33278
33279         As mentioned by the FIXME comment, we need to ask the renderer for the
33280         absolute bounding box of a frame for correct transformation.
33281         This fixes the bug that iframe cannot be scrolled properly when it is
33282         transformed.
33283
33284         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
33285         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
33286         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
33287         * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
33288         * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
33289         * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
33290         * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html: Added.
33291         * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
33292         * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
33293         * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html: Added.
33294         * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js: Added.
33295         (runNonFastScrollableRegionTest):
33296
33297 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33298
33299         Unreviewed gardening. Fixing Mac results for fast/repaint/overhanging-float-detach-repaint.html.
33300
33301         * platform/chromium-mac-lion/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
33302         * platform/chromium-mac-snowleopard/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
33303         * platform/chromium-mac/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
33304
33305 2013-01-14  Nate Chapin  <japhet@chromium.org>
33306
33307         Enable reuse of cached main resources
33308         https://bugs.webkit.org/show_bug.cgi?id=105667.
33309
33310         Reviewed by Antti Koivisto.
33311
33312         * http/tests/cache/cached-main-resource-expected.txt: Added.
33313         * http/tests/cache/cached-main-resource.html: Added.
33314         * http/tests/cache/resources/cacheable-iframe.php: Added.
33315         * http/tests/inspector/resource-har-pages-expected.txt:
33316         * http/tests/loading/redirect-methods-expected.txt:
33317         * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
33318         * http/tests/misc/link-rel-icon-beforeload-expected.txt:
33319
33320 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33321
33322         Unreviewed gardening. Marking fast/image/zoomed-offset-size.html as slow on debug.
33323
33324         * platform/chromium/TestExpectations:
33325
33326 2013-01-14  Levi Weintraub  <leviw@chromium.org>
33327
33328         Unreviewed gardening. Marking fast/borders/outline-alpha-inline.html as failing image results.
33329         Likely Stephen Schenney's skia changes are to blame.
33330
33331         * platform/chromium/TestExpectations:
33332
33333 2013-01-14  Huang Dongsung  <luxtella@company100.net>
33334
33335         [TexMap] Use a premuliplied color in TextureMapperGL.
33336         https://bugs.webkit.org/show_bug.cgi?id=105786
33337
33338         Reviewed by Noam Rosenthal.
33339
33340         Created new tests for composited background colors with fractional
33341         number opacity. This test is similar to background-color-alpha.html
33342
33343         * compositing/background-color/background-color-alpha-with-opacity-expected.html: Added.
33344         * compositing/background-color/background-color-alpha-with-opacity.html: Added.
33345
33346 2013-01-14  Arko Saha  <arko@motorola.com>
33347
33348         Microdata: REGRESSION(r138725): Causes crash in chromium port
33349         https://bugs.webkit.org/show_bug.cgi?id=106828
33350
33351         Reviewed by Ryosuke Niwa.
33352
33353         * fast/dom/MicroData/propertiescollection-crash-expected.txt: Added.
33354         * fast/dom/MicroData/propertiescollection-crash.html: Added.
33355
33356 2013-01-14  Stephen Chenney  <schenney@chromium.org>
33357
33358         [Chromium] Rebaseline after Skia changes
33359
33360         Unreviewed expectatiosn update for two remaining tests.
33361
33362         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
33363         * platform/chromium-win/fast/borders/outline-alpha-inline-expected.png: Added.
33364         * platform/chromium/fast/borders/outline-alpha-inline-expected.png: Removed.
33365
33366 2013-01-14  Tien-Ren Chen  <trchen@chromium.org>
33367
33368         Positioned children of an overflow:visible container should ignore scroll offset when updating layer position
33369         https://bugs.webkit.org/show_bug.cgi?id=106814
33370
33371         This patch fixes a bug in RenderLayer::updateLayerPosition that
33372         scrollLeft / scrollTop of a block should only be effective when the
33373         block has overflow clipping. The bug results in rendering artifacts
33374         and triggers a RenderGeometryMap assertion falure.
33375
33376         Fixes http://crbug.com/167985
33377
33378         Reviewed by Simon Fraser.
33379
33380         * fast/overflow/overflow-visible-should-ignore-scroll-expected.html: Added.
33381         * fast/overflow/overflow-visible-should-ignore-scroll.html: Added.
33382
33383 2013-01-14  Emil A Eklund  <eae@chromium.org>
33384
33385         Unreviewed chromium mac rebaseline for r139659.
33386
33387         * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:
33388
33389 2013-01-14  Julien Chaffraix  <jchaffraix@webkit.org>
33390
33391         REGRESSION (r132591): Underpainting @ uofmchildrenshospital.org
33392         https://bugs.webkit.org/show_bug.cgi?id=105861
33393
33394         Reviewed by David Hyatt.
33395
33396         * fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
33397         * fast/repaint/overhanging-float-detach-repaint-expected.txt: Added.
33398         * fast/repaint/overhanging-float-detach-repaint.html: Added.
33399
33400 2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>
33401
33402         AX: Need to implement ColorWellRole
33403         https://bugs.webkit.org/show_bug.cgi?id=106756
33404
33405         Reviewed by Chris Fleizach.
33406
33407         Adds a test of accessibility attributes for input type=color.
33408
33409         * accessibility/color-well.html: Added.
33410         * platform/chromium/accessibility/color-well-expected.txt: Added.
33411         * platform/mac/accessibility/color-well-expected.txt: Added.
33412
33413 2013-01-14  Stephen Chenney  <schenney@chromium.org>
33414
33415         Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
33416
33417         Unreviewed expectations clean-up.
33418
33419         These files apparently need new baselines after the dashing optimization was removed.
33420         It's a little odd, so maybe the expectations for that bug were hiding these failures.
33421         Finally, hindi-spacing may be a flakey test.
33422
33423         * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Removed.
33424         * platform/chromium-linux/fast/borders/border-image-01-expected.png: Added.
33425         * platform/chromium-linux/fast/borders/border-image-longhand-expected.png: Added.
33426         * platform/chromium-linux/fast/borders/border-image-repeat-expected.png: Added.
33427         * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
33428         * platform/chromium-linux/fast/borders/border-image-slices-expected.png: Added.
33429         * platform/chromium-linux/fast/borders/border-image-source-expected.png: Added.
33430         * platform/chromium-linux/fast/css/continuationCrash-expected.png:
33431         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
33432         * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Removed.
33433         * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Removed.
33434         * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Removed.
33435         * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
33436         * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Removed.
33437         * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Removed.
33438
33439 2013-01-11  Emil A Eklund  <eae@chromium.org>
33440
33441         offsetWidth/height incorrect for images when zoomed
33442         https://bugs.webkit.org/show_bug.cgi?id=106624
33443
33444         Reviewed by Levi Weintraub.
33445
33446         Add test for offsetWidth/Height for zoomed image.
33447
33448         * fast/images/zoomed-offset-size-expected.txt: Added.
33449         * fast/images/zoomed-offset-size.html: Added.
33450
33451 2013-01-14  Dominic Mazzoni  <dmazzoni@google.com>
33452
33453         Chromium: Error in AccessibilityUIElement::intValueGetterCallback
33454         https://bugs.webkit.org/show_bug.cgi?id=106682
33455
33456         Reviewed by Chris Fleizach.
33457
33458         Unskip accessibility/heading-level.html now that the bug is fixed.
33459
33460         * platform/chromium/TestExpectations:
33461
33462 2013-01-14  Stephen Chenney  <schenney@chromium.org>
33463
33464         [Chromium] More test expectations for Skia changes
33465
33466         Unreviewed test expectations update.
33467
33468         SVG failures of W3C tests. This should be the last.
33469
33470         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33471         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
33472         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
33473         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
33474         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
33475         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
33476         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33477         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33478         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33479         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33480         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33481         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33482         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33483         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33484         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33485         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33486         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33487         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33488         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33489         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33490         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33491         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33492         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
33493         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
33494         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
33495         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
33496         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
33497         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
33498         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
33499         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
33500         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
33501         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
33502         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
33503         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
33504         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
33505         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
33506         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
33507         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
33508         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
33509         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
33510         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
33511         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
33512         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
33513         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
33514         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
33515         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
33516         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
33517         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
33518         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
33519         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33520         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33521         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33522         * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
33523         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33524         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
33525         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
33526         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33527         * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
33528         * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33529         * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33530         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33531         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33532         * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33533         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
33534         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
33535         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
33536         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
33537         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
33538         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
33539         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33540         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33541         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33542         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33543         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33544         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
33545         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
33546         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33547         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
33548         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
33549         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33550         * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
33551         * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
33552         * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
33553         * platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33554         * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
33555         * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
33556         * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
33557         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
33558         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
33559         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
33560         * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
33561         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33562         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33563         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33564         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33565         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33566         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33567         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33568         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33569         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33570         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33571         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33572         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33573         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33574         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33575         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33576         * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33577         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
33578         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
33579         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
33580         * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
33581         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
33582         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
33583         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
33584         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
33585         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
33586         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
33587         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
33588         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
33589         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
33590         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
33591         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
33592         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
33593         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
33594         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
33595         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
33596         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
33597         * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
33598         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
33599         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
33600         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
33601         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
33602         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33603         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33604         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33605         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
33606         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33607         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
33608         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
33609         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33610         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
33611         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33612         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33613         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33614         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33615         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33616         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
33617         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
33618         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
33619         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
33620         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
33621         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
33622         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33623         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33624         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33625         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33626         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33627         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
33628         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
33629         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33630         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
33631         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
33632         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33633         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
33634         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
33635         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
33636         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33637         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
33638         * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
33639         * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
33640         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
33641         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
33642         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
33643         * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
33644         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33645         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33646         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33647         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33648         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33649         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33650         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33651         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33652         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33653         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33654         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33655         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33656         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33657         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33658         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33659         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33660         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
33661         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
33662         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
33663         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
33664         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
33665         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
33666         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
33667         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
33668         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
33669         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
33670         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
33671         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
33672         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
33673         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
33674         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
33675         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
33676         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
33677         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
33678         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
33679         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
33680         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
33681         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33682         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33683         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33684         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33685         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33686         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33687         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33688         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33689         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33690         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
33691         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33692         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33693         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33694         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33695         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33696         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33697         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33698         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33699         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
33700         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
33701         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
33702         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
33703         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33704         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33705         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33706         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33707         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33708         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33709         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33710         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33711         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33712         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33713         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33714         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33715         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33716         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33717         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33718         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33719         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
33720         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
33721         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
33722         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
33723         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
33724         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
33725         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
33726         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
33727         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
33728         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
33729         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
33730         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
33731         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
33732         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
33733         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
33734         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
33735         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
33736         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
33737         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
33738         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
33739         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
33740         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
33741         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
33742         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
33743         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
33744         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
33745         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
33746         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33747         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33748         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33749         * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
33750         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33751         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
33752         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
33753         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33754         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
33755         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33756         * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33757         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33758         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33759         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33760         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
33761         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
33762         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
33763         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
33764         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
33765         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
33766         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33767         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33768         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33769         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33770         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33771         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
33772         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
33773         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33774         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
33775         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
33776         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33777         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
33778         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
33779         * platform/chromium-mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
33780         * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33781         * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
33782         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
33783         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
33784         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33785         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33786         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33787         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33788         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33789         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33790         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33791         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33792         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33793         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33794         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33795         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33796         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33797         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33798         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33799         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33800         * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33801         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
33802         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
33803         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
33804         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
33805         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
33806         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
33807         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
33808         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
33809         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
33810         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
33811         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
33812         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
33813         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
33814         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
33815         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
33816         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
33817         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
33818         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
33819         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
33820         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
33821         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
33822         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
33823         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
33824         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
33825         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
33826         * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
33827         * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
33828         * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
33829         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
33830         * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
33831         * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
33832         * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
33833         * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
33834         * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
33835         * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
33836         * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
33837         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
33838         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
33839         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
33840         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
33841         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
33842         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
33843         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
33844         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
33845         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
33846         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
33847         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
33848         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
33849         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
33850         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
33851         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
33852         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
33853         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
33854         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
33855         * platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
33856         * platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
33857         * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
33858         * platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
33859         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
33860         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
33861         * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
33862
33863 2013-01-14  Stephen Chenney  <schenney@chromium.org>
33864
33865         [Chromium] More test expectations for Skia changes
33866
33867         Unreviewed test expectations update.
33868
33869         SVG failures all but W3C tests.
33870
33871         * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed.
33872         * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
33873         * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
33874         * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
33875         * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
33876         * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
33877         * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
33878         * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
33879         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
33880         * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
33881         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
33882         * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
33883         * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
33884         * platform/chromium-linux/svg/batik/text/textStyles-expected.png:
33885         * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
33886         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
33887         * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
33888         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
33889         * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
33890         * platform/chromium-linux/svg/custom/absolute-sized-content-with-resources-expected.png:
33891         * platform/chromium-linux/svg/custom/circular-marker-reference-2-expected.png:
33892         * platform/chromium-linux/svg/custom/clone-element-with-animated-svg-properties-expected.png:
33893         * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.png:
33894         * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
33895         * platform/chromium-linux/svg/custom/fill-fallback-expected.png:
33896         * platform/chromium-linux/svg/custom/focus-ring-expected.png:
33897         * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
33898         * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
33899         * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
33900         * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
33901         * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
33902         * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
33903         * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
33904         * platform/chromium-linux/svg/custom/invalid-css-expected.png:
33905         * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.png:
33906         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
33907         * platform/chromium-linux/svg/custom/js-update-bounce-expected.png:
33908         * platform/chromium-linux/svg/custom/js-update-stop-linked-gradient-expected.png:
33909         * platform/chromium-linux/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
33910         * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
33911         * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-expected.png:
33912         * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
33913         * platform/chromium-linux/svg/custom/linking-a-03-b-viewTarget-expected.png:
33914         * platform/chromium-linux/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
33915         * platform/chromium-linux/svg/custom/non-circular-marker-reference-expected.png:
33916         * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.png: Added.
33917         * platform/chromium-linux/svg/custom/radialGradient-focal-radius-expected.png: Added.
33918         * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
33919         * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
33920         * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
33921         * platform/chromium-linux/svg/custom/stroke-fallback-expected.png:
33922         * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.png:
33923         * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
33924         * platform/chromium-linux/svg/custom/text-repaint-including-stroke-expected.png:
33925         * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
33926         * platform/chromium-linux/svg/custom/use-detach-expected.png:
33927         * platform/chromium-linux/svg/custom/use-on-text-expected.png:
33928         * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png:
33929         * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
33930         * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
33931         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
33932         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
33933         * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
33934         * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
33935         * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png:
33936         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
33937         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png:
33938         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png:
33939         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
33940         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
33941         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
33942         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
33943         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
33944         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
33945         * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png:
33946         * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png:
33947         * platform/chromium-mac-lion/svg/carto.net/combobox-expected.png:
33948         * platform/chromium-mac-lion/svg/carto.net/selectionlist-expected.png: Added.
33949         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
33950         * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
33951         * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
33952         * platform/chromium-mac-lion/svg/custom/absolute-sized-content-with-resources-expected.png:
33953         * platform/chromium-mac-lion/svg/custom/clone-element-with-animated-svg-properties-expected.png:
33954         * platform/chromium-mac-lion/svg/custom/dominant-baseline-hanging-expected.png:
33955         * platform/chromium-mac-lion/svg/custom/fill-fallback-expected.png:
33956         * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png:
33957         * platform/chromium-mac-lion/svg/custom/gradient-cycle-detection-expected.png:
33958         * platform/chromium-mac-lion/svg/custom/gradient-deep-referencing-expected.png:
33959         * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.png:
33960         * platform/chromium-mac-lion/svg/custom/inline-svg-in-xhtml-expected.png:
33961         * platform/chromium-mac-lion/svg/custom/invalid-css-expected.png:
33962         * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
33963         * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
33964         * platform/chromium-mac-lion/svg/custom/js-update-stop-linked-gradient-expected.png:
33965         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
33966         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
33967         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.png:
33968         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
33969         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewTarget-expected.png:
33970         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
33971         * platform/chromium-mac-lion/svg/custom/recursive-gradient-expected.png:
33972         * platform/chromium-mac-lion/svg/custom/relative-sized-content-with-resources-expected.png:
33973         * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
33974         * platform/chromium-mac-lion/svg/custom/stroke-fallback-expected.png:
33975         * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.png:
33976         * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.png:
33977         * platform/chromium-mac-lion/svg/custom/text-rotated-gradient-expected.png:
33978         * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
33979         * platform/chromium-mac-lion/svg/custom/use-on-text-expected.png:
33980         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
33981         * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
33982         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
33983         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
33984         * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
33985         * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
33986         * platform/chromium-mac-snowleopard/svg/batik/masking/maskRegions-expected.png:
33987         * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
33988         * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-expected.png:
33989         * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png:
33990         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
33991         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
33992         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
33993         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
33994         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
33995         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
33996         * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.png:
33997         * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.png:
33998         * platform/chromium-mac-snowleopard/svg/carto.net/combobox-expected.png:
33999         * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
34000         * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
34001         * platform/chromium-mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png:
34002         * platform/chromium-mac-snowleopard/svg/custom/clone-element-with-animated-svg-properties-expected.png:
34003         * platform/chromium-mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png:
34004         * platform/chromium-mac-snowleopard/svg/custom/fill-fallback-expected.png:
34005         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
34006         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
34007         * platform/chromium-mac-snowleopard/svg/custom/gradient-cycle-detection-expected.png:
34008         * platform/chromium-mac-snowleopard/svg/custom/gradient-deep-referencing-expected.png:
34009         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
34010         * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
34011         * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
34012         * platform/chromium-mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png:
34013         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
34014         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewTarget-expected.png:
34015         * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
34016         * platform/chromium-mac-snowleopard/svg/custom/recursive-gradient-expected.png:
34017         * platform/chromium-mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png:
34018         * platform/chromium-mac-snowleopard/svg/custom/stroke-fallback-expected.png:
34019         * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.png:
34020         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
34021         * platform/chromium-mac/svg/as-background-image/background-image-tiled-expected.png:
34022         * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
34023         * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
34024         * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
34025         * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
34026         * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
34027         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
34028         * platform/chromium-mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
34029         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
34030         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
34031         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
34032         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
34033         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
34034         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
34035         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
34036         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
34037         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
34038         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
34039         * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
34040         * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
34041         * platform/chromium-mac/svg/carto.net/combobox-expected.png:
34042         * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
34043         * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
34044         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
34045         * platform/chromium-mac/svg/css/mask-with-shadow-expected.png:
34046         * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
34047         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
34048         * platform/chromium-mac/svg/custom/absolute-sized-content-with-resources-expected.png:
34049         * platform/chromium-mac/svg/custom/circular-marker-reference-2-expected.png:
34050         * platform/chromium-mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
34051         * platform/chromium-mac/svg/custom/dasharrayOrigin-expected.png:
34052         * platform/chromium-mac/svg/custom/deep-dynamic-updates-expected.png:
34053         * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.png:
34054         * platform/chromium-mac/svg/custom/fill-fallback-expected.png:
34055         * platform/chromium-mac/svg/custom/focus-ring-expected.png:
34056         * platform/chromium-mac/svg/custom/gradient-add-stops-expected.png:
34057         * platform/chromium-mac/svg/custom/gradient-cycle-detection-expected.png:
34058         * platform/chromium-mac/svg/custom/gradient-deep-referencing-expected.png:
34059         * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png:
34060         * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
34061         * platform/chromium-mac/svg/custom/gradient-stop-style-change-expected.png:
34062         * platform/chromium-mac/svg/custom/gradient-stroke-width-expected.png:
34063         * platform/chromium-mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
34064         * platform/chromium-mac/svg/custom/group-opacity-expected.png:
34065         * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
34066         * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
34067         * platform/chromium-mac/svg/custom/invalid-css-expected.png:
34068         * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
34069         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
34070         * platform/chromium-mac/svg/custom/js-update-bounce-expected.png:
34071         * platform/chromium-mac/svg/custom/js-update-gradient-expected.png:
34072         * platform/chromium-mac/svg/custom/js-update-stop-expected.png:
34073         * platform/chromium-mac/svg/custom/js-update-stop-linked-gradient-expected.png:
34074         * platform/chromium-mac/svg/custom/large-bounding-box-percents-expected.png:
34075         * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
34076         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
34077         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.png:
34078         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
34079         * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
34080         * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
34081         * platform/chromium-mac/svg/custom/non-circular-marker-reference-expected.png:
34082         * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png:
34083         * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png:
34084         * platform/chromium-mac/svg/custom/recursive-gradient-expected.png:
34085         * platform/chromium-mac/svg/custom/relative-sized-content-with-resources-expected.png:
34086         * platform/chromium-mac/svg/custom/resource-client-removal-expected.png:
34087         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
34088         * platform/chromium-mac/svg/custom/stroke-fallback-expected.png:
34089         * platform/chromium-mac/svg/custom/stroke-opacity-update-expected.png:
34090         * platform/chromium-mac/svg/custom/stroked-pattern-expected.png:
34091         * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.png:
34092         * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
34093         * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
34094         * platform/chromium-mac/svg/custom/uri-reference-handling-expected.png: Added.
34095         * platform/chromium-mac/svg/custom/use-detach-expected.png:
34096         * platform/chromium-mac/svg/custom/use-on-text-expected.png:
34097         * platform/chromium-mac/svg/custom/use-setAttribute-crash-expected.png:
34098         * platform/chromium-mac/svg/custom/xlink-custom-namespace-expected.png: Added.
34099         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Added.
34100         * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png:
34101         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
34102         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Removed.
34103         * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
34104         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
34105         * platform/chromium-win/svg/as-background-image/background-image-tiled-expected.png:
34106         * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
34107         * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
34108         * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
34109         * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
34110         * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
34111         * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
34112         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
34113         * platform/chromium-win/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
34114         * platform/chromium-win/svg/batik/masking/maskRegions-expected.png:
34115         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
34116         * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
34117         * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
34118         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
34119         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
34120         * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
34121         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
34122         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
34123         * platform/chromium-win/svg/batik/text/textProperties-expected.png:
34124         * platform/chromium-win/svg/batik/text/textStyles-expected.png:
34125         * platform/chromium-win/svg/carto.net/combobox-expected.png:
34126         * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
34127         * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
34128         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
34129         * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
34130         * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
34131         * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
34132         * platform/chromium-win/svg/custom/absolute-sized-content-with-resources-expected.png:
34133         * platform/chromium-win/svg/custom/circular-marker-reference-2-expected.png:
34134         * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.png:
34135         * platform/chromium-win/svg/custom/dasharrayOrigin-expected.png:
34136         * platform/chromium-win/svg/custom/deep-dynamic-updates-expected.png:
34137         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
34138         * platform/chromium-win/svg/custom/fill-fallback-expected.png:
34139         * platform/chromium-win/svg/custom/focus-ring-expected.png:
34140         * platform/chromium-win/svg/custom/gradient-add-stops-expected.png: Added.
34141         * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
34142         * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
34143         * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
34144         * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
34145         * platform/chromium-win/svg/custom/gradient-stop-style-change-expected.png: Added.
34146         * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
34147         * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
34148         * platform/chromium-win/svg/custom/group-opacity-expected.png:
34149         * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
34150         * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
34151         * platform/chromium-win/svg/custom/invalid-css-expected.png:
34152         * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
34153         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
34154         * platform/chromium-win/svg/custom/js-update-bounce-expected.png:
34155         * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
34156         * platform/chromium-win/svg/custom/js-update-stop-expected.png:
34157         * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.png:
34158         * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
34159         * platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
34160         * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
34161         * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
34162         * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
34163         * platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
34164         * platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
34165         * platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
34166         * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
34167         * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png:
34168         * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
34169         * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
34170         * platform/chromium-win/svg/custom/resource-client-removal-expected.png: Added.
34171         * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
34172         * platform/chromium-win/svg/custom/stroke-fallback-expected.png:
34173         * platform/chromium-win/svg/custom/stroke-opacity-update-expected.png:
34174         * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
34175         * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.png:
34176         * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
34177         * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
34178         * platform/chromium-win/svg/custom/uri-reference-handling-expected.png: Added.
34179         * platform/chromium-win/svg/custom/use-detach-expected.png:
34180         * platform/chromium-win/svg/custom/use-on-text-expected.png:
34181         * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
34182         * platform/chromium-win/svg/custom/xlink-custom-namespace-expected.png: Added.
34183         * platform/chromium/TestExpectations:
34184         * platform/chromium/svg/custom/gradient-add-stops-expected.png: Removed.
34185         * platform/chromium/svg/custom/gradient-stop-style-change-expected.png: Removed.
34186         * platform/chromium/svg/custom/resource-client-removal-expected.png: Removed.
34187         * platform/chromium/svg/custom/uri-reference-handling-expected.png: Removed.
34188         * platform/chromium/svg/custom/xlink-custom-namespace-expected.png: Removed.
34189         * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Removed.
34190         * platform/gtk/svg/custom/gradient-deep-referencing-expected.png: Removed.
34191         * svg/custom/gradient-deep-referencing-expected.png: Added.
34192
34193 2013-01-14  Stephen Chenney  <schenney@chromium.org>
34194
34195         [Chromium] More test expectations for Skia changes
34196
34197         Unreviewed test expectations update.
34198
34199         SVG failures in directories after dynamic-updates now fixed.
34200
34201         * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
34202         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34203         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34204         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34205         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34206         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34207         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34208         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34209         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34210         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34211         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34212         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34213         * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34214         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34215         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34216         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34217         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34218         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34219         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34220         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34221         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34222         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34223         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34224         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34225         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34226         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34227         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34228         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34229         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34230         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34231         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34232         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34233         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34234         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34235         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34236         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34237         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34238         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34239         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34240         * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
34241         * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
34242         * platform/chromium-linux/svg/hixie/error/017-expected.png:
34243         * platform/chromium-linux/svg/hixie/perf/005-expected.png:
34244         * platform/chromium-linux/svg/hixie/perf/006-expected.png:
34245         * platform/chromium-linux/svg/text/selection-background-color-expected.png:
34246         * platform/chromium-linux/svg/text/selection-styles-expected.png:
34247         * platform/chromium-linux/svg/text/small-fonts-3-expected.png:
34248         * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
34249         * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
34250         * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
34251         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34252         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
34253         * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.png:
34254         * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
34255         * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
34256         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
34257         * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34258         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34259         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34260         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34261         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34262         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34263         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34264         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34265         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34266         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34267         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34268         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34269         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34270         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34271         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
34272         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34273         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34274         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34275         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34276         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34277         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34278         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34279         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34280         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34281         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34282         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34283         * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34284         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34285         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34286         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34287         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34288         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34289         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34290         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34291         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34292         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34293         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34294         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34295         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34296         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34297         * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34298         * platform/chromium-mac-lion/svg/hixie/error/017-expected.png:
34299         * platform/chromium-mac-lion/svg/hixie/perf/005-expected.png:
34300         * platform/chromium-mac-lion/svg/hixie/perf/006-expected.png:
34301         * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png:
34302         * platform/chromium-mac-lion/svg/text/selection-background-color-expected.png:
34303         * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
34304         * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.png:
34305         * platform/chromium-mac-lion/svg/text/text-deco-01-b-expected.png:
34306         * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.png:
34307         * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png:
34308         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34309         * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.png:
34310         * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.png:
34311         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
34312         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
34313         * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34314         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34315         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34316         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34317         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34318         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34319         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34320         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34321         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34322         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34323         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34324         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34325         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34326         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34327         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
34328         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34329         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34330         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34331         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34332         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34333         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34334         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34335         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34336         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34337         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34338         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34339         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34340         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34341         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34342         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34343         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34344         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34345         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34346         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34347         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34348         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34349         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34350         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34351         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34352         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34353         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34354         * platform/chromium-mac-snowleopard/svg/text/text-deco-01-b-expected.png:
34355         * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.png:
34356         * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
34357         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34358         * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
34359         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
34360         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
34361         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34362         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34363         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34364         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34365         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34366         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34367         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34368         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34369         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34370         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34371         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34372         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34373         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34374         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34375         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34376         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34377         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34378         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34379         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34380         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34381         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34382         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34383         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34384         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34385         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34386         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34387         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34388         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34389         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34390         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34391         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34392         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34393         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34394         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34395         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34396         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34397         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34398         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34399         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34400         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34401         * platform/chromium-mac/svg/filters/feColorMatrix-saturate-expected.png:
34402         * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
34403         * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
34404         * platform/chromium-mac/svg/filters/feTile-expected.png:
34405         * platform/chromium-mac/svg/hixie/error/017-expected.png:
34406         * platform/chromium-mac/svg/hixie/perf/005-expected.png:
34407         * platform/chromium-mac/svg/hixie/perf/006-expected.png:
34408         * platform/chromium-mac/svg/hixie/perf/007-expected.png:
34409         * platform/chromium-mac/svg/repaint/inner-svg-change-viewBox-expected.png:
34410         * platform/chromium-mac/svg/text/selection-background-color-expected.png:
34411         * platform/chromium-mac/svg/text/selection-styles-expected.png:
34412         * platform/chromium-mac/svg/text/small-fonts-3-expected.png:
34413         * platform/chromium-mac/svg/text/text-deco-01-b-expected.png:
34414         * platform/chromium-mac/svg/text/text-text-08-b-expected.png:
34415         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
34416         * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34417         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png:
34418         * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.png:
34419         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
34420         * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
34421         * platform/chromium-mac/svg/zoom/page/zoom-background-image-tiled-expected.png:
34422         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
34423         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34424         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34425         * platform/chromium-win-xp/svg/dynamic-updates: Removed.
34426         * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34427         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
34428         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
34429         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
34430         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
34431         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
34432         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
34433         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
34434         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
34435         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
34436         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
34437         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
34438         * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
34439         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
34440         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
34441         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
34442         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
34443         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
34444         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
34445         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
34446         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
34447         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
34448         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
34449         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
34450         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
34451         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
34452         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
34453         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
34454         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
34455         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
34456         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
34457         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
34458         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
34459         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
34460         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
34461         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
34462         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
34463         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
34464         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
34465         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
34466         * platform/chromium-win/svg/filters/feColorMatrix-saturate-expected.png:
34467         * platform/chromium-win/svg/filters/feDropShadow-expected.png:
34468         * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
34469         * platform/chromium-win/svg/filters/feTile-expected.png:
34470         * platform/chromium-win/svg/hixie/error/017-expected.png:
34471         * platform/chromium-win/svg/hixie/perf/005-expected.png:
34472         * platform/chromium-win/svg/hixie/perf/006-expected.png:
34473         * platform/chromium-win/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
34474         * platform/chromium-win/svg/text/selection-background-color-expected.png:
34475         * platform/chromium-win/svg/text/selection-styles-expected.png:
34476         * platform/chromium-win/svg/text/small-fonts-3-expected.png:
34477         * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
34478         * platform/chromium-win/svg/text/text-text-08-b-expected.png:
34479         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
34480         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
34481         * platform/chromium-win/svg/wicd/sizing-flakiness-expected.png:
34482         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
34483         * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
34484         * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png:
34485         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
34486         * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
34487         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
34488         * platform/chromium/TestExpectations:
34489         * platform/chromium/svg/repaint/inner-svg-change-viewBox-expected.png: Removed.
34490
34491 2013-01-14  Levi Weintraub  <leviw@chromium.org>
34492
34493         Unreviewed gardening. Removing entry for editing/spelling/spellcheck-sequencenum.html
34494         in Chromium test expectations. Tony fixed the issue in r139636.
34495
34496         * platform/chromium/TestExpectations:
34497
34498 2013-01-14  Tony Chang  <tony@chromium.org>
34499
34500         Layout Test editing/spelling/spellcheck-sequencenum.html is flaky on Debug Win Chromium Bot
34501         https://bugs.webkit.org/show_bug.cgi?id=106806
34502
34503         Reviewed by Levi Weintraub.
34504
34505         This test manually calls waitUntilDone and uses js-test-pre.js/js-test-post.js. This confuses
34506         the timing of the "PASS successfullyParsed is true" output. Fix this by using the helper
34507         functions in js-test-pre.js for waitUntilDone/notifyDone.
34508
34509         * editing/spelling/spellcheck-sequencenum-expected.txt:
34510         * editing/spelling/spellcheck-sequencenum.html:
34511         * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Removed.
34512
34513 2013-01-14  Levi Weintraub  <leviw@chromium.org>
34514
34515         Unreviewed gardening. Marking fast/dom/HTMLTemplateElement/inertContents.html
34516         as flaky on Chromium Debug bots.
34517
34518         * platform/chromium/TestExpectations:
34519
34520 2013-01-14  Michael Pruett  <michael@68k.org>
34521
34522         IndexedDB: Fix test for error message in storage/indexeddb/transaction-complete-workers.html
34523         https://bugs.webkit.org/show_bug.cgi?id=106805
34524
34525         Reviewed by Tony Chang.
34526
34527         V8 prepends "Uncaught " to uncaught exceptions, while JSC does not.
34528         Either form of the error message should be acceptable.
34529
34530         * storage/indexeddb/transaction-complete-workers.html:
34531
34532 2013-01-14  Levi Weintraub  <leviw@chromium.org>
34533
34534         Unreviewed gardening. Marking editing/spelling/spellcheck-sequencenum.html
34535         as flaky on Chromium Win Debug bots.
34536
34537         * platform/chromium/TestExpectations:
34538
34539 2013-01-14  Stephen Chenney  <schenney@chromium.org>
34540
34541         Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
34542
34543         Unreviewed expectations clean-up.
34544
34545         Removing the expectations associated with the flag.
34546
34547         * platform/chromium/TestExpectations:
34548
34549 2013-01-14  Tommy Widenflycht  <tommyw@google.com>
34550
34551         MediaStream API: Update MediaStreamTrack::readyState to match specification
34552         https://bugs.webkit.org/show_bug.cgi?id=106781
34553
34554         Reviewed by Adam Barth.
34555
34556         * fast/mediastream/MediaStreamTrack-expected.txt:
34557         * fast/mediastream/MediaStreamTrack.html:
34558
34559 2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>
34560
34561         Web Inspector: add text editor formatter test
34562         https://bugs.webkit.org/show_bug.cgi?id=106705
34563
34564         Reviewed by Pavel Feldman.
34565
34566         Adds a test checking text editor formatting.
34567         The test creates a new text editor and fills it in with some
34568         code by the means of simulated key and textInput events.
34569
34570         * inspector/editor/text-editor-formatter-expected.txt: Added.
34571         * inspector/editor/text-editor-formatter.html: Added.
34572
34573 2013-01-14  Vsevolod Vlasov  <vsevik@chromium.org>
34574
34575         Web Inspector: Audit Tool's False Positive on Set-Cookie header
34576         https://bugs.webkit.org/show_bug.cgi?id=106794
34577
34578         Reviewed by Pavel Feldman.
34579
34580         * http/tests/inspector/audits/resources/abe.png: Renamed from LayoutTests/inspector/audits/resources/abe.png.
34581         * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive-expected.txt: Added.
34582         * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive.html: Added.
34583
34584 2013-01-14  Tommy Widenflycht  <tommyw@google.com>
34585
34586         MediaStream API: Update the track accessors on MediaStream to match the latest specification
34587         https://bugs.webkit.org/show_bug.cgi?id=106660
34588
34589         Reviewed by Adam Barth.
34590
34591         Updating and expanding tests for the new getAudioTracks()/getVideoTracks().
34592
34593         * fast/mediastream/MediaStreamConstructor-expected.txt:
34594         * fast/mediastream/MediaStreamConstructor.html:
34595         * fast/mediastream/MediaStreamTrack.html:
34596         * fast/mediastream/MediaStreamTrackList-expected.txt:
34597         * fast/mediastream/MediaStreamTrackList.html:
34598         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
34599         * fast/mediastream/RTCPeerConnection-statsSelector.html:
34600         * fast/mediastream/getusermedia-expected.txt:
34601         * fast/mediastream/getusermedia.html:
34602         * webaudio/mediastreamaudiosourcenode-expected.txt:
34603         * webaudio/mediastreamaudiosourcenode.html:
34604
34605 2013-01-14  Alexander Pavlov  <apavlov@chromium.org>
34606
34607         Web Inspector: [Styles] Color names parsed inside "background-image" values
34608         https://bugs.webkit.org/show_bug.cgi?id=106770
34609
34610         Reviewed by Pavel Feldman.
34611
34612         * inspector/styles/url-color-swatch-expected.txt: Added.
34613         * inspector/styles/url-color-swatch.html: Added.
34614
34615 2013-01-14  Andrey Lushnikov  <lushnikov@chromium.org>
34616
34617         Web Inspector: InspectorTest.createTestEditor should not set any text in editor
34618         https://bugs.webkit.org/show_bug.cgi?id=106772
34619
34620         Reviewed by Pavel Feldman.
34621
34622         Add InspectorTest.fillEditorWithText helper method and remove this
34623         functionality from InspectorTest.createTestEditor method.
34624
34625         * inspector/editor/editor-test.js:
34626         (initialize_EditorTests.InspectorTest.createTestEditor): Removed functionality for setting editor text.
34627         (initialize_EditorTests.InspectorTest.fillEditorWithText): Added.
34628         * inspector/editor/text-editor-remove-chunks-from-dom.html:
34629         * inspector/editor/text-editor-selection.html:
34630         * inspector/editor/text-editor-type-over-decoration.html:
34631
34632 2013-01-14  Csaba Osztrogonác  <ossy@webkit.org>
34633
34634         [Qt] Unreviewed gardening, skip a new asserting test to paint the bots green.
34635
34636         * platform/qt/TestExpectations:
34637
34638 2013-01-14  Tommy Widenflycht  <tommyw@google.com>
34639
34640         MediaStream API: Change MediaStream::readyState to an boolean attribute called ended.
34641         https://bugs.webkit.org/show_bug.cgi?id=106568
34642
34643         Reviewed by Adam Barth.
34644
34645         * fast/mediastream/LocalMediaStream-onended-expected.txt:
34646         * fast/mediastream/LocalMediaStream-onended.html:
34647
34648 2013-01-14  Andrei Bucur  <abucur@adobe.com>
34649
34650         Crash caused by incomplete cleanup of regions information for anonymous block
34651         https://bugs.webkit.org/show_bug.cgi?id=106191
34652
34653         Reviewed by Abhishek Arya.
34654
34655         * fast/regions/remove-leftover-anon-block-crash-expected.txt: Added.
34656         * fast/regions/remove-leftover-anon-block-crash.html: Added.
34657
34658 2013-01-14  Pablo Flouret  <pablof@motorola.com>
34659
34660         Allow nesting of at-rules
34661         https://bugs.webkit.org/show_bug.cgi?id=106696
34662
34663         Reviewed by Allan Sandfeld Jensen.
34664
34665         * fast/css/nested-at-rules-expected.txt: Added.
34666         * fast/css/nested-at-rules.html: Added.
34667
34668 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
34669
34670         [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg everywhere
34671
34672         Unreviewed w/end gardening.
34673
34674         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
34675         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34676         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34677         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34678         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
34679         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
34680         * platform/chromium/TestExpectations:
34681
34682 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34683
34684         Unreviewed EFL gardening.
34685
34686         Mark accessibility/render-counter-text.html as flaky
34687         on EFL port since it sometimes crashes.
34688
34689         * platform/efl/TestExpectations:
34690
34691 2013-01-13  Levi Weintraub  <leviw@chromium.org>
34692
34693         Unreviewed gardening. Marking media/track/track-css-cue-lifetime.html as a flaky timeout on Debug
34694         Chromium bots.
34695
34696         * platform/chromium/TestExpectations:
34697
34698 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
34699
34700         [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux and win
34701
34702         Unreviewed w/end gardening.
34703
34704         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
34705         * 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.
34706         * 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.
34707         * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
34708         * 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.
34709         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
34710
34711 2013-01-13  Levi Weintraub  <leviw@chromium.org>
34712
34713         Unreviewed gardening. Rolling out 139537. It broke platforms not using sub-
34714         pixel layout.
34715
34716         * fast/images/zoomed-offset-size.html: Removed.
34717         * fast/images/zoomed-offset-size-expected.txt: Removed.
34718         * platform/efl/TestExpectations:
34719         * platform/qt/TestExpectations
34720
34721 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
34722
34723         [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux
34724
34725         Unreviewed w/end gardening.
34726
34727         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34728         * platform/chromium/TestExpectations:
34729
34730 2013-01-13  Noel Gordon  <noel.gordon@gmail.com>
34731
34732         [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on win
34733
34734         Unreviewed w/end gardening.
34735
34736         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
34737         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
34738
34739 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34740
34741         Unreviewed EFL gardening.
34742
34743         Mark accessibility/heading-level.html as failing on EFL port.
34744         This test was added in r139534.
34745
34746         * platform/efl-wk2/TestExpectations:
34747
34748 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34749
34750         Unreviewed EFL gardening.
34751
34752         Add platform-specific baseline for fast/dom/HTMLTemplateElement/inertContents.html.
34753         Our port and WKTR do not display the failing URL if it is null.
34754
34755         * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
34756
34757 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34758
34759         Unreviewed EFL gardening.
34760
34761         Mark inspector/debugger/debugger-script-preprocessor.html as
34762         flakey on EFL port since it gives a different output for
34763         every run. This test was added in r139405.
34764
34765         * platform/efl/TestExpectations:
34766
34767 2013-01-13  Christophe Dumez  <christophe.dumez@intel.com>
34768
34769         Unreviewed EFL gardening.
34770
34771         Mark media/video-controls-captions.html as failing on EFL port
34772         due to additional checks added in r139547.
34773
34774         * platform/efl/TestExpectations:
34775
34776 2013-01-13  Dima Gorbik  <dgorbik@apple.com>
34777
34778         Styling disappears from the cue that's being styled by ::cue pseudo element
34779         https://bugs.webkit.org/show_bug.cgi?id=106723
34780
34781         Reviewed by Antti Koivisto.
34782
34783         * media/track/captions-webvtt/styling-lifetime.vtt: Added.
34784         * media/track/track-css-cue-lifetime-expected.txt: Added.
34785         * media/track/track-css-cue-lifetime.html: Added.
34786
34787 2013-01-13  Csaba Osztrogonác  <ossy@webkit.org>
34788
34789         Unreviewed gardening, skip new failing tests to paint the bots green.
34790
34791         * platform/qt/TestExpectations:
34792
34793 2013-01-12  Levi Weintraub  <leviw@chromium.org>
34794
34795         Unreviewed gardening. Marking fast/images/zoomed-offset-size.html as slow on Debug Chromium bots.
34796
34797         * platform/chromium/TestExpectations:
34798
34799 2013-01-12  Robert Hogan  <robert@webkit.org>
34800
34801         Available height should respect min and max height
34802         https://bugs.webkit.org/show_bug.cgi?id=106479
34803
34804         Reviewed by Ojan Vafai.
34805
34806         * fast/block/percent-top-respects-max-height-expected.txt: Added.
34807         * fast/block/percent-top-respects-max-height.html: Added.
34808         * fast/block/percent-top-respects-min-height-expected.txt: Added.
34809         * fast/block/percent-top-respects-min-height.html: Added.
34810
34811 2013-01-12  Victor Carbune  <victor@rosedu.org>
34812
34813         CC Button doesn't always show up
34814         https://bugs.webkit.org/show_bug.cgi?id=106653
34815
34816         Reviewed by Eric Carlson.
34817
34818         * media/video-controls-captions-expected.txt: Updated.
34819         * media/video-controls-captions.html: Added extra checks that fail
34820         without the code changes.
34821
34822 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
34823
34824         [chromium] Update platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling.html on win
34825
34826         Unreviewed w/end gardening.
34827
34828         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
34829
34830 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
34831
34832         [chromium] fast/repaint/4776765.html passes on the chromium bots
34833         https://bugs.webkit.org/show_bug.cgi?id=103955
34834
34835         Unreviewed w/end gardening.
34836
34837         * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Removed.
34838         * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Removed.
34839         * platform/chromium/TestExpectations:
34840
34841 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
34842
34843         [chromium] fast/repaint/4774354.html passes on the chromium bots
34844         https://bugs.webkit.org/show_bug.cgi?id=103955
34845
34846         Unreviewed w/end gardening.
34847
34848         * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Removed.
34849         * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Removed.
34850         * platform/chromium/TestExpectations:
34851
34852 2013-01-11  Emil A Eklund  <eae@chromium.org>
34853
34854         offsetWidth/height incorrect for images when zoomed
34855         https://bugs.webkit.org/show_bug.cgi?id=106624
34856
34857         Reviewed by Levi Weintraub.
34858         
34859         Add test for offsetWidth/Height for zoomed image.
34860
34861         * fast/images/zoomed-offset-size-expected.txt: Added.
34862         * fast/images/zoomed-offset-size.html: Added.
34863
34864 2013-01-11  Ojan Vafai  <ojan@chromium.org>
34865
34866         Fixed width overrides intrinsic min-width/max-width for text inputs and listboxes
34867         https://bugs.webkit.org/show_bug.cgi?id=106675
34868
34869         Reviewed by Emil A Eklund.
34870
34871         * fast/forms/file/intrinsic-min-width-overrides-width-expected.html:
34872         * fast/forms/file/intrinsic-min-width-overrides-width.html:
34873         * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
34874         * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width.html: Added.
34875
34876 2013-01-10  Ojan Vafai  <ojan@chromium.org>
34877
34878         Setting width overrides intrinsic min-width/max-width on flexboxes and their subclasses
34879         https://bugs.webkit.org/show_bug.cgi?id=106617
34880
34881         Reviewed by Tony Chang.
34882
34883         * css3/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
34884         * css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
34885         * fast/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
34886         * fast/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
34887         * fast/forms/select/intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
34888         * fast/forms/select/intrinsic-min-width-applies-with-fixed-width.html: Added.
34889
34890 2013-01-11  James Craig  <james@cookiecrook.com>
34891
34892         Need new accessibility layout test to verify levels of headings
34893         https://bugs.webkit.org/show_bug.cgi?id=106243
34894
34895         Reviewed by Chris Fleizach.
34896
34897         New layout test to verify accessibility API heading levels on implicit h1-h6 and explicit @aria-level.
34898
34899         * accessibility/heading-level-expected.txt: Added.
34900         * accessibility/heading-level.html: Added.
34901         * platform/chromium/TestExpectations: Skip for Chromium due to webkit.org/b/106682
34902
34903 2013-01-11  Filip Pizlo  <fpizlo@apple.com>
34904
34905         Phantom(GetLocal) should be treated as relevant to OSR
34906         https://bugs.webkit.org/show_bug.cgi?id=106715
34907
34908         Reviewed by Mark Hahnenberg.
34909
34910         * fast/js/dfg-phantom-get-local-expected.txt: Added.
34911         * fast/js/dfg-phantom-get-local.html: Added.
34912         * fast/js/jsc-test-list:
34913         * fast/js/script-tests/dfg-phantom-get-local.js: Added.
34914         (foo):
34915
34916 2013-01-11  Levi Weintraub  <leviw@chromium.org>
34917
34918         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html
34919         as slow on all Chromium platforms.
34920
34921
34922         * platform/chromium/TestExpectations:
34923
34924 2013-01-11  Stephen Chenney  <schenney@chromium.org>
34925
34926         [Chromium] Fixing the linux layout tests
34927
34928         Unreviewed test expectations update.
34929
34930         Some tests were apparently not rebaselined for linux.
34931
34932         * platform/chromium/TestExpectations:
34933
34934 2013-01-11  Stephen Chenney  <schenney@chromium.org>
34935
34936         [Chromium] Fixing the 10.8 layout tests
34937
34938         Unreviewed test expectations update.
34939
34940         * platform/chromium/TestExpectations:
34941
34942 2013-01-11  James Simonsen  <simonjam@chromium.org>
34943
34944         [Resource Timing] XMLHttpRequests should have initiator type 'xmlhttprequest'
34945         https://bugs.webkit.org/show_bug.cgi?id=106409
34946
34947         Reviewed by Nate Chapin.
34948
34949         * http/tests/w3c/webperf/resources/all_resource_types.htm:
34950         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt:
34951         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html:
34952
34953 2013-01-11  Stephen Chenney  <schenney@chromium.org>
34954
34955         [Chromium] More test expectations for Skia changes
34956
34957         Unreviewed test expectations update.
34958
34959         All but the SVG failures.
34960
34961         * platform/chromium-linux-x86/fullscreen: Added.
34962         * platform/chromium-linux-x86/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
34963         * platform/chromium-linux-x86/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
34964         * platform/chromium-linux-x86/fullscreen/full-screen-zIndex-after-expected.png: Added.
34965         * platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
34966         * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
34967         * platform/chromium-linux-x86/media: Added.
34968         * platform/chromium-linux-x86/media/audio-controls-rendering-expected.png: Added.
34969         * platform/chromium-linux-x86/media/audio-repaint-expected.png: Added.
34970         * platform/chromium-linux-x86/media/controls-after-reload-expected.png: Added.
34971         * platform/chromium-linux-x86/media/controls-strict-expected.png: Added.
34972         * platform/chromium-linux-x86/media/controls-styling-expected.png: Added.
34973         * platform/chromium-linux-x86/media/controls-styling-strict-expected.png: Added.
34974         * platform/chromium-linux-x86/media/controls-without-preload-expected.png: Added.
34975         * platform/chromium-linux-x86/media/media-document-audio-repaint-expected.png: Added.
34976         * platform/chromium-linux-x86/media/video-controls-rendering-expected.png: Added.
34977         * platform/chromium-linux-x86/media/video-display-toggle-expected.png: Added.
34978         * platform/chromium-linux-x86/media/video-playing-and-pause-expected.png: Added.
34979         * platform/chromium-linux-x86/media/video-zoom-controls-expected.png: Added.
34980         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
34981         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
34982         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
34983         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
34984         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
34985         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
34986         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
34987         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
34988         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
34989         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
34990         * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
34991         * platform/chromium-linux-x86/platform/chromium/fast/text: Added.
34992         * platform/chromium-linux-x86/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
34993         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
34994         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
34995         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi: Added.
34996         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
34997         * platform/chromium-linux/fullscreen/full-screen-iframe-zIndex-expected.png:
34998         * platform/chromium-linux/fullscreen/full-screen-remove-ancestor-after-expected.png:
34999         * platform/chromium-linux/fullscreen/full-screen-zIndex-after-expected.png:
35000         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
35001         * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
35002         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
35003         * platform/chromium-linux/media/audio-repaint-expected.png:
35004         * platform/chromium-linux/media/controls-after-reload-expected.png:
35005         * platform/chromium-linux/media/controls-strict-expected.png:
35006         * platform/chromium-linux/media/controls-styling-expected.png:
35007         * platform/chromium-linux/media/controls-styling-strict-expected.png:
35008         * platform/chromium-linux/media/controls-without-preload-expected.png:
35009         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
35010         * platform/chromium-linux/media/video-controls-rendering-expected.png:
35011         * platform/chromium-linux/media/video-display-toggle-expected.png:
35012         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
35013         * platform/chromium-linux/media/video-zoom-controls-expected.png:
35014         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
35015         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
35016         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
35017         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
35018         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
35019         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
35020         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
35021         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
35022         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
35023         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
35024         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
35025         * platform/chromium-linux/platform/chromium/fast/text/text-stroke-with-border-expected.png:
35026         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
35027         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
35028         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
35029         * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
35030         * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
35031         * platform/chromium-mac-lion/media/audio-repaint-expected.png:
35032         * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
35033         * platform/chromium-mac-lion/media/controls-strict-expected.png:
35034         * platform/chromium-mac-lion/media/controls-styling-expected.png:
35035         * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
35036         * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
35037         * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
35038         * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
35039         * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
35040         * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
35041         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
35042         * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png:
35043         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
35044         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
35045         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
35046         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
35047         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
35048         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
35049         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
35050         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
35051         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
35052         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
35053         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
35054         * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
35055         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
35056         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
35057         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
35058         * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png: Added.
35059         * platform/chromium-mac-snowleopard/platform/chromium/fast/text/text-stroke-with-border-expected.png:
35060         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
35061         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
35062         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
35063         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
35064         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
35065         * platform/chromium-mac/media/audio-repaint-expected.png:
35066         * platform/chromium-mac/media/controls-after-reload-expected.png:
35067         * platform/chromium-mac/media/controls-strict-expected.png:
35068         * platform/chromium-mac/media/controls-styling-expected.png:
35069         * platform/chromium-mac/media/controls-styling-strict-expected.png:
35070         * platform/chromium-mac/media/controls-without-preload-expected.png:
35071         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
35072         * platform/chromium-mac/media/video-controls-rendering-expected.png:
35073         * platform/chromium-mac/media/video-display-toggle-expected.png:
35074         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
35075         * platform/chromium-mac/media/video-zoom-controls-expected.png:
35076         * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
35077         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
35078         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
35079         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png:
35080         * platform/chromium-win-xp/http/tests/media: Added.
35081         * platform/chromium-win-xp/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
35082         * platform/chromium-win-xp/media/audio-controls-rendering-expected.png: Added.
35083         * platform/chromium-win-xp/media/audio-repaint-expected.png: Added.
35084         * platform/chromium-win-xp/media/controls-after-reload-expected.png: Added.
35085         * platform/chromium-win-xp/media/controls-strict-expected.png: Added.
35086         * platform/chromium-win-xp/media/controls-styling-expected.png: Added.
35087         * platform/chromium-win-xp/media/controls-styling-strict-expected.png: Added.
35088         * platform/chromium-win-xp/media/controls-without-preload-expected.png: Added.
35089         * platform/chromium-win-xp/media/media-document-audio-repaint-expected.png: Added.
35090         * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Added.
35091         * platform/chromium-win-xp/media/video-display-toggle-expected.png: Added.
35092         * platform/chromium-win-xp/media/video-playing-and-pause-expected.png: Added.
35093         * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Added.
35094         * platform/chromium-win-xp/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
35095         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
35096         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
35097         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi: Added.
35098         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
35099         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
35100         * platform/chromium-win/media/audio-controls-rendering-expected.png:
35101         * platform/chromium-win/media/audio-repaint-expected.png:
35102         * platform/chromium-win/media/controls-after-reload-expected.png:
35103         * platform/chromium-win/media/controls-strict-expected.png:
35104         * platform/chromium-win/media/controls-styling-expected.png:
35105         * platform/chromium-win/media/controls-styling-strict-expected.png:
35106         * platform/chromium-win/media/controls-without-preload-expected.png:
35107         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
35108         * platform/chromium-win/media/video-controls-rendering-expected.png:
35109         * platform/chromium-win/media/video-display-toggle-expected.png:
35110         * platform/chromium-win/media/video-playing-and-pause-expected.png:
35111         * platform/chromium-win/media/video-zoom-controls-expected.png:
35112         * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.png:
35113         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
35114         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
35115         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
35116         * platform/chromium/TestExpectations:
35117
35118 2013-01-11  Stephen Chenney  <schenney@chromium.org>
35119
35120         [Chromium] More test expectations for Skia changes
35121
35122         Unreviewed test expectations update.
35123
35124         New results for fast tests.
35125
35126         * platform/chromium-linux-x86/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
35127         * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
35128         * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-expected.png: Added.
35129         * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
35130         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
35131         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
35132         * platform/chromium-linux-x86/fast/block/basic: Added.
35133         * platform/chromium-linux-x86/fast/block/basic/011-expected.png: Added.
35134         * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Added.
35135         * platform/chromium-linux-x86/fast/block/margin-collapse: Added.
35136         * platform/chromium-linux-x86/fast/block/margin-collapse/103-expected.png: Added.
35137         * platform/chromium-linux-x86/fast/block/positioning/inline-block-relposition-expected.png: Added.
35138         * platform/chromium-linux-x86/fast/borders/border-image-massive-scale-expected.png: Added.
35139         * platform/chromium-linux-x86/fast/borders/border-image-outset-expected.png: Added.
35140         * platform/chromium-linux-x86/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
35141         * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-expected.png: Added.
35142         * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35143         * platform/chromium-linux-x86/fast/borders/border-image-scaled-gradient-expected.png:
35144         * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png:
35145         * platform/chromium-linux-x86/fast/borders/border-image-trumps-radius-expected.png: Added.
35146         * platform/chromium-linux-x86/fast/canvas/arc360-expected.png: Added.
35147         * platform/chromium-linux-x86/fast/canvas/canvas-incremental-repaint-expected.png: Added.
35148         * platform/chromium-linux-x86/fast/canvas/canvas-text-alignment-expected.png: Added.
35149         * platform/chromium-linux-x86/fast/canvas/fillrect_gradient-expected.png: Added.
35150         * platform/chromium-linux-x86/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35151         * platform/chromium-linux-x86/fast/css/linear-gradient-currentcolor-expected.png: Added.
35152         * platform/chromium-linux-x86/fast/css/margin-top-bottom-dynamic-expected.png: Added.
35153         * platform/chromium-linux-x86/fast/css/non-standard-checkbox-size-expected.png: Added.
35154         * platform/chromium-linux-x86/fast/css/rtl-ordering-expected.png: Added.
35155         * platform/chromium-linux-x86/fast/css/shadow-multiple-expected.png: Added.
35156         * platform/chromium-linux-x86/fast/css/square-button-appearance-expected.png: Added.
35157         * platform/chromium-linux-x86/fast/css/text-transform-select-expected.png: Added.
35158         * platform/chromium-linux-x86/fast/css/transformed-mask-expected.png: Added.
35159         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
35160         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
35161         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
35162         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
35163         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35164         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
35165         * platform/chromium-linux-x86/fast/dom/HTMLTableColElement: Added.
35166         * platform/chromium-linux-x86/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
35167         * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement: Added.
35168         * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
35169         * platform/chromium-linux-x86/fast/forms/001-expected.png: Added.
35170         * platform/chromium-linux-x86/fast/forms/003-expected.png: Added.
35171         * platform/chromium-linux-x86/fast/forms/004-expected.png: Added.
35172         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label01-expected.png: Added.
35173         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label02-expected.png: Added.
35174         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label03-expected.png: Added.
35175         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label04-expected.png: Added.
35176         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label06-expected.png: Added.
35177         * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label07-expected.png: Added.
35178         * platform/chromium-linux-x86/fast/forms/basic-buttons-expected.png: Added.
35179         * platform/chromium-linux-x86/fast/forms/basic-inputs-expected.png: Added.
35180         * platform/chromium-linux-x86/fast/forms/basic-selects-expected.png: Added.
35181         * platform/chromium-linux-x86/fast/forms/blankbuttons-expected.png: Added.
35182         * platform/chromium-linux-x86/fast/forms/box-shadow-override-expected.png: Added.
35183         * platform/chromium-linux-x86/fast/forms/button-align-expected.png: Added.
35184         * platform/chromium-linux-x86/fast/forms/button-cannot-be-nested-expected.png: Added.
35185         * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Added.
35186         * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Added.
35187         * platform/chromium-linux-x86/fast/forms/button-positioned-expected.png: Added.
35188         * platform/chromium-linux-x86/fast/forms/button-sizes-expected.png: Added.
35189         * platform/chromium-linux-x86/fast/forms/button-style-color-expected.png: Added.
35190         * platform/chromium-linux-x86/fast/forms/button-table-styles-expected.png: Added.
35191         * platform/chromium-linux-x86/fast/forms/button-text-transform-expected.png: Added.
35192         * platform/chromium-linux-x86/fast/forms/button-white-space-expected.png: Added.
35193         * platform/chromium-linux-x86/fast/forms/control-clip-overflow-expected.png: Added.
35194         * platform/chromium-linux-x86/fast/forms/control-restrict-line-height-expected.png: Added.
35195         * platform/chromium-linux-x86/fast/forms/disabled-select-change-index-expected.png: Added.
35196         * platform/chromium-linux-x86/fast/forms/file: Added.
35197         * platform/chromium-linux-x86/fast/forms/file/file-input-direction-expected.png: Added.
35198         * platform/chromium-linux-x86/fast/forms/file/file-input-disabled-expected.png: Added.
35199         * platform/chromium-linux-x86/fast/forms/file/file-input-pressed-state-expected.png: Added.
35200         * platform/chromium-linux-x86/fast/forms/file/input-file-re-render-expected.png: Added.
35201         * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Added.
35202         * platform/chromium-linux-x86/fast/forms/formmove-expected.png: Added.
35203         * platform/chromium-linux-x86/fast/forms/formmove2-expected.png: Added.
35204         * platform/chromium-linux-x86/fast/forms/formmove3-expected.png: Added.
35205         * platform/chromium-linux-x86/fast/forms/select: Added.
35206         * platform/chromium-linux-x86/fast/forms/select-size-expected.png: Added.
35207         * platform/chromium-linux-x86/fast/forms/select-style-expected.png: Added.
35208         * platform/chromium-linux-x86/fast/forms/select-visual-hebrew-expected.png: Added.
35209         * platform/chromium-linux-x86/fast/forms/select-writing-direction-natural-expected.png: Added.
35210         * platform/chromium-linux-x86/fast/forms/select/optgroup-rendering-expected.png: Added.
35211         * platform/chromium-linux-x86/fast/forms/selectlist-minsize-expected.png: Added.
35212         * platform/chromium-linux-x86/fast/forms/stuff-on-my-optgroup-expected.png: Added.
35213         * platform/chromium-linux-x86/fast/gradients/background-clipped-expected.png: Added.
35214         * platform/chromium-linux-x86/fast/gradients/border-image-gradient-expected.png: Added.
35215         * platform/chromium-linux-x86/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35216         * platform/chromium-linux-x86/fast/gradients/css3-color-stop-units-expected.png: Added.
35217         * platform/chromium-linux-x86/fast/gradients/css3-color-stops-expected.png: Added.
35218         * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients-expected.png: Added.
35219         * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Added.
35220         * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients3-expected.png: Added.
35221         * platform/chromium-linux-x86/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35222         * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
35223         * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35224         * platform/chromium-linux-x86/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
35225         * platform/chromium-linux-x86/fast/gradients/generated-gradients-expected.png:
35226         * platform/chromium-linux-x86/fast/gradients/gradient-after-transparent-border-expected.png: Added.
35227         * platform/chromium-linux-x86/fast/gradients/radial-centered-expected.png: Added.
35228         * platform/chromium-linux-x86/fast/gradients/simple-gradients-expected.png:
35229         * platform/chromium-linux-x86/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35230         * platform/chromium-linux-x86/fast/hidpi: Added.
35231         * platform/chromium-linux-x86/fast/hidpi/focus-rings-expected.png: Added.
35232         * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35233         * platform/chromium-linux-x86/fast/html: Added.
35234         * platform/chromium-linux-x86/fast/html/details-replace-summary-child-expected.png: Added.
35235         * platform/chromium-linux-x86/fast/html/details-replace-text-expected.png: Added.
35236         * platform/chromium-linux-x86/fast/html/keygen-expected.png: Added.
35237         * platform/chromium-linux-x86/fast/invalid: Added.
35238         * platform/chromium-linux-x86/fast/invalid/014-expected.png: Added.
35239         * platform/chromium-linux-x86/fast/parser/bad-xml-slash-expected.png: Added.
35240         * platform/chromium-linux-x86/fast/parser/document-write-option-expected.png: Added.
35241         * platform/chromium-linux-x86/fast/reflections: Added.
35242         * platform/chromium-linux-x86/fast/reflections/reflection-masks-expected.png: Added.
35243         * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Added.
35244         * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Added.
35245         * platform/chromium-linux-x86/fast/repaint/background-generated-expected.png: Added.
35246         * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.png: Added.
35247         * platform/chromium-linux-x86/fast/replaced/replaced-breaking-mixture-expected.png: Added.
35248         * platform/chromium-linux-x86/fast/replaced/three-selects-break-expected.png: Added.
35249         * platform/chromium-linux-x86/fast/replaced/width100percent-button-expected.png: Added.
35250         * platform/chromium-linux-x86/fast/replaced/width100percent-menulist-expected.png: Added.
35251         * platform/chromium-linux-x86/fast/replaced/width100percent-radio-expected.png: Added.
35252         * platform/chromium-linux-x86/fast/selectors/064-expected.png: Added.
35253         * platform/chromium-linux-x86/fast/table: Added.
35254         * platform/chromium-linux-x86/fast/table/append-cells2-expected.png: Added.
35255         * platform/chromium-linux-x86/fast/table/remove-td-display-none-expected.png: Added.
35256         * platform/chromium-linux-x86/fast/text/international/bidi-menulist-expected.png: Added.
35257         * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Added.
35258         * platform/chromium-linux-x86/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
35259         * platform/chromium-linux-x86/fast/text/stroking-decorations-expected.png: Added.
35260         * platform/chromium-linux-x86/fast/text/stroking-expected.png: Added.
35261         * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.png: Added.
35262         * platform/chromium-linux-x86/fast/text/whitespace: Added.
35263         * platform/chromium-linux-x86/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
35264         * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35265         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
35266         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
35267         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
35268         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
35269         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
35270         * platform/chromium-linux/fast/block/basic/011-expected.png:
35271         * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
35272         * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
35273         * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
35274         * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
35275         * platform/chromium-linux/fast/borders/border-image-outset-expected.png:
35276         * platform/chromium-linux/fast/borders/border-image-outset-in-shorthand-expected.png:
35277         * platform/chromium-linux/fast/borders/border-image-outset-split-inline-expected.png: Added.
35278         * platform/chromium-linux/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35279         * platform/chromium-linux/fast/borders/border-image-scaled-gradient-expected.png:
35280         * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png:
35281         * platform/chromium-linux/fast/borders/border-image-trumps-radius-expected.png: Added.
35282         * platform/chromium-linux/fast/canvas/arc360-expected.png:
35283         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
35284         * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
35285         * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
35286         * platform/chromium-linux/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35287         * platform/chromium-linux/fast/css/linear-gradient-currentcolor-expected.png: Added.
35288         * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
35289         * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
35290         * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
35291         * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
35292         * platform/chromium-linux/fast/css/square-button-appearance-expected.png:
35293         * platform/chromium-linux/fast/css/text-transform-select-expected.png:
35294         * platform/chromium-linux/fast/css/transformed-mask-expected.png:
35295         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
35296         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
35297         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
35298         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
35299         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35300         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35301         * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
35302         * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
35303         * platform/chromium-linux/fast/forms/001-expected.png:
35304         * platform/chromium-linux/fast/forms/003-expected.png:
35305         * platform/chromium-linux/fast/forms/004-expected.png:
35306         * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
35307         * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
35308         * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
35309         * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
35310         * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
35311         * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
35312         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
35313         * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
35314         * platform/chromium-linux/fast/forms/basic-selects-expected.png:
35315         * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
35316         * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
35317         * platform/chromium-linux/fast/forms/button-align-expected.png:
35318         * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
35319         * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
35320         * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
35321         * platform/chromium-linux/fast/forms/button-positioned-expected.png:
35322         * platform/chromium-linux/fast/forms/button-sizes-expected.png:
35323         * platform/chromium-linux/fast/forms/button-style-color-expected.png:
35324         * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
35325         * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
35326         * platform/chromium-linux/fast/forms/button-white-space-expected.png:
35327         * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
35328         * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
35329         * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
35330         * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
35331         * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
35332         * platform/chromium-linux/fast/forms/file/file-input-pressed-state-expected.png:
35333         * platform/chromium-linux/fast/forms/file/input-file-re-render-expected.png:
35334         * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
35335         * platform/chromium-linux/fast/forms/formmove-expected.png:
35336         * platform/chromium-linux/fast/forms/formmove2-expected.png:
35337         * platform/chromium-linux/fast/forms/formmove3-expected.png:
35338         * platform/chromium-linux/fast/forms/select-size-expected.png:
35339         * platform/chromium-linux/fast/forms/select-style-expected.png:
35340         * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
35341         * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.png:
35342         * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png:
35343         * platform/chromium-linux/fast/forms/selectlist-minsize-expected.png:
35344         * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
35345         * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
35346         * platform/chromium-linux/fast/gradients/border-image-gradient-expected.png: Added.
35347         * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35348         * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png:
35349         * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
35350         * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
35351         * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
35352         * platform/chromium-linux/fast/gradients/css3-radial-gradients3-expected.png: Added.
35353         * platform/chromium-linux/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35354         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
35355         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35356         * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
35357         * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
35358         * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
35359         * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
35360         * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
35361         * platform/chromium-linux/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35362         * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
35363         * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35364         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
35365         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
35366         * platform/chromium-linux/fast/html/keygen-expected.png:
35367         * platform/chromium-linux/fast/invalid/014-expected.png:
35368         * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
35369         * platform/chromium-linux/fast/parser/document-write-option-expected.png:
35370         * platform/chromium-linux/fast/reflections/reflection-masks-expected.png: Added.
35371         * platform/chromium-linux/fast/repaint/4774354-expected.png:
35372         * platform/chromium-linux/fast/repaint/4776765-expected.png:
35373         * platform/chromium-linux/fast/repaint/background-generated-expected.png: Added.
35374         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
35375         * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
35376         * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
35377         * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
35378         * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png:
35379         * platform/chromium-linux/fast/replaced/width100percent-radio-expected.png:
35380         * platform/chromium-linux/fast/selectors/064-expected.png:
35381         * platform/chromium-linux/fast/table/append-cells2-expected.png:
35382         * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
35383         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
35384         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
35385         * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
35386         * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
35387         * platform/chromium-linux/fast/text/stroking-expected.png:
35388         * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
35389         * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
35390         * platform/chromium-mac-lion/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35391         * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
35392         * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-expected.png: Added.
35393         * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
35394         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Added.
35395         * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
35396         * platform/chromium-mac-lion/fast/borders/border-image-massive-scale-expected.png:
35397         * platform/chromium-mac-lion/fast/borders/border-image-outset-expected.png: Added.
35398         * platform/chromium-mac-lion/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
35399         * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-expected.png: Added.
35400         * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35401         * platform/chromium-mac-lion/fast/borders/border-image-scaled-gradient-expected.png: Added.
35402         * platform/chromium-mac-lion/fast/borders/border-image-slice-constrained-expected.png: Added.
35403         * platform/chromium-mac-lion/fast/borders/border-image-trumps-radius-expected.png: Added.
35404         * platform/chromium-mac-lion/fast/canvas/arc360-expected.png:
35405         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
35406         * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png:
35407         * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png:
35408         * platform/chromium-mac-lion/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35409         * platform/chromium-mac-lion/fast/css/linear-gradient-currentcolor-expected.png: Added.
35410         * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
35411         * platform/chromium-mac-lion/fast/css/transformed-mask-expected.png:
35412         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35413         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35414         * platform/chromium-mac-lion/fast/gradients/background-clipped-expected.png:
35415         * platform/chromium-mac-lion/fast/gradients/border-image-gradient-expected.png: Added.
35416         * platform/chromium-mac-lion/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35417         * platform/chromium-mac-lion/fast/gradients/css3-color-stop-units-expected.png:
35418         * platform/chromium-mac-lion/fast/gradients/css3-color-stops-expected.png: Added.
35419         * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients-expected.png: Added.
35420         * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients2-expected.png: Added.
35421         * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients3-expected.png: Added.
35422         * platform/chromium-mac-lion/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35423         * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
35424         * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35425         * platform/chromium-mac-lion/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
35426         * platform/chromium-mac-lion/fast/gradients/generated-gradients-expected.png:
35427         * platform/chromium-mac-lion/fast/gradients/gradient-after-transparent-border-expected.png:
35428         * platform/chromium-mac-lion/fast/gradients/radial-centered-expected.png:
35429         * platform/chromium-mac-lion/fast/gradients/simple-gradients-expected.png:
35430         * platform/chromium-mac-lion/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35431         * platform/chromium-mac-lion/fast/hidpi/focus-rings-expected.png: Added.
35432         * platform/chromium-mac-lion/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35433         * platform/chromium-mac-lion/fast/reflections/reflection-masks-expected.png: Added.
35434         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
35435         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
35436         * platform/chromium-mac-lion/fast/repaint/background-generated-expected.png: Added.
35437         * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
35438         * platform/chromium-mac-lion/fast/text/stroking-expected.png:
35439         * platform/chromium-mac-snowleopard/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35440         * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
35441         * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
35442         * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
35443         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
35444         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
35445         * platform/chromium-mac-snowleopard/fast/borders/border-image-massive-scale-expected.png:
35446         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-expected.png: Added.
35447         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
35448         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-expected.png: Added.
35449         * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35450         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-gradient-expected.png:
35451         * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png:
35452         * platform/chromium-mac-snowleopard/fast/borders/border-image-trumps-radius-expected.png: Added.
35453         * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png:
35454         * platform/chromium-mac-snowleopard/fast/canvas/canvas-incremental-repaint-expected.png: Added.
35455         * platform/chromium-mac-snowleopard/fast/canvas/canvas-text-alignment-expected.png:
35456         * platform/chromium-mac-snowleopard/fast/canvas/fillrect_gradient-expected.png:
35457         * platform/chromium-mac-snowleopard/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35458         * platform/chromium-mac-snowleopard/fast/css/linear-gradient-currentcolor-expected.png: Added.
35459         * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
35460         * platform/chromium-mac-snowleopard/fast/css/transformed-mask-expected.png:
35461         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35462         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35463         * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png:
35464         * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-expected.png: Added.
35465         * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35466         * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stop-units-expected.png:
35467         * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stops-expected.png: Added.
35468         * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
35469         * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
35470         * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
35471         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35472         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
35473         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35474         * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
35475         * platform/chromium-mac-snowleopard/fast/gradients/generated-gradients-expected.png:
35476         * platform/chromium-mac-snowleopard/fast/gradients/gradient-after-transparent-border-expected.png:
35477         * platform/chromium-mac-snowleopard/fast/gradients/radial-centered-expected.png:
35478         * platform/chromium-mac-snowleopard/fast/gradients/simple-gradients-expected.png: Added.
35479         * platform/chromium-mac-snowleopard/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35480         * platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Added.
35481         * platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35482         * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-expected.png: Added.
35483         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
35484         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
35485         * platform/chromium-mac-snowleopard/fast/repaint/background-generated-expected.png: Added.
35486         * platform/chromium-mac-snowleopard/fast/text/stroking-decorations-expected.png: Added.
35487         * platform/chromium-mac-snowleopard/fast/text/stroking-expected.png: Added.
35488         * platform/chromium-mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35489         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
35490         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
35491         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
35492         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
35493         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
35494         * platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png:
35495         * platform/chromium-mac/fast/borders/border-image-outset-expected.png:
35496         * platform/chromium-mac/fast/borders/border-image-outset-in-shorthand-expected.png:
35497         * platform/chromium-mac/fast/borders/border-image-outset-split-inline-expected.png: Added.
35498         * platform/chromium-mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35499         * platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png:
35500         * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
35501         * platform/chromium-mac/fast/borders/border-image-trumps-radius-expected.png: Added.
35502         * platform/chromium-mac/fast/canvas/arc360-expected.png:
35503         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
35504         * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
35505         * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
35506         * platform/chromium-mac/fast/canvas/gradient-add-second-start-end-stop-expected.png:
35507         * platform/chromium-mac/fast/css/linear-gradient-currentcolor-expected.png: Added.
35508         * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
35509         * platform/chromium-mac/fast/css/transformed-mask-expected.png:
35510         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
35511         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35512         * platform/chromium-mac/fast/gradients/background-clipped-expected.png:
35513         * platform/chromium-mac/fast/gradients/border-image-gradient-expected.png:
35514         * platform/chromium-mac/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
35515         * platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png:
35516         * platform/chromium-mac/fast/gradients/css3-color-stops-expected.png:
35517         * platform/chromium-mac/fast/gradients/css3-radial-gradients-expected.png:
35518         * platform/chromium-mac/fast/gradients/css3-radial-gradients2-expected.png:
35519         * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png:
35520         * platform/chromium-mac/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35521         * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png:
35522         * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients2-expected.png:
35523         * platform/chromium-mac/fast/gradients/css3-repeating-radial-gradients-expected.png:
35524         * platform/chromium-mac/fast/gradients/generated-gradients-expected.png:
35525         * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.png:
35526         * platform/chromium-mac/fast/gradients/radial-centered-expected.png:
35527         * platform/chromium-mac/fast/gradients/simple-gradients-expected.png:
35528         * platform/chromium-mac/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35529         * platform/chromium-mac/fast/hidpi/focus-rings-expected.png:
35530         * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35531         * platform/chromium-mac/fast/reflections/reflection-masks-expected.png:
35532         * platform/chromium-mac/fast/repaint/4774354-expected.png:
35533         * platform/chromium-mac/fast/repaint/4776765-expected.png:
35534         * platform/chromium-mac/fast/repaint/background-generated-expected.png:
35535         * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
35536         * platform/chromium-mac/fast/text/stroking-expected.png:
35537         * platform/chromium-win-xp/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
35538         * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
35539         * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-expected.png: Added.
35540         * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
35541         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
35542         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
35543         * platform/chromium-win-xp/fast/borders/border-image-massive-scale-expected.png: Added.
35544         * platform/chromium-win-xp/fast/borders/border-image-outset-expected.png: Added.
35545         * platform/chromium-win-xp/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
35546         * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-expected.png: Added.
35547         * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
35548         * platform/chromium-win-xp/fast/borders/border-image-scaled-gradient-expected.png:
35549         * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png:
35550         * platform/chromium-win-xp/fast/borders/border-image-trumps-radius-expected.png: Added.
35551         * platform/chromium-win-xp/fast/canvas/arc360-expected.png: Added.
35552         * platform/chromium-win-xp/fast/canvas/canvas-incremental-repaint-expected.png: Added.
35553         * platform/chromium-win-xp/fast/canvas/canvas-text-alignment-expected.png: Added.
35554         * platform/chromium-win-xp/fast/canvas/fillrect_gradient-expected.png: Added.
35555         * platform/chromium-win-xp/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
35556         * platform/chromium-win-xp/fast/css/linear-gradient-currentcolor-expected.png: Added.
35557         * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Added.
35558         * platform/chromium-win-xp/fast/css/transformed-mask-expected.png: Added.
35559         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
35560         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
35561         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
35562         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
35563         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
35564         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
35565         * platform/chromium-win-xp/fast/gradients/background-clipped-expected.png: Added.
35566         * platform/chromium-win-xp/fast/gradients/border-image-gradient-expected.png: Added.
35567         * platform/chromium-win-xp/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
35568         * platform/chromium-win-xp/fast/gradients/css3-color-stop-units-expected.png: Added.
35569         * platform/chromium-win-xp/fast/gradients/css3-color-stops-expected.png: Added.
35570         * platform/chromium-win-xp/fast/gradients/css3-radial-gradients-expected.png: Added.
35571         * platform/chromium-win-xp/fast/gradients/css3-radial-gradients2-expected.png: Added.
35572         * platform/chromium-win-xp/fast/gradients/css3-radial-gradients3-expected.png: Added.
35573         * platform/chromium-win-xp/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35574         * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
35575         * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
35576         * platform/chromium-win-xp/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
35577         * platform/chromium-win-xp/fast/gradients/generated-gradients-expected.png: Added.
35578         * platform/chromium-win-xp/fast/gradients/gradient-after-transparent-border-expected.png: Added.
35579         * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Added.
35580         * platform/chromium-win-xp/fast/gradients/simple-gradients-expected.png: Added.
35581         * platform/chromium-win-xp/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35582         * platform/chromium-win-xp/fast/hidpi: Added.
35583         * platform/chromium-win-xp/fast/hidpi/focus-rings-expected.png: Added.
35584         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35585         * platform/chromium-win-xp/fast/reflections: Added.
35586         * platform/chromium-win-xp/fast/reflections/reflection-masks-expected.png: Added.
35587         * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Added.
35588         * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Added.
35589         * platform/chromium-win-xp/fast/repaint/background-generated-expected.png: Added.
35590         * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
35591         * platform/chromium-win-xp/fast/text/stroking-expected.png:
35592         * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
35593         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
35594         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
35595         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
35596         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
35597         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
35598         * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png:
35599         * platform/chromium-win/fast/borders/border-image-outset-expected.png:
35600         * platform/chromium-win/fast/borders/border-image-outset-in-shorthand-expected.png:
35601         * platform/chromium-win/fast/borders/border-image-outset-split-inline-expected.png: Added.
35602         * platform/chromium-win/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
35603         * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png:
35604         * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
35605         * platform/chromium-win/fast/borders/border-image-trumps-radius-expected.png: Added.
35606         * platform/chromium-win/fast/canvas/arc360-expected.png:
35607         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
35608         * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
35609         * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
35610         * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
35611         * platform/chromium-win/fast/css/linear-gradient-currentcolor-expected.png: Added.
35612         * platform/chromium-win/fast/css/shadow-multiple-expected.png:
35613         * platform/chromium-win/fast/css/transformed-mask-expected.png:
35614         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
35615         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
35616         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
35617         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
35618         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
35619         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
35620         * platform/chromium-win/fast/gradients/background-clipped-expected.png:
35621         * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
35622         * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
35623         * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png:
35624         * platform/chromium-win/fast/gradients/css3-color-stops-expected.png:
35625         * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png:
35626         * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.png:
35627         * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png:
35628         * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.png: Added.
35629         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
35630         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients2-expected.png:
35631         * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png:
35632         * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
35633         * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
35634         * platform/chromium-win/fast/gradients/radial-centered-expected.png:
35635         * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
35636         * platform/chromium-win/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
35637         * platform/chromium-win/fast/hidpi/focus-rings-expected.png:
35638         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
35639         * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
35640         * platform/chromium-win/fast/repaint/4774354-expected.png:
35641         * platform/chromium-win/fast/repaint/4776765-expected.png:
35642         * platform/chromium-win/fast/repaint/background-generated-expected.png:
35643         * platform/chromium-win/fast/text/stroking-decorations-expected.png:
35644         * platform/chromium-win/fast/text/stroking-expected.png:
35645         * platform/chromium/TestExpectations:
35646
35647 2013-01-11  James Simonsen  <simonjam@chromium.org>
35648
35649         Restore old semantics to webkitRequestAnimationFrame callbacks
35650         https://bugs.webkit.org/show_bug.cgi?id=106697
35651
35652         Reviewed by James Robinson.
35653
35654         * fast/animation/request-animation-frame-prefix-expected.txt: Added.
35655         * fast/animation/request-animation-frame-prefix.html: Added.
35656         * fast/animation/script-tests/request-animation-frame-prefix.js: Added.
35657         (busyWait):
35658         (window.webkitRequestAnimationFrame):
35659
35660 2013-01-11  Kenneth Russell  <kbr@google.com>
35661
35662         [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout
35663         https://bugs.webkit.org/show_bug.cgi?id=106606
35664
35665         Reviewed by Dimitri Glazkov.
35666
35667         Reduced number of iterations of test, and marked as slow. Changed
35668         test's output and expectations so number of iterations can be
35669         adjusted without rebaselining.
35670
35671         * fast/canvas/webgl/context-release-upon-reload-expected.txt:
35672         * fast/canvas/webgl/context-release-upon-reload.html:
35673         * platform/chromium/TestExpectations:
35674
35675 2013-01-11  Sheriff Bot  <webkit.review.bot@gmail.com>
35676
35677         Unreviewed, rolling out r139044.
35678         http://trac.webkit.org/changeset/139044
35679         https://bugs.webkit.org/show_bug.cgi?id=106702
35680
35681         Caused various scrolling anomolies on Mac with drag and drop
35682         (Requested by smfr on #webkit).
35683
35684         * fast/events/drag-and-drop-autoscroll-expected.txt: Removed.
35685         * fast/events/drag-and-drop-autoscroll.html: Removed.
35686
35687 2013-01-11  Rafael Weinstein  <rafaelw@chromium.org>
35688
35689         Prevent HTMLPreloadScanner from fetching resources inside <template>
35690         https://bugs.webkit.org/show_bug.cgi?id=106687
35691
35692         Reviewed by Adam Barth.
35693
35694         * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
35695         * fast/dom/HTMLTemplateElement/inertContents.html:
35696
35697 2013-01-11  Stephen Chenney  <schenney@chromium.org>
35698
35699         [Chromium] More test expectations for Skia changes
35700
35701         Unreviewed test expectations update.
35702
35703         CSS and editing results for all outstanding platforms.
35704
35705         * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Added.
35706         * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Added.
35707         * platform/chromium-linux-x86/css3/images: Added.
35708         * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Added.
35709         * platform/chromium-linux-x86/css3/selectors3/html: Added.
35710         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Added.
35711         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
35712         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Added.
35713         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Added.
35714         * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Added.
35715         * platform/chromium-linux-x86/css3/selectors3/xhtml: Added.
35716         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
35717         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
35718         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
35719         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
35720         * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
35721         * platform/chromium-linux-x86/css3/selectors3/xml: Added.
35722         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
35723         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
35724         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
35725         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
35726         * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
35727         * platform/chromium-linux-x86/editing/pasteboard/4641033-expected.png: Added.
35728         * platform/chromium-linux-x86/editing/pasteboard/4944770-1-expected.png: Added.
35729         * platform/chromium-linux-x86/editing/pasteboard/4944770-2-expected.png: Added.
35730         * platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Added.
35731         * platform/chromium-linux-x86/editing/selection/3690703-expected.png: Added.
35732         * platform/chromium-linux-x86/editing/selection/3690719-expected.png: Added.
35733         * platform/chromium-linux-x86/editing/selection/4397952-expected.png: Added.
35734         * platform/chromium-linux-x86/editing/selection/5240265-expected.png: Added.
35735         * platform/chromium-linux-x86/editing/selection/caret-before-select-expected.png: Added.
35736         * platform/chromium-linux-x86/editing/selection/replaced-boundaries-3-expected.png: Added.
35737         * platform/chromium-linux-x86/editing/selection/select-box-expected.png: Added.
35738         * platform/chromium-linux-x86/editing/selection/select-element-paragraph-boundary-expected.png: Added.
35739         * platform/chromium-linux-x86/editing/selection/selection-button-text-expected.png: Added.
35740         * platform/chromium-linux-x86/editing/spelling: Added.
35741         * platform/chromium-linux-x86/editing/spelling/grammar-markers-hidpi-expected.png: Added.
35742         * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
35743         * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
35744         * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png:
35745         * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
35746         * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
35747         * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
35748         * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
35749         * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
35750         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
35751         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
35752         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
35753         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
35754         * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
35755         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
35756         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
35757         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
35758         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
35759         * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
35760         * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
35761         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
35762         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
35763         * platform/chromium-linux/editing/selection/3690703-2-expected.png:
35764         * platform/chromium-linux/editing/selection/3690703-expected.png:
35765         * platform/chromium-linux/editing/selection/3690719-expected.png:
35766         * platform/chromium-linux/editing/selection/4397952-expected.png:
35767         * platform/chromium-linux/editing/selection/5240265-expected.png:
35768         * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
35769         * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
35770         * platform/chromium-linux/editing/selection/select-box-expected.png:
35771         * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
35772         * platform/chromium-linux/editing/selection/selection-button-text-expected.png:
35773         * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png:
35774         * platform/chromium-mac-lion/css3/images: Added.
35775         * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Added.
35776         * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
35777         * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
35778         * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
35779         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
35780         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
35781         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
35782         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
35783         * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
35784         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
35785         * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
35786         * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
35787         * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
35788         * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Added.
35789         * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
35790         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
35791         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
35792         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
35793         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
35794         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
35795         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
35796         * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
35797         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
35798         * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
35799         * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
35800         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-hidpi-expected.png: Added.
35801         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
35802         * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
35803         * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
35804         * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
35805         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
35806         * platform/chromium-mac/editing/selection/3690703-expected.png:
35807         * platform/chromium-mac/editing/selection/3690719-expected.png:
35808         * platform/chromium-mac/editing/selection/4397952-expected.png:
35809         * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
35810         * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
35811         * platform/chromium-mac/editing/selection/select-box-expected.png:
35812         * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
35813         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
35814         * platform/chromium-win-xp/css3/images: Added.
35815         * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Added.
35816         * platform/chromium-win-xp/editing/spelling: Added.
35817         * platform/chromium-win-xp/editing/spelling/grammar-markers-hidpi-expected.png: Added.
35818         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
35819         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
35820         * platform/chromium/TestExpectations:
35821
35822 2013-01-11  Stephen Chenney  <schenney@chromium.org>
35823
35824         [Chromium] More test expectations for Skia changes
35825
35826         Unreviewed test expectations update.
35827
35828         Mac 10.6 and 10.7 results that are the last to be failing on those bots.
35829
35830         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35831         * platform/chromium-mac-snowleopard/fast/text/fallback-traits-fixup-expected.png:
35832         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi: Added.
35833         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35834         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
35835
35836 2013-01-11  Stephen Chenney  <schenney@chromium.org>
35837
35838         [Chromium] More test expectations for Skia changes
35839
35840         Unreviewed test expectations update.
35841
35842         Mac 10.8 results that were not ready when the other mac results were updated.
35843
35844         * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
35845         * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
35846         * platform/chromium-mac/editing/deleting/4922367-expected.png:
35847         * platform/chromium-mac/editing/deleting/5099303-expected.png:
35848         * platform/chromium-mac/editing/deleting/5126166-expected.png:
35849         * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
35850         * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
35851         * platform/chromium-mac/editing/deleting/5272440-expected.png:
35852         * platform/chromium-mac/editing/deleting/5369009-expected.png:
35853         * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
35854         * platform/chromium-mac/editing/deleting/5483370-expected.png:
35855         * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
35856         * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
35857         * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
35858         * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
35859         * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
35860         * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
35861         * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
35862         * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
35863         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
35864         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
35865         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
35866         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
35867         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
35868         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
35869         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
35870         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
35871         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
35872         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
35873         * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
35874         * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
35875         * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
35876         * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
35877         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
35878         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
35879         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
35880         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
35881         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
35882         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
35883         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
35884         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
35885         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
35886         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
35887         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
35888         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
35889         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
35890         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
35891         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
35892         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
35893         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
35894         * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
35895         * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
35896         * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
35897         * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
35898         * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
35899         * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
35900         * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
35901         * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
35902         * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
35903         * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
35904         * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
35905         * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
35906         * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
35907         * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
35908         * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
35909         * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
35910         * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
35911         * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
35912         * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
35913         * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
35914         * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
35915         * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
35916         * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
35917         * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
35918         * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
35919         * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
35920         * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
35921         * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
35922         * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
35923         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
35924         * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
35925         * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
35926         * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
35927         * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
35928         * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
35929         * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
35930         * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
35931         * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
35932         * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
35933         * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
35934         * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
35935         * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
35936         * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
35937         * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
35938         * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
35939         * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
35940         * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
35941         * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
35942         * platform/chromium-mac/editing/deleting/table-cells-expected.png:
35943         * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
35944         * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
35945         * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
35946         * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
35947         * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
35948         * platform/chromium-mac/editing/execCommand/4747450-expected.png:
35949         * platform/chromium-mac/editing/execCommand/4916402-expected.png:
35950         * platform/chromium-mac/editing/execCommand/4916541-expected.png:
35951         * platform/chromium-mac/editing/execCommand/4924441-expected.png:
35952         * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
35953         * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
35954         * platform/chromium-mac/editing/execCommand/5136770-expected.png:
35955         * platform/chromium-mac/editing/execCommand/5138441-expected.png:
35956         * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
35957         * platform/chromium-mac/editing/execCommand/5481523-expected.png:
35958         * platform/chromium-mac/editing/execCommand/5569741-expected.png:
35959         * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
35960         * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
35961         * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
35962         * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
35963         * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
35964         * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
35965         * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
35966         * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
35967         * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
35968         * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
35969         * platform/chromium-mac/editing/execCommand/print-expected.png:
35970         * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
35971         * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
35972         * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
35973         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
35974         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
35975         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
35976         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
35977         * platform/chromium-mac/editing/inserting/12882-expected.png:
35978         * platform/chromium-mac/editing/inserting/4278698-expected.png:
35979         * platform/chromium-mac/editing/inserting/4840662-expected.png:
35980         * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
35981         * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
35982         * platform/chromium-mac/editing/inserting/4959067-expected.png:
35983         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
35984         * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
35985         * platform/chromium-mac/editing/inserting/5002441-expected.png:
35986         * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
35987         * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
35988         * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
35989         * platform/chromium-mac/editing/inserting/5418891-expected.png:
35990         * platform/chromium-mac/editing/inserting/5510537-expected.png:
35991         * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
35992         * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
35993         * platform/chromium-mac/editing/inserting/6703873-expected.png:
35994         * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
35995         * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
35996         * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
35997         * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
35998         * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
35999         * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
36000         * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
36001         * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
36002         * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
36003         * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
36004         * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
36005         * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
36006         * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
36007         * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
36008         * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
36009         * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
36010         * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
36011         * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
36012         * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
36013         * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
36014         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
36015         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
36016         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
36017         * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
36018         * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
36019         * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
36020         * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
36021         * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
36022         * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
36023         * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
36024         * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
36025         * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
36026         * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
36027         * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
36028         * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
36029         * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
36030         * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
36031         * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
36032         * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
36033         * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
36034         * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
36035         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
36036         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
36037         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
36038         * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
36039         * platform/chromium-mac/editing/inserting/line-break-expected.png:
36040         * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
36041         * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
36042         * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
36043         * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
36044         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
36045         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
36046         * platform/chromium-mac/editing/inserting/redo-expected.png:
36047         * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
36048         * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
36049         * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
36050         * platform/chromium-mac/editing/inserting/typing-001-expected.png:
36051         * platform/chromium-mac/editing/inserting/typing-002-expected.png:
36052         * platform/chromium-mac/editing/inserting/typing-003-expected.png:
36053         * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
36054         * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
36055         * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
36056         * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
36057         * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
36058         * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
36059         * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
36060         * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
36061         * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
36062         * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
36063         * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
36064         * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
36065         * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
36066         * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
36067         * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
36068         * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
36069         * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
36070         * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
36071         * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
36072         * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
36073         * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
36074         * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
36075         * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
36076         * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
36077         * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
36078         * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png:
36079         * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
36080         * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
36081         * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
36082         * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
36083         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
36084         * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
36085         * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
36086         * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
36087         * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
36088         * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
36089         * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
36090         * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
36091         * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
36092         * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
36093         * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
36094         * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
36095         * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
36096         * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
36097         * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
36098         * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
36099         * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
36100         * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
36101         * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
36102         * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
36103         * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
36104         * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
36105         * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
36106         * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
36107         * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
36108         * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
36109         * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
36110         * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
36111         * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
36112         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
36113         * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
36114         * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
36115         * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
36116         * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
36117         * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
36118         * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
36119         * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
36120         * platform/chromium-mac/editing/selection/13804-expected.png:
36121         * platform/chromium-mac/editing/selection/4818145-expected.png:
36122         * platform/chromium-mac/editing/selection/4866671-expected.png:
36123         * platform/chromium-mac/editing/selection/4889598-expected.png:
36124         * platform/chromium-mac/editing/selection/4895428-2-expected.png:
36125         * platform/chromium-mac/editing/selection/4895428-3-expected.png:
36126         * platform/chromium-mac/editing/selection/4932260-1-expected.png:
36127         * platform/chromium-mac/editing/selection/4932260-2-expected.png:
36128         * platform/chromium-mac/editing/selection/4932260-3-expected.png:
36129         * platform/chromium-mac/editing/selection/4947387-expected.png:
36130         * platform/chromium-mac/editing/selection/5007143-2-expected.png:
36131         * platform/chromium-mac/editing/selection/5007143-expected.png:
36132         * platform/chromium-mac/editing/selection/5057506-2-expected.png:
36133         * platform/chromium-mac/editing/selection/5057506-expected.png:
36134         * platform/chromium-mac/editing/selection/5076323-1-expected.png:
36135         * platform/chromium-mac/editing/selection/5076323-2-expected.png:
36136         * platform/chromium-mac/editing/selection/5076323-3-expected.png:
36137         * platform/chromium-mac/editing/selection/5099303-expected.png:
36138         * platform/chromium-mac/editing/selection/5131716-1-expected.png:
36139         * platform/chromium-mac/editing/selection/5131716-2-expected.png:
36140         * platform/chromium-mac/editing/selection/5131716-3-expected.png:
36141         * platform/chromium-mac/editing/selection/5131716-4-expected.png:
36142         * platform/chromium-mac/editing/selection/5195166-2-expected.png:
36143         * platform/chromium-mac/editing/selection/5234383-1-expected.png:
36144         * platform/chromium-mac/editing/selection/5234383-2-expected.png:
36145         * platform/chromium-mac/editing/selection/6476-expected.png:
36146         * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
36147         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
36148         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
36149         * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
36150         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
36151         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
36152         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
36153         * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
36154         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
36155         * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
36156         * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
36157         * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
36158         * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
36159         * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
36160         * platform/chromium-mac/editing/selection/end-of-document-expected.png:
36161         * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
36162         * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
36163         * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
36164         * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
36165         * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
36166         * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
36167         * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
36168         * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
36169         * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
36170         * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
36171         * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
36172         * platform/chromium-mac/editing/selection/iframe-expected.png:
36173         * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
36174         * platform/chromium-mac/editing/selection/inline-table-expected.png:
36175         * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
36176         * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
36177         * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
36178         * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
36179         * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
36180         * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
36181         * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
36182         * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
36183         * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
36184         * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
36185         * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
36186         * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
36187         * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
36188         * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
36189         * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
36190         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
36191         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
36192         * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
36193         * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
36194         * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
36195         * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
36196         * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
36197         * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
36198         * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
36199         * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
36200         * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
36201         * platform/chromium-mac/editing/selection/select-all-001-expected.png:
36202         * platform/chromium-mac/editing/selection/select-all-002-expected.png:
36203         * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
36204         * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
36205         * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
36206         * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
36207         * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
36208         * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
36209         * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
36210         * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
36211         * platform/chromium-mac/editing/selection/unrendered-002-expected.png:
36212         * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
36213         * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
36214         * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
36215         * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
36216         * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
36217         * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
36218         * platform/chromium-mac/editing/spelling/grammar-markers-expected.png:
36219         * platform/chromium-mac/editing/spelling/spelling-expected.png:
36220         * platform/chromium-mac/editing/style/4916887-expected.png:
36221         * platform/chromium-mac/editing/style/5017613-1-expected.png:
36222         * platform/chromium-mac/editing/style/5017613-2-expected.png:
36223         * platform/chromium-mac/editing/style/5046875-1-expected.png:
36224         * platform/chromium-mac/editing/style/5046875-2-expected.png:
36225         * platform/chromium-mac/editing/style/5065910-expected.png:
36226         * platform/chromium-mac/editing/style/5084241-expected.png:
36227         * platform/chromium-mac/editing/style/5228141-expected.png:
36228         * platform/chromium-mac/editing/style/5279521-expected.png:
36229         * platform/chromium-mac/editing/style/block-styles-007-expected.png:
36230         * platform/chromium-mac/editing/style/highlight-expected.png:
36231         * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
36232         * platform/chromium-mac/editing/style/smoosh-styles-003-expected.png:
36233         * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
36234         * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
36235         * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
36236         * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
36237         * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
36238         * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
36239         * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
36240         * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
36241         * platform/chromium-mac/editing/style/typing-style-001-expected.png:
36242         * platform/chromium-mac/editing/style/typing-style-002-expected.png:
36243         * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
36244         * platform/chromium-mac/editing/undo/4063751-expected.png:
36245         * platform/chromium-mac/editing/undo/5378473-expected.png:
36246         * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
36247         * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
36248         * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
36249         * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
36250         * platform/chromium-mac/editing/undo/undo-delete-expected.png:
36251         * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
36252         * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
36253         * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
36254         * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
36255         * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
36256         * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
36257         * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
36258         * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
36259         * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
36260         * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
36261         * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
36262         * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
36263         * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
36264         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
36265         * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png:
36266         * platform/chromium-mac/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
36267         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
36268         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
36269
36270 2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>
36271
36272         [Chromium] unnecessary expectations in platform/chromium/accessibility
36273         https://bugs.webkit.org/show_bug.cgi?id=106676
36274
36275         These files were copied from platform/mac/accessibility, but
36276         all of the corresponding tests are either mac-specific, or
36277         currently skipped on Chromium. There's no purpose to having
36278         these expectations in platform/chromium/accessibility.
36279
36280         Reviewed by Chris Fleizach.
36281
36282         * platform/chromium/accessibility/accesskey-expected.txt: Removed.
36283         * platform/chromium/accessibility/area-with-aria-label-expected.txt: Removed.
36284         * platform/chromium/accessibility/aria-alerts-expected.txt: Removed.
36285         * platform/chromium/accessibility/aria-checkbox-text-expected.txt: Removed.
36286         * platform/chromium/accessibility/aria-combobox-expected.txt: Removed.
36287         * platform/chromium/accessibility/aria-directory-expected.txt: Removed.
36288         * platform/chromium/accessibility/aria-divs-not-ignored-expected.txt: Removed.
36289         * platform/chromium/accessibility/aria-drag-drop-expected.txt: Removed.
36290         * platform/chromium/accessibility/aria-expanded-notifications-expected.txt: Removed.
36291         * platform/chromium/accessibility/aria-expanded-standard-items-expected.txt: Removed.
36292         * platform/chromium/accessibility/aria-flowto-expected.txt: Removed.
36293         * platform/chromium/accessibility/aria-grid-with-strange-hierarchy-expected.txt: Removed.
36294         * platform/chromium/accessibility/aria-grouping-roles-expected.txt: Removed.
36295         * platform/chromium/accessibility/aria-hidden-changes-for-non-ignored-elements-expected.txt: Removed.
36296         * platform/chromium/accessibility/aria-listbox-selectedchildren-change-expected.txt: Removed.
36297         * platform/chromium/accessibility/aria-liveregion-marquee-default-expected.txt: Removed.
36298         * platform/chromium/accessibility/aria-liveregion-on-image-expected.txt: Removed.
36299         * platform/chromium/accessibility/aria-liveregions-addedelement-expected.txt: Removed.
36300         * platform/chromium/accessibility/aria-liveregions-attributes-expected.txt: Removed.
36301         * platform/chromium/accessibility/aria-liveregions-changedalt-expected.txt: Removed.
36302         * platform/chromium/accessibility/aria-liveregions-changedtext-expected.txt: Removed.
36303         * platform/chromium/accessibility/aria-liveregions-notifications-always-sent-expected.txt: Removed.
36304         * platform/chromium/accessibility/aria-liveregions-notifications-expected.txt: Removed.
36305         * platform/chromium/accessibility/aria-liveregions-removedelement-expected.txt: Removed.
36306         * platform/chromium/accessibility/aria-menu-role-descriptions-expected.txt: Removed.
36307         * platform/chromium/accessibility/aria-menubar-expected.txt: Removed.
36308         * platform/chromium/accessibility/aria-multiline-expected.txt: Removed.
36309         * platform/chromium/accessibility/aria-multiselectable-expected.txt: Removed.
36310         * platform/chromium/accessibility/aria-owns-expected.txt: Removed.
36311         * platform/chromium/accessibility/aria-popup-buttons-on-native-elements-expected.txt: Removed.
36312         * platform/chromium/accessibility/aria-radiobutton-text-expected.txt: Removed.
36313         * platform/chromium/accessibility/aria-radiogroup-expected.txt: Removed.
36314         * platform/chromium/accessibility/aria-range-expected.txt: Removed.
36315         * platform/chromium/accessibility/aria-range-value-expected.txt: Removed.
36316         * platform/chromium/accessibility/aria-required-expected.txt: Removed.
36317         * platform/chromium/accessibility/aria-slider-expected.txt: Removed.
36318         * platform/chromium/accessibility/aria-slider-value-change-expected.txt: Removed.
36319         * platform/chromium/accessibility/aria-sort-expected.txt: Removed.
36320         * platform/chromium/accessibility/aria-spinbutton-expected.txt: Removed.
36321         * platform/chromium/accessibility/aria-table-with-colspan-cells-expected.txt: Removed.
36322         * platform/chromium/accessibility/aria-tables-expected.txt: Removed.
36323         * platform/chromium/accessibility/aria-toolbar-expected.txt: Removed.
36324         * platform/chromium/accessibility/aria-tree-activedescendant-expected.txt: Removed.
36325         * platform/chromium/accessibility/aria-tree-expected.txt: Removed.
36326         * platform/chromium/accessibility/aria-tree-index-of-items-expected.txt: Removed.
36327         * platform/chromium/accessibility/aria-treegrid-expected.txt: Removed.
36328         * platform/chromium/accessibility/aria-valuetext-expected.txt: Removed.
36329         * platform/chromium/accessibility/attributed-string-includes-highlighting-expected.txt: Removed.
36330         * platform/chromium/accessibility/attributed-string-includes-misspelled-with-selection-expected.txt: Removed.
36331         * platform/chromium/accessibility/bounds-for-range-expected.txt: Removed.
36332         * platform/chromium/accessibility/button-shouldnot-have-axvalue-expected.txt: Removed.
36333         * platform/chromium/accessibility/canvas-expected.txt: Removed.
36334         * platform/chromium/accessibility/change-notification-on-scroll-expected.txt: Removed.
36335         * platform/chromium/accessibility/clipped-text-under-element-expected.txt: Removed.
36336         * platform/chromium/accessibility/content-editable-expected.txt: Removed.
36337         * platform/chromium/accessibility/content-editable-range-properties-expected.txt: Removed.
36338         * platform/chromium/accessibility/crash-in-element-for-text-marker-expected.txt: Removed.
36339         * platform/chromium/accessibility/crash-invalid-text-marker-node-expected.txt: Removed.
36340         * platform/chromium/accessibility/css-content-attribute-expected.txt: Removed.
36341         * platform/chromium/accessibility/css-speech-speak-expected.txt: Removed.
36342         * platform/chromium/accessibility/definition-list-term-expected.txt: Removed.
36343         * platform/chromium/accessibility/deleting-iframe-destroys-axcache-expected.txt: Removed.
36344         * platform/chromium/accessibility/div-containing-div-with-aria-expected.txt: Removed.
36345         * platform/chromium/accessibility/document-attributes-expected.txt: Removed.
36346         * platform/chromium/accessibility/document-links-expected.txt: Removed.
36347         * platform/chromium/accessibility/document-title-used-for-description-expected.txt: Removed.
36348         * platform/chromium/accessibility/double-title-expected.txt: Removed.
36349         * platform/chromium/accessibility/element-focus-expected.txt: Removed.
36350         * platform/chromium/accessibility/element-for-text-marker-expected.txt: Removed.
36351         * platform/chromium/accessibility/element-haspopup-expected.txt: Removed.
36352         * platform/chromium/accessibility/element-is-ignored-expected.txt: Removed.
36353         * platform/chromium/accessibility/element-level-expected.txt: Removed.
36354         * platform/chromium/accessibility/estimated-progress-expected.txt: Removed.
36355         * platform/chromium/accessibility/footer-expected.txt: Removed.
36356         * platform/chromium/accessibility/footer-roledescription-expected.txt: Removed.
36357         * platform/chromium/accessibility/form-control-value-settable-expected.txt: Removed.
36358         * platform/chromium/accessibility/frame-with-title-expected.txt: Removed.
36359         * platform/chromium/accessibility/header-expected.txt: Removed.
36360         * platform/chromium/accessibility/heading-clickpoint-expected.txt: Removed.
36361         * platform/chromium/accessibility/html-section-elements-expected.txt: Removed.
36362         * platform/chromium/accessibility/html-slider-indicator-expected.txt: Removed.
36363         * platform/chromium/accessibility/html-with-aria-label-expected.txt: Removed.
36364         * platform/chromium/accessibility/html5-input-number-expected.txt: Removed.
36365         * platform/chromium/accessibility/html5-required-attribute-expected.txt: Removed.
36366         * platform/chromium/accessibility/iframe-aria-hidden-expected.txt: Removed.
36367         * platform/chromium/accessibility/iframe-with-title-correct-hierarchy-expected.txt: Removed.
36368         * platform/chromium/accessibility/image-map2-expected.txt: Removed.
36369         * platform/chromium/accessibility/imagemap-hittest-expected.txt: Removed.
36370         * platform/chromium/accessibility/inherited-presentational-lists-expected.txt: Removed.
36371         * platform/chromium/accessibility/input-image-url-expected.txt: Removed.
36372         * platform/chromium/accessibility/input-slider-expected.txt: Removed.
36373         * platform/chromium/accessibility/internal-link-anchors-expected.txt: Removed.
36374         * platform/chromium/accessibility/internal-link-anchors2-expected.txt: Removed.
36375         * platform/chromium/accessibility/internal-link-when-document-has-fragment-expected.txt: Removed.
36376         * platform/chromium/accessibility/label-element-with-hidden-control-expected.txt: Removed.
36377         * platform/chromium/accessibility/list-items-ignored-expected.txt: Removed.
36378         * platform/chromium/accessibility/listbox-hit-test-expected.txt: Removed.
36379         * platform/chromium/accessibility/lists-expected.txt: Removed.
36380         * platform/chromium/accessibility/live-region-on-span-expected.txt: Removed.
36381         * platform/chromium/accessibility/math-alttext-expected.txt: Removed.
36382         * platform/chromium/accessibility/media-element-expected.txt: Removed.
36383         * platform/chromium/accessibility/misspelled-attributed-string-expected.txt: Removed.
36384         * platform/chromium/accessibility/mixed-checkbox-expected.txt: Removed.
36385         * platform/chromium/accessibility/native-vs-nonnative-checkboxes-expected.txt: Removed.
36386         * platform/chromium/accessibility/no-unknown-objects-when-title-attribute-present-expected.txt: Removed.
36387         * platform/chromium/accessibility/option-with-arialabel-expected.txt: Removed.
36388         * platform/chromium/accessibility/option-with-lang-expected.txt: Removed.
36389         * platform/chromium/accessibility/parent-of-table-row-is-table-expected.txt: Removed.
36390         * platform/chromium/accessibility/plugin-expected.txt: Removed.
36391         * platform/chromium/accessibility/popup-button-title-expected.txt: Removed.
36392         * platform/chromium/accessibility/progressbar-expected.txt: Removed.
36393         * platform/chromium/accessibility/radio-button-group-members-expected.txt: Removed.
36394         * platform/chromium/accessibility/range-alter-by-step-expected.txt: Removed.
36395         * platform/chromium/accessibility/range-for-line-textarea-expected.txt: Removed.
36396         * platform/chromium/accessibility/range-for-position-expected.txt: Removed.
36397         * platform/chromium/accessibility/removing-textarea-after-edit-crash-expected.txt: Removed.
36398         * platform/chromium/accessibility/scrollbars-expected.txt: Removed.
36399         * platform/chromium/accessibility/search-predicate-expected.txt: Removed.
36400         * platform/chromium/accessibility/search-subrole-expected.txt: Removed.
36401         * platform/chromium/accessibility/search-when-element-starts-in-table-expected.txt: Removed.
36402         * platform/chromium/accessibility/search-with-frames-expected.txt: Removed.
36403         * platform/chromium/accessibility/select-element-selection-with-optgroups-expected.txt: Removed.
36404         * platform/chromium/accessibility/selected-rows-table-expected.txt: Removed.
36405         * platform/chromium/accessibility/selected-tab-crash-expected.txt: Removed.
36406         * platform/chromium/accessibility/selected-text-range-for-empty-textarea-expected.txt: Removed.
36407         * platform/chromium/accessibility/selection-value-changes-for-aria-textbox-expected.txt: Removed.
36408         * platform/chromium/accessibility/slider-allows-title-ui-element-expected.txt: Removed.
36409         * platform/chromium/accessibility/slider-supports-actions-expected.txt: Removed.
36410         * platform/chromium/accessibility/stale-table-rows-expected.txt: Removed.
36411         * platform/chromium/accessibility/static-text-role-uses-text-under-element-expected.txt: Removed.
36412         * platform/chromium/accessibility/static-text-with-aria-label-expected.txt: Removed.
36413         * platform/chromium/accessibility/string-range-contains-listmarker-expected.txt: Removed.
36414         * platform/chromium/accessibility/submit-button-default-value-expected.txt: Removed.
36415         * platform/chromium/accessibility/supports-focus-setting-expected.txt: Removed.
36416         * platform/chromium/accessibility/table-attributes-expected.txt: Removed.
36417         * platform/chromium/accessibility/table-cell-spans-expected.txt: Removed.
36418         * platform/chromium/accessibility/table-cells-expected.txt: Removed.
36419         * platform/chromium/accessibility/table-detection-expected.txt: Removed.
36420         * platform/chromium/accessibility/table-multi-bodies-expected.txt: Removed.
36421         * platform/chromium/accessibility/table-one-cell-expected.txt: Removed.
36422         * platform/chromium/accessibility/table-sections-expected.txt: Removed.
36423         * platform/chromium/accessibility/table-updating-expected.txt: Removed.
36424         * platform/chromium/accessibility/table-with-aria-role-expected.txt: Removed.
36425         * platform/chromium/accessibility/table-with-row-col-of-headers-expected.txt: Removed.
36426         * platform/chromium/accessibility/table-with-rules-expected.txt: Removed.
36427         * platform/chromium/accessibility/table-with-zebra-rows-expected.txt: Removed.
36428         * platform/chromium/accessibility/text-marker-length-expected.txt: Removed.
36429         * platform/chromium/accessibility/textbox-role-reports-line-number-expected.txt: Removed.
36430         * platform/chromium/accessibility/textbox-role-reports-notifications-expected.txt: Removed.
36431         * platform/chromium/accessibility/textmarker-for-index-out-of-bounds-crash-expected.txt: Removed.
36432         * platform/chromium/accessibility/textmarker-routines-expected.txt: Removed.
36433         * platform/chromium/accessibility/title-attribute-not-used-as-axtitle-expected.txt: Removed.
36434         * platform/chromium/accessibility/title-attribute-used-as-last-resort-expected.txt: Removed.
36435         * platform/chromium/accessibility/unexpected-help-text-expected.txt: Removed.
36436         * platform/chromium/accessibility/unsupported-attribute-does-not-crash-expected.txt: Removed.
36437         * platform/chromium/accessibility/update-children-when-aria-role-changes-expected.txt: Removed.
36438         * platform/chromium/accessibility/updating-attribute-in-table-row-crash-expected.txt: Removed.
36439         * platform/chromium/accessibility/visible-position-crash-for-text-node-expected.txt: Removed.
36440         * platform/chromium/accessibility/webarea-can-set-focus-expected.txt: Removed.
36441         * platform/chromium/accessibility/webarea-size-equals-content-size-expected.txt: Removed.
36442         * platform/chromium/accessibility/webkit-scrollarea-expected.txt: Removed.
36443         * platform/chromium/accessibility/webkit-scrollarea-position-expected.txt: Removed.
36444
36445 2013-01-11  Alexandru Chiculita  <achicu@adobe.com>
36446
36447         Element is displayed behind a composited layer when clipping is used on a previous element
36448         https://bugs.webkit.org/show_bug.cgi?id=104981
36449
36450         Reviewed by Simon Fraser.
36451
36452         Updated existing test results and added two new tests to check that animations respect the correct paint order,
36453         even though they are painted with composited layers.
36454
36455         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
36456         disable the overlapping optimizations. Because of that, some of the test results were updated to include the layers that, previously,
36457         were not created as a result of being in front of a "clipping container".
36458
36459         * compositing/geometry/foreground-layer-expected.txt:
36460         * compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
36461         * compositing/layer-creation/overlap-animation-clipping.html: Added. Checking that the animation inside a clipping container is not 
36462         affecting how we compute the animations outside the clipping container. 
36463         * compositing/layer-creation/overlap-animation-container-expected.txt: Added. 
36464         * compositing/layer-creation/overlap-animation-container.html: Added. Checking that we don't create unnecessary composited layers for layers inside
36465         composited containers that draw in front of animated layers.
36466         * compositing/overflow/clip-descendents-expected.txt:
36467         * compositing/overflow/clip-descendents.html: Removed the text from the output, so that platforms can share the same expected result.
36468         * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt: Removed. Not needed anymore, all Chromium platforms can share the same results now.
36469         * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
36470         * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
36471         * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
36472         * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
36473         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
36474         * platform/chromium/compositing/overflow/clip-descendents-expected.txt: Renamed from LayoutTests/platform/chromium-mac/compositing/overflow/clip-descendents-expected.txt.
36475         * platform/qt/compositing/overflow/clip-descendents-expected.txt:
36476
36477 2013-01-11  Stephen Chenney  <schenney@chromium.org>
36478
36479         [Chromium] More test expectations for Skia changes
36480
36481         Unreviewed test expectations update.
36482
36483         Mozilla test cases for linux. Also re-adding hixie/perf/006.xml, which is failing
36484
36485         * platform/chromium-linux-x86/tables/mozilla/bugs/bug1188-expected.png: Added.
36486         * platform/chromium-linux-x86/tables/mozilla/bugs/bug1318-expected.png: Added.
36487         * platform/chromium-linux-x86/tables/mozilla/bugs/bug137388-2-expected.png: Added.
36488         * platform/chromium-linux-x86/tables/mozilla/bugs/bug138725-expected.png: Added.
36489         * platform/chromium-linux-x86/tables/mozilla/bugs/bug18359-expected.png: Added.
36490         * platform/chromium-linux-x86/tables/mozilla/bugs/bug23235-expected.png: Added.
36491         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-2-expected.png: Added.
36492         * platform/chromium-linux-x86/tables/mozilla/bugs/bug2479-3-expected.png: Added.
36493         * platform/chromium-linux-x86/tables/mozilla/bugs/bug26178-expected.png: Added.
36494         * platform/chromium-linux-x86/tables/mozilla/bugs/bug28928-expected.png: Added.
36495         * platform/chromium-linux-x86/tables/mozilla/bugs/bug29326-expected.png: Added.
36496         * platform/chromium-linux-x86/tables/mozilla/bugs/bug33855-expected.png: Added.
36497         * platform/chromium-linux-x86/tables/mozilla/bugs/bug39209-expected.png: Added.
36498         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4093-expected.png: Added.
36499         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4382-expected.png: Added.
36500         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4429-expected.png: Added.
36501         * platform/chromium-linux-x86/tables/mozilla/bugs/bug44505-expected.png: Added.
36502         * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Added.
36503         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-1-expected.png: Added.
36504         * platform/chromium-linux-x86/tables/mozilla/bugs/bug46368-2-expected.png: Added.
36505         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51037-expected.png: Added.
36506         * platform/chromium-linux-x86/tables/mozilla/bugs/bug51727-expected.png: Added.
36507         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52505-expected.png: Added.
36508         * platform/chromium-linux-x86/tables/mozilla/bugs/bug52506-expected.png: Added.
36509         * platform/chromium-linux-x86/tables/mozilla/bugs/bug60749-expected.png: Added.
36510         * platform/chromium-linux-x86/tables/mozilla/bugs/bug68912-expected.png: Added.
36511         * platform/chromium-linux-x86/tables/mozilla/bugs/bug7342-expected.png: Added.
36512         * platform/chromium-linux-x86/tables/mozilla/bugs/bug92647-2-expected.png: Added.
36513         * platform/chromium-linux-x86/tables/mozilla/bugs/bug96334-expected.png: Added.
36514         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders: Added.
36515         * platform/chromium-linux-x86/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
36516         * platform/chromium-linux-x86/tables/mozilla/core: Added.
36517         * platform/chromium-linux-x86/tables/mozilla/core/margins-expected.png: Added.
36518         * platform/chromium-linux-x86/tables/mozilla/dom: Added.
36519         * platform/chromium-linux-x86/tables/mozilla/dom/tableDom-expected.png: Added.
36520         * platform/chromium-linux-x86/tables/mozilla/other: Added.
36521         * platform/chromium-linux-x86/tables/mozilla/other/move_row-expected.png: Added.
36522         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
36523         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
36524         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders: Added.
36525         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Added.
36526         * platform/chromium-linux-x86/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Added.
36527         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Added.
36528         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
36529         * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
36530         * platform/chromium-linux-x86/transforms/2d/zoom-menulist-expected.png: Added.
36531         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
36532         * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
36533         * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
36534         * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
36535         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
36536         * platform/chromium-linux/tables/mozilla/bugs/bug23235-expected.png:
36537         * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
36538         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
36539         * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
36540         * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
36541         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
36542         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
36543         * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
36544         * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png:
36545         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
36546         * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
36547         * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
36548         * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
36549         * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
36550         * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
36551         * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
36552         * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
36553         * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
36554         * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
36555         * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
36556         * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
36557         * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
36558         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
36559         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
36560         * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
36561         * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
36562         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
36563         * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
36564         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
36565         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
36566         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
36567         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
36568         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
36569         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
36570         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
36571         * platform/chromium-mac-lion/tables/mozilla/bugs/bug137388-2-expected.png:
36572         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4093-expected.png:
36573         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug137388-2-expected.png:
36574         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4093-expected.png:
36575         * platform/chromium-mac/tables/mozilla/bugs/bug137388-2-expected.png:
36576         * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png:
36577         * platform/chromium-win-xp/tables/mozilla/bugs/bug137388-2-expected.png: Added.
36578         * platform/chromium-win-xp/tables/mozilla/bugs/bug23235-expected.png: Added.
36579         * platform/chromium-win-xp/tables/mozilla/bugs/bug4093-expected.png: Added.
36580         * platform/chromium-win/tables/mozilla/bugs/bug137388-2-expected.png:
36581         * platform/chromium-win/tables/mozilla/bugs/bug23235-expected.png:
36582         * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png:
36583         * platform/chromium/TestExpectations:
36584
36585 2013-01-11  Levi Weintraub  <leviw@chromium.org>
36586
36587         Unreviewed gardening. r139445 triggered assertions in Skia on debug Chromium bots.
36588         Marking them as crashing in TestExpectations.
36589
36590         * platform/chromium/TestExpectations:
36591
36592 2013-01-11  Stephen Chenney  <schenney@chromium.org>
36593
36594         [Chromium] More test expectations for Skia changes
36595
36596         Unreviewed test expectations update.
36597
36598         Mostly files that were broken only on Mac or Win.
36599
36600         * platform/chromium-linux-x86/fast/forms/input-appearance-height-expected.png: Added.
36601         * platform/chromium-linux-x86/fast/forms/input-button-sizes-expected.png: Added.
36602         * platform/chromium-linux-x86/fast/forms/input-value-expected.png: Added.
36603         * platform/chromium-linux-x86/fast/forms/menulist-deselect-update-expected.png: Added.
36604         * platform/chromium-linux-x86/fast/forms/menulist-no-overflow-expected.png: Added.
36605         * platform/chromium-linux-x86/fast/forms/menulist-restrict-line-height-expected.png: Added.
36606         * platform/chromium-linux-x86/fast/forms/menulist-separator-painting-expected.png: Added.
36607         * platform/chromium-linux-x86/fast/forms/menulist-style-color-expected.png: Added.
36608         * platform/chromium-linux-x86/fast/forms/menulist-width-change-expected.png: Added.
36609         * platform/chromium-linux-x86/fast/forms/option-script-expected.png: Added.
36610         * platform/chromium-linux-x86/fast/forms/option-strip-whitespace-expected.png: Added.
36611         * platform/chromium-linux-x86/fast/forms/option-text-clip-expected.png: Added.
36612         * platform/chromium-linux-x86/fast/forms/select-align-expected.png: Added.
36613         * platform/chromium-linux-x86/fast/forms/select-baseline-expected.png: Added.
36614         * platform/chromium-linux-x86/fast/forms/select-change-listbox-to-popup-expected.png: Added.
36615         * platform/chromium-linux-x86/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
36616         * platform/chromium-linux-x86/fast/forms/select-disabled-appearance-expected.png: Added.
36617         * platform/chromium-linux-x86/fast/forms/select-initial-position-expected.png: Added.
36618         * platform/chromium-linux-x86/fast/forms/select-selected-expected.png: Added.
36619         * platform/chromium-linux-x86/fast/forms/targeted-frame-submission-expected.png: Added.
36620         * platform/chromium-linux-x86/fast/forms/zoomed-controls-expected.png: Added.
36621         * platform/chromium-linux-x86/fast/inline/positionedLifetime-expected.png: Added.
36622         * platform/chromium-linux-x86/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
36623         * platform/chromium-linux-x86/fast/overflow/scrollRevealButton-expected.png: Added.
36624         * platform/chromium-linux-x86/fast/repaint/control-clip-expected.png: Added.
36625         * platform/chromium-linux-x86/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36626         * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36627         * platform/chromium-linux-x86/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
36628         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36629         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
36630         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36631         * platform/chromium-linux-x86/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
36632         * platform/chromium-linux-x86/svg/carto.net/colourpicker-expected.png: Added.
36633         * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36634         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
36635         * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
36636         * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
36637         * platform/chromium-linux/fast/forms/input-value-expected.png:
36638         * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
36639         * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
36640         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
36641         * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
36642         * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
36643         * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
36644         * platform/chromium-linux/fast/forms/option-script-expected.png:
36645         * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
36646         * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
36647         * platform/chromium-linux/fast/forms/select-align-expected.png:
36648         * platform/chromium-linux/fast/forms/select-baseline-expected.png:
36649         * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.png:
36650         * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png:
36651         * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
36652         * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
36653         * platform/chromium-linux/fast/forms/select-selected-expected.png:
36654         * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png:
36655         * platform/chromium-linux/fast/forms/zoomed-controls-expected.png:
36656         * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
36657         * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
36658         * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png:
36659         * platform/chromium-linux/fast/repaint/control-clip-expected.png:
36660         * platform/chromium-linux/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36661         * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36662         * platform/chromium-linux/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
36663         * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36664         * platform/chromium-linux/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
36665         * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36666         * platform/chromium-linux/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
36667         * platform/chromium-linux/svg/carto.net/colourpicker-expected.png:
36668         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36669         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
36670         * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.png: Added.
36671         * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
36672         * platform/chromium-mac-lion/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36673         * platform/chromium-mac-lion/fonts/monospace-expected.png:
36674         * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
36675         * platform/chromium-mac-lion/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36676         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
36677         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.png:
36678         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-2-expected.txt:
36679         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.png:
36680         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
36681         * platform/chromium-mac-snowleopard/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36682         * platform/chromium-mac-snowleopard/fonts/monospace-expected.png:
36683         * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
36684         * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
36685         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
36686         * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
36687         * platform/chromium-mac/fast/css/focus-ring-detached-expected.png:
36688         * platform/chromium-mac/fast/css/focus-ring-multiline-expected.png:
36689         * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
36690         * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png:
36691         * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png:
36692         * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png:
36693         * platform/chromium-mac/fast/css/font-face-multiple-faces-expected.png:
36694         * platform/chromium-mac/fast/css/outline-auto-location-expected.png:
36695         * platform/chromium-mac/fast/dom/52776-expected.png:
36696         * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png:
36697         * platform/chromium-mac/fast/events/autoscroll-expected.png:
36698         * platform/chromium-mac/fast/events/context-no-deselect-expected.png:
36699         * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.png:
36700         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
36701         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
36702         * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png:
36703         * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png:
36704         * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
36705         * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
36706         * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
36707         * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
36708         * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png:
36709         * platform/chromium-mac/fast/forms/input-text-double-click-expected.png:
36710         * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png:
36711         * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png:
36712         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
36713         * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png:
36714         * platform/chromium-mac/fast/forms/listbox-hit-test-zoomed-expected.png:
36715         * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png:
36716         * platform/chromium-mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
36717         * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png:
36718         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
36719         * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
36720         * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
36721         * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png:
36722         * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png:
36723         * platform/chromium-mac/fast/forms/textfield-outline-expected.png:
36724         * platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
36725         * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png:
36726         * platform/chromium-mac/fast/inline/25277-2-expected.png:
36727         * platform/chromium-mac/fast/inline/25277-expected.png:
36728         * platform/chromium-mac/fast/inline/continuation-outlines-expected.png:
36729         * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
36730         * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png: Added.
36731         * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
36732         * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png:
36733         * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png:
36734         * platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png:
36735         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
36736         * platform/chromium-mac/fast/repaint/focus-layers-expected.png:
36737         * platform/chromium-mac/fast/repaint/focus-ring-expected.png:
36738         * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.png:
36739         * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
36740         * platform/chromium-mac/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png:
36741         * platform/chromium-mac/fast/table/table-row-focus-ring-paint-expected.png:
36742         * platform/chromium-mac/fast/text/atsui-multiple-renderers-expected.png:
36743         * platform/chromium-mac/fast/text/complex-synthetic-bold-space-width-expected.png:
36744         * platform/chromium-mac/fast/text/delete-hard-break-character-expected.png:
36745         * platform/chromium-mac/fast/text/international/rtl-caret-expected.png:
36746         * platform/chromium-mac/fast/transforms/transformed-caret-expected.png:
36747         * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
36748         * platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png:
36749         * platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png:
36750         * platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png:
36751         * platform/chromium-mac/fonts/monospace-expected.png:
36752         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png:
36753         * platform/chromium-mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
36754         * platform/chromium-mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
36755         * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
36756         * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36757         * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
36758         * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.png: Added.
36759         * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
36760         * platform/chromium-win-xp/fast/inline/continuation-outlines-with-layers-expected.png: Added.
36761         * platform/chromium-win-xp/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36762         * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36763         * platform/chromium-win-xp/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
36764         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36765         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
36766         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36767         * platform/chromium-win-xp/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
36768         * platform/chromium-win-xp/svg/carto.net: Added.
36769         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
36770         * platform/chromium-win-xp/svg/transforms: Added.
36771         * platform/chromium-win-xp/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
36772         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
36773         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.png:
36774         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
36775         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.png:
36776         * platform/chromium-win/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
36777         * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36778         * platform/chromium-win/fast/writing-mode/border-image-horizontal-bt-expected.txt: Added.
36779         * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36780         * platform/chromium-win/fast/writing-mode/border-image-vertical-lr-expected.txt: Added.
36781         * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36782         * platform/chromium-win/fast/writing-mode/border-image-vertical-rl-expected.txt: Added.
36783         * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
36784         * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
36785         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
36786         * platform/chromium/TestExpectations:
36787
36788 2013-01-11  Stephen Chenney  <schenney@chromium.org>
36789
36790         [Chromium] More test expectations for Skia changes
36791
36792         Unreviewed test expectations update.
36793
36794         These are a few files that had some platforms already failing, hence
36795         requiring special care and attention.
36796
36797         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement: Added.
36798         * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
36799         * platform/chromium-linux-x86/fast/forms/validation-message-appearance-expected.png: Added.
36800         * platform/chromium-linux-x86/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
36801         * platform/chromium-linux-x86/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
36802         * platform/chromium-linux-x86/fast/speech: Added.
36803         * platform/chromium-linux-x86/fast/speech/input-appearance-searchandspeech-expected.png: Added.
36804         * platform/chromium-linux-x86/fast/transforms: Added.
36805         * platform/chromium-linux-x86/fast/transforms/transformed-focused-text-input-expected.png: Added.
36806         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
36807         * platform/chromium-linux-x86/svg/batik/filters: Added.
36808         * platform/chromium-linux-x86/svg/batik/filters/feTile-expected.png: Added.
36809         * platform/chromium-linux-x86/svg/custom/js-late-gradient-creation-expected.png: Added.
36810         * platform/chromium-linux-x86/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
36811         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
36812         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
36813         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
36814         * platform/chromium-linux/fast/gradients/css3-linear-right-angle-gradients-expected.png:
36815         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
36816         * platform/chromium-linux/fast/transforms/transformed-focused-text-input-expected.png:
36817         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
36818         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
36819         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
36820         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
36821         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
36822         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
36823         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
36824         * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
36825         * platform/chromium-mac-lion/fast/gradients/css3-linear-right-angle-gradients-expected.png:
36826         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png:
36827         * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
36828         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
36829         * platform/chromium-mac-lion/svg/batik/filters/feTile-expected.png: Added.
36830         * platform/chromium-mac-lion/svg/custom/js-late-gradient-creation-expected.png:
36831         * platform/chromium-mac-lion/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
36832         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
36833         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
36834         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
36835         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
36836         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
36837         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
36838         * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
36839         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
36840         * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
36841         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Added.
36842         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
36843         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
36844         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
36845         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
36846         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
36847         * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
36848         * platform/chromium-mac/fast/gradients/css3-linear-right-angle-gradients-expected.png:
36849         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
36850         * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
36851         * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
36852         * platform/chromium-mac/svg/batik/filters/feTile-expected.png:
36853         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
36854         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
36855         * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
36856         * platform/chromium-win-xp/fast/gradients: Added.
36857         * platform/chromium-win-xp/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
36858         * platform/chromium-win-xp/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
36859         * platform/chromium-win-xp/fast/speech: Added.
36860         * platform/chromium-win-xp/fast/speech/input-appearance-searchandspeech-expected.png: Added.
36861         * platform/chromium-win-xp/svg/batik/filters: Added.
36862         * platform/chromium-win-xp/svg/batik/filters/feTile-expected.png: Added.
36863         * platform/chromium-win-xp/svg/custom/js-late-gradient-creation-expected.png: Added.
36864         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
36865         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
36866         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
36867         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
36868         * platform/chromium-win/fast/gradients/css3-linear-right-angle-gradients-expected.png:
36869         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
36870         * platform/chromium-win/svg/batik/filters/feTile-expected.png:
36871         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
36872         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png:
36873         * platform/chromium/TestExpectations:
36874
36875 2013-01-11  Levi Weintraub  <leviw@chromium.org>
36876
36877         RenderGeometryMap and TransformState disagree with sub-pixel layout and translations
36878         https://bugs.webkit.org/show_bug.cgi?id=106047
36879
36880         Reviewed by Simon Fraser.
36881
36882         * fast/layers/geometry-map-transform-state-translation-mismatch-expected.txt: Added.
36883         * fast/layers/geometry-map-transform-state-translation-mismatch.html: Added.
36884
36885 2013-01-11  Stephen Chenney  <schenney@chromium.org>
36886
36887         [Chromium] Rebaselines after Skia changes.
36888
36889         Unreviewed test expectations update.
36890
36891         These are the last of the Mac/Win failures that do not also occur on Linux.
36892         There is also an attempt to fix the TestExpectations so that Linux
36893         goes green. Apparently it will be red if you have "Failure" when it's
36894         actually an "ImageOnlyFailure", but not reliably.
36895
36896         * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
36897         * platform/chromium-mac-lion/fast/css/focus-ring-detached-expected.png:
36898         * platform/chromium-mac-lion/fast/css/focus-ring-multiline-expected.png:
36899         * platform/chromium-mac-lion/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
36900         * platform/chromium-mac-lion/fast/css/focus-ring-outline-color-expected.png:
36901         * platform/chromium-mac-lion/fast/css/focus-ring-outline-offset-expected.png:
36902         * platform/chromium-mac-lion/fast/css/focus-ring-outline-width-expected.png:
36903         * platform/chromium-mac-lion/fast/css/font-face-multiple-faces-expected.png:
36904         * platform/chromium-mac-lion/fast/css/outline-auto-location-expected.png:
36905         * platform/chromium-mac-lion/fast/dom/52776-expected.png:
36906         * platform/chromium-mac-lion/fast/dom/focus-contenteditable-expected.png:
36907         * platform/chromium-mac-lion/fast/events/autoscroll-expected.png:
36908         * platform/chromium-mac-lion/fast/events/context-no-deselect-expected.png:
36909         * platform/chromium-mac-lion/fast/events/reveal-link-when-focused-expected.png:
36910         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
36911         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
36912         * platform/chromium-mac-lion/fast/forms/input-appearance-focus-expected.png:
36913         * platform/chromium-mac-lion/fast/forms/input-appearance-selection-expected.png:
36914         * platform/chromium-mac-lion/fast/forms/input-double-click-selection-gap-bug-expected.png:
36915         * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png:
36916         * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-1-expected.png:
36917         * platform/chromium-mac-lion/fast/forms/input-placeholder-visibility-3-expected.png:
36918         * platform/chromium-mac-lion/fast/forms/input-text-click-inside-expected.png:
36919         * platform/chromium-mac-lion/fast/forms/input-text-double-click-expected.png:
36920         * platform/chromium-mac-lion/fast/forms/input-text-drag-down-expected.png:
36921         * platform/chromium-mac-lion/fast/forms/input-text-option-delete-expected.png:
36922         * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png:
36923         * platform/chromium-mac-lion/fast/forms/input-text-self-emptying-click-expected.png:
36924         * platform/chromium-mac-lion/fast/forms/listbox-hit-test-zoomed-expected.png:
36925         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
36926         * platform/chromium-mac-lion/fast/forms/number/number-appearance-rtl-expected.png:
36927         * platform/chromium-mac-lion/fast/forms/plaintext-mode-2-expected.png:
36928         * platform/chromium-mac-lion/fast/forms/select-listbox-multiple-no-focusring-expected.png:
36929         * platform/chromium-mac-lion/fast/forms/tabbing-input-iframe-expected.png:
36930         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-1-expected.png:
36931         * platform/chromium-mac-lion/fast/forms/textarea-placeholder-visibility-2-expected.png:
36932         * platform/chromium-mac-lion/fast/forms/textarea-scrollbar-expected.png:
36933         * platform/chromium-mac-lion/fast/forms/textarea-scrolled-type-expected.png:
36934         * platform/chromium-mac-lion/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
36935         * platform/chromium-mac-lion/fast/forms/textfield-focus-ring-expected.png:
36936         * platform/chromium-mac-lion/fast/forms/textfield-outline-expected.png:
36937         * platform/chromium-mac-lion/fast/forms/textfield-overflow-expected.png:
36938         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
36939         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
36940         * platform/chromium-mac-lion/fast/frames/take-focus-from-iframe-expected.png:
36941         * platform/chromium-mac-lion/fast/inline/25277-2-expected.png:
36942         * platform/chromium-mac-lion/fast/inline/25277-expected.png:
36943         * platform/chromium-mac-lion/fast/inline/continuation-outlines-expected.png:
36944         * platform/chromium-mac-lion/fast/inline/continuation-outlines-with-layers-2-expected.png:
36945         * platform/chromium-mac-lion/fast/inline/inline-focus-ring-expected.png:
36946         * platform/chromium-mac-lion/fast/overflow/overflow-focus-ring-expected.png:
36947         * platform/chromium-mac-lion/fast/repaint/continuation-after-outline-expected.png:
36948         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
36949         * platform/chromium-mac-lion/fast/repaint/focus-layers-expected.png:
36950         * platform/chromium-mac-lion/fast/repaint/focus-ring-expected.png: Added.
36951         * platform/chromium-mac-lion/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
36952         * platform/chromium-mac-lion/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
36953         * platform/chromium-mac-lion/fast/table/table-row-focus-ring-paint-expected.png: Added.
36954         * platform/chromium-mac-lion/fast/text/atsui-multiple-renderers-expected.png:
36955         * platform/chromium-mac-lion/fast/text/complex-synthetic-bold-space-width-expected.png:
36956         * platform/chromium-mac-lion/fast/text/delete-hard-break-character-expected.png:
36957         * platform/chromium-mac-lion/fast/text/international/rtl-caret-expected.png:
36958         * platform/chromium-mac-lion/fast/transforms/transformed-caret-expected.png:
36959         * platform/chromium-mac-lion/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
36960         * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
36961         * platform/chromium-mac-lion/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
36962         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility: Added.
36963         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
36964         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
36965         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
36966         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
36967         * platform/chromium-mac-snowleopard/fast/css/focus-ring-detached-expected.png:
36968         * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-expected.png:
36969         * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
36970         * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-color-expected.png:
36971         * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-offset-expected.png:
36972         * platform/chromium-mac-snowleopard/fast/css/focus-ring-outline-width-expected.png:
36973         * platform/chromium-mac-snowleopard/fast/css/font-face-multiple-faces-expected.png:
36974         * platform/chromium-mac-snowleopard/fast/css/outline-auto-location-expected.png:
36975         * platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
36976         * platform/chromium-mac-snowleopard/fast/dom/focus-contenteditable-expected.png:
36977         * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
36978         * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png:
36979         * platform/chromium-mac-snowleopard/fast/events/reveal-link-when-focused-expected.png:
36980         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
36981         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png:
36982         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
36983         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
36984         * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
36985         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png:
36986         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
36987         * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
36988         * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
36989         * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
36990         * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
36991         * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
36992         * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
36993         * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
36994         * platform/chromium-mac-snowleopard/fast/forms/listbox-hit-test-zoomed-expected.png:
36995         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
36996         * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png:
36997         * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
36998         * platform/chromium-mac-snowleopard/fast/forms/select-listbox-multiple-no-focusring-expected.png:
36999         * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
37000         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png:
37001         * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png:
37002         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrollbar-expected.png:
37003         * platform/chromium-mac-snowleopard/fast/forms/textarea-scrolled-type-expected.png:
37004         * platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
37005         * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
37006         * platform/chromium-mac-snowleopard/fast/forms/textfield-outline-expected.png:
37007         * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png:
37008         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
37009         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
37010         * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
37011         * platform/chromium-mac-snowleopard/fast/inline/25277-2-expected.png:
37012         * platform/chromium-mac-snowleopard/fast/inline/25277-expected.png:
37013         * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-expected.png:
37014         * platform/chromium-mac-snowleopard/fast/inline/inline-focus-ring-expected.png:
37015         * platform/chromium-mac-snowleopard/fast/overflow/overflow-focus-ring-expected.png:
37016         * platform/chromium-mac-snowleopard/fast/repaint/continuation-after-outline-expected.png:
37017         * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
37018         * platform/chromium-mac-snowleopard/fast/repaint/focus-layers-expected.png:
37019         * platform/chromium-mac-snowleopard/fast/repaint/focus-ring-expected.png: Added.
37020         * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
37021         * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
37022         * platform/chromium-mac-snowleopard/fast/table/table-row-focus-ring-paint-expected.png: Added.
37023         * platform/chromium-mac-snowleopard/fast/text/atsui-multiple-renderers-expected.png:
37024         * platform/chromium-mac-snowleopard/fast/text/complex-synthetic-bold-space-width-expected.png:
37025         * platform/chromium-mac-snowleopard/fast/text/delete-hard-break-character-expected.png:
37026         * platform/chromium-mac-snowleopard/fast/text/international/rtl-caret-expected.png:
37027         * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png:
37028         * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
37029         * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
37030         * platform/chromium-mac-snowleopard/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
37031         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility: Added.
37032         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
37033         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
37034         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
37035         * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Added.
37036         * platform/chromium-win-xp/fast/borders/border-image-border-radius-expected.png: Added.
37037         * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Added.
37038         * platform/chromium-win-xp/fast/borders/border-image-omit-right-slice-expected.png: Added.
37039         * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Added.
37040         * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Added.
37041         * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Added.
37042         * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Added.
37043         * platform/chromium-win-xp/fast/images/paint-subrect-grid-expected.png: Added.
37044         * platform/chromium-win/fast/borders/border-image-01-expected.png:
37045         * platform/chromium-win/fast/borders/border-image-border-radius-expected.png:
37046         * platform/chromium-win/fast/borders/border-image-longhand-expected.png:
37047         * platform/chromium-win/fast/borders/border-image-omit-right-slice-expected.png:
37048         * platform/chromium-win/fast/borders/border-image-repeat-expected.png:
37049         * platform/chromium-win/fast/borders/border-image-scrambled-expected.png:
37050         * platform/chromium-win/fast/borders/border-image-slices-expected.png:
37051         * platform/chromium-win/fast/borders/border-image-source-expected.png:
37052         * platform/chromium-win/fast/images/paint-subrect-grid-expected.png:
37053         * platform/chromium/TestExpectations:
37054
37055 2013-01-11  Stephen Chenney  <schenney@chromium.org>
37056
37057         [Chromium] Mac editing test rebaseline
37058
37059         Unreviewed expectations update.
37060
37061         For whatever reason Mac 10.6 and 10.7 use Skia for drawing edit boxes.
37062         They all needed rebaselining.
37063
37064         * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
37065         * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
37066         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
37067         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
37068         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
37069         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
37070         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
37071         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
37072         * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
37073         * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
37074         * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
37075         * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
37076         * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
37077         * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
37078         * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
37079         * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
37080         * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
37081         * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
37082         * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
37083         * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
37084         * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
37085         * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
37086         * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
37087         * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
37088         * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
37089         * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
37090         * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
37091         * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
37092         * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
37093         * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
37094         * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
37095         * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
37096         * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
37097         * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
37098         * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
37099         * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
37100         * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
37101         * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
37102         * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
37103         * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
37104         * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
37105         * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
37106         * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
37107         * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
37108         * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
37109         * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
37110         * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
37111         * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
37112         * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
37113         * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
37114         * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
37115         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
37116         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
37117         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
37118         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
37119         * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
37120         * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
37121         * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
37122         * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
37123         * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
37124         * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
37125         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
37126         * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
37127         * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
37128         * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
37129         * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
37130         * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
37131         * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
37132         * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
37133         * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
37134         * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
37135         * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
37136         * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
37137         * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
37138         * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
37139         * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
37140         * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
37141         * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
37142         * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
37143         * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
37144         * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
37145         * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
37146         * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
37147         * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
37148         * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
37149         * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
37150         * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
37151         * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
37152         * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
37153         * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
37154         * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
37155         * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
37156         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
37157         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
37158         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
37159         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
37160         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
37161         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
37162         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
37163         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
37164         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
37165         * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
37166         * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
37167         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
37168         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
37169         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
37170         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
37171         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
37172         * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
37173         * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
37174         * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
37175         * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
37176         * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
37177         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
37178         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
37179         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
37180         * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
37181         * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
37182         * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
37183         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
37184         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
37185         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
37186         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
37187         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
37188         * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
37189         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
37190         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
37191         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
37192         * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
37193         * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
37194         * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
37195         * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
37196         * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
37197         * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
37198         * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
37199         * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
37200         * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
37201         * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
37202         * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
37203         * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
37204         * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
37205         * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
37206         * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
37207         * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
37208         * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
37209         * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
37210         * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
37211         * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
37212         * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
37213         * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
37214         * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
37215         * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
37216         * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
37217         * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
37218         * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
37219         * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
37220         * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
37221         * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
37222         * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
37223         * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
37224         * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
37225         * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
37226         * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
37227         * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
37228         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
37229         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
37230         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
37231         * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
37232         * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
37233         * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
37234         * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
37235         * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
37236         * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
37237         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
37238         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
37239         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
37240         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
37241         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
37242         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
37243         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
37244         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
37245         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
37246         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
37247         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
37248         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
37249         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
37250         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
37251         * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
37252         * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
37253         * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
37254         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
37255         * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
37256         * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
37257         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
37258         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
37259         * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
37260         * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
37261         * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
37262         * platform/chromium-mac-lion/editing/selection/13804-expected.png:
37263         * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
37264         * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
37265         * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
37266         * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
37267         * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
37268         * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
37269         * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
37270         * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
37271         * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
37272         * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
37273         * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
37274         * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
37275         * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
37276         * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
37277         * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
37278         * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
37279         * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
37280         * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
37281         * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
37282         * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
37283         * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
37284         * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
37285         * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
37286         * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
37287         * platform/chromium-mac-lion/editing/selection/6476-expected.png:
37288         * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
37289         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
37290         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
37291         * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
37292         * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
37293         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
37294         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
37295         * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
37296         * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
37297         * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
37298         * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
37299         * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
37300         * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
37301         * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
37302         * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
37303         * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
37304         * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
37305         * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
37306         * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
37307         * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
37308         * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
37309         * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
37310         * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
37311         * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
37312         * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
37313         * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
37314         * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
37315         * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
37316         * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
37317         * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
37318         * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
37319         * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
37320         * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
37321         * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
37322         * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
37323         * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
37324         * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
37325         * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
37326         * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
37327         * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
37328         * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
37329         * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
37330         * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
37331         * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
37332         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
37333         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
37334         * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
37335         * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
37336         * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
37337         * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
37338         * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
37339         * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
37340         * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
37341         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
37342         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
37343         * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
37344         * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
37345         * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
37346         * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
37347         * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
37348         * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
37349         * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
37350         * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
37351         * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
37352         * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
37353         * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
37354         * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
37355         * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
37356         * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
37357         * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
37358         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
37359         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
37360         * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
37361         * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
37362         * platform/chromium-mac-lion/editing/style/4916887-expected.png:
37363         * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
37364         * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
37365         * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
37366         * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
37367         * platform/chromium-mac-lion/editing/style/5065910-expected.png:
37368         * platform/chromium-mac-lion/editing/style/5084241-expected.png:
37369         * platform/chromium-mac-lion/editing/style/5228141-expected.png:
37370         * platform/chromium-mac-lion/editing/style/5279521-expected.png:
37371         * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
37372         * platform/chromium-mac-lion/editing/style/highlight-expected.png:
37373         * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
37374         * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
37375         * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
37376         * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
37377         * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
37378         * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
37379         * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
37380         * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
37381         * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
37382         * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
37383         * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
37384         * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
37385         * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
37386         * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
37387         * platform/chromium-mac-lion/editing/undo/5378473-expected.png: Added.
37388         * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
37389         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
37390         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
37391         * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
37392         * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
37393         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
37394         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
37395         * platform/chromium-mac-lion/editing/undo/undo-misspellings-expected.png: Added.
37396         * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
37397         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
37398         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
37399         * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
37400         * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
37401         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
37402         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
37403         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
37404         * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
37405         * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
37406         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-004-expected.png: Added.
37407         * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
37408         * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-001-expected.png: Added.
37409         * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png: Added.
37410         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: Added.
37411         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
37412         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-003-expected.png: Added.
37413         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-004-expected.png: Added.
37414         * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
37415         * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
37416         * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
37417         * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
37418         * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
37419         * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
37420         * platform/chromium-mac-snowleopard/editing/deleting/non-smart-delete-expected.png: Added.
37421         * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
37422         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-001-expected.png: Added.
37423         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-002-expected.png: Added.
37424         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
37425         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
37426         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
37427         * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
37428         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
37429         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
37430         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
37431         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
37432         * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
37433         * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
37434         * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
37435         * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
37436         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
37437         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
37438         * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
37439         * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
37440         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
37441         * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
37442         * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
37443         * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
37444         * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
37445         * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
37446         * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
37447         * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png:
37448         * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
37449         * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
37450         * platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png:
37451         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
37452         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
37453         * platform/chromium-mac-snowleopard/editing/execCommand/print-expected.png: Added.
37454         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
37455         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
37456         * platform/chromium-mac-snowleopard/editing/execCommand/selectAll-expected.png: Added.
37457         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
37458         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
37459         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
37460         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
37461         * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
37462         * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
37463         * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
37464         * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
37465         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
37466         * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
37467         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
37468         * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
37469         * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
37470         * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
37471         * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
37472         * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
37473         * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
37474         * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
37475         * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
37476         * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
37477         * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
37478         * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
37479         * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
37480         * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
37481         * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
37482         * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
37483         * platform/chromium-mac-snowleopard/editing/inserting/insert-3775316-fix-expected.png: Added.
37484         * platform/chromium-mac-snowleopard/editing/inserting/insert-3778059-fix-expected.png: Added.
37485         * platform/chromium-mac-snowleopard/editing/inserting/insert-3800346-fix-expected.png: Added.
37486         * platform/chromium-mac-snowleopard/editing/inserting/insert-after-delete-001-expected.png: Added.
37487         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
37488         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
37489         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-001-expected.png: Added.
37490         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-002-expected.png: Added.
37491         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-003-expected.png: Added.
37492         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png: Added.
37493         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png: Added.
37494         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-006-expected.png: Added.
37495         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png: Added.
37496         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-008-expected.png: Added.
37497         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
37498         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
37499         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
37500         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
37501         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
37502         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
37503         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
37504         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
37505         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
37506         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
37507         * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png: Added.
37508         * platform/chromium-mac-snowleopard/editing/inserting/insert-div-026-expected.png: Added.
37509         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-expected.png:
37510         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
37511         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
37512         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-04-expected.png:
37513         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
37514         * platform/chromium-mac-snowleopard/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
37515         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-001-expected.png: Added.
37516         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png: Added.
37517         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png: Added.
37518         * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-004-expected.png: Added.
37519         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
37520         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
37521         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
37522         * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png: Added.
37523         * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
37524         * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-expected.png:
37525         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
37526         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
37527         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
37528         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-1-expected.png:
37529         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
37530         * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
37531         * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png: Added.
37532         * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png: Added.
37533         * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png: Added.
37534         * platform/chromium-mac-snowleopard/editing/inserting/typing-001-expected.png: Added.
37535         * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png: Added.
37536         * platform/chromium-mac-snowleopard/editing/inserting/typing-003-expected.png: Added.
37537         * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png: Added.
37538         * platform/chromium-mac-snowleopard/editing/inserting/typing-around-image-001-expected.png: Added.
37539         * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
37540         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
37541         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
37542         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
37543         * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
37544         * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
37545         * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
37546         * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
37547         * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
37548         * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
37549         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
37550         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
37551         * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
37552         * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
37553         * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
37554         * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
37555         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
37556         * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
37557         * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
37558         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
37559         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
37560         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
37561         * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
37562         * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
37563         * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png: Added.
37564         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
37565         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
37566         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
37567         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
37568         * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
37569         * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
37570         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
37571         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
37572         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
37573         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
37574         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-borders-expected.png:
37575         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
37576         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
37577         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4035648-fix-expected.png: Added.
37578         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-4038267-fix-expected.png: Added.
37579         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
37580         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
37581         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-001-expected.png: Added.
37582         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-002-expected.png: Added.
37583         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-003-expected.png: Added.
37584         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-004-expected.png: Added.
37585         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-005-expected.png: Added.
37586         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-006-expected.png: Added.
37587         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-007-expected.png: Added.
37588         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-008-expected.png: Added.
37589         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-009-expected.png: Added.
37590         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-line-endings-010-expected.png: Added.
37591         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-001-expected.png: Added.
37592         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-match-style-002-expected.png: Added.
37593         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png: Added.
37594         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-at-tabspan-003-expected.png: Added.
37595         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
37596         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
37597         * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
37598         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
37599         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-007-expected.png: Added.
37600         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
37601         * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
37602         * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
37603         * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
37604         * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
37605         * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
37606         * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
37607         * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
37608         * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
37609         * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
37610         * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
37611         * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
37612         * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
37613         * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
37614         * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
37615         * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
37616         * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
37617         * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
37618         * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
37619         * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
37620         * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
37621         * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
37622         * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
37623         * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
37624         * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
37625         * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
37626         * platform/chromium-mac-snowleopard/editing/selection/5195166-2-expected.png:
37627         * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
37628         * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
37629         * platform/chromium-mac-snowleopard/editing/selection/6476-expected.png:
37630         * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
37631         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
37632         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
37633         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
37634         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
37635         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
37636         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
37637         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
37638         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
37639         * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
37640         * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
37641         * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
37642         * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
37643         * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
37644         * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
37645         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
37646         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
37647         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-001-expected.png: Added.
37648         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-002-expected.png: Added.
37649         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-003-expected.png: Added.
37650         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-004-expected.png: Added.
37651         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-005-expected.png: Added.
37652         * platform/chromium-mac-snowleopard/editing/selection/extend-by-character-006-expected.png: Added.
37653         * platform/chromium-mac-snowleopard/editing/selection/extend-by-sentence-001-expected.png: Added.
37654         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png: Added.
37655         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
37656         * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
37657         * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
37658         * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
37659         * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
37660         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
37661         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
37662         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
37663         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
37664         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
37665         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
37666         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
37667         * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png: Added.
37668         * platform/chromium-mac-snowleopard/editing/selection/move-between-blocks-no-001-expected.png: Added.
37669         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png: Added.
37670         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-002-expected.png: Added.
37671         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-003-expected.png: Added.
37672         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-004-expected.png: Added.
37673         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-005-expected.png: Added.
37674         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.png: Added.
37675         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
37676         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-002-expected.png: Added.
37677         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-001-expected.png: Added.
37678         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
37679         * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png: Added.
37680         * platform/chromium-mac-snowleopard/editing/selection/move-past-trailing-space-expected.png: Added.
37681         * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
37682         * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
37683         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
37684         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
37685         * platform/chromium-mac-snowleopard/editing/selection/select-all-001-expected.png:
37686         * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
37687         * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
37688         * platform/chromium-mac-snowleopard/editing/selection/select-missing-image-expected.png: Added.
37689         * platform/chromium-mac-snowleopard/editing/selection/selection-3748164-fix-expected.png: Added.
37690         * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
37691         * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
37692         * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
37693         * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
37694         * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
37695         * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
37696         * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
37697         * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
37698         * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
37699         * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
37700         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-1-expected.png:
37701         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
37702         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
37703         * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
37704         * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
37705         * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
37706         * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
37707         * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
37708         * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
37709         * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
37710         * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
37711         * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
37712         * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
37713         * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png: Added.
37714         * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
37715         * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-001-expected.png: Added.
37716         * platform/chromium-mac-snowleopard/editing/style/smoosh-styles-003-expected.png: Added.
37717         * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-001-expected.png: Added.
37718         * platform/chromium-mac-snowleopard/editing/style/style-3681552-fix-002-expected.png: Added.
37719         * platform/chromium-mac-snowleopard/editing/style/style-3998892-fix-expected.png: Added.
37720         * platform/chromium-mac-snowleopard/editing/style/style-boundary-001-expected.png: Added.
37721         * platform/chromium-mac-snowleopard/editing/style/style-boundary-002-expected.png: Added.
37722         * platform/chromium-mac-snowleopard/editing/style/style-boundary-003-expected.png: Added.
37723         * platform/chromium-mac-snowleopard/editing/style/style-boundary-004-expected.png: Added.
37724         * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
37725         * platform/chromium-mac-snowleopard/editing/style/typing-style-001-expected.png: Added.
37726         * platform/chromium-mac-snowleopard/editing/style/typing-style-002-expected.png: Added.
37727         * platform/chromium-mac-snowleopard/editing/style/unbold-in-bold-expected.png: Added.
37728         * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
37729         * platform/chromium-mac-snowleopard/editing/undo/5378473-expected.png: Added.
37730         * platform/chromium-mac-snowleopard/editing/undo/redo-typing-001-expected.png: Added.
37731         * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-boundary-expected.png: Added.
37732         * platform/chromium-mac-snowleopard/editing/undo/undo-combined-delete-expected.png: Added.
37733         * platform/chromium-mac-snowleopard/editing/undo/undo-delete-boundary-expected.png: Added.
37734         * platform/chromium-mac-snowleopard/editing/undo/undo-delete-expected.png: Added.
37735         * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-boundary-expected.png: Added.
37736         * platform/chromium-mac-snowleopard/editing/undo/undo-forward-delete-expected.png: Added.
37737         * platform/chromium-mac-snowleopard/editing/undo/undo-misspellings-expected.png: Added.
37738         * platform/chromium-mac-snowleopard/editing/undo/undo-typing-001-expected.png: Added.
37739         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
37740         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
37741         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
37742         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
37743         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
37744         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
37745         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
37746         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
37747         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
37748         * platform/chromium/TestExpectations:
37749
37750 2013-01-11  Levi Weintraub  <leviw@chromium.org>
37751
37752         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/hidpi/image-set-background-dynamic.html
37753         as slow on Debug builds.
37754
37755         * platform/chromium/TestExpectations:
37756
37757 2013-01-11  Stephen Chenney  <schenney@chromium.org>
37758
37759         [ Chromium ] New Mac rebaselines (some)
37760
37761         Unreviewed expectatiosn update after skia changes.
37762
37763         These are some of the Mac fixes, but mostly it addresses the issues
37764         with TestExpectations, so hopefully we'll get green builds.
37765
37766         * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
37767         * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
37768         * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
37769         * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
37770         * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
37771         * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
37772         * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
37773         * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
37774         * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
37775         * platform/chromium-mac-lion/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
37776         * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
37777         * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
37778         * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
37779         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
37780         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
37781         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
37782         * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
37783         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
37784         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
37785         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
37786         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
37787         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
37788         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
37789         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
37790         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
37791         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
37792         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
37793         * platform/chromium-mac-lion/editing/deleting/delete-at-start-or-end-expected.png: Added.
37794         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-001-expected.png: Added.
37795         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-002-expected.png: Added.
37796         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
37797         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
37798         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
37799         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
37800         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
37801         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
37802         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
37803         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
37804         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
37805         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
37806         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
37807         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
37808         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
37809         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
37810         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
37811         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
37812         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
37813         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
37814         * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
37815         * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
37816         * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
37817         * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
37818         * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
37819         * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
37820         * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
37821         * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
37822         * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
37823         * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
37824         * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
37825         * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
37826         * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
37827         * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
37828         * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
37829         * platform/chromium-mac-lion/editing/deleting/delete-image-004-expected.png: Added.
37830         * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
37831         * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
37832         * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
37833         * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
37834         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
37835         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
37836         * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
37837         * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
37838         * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
37839         * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
37840         * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
37841         * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
37842         * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
37843         * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
37844         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
37845         * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
37846         * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
37847         * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
37848         * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
37849         * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
37850         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
37851         * platform/chromium-mac-snowleopard/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
37852         * platform/chromium-mac-snowleopard/editing/deleting/delete-3608445-fix-expected.png: Added.
37853         * platform/chromium-mac-snowleopard/editing/deleting/delete-3608462-fix-expected.png: Added.
37854         * platform/chromium-mac-snowleopard/editing/deleting/delete-4083333-fix-expected.png: Added.
37855         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
37856         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
37857         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
37858         * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png: Added.
37859         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
37860         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
37861         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
37862         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
37863         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
37864         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
37865         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
37866         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
37867         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
37868         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
37869         * platform/chromium-mac-snowleopard/editing/deleting/delete-at-start-or-end-expected.png: Added.
37870         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-001-expected.png: Added.
37871         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-002-expected.png: Added.
37872         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png: Added.
37873         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
37874         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
37875         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
37876         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
37877         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
37878         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
37879         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
37880         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
37881         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
37882         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
37883         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
37884         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
37885         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
37886         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
37887         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
37888         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
37889         * platform/chromium-mac-snowleopard/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
37890         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-001-expected.png: Added.
37891         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-002-expected.png: Added.
37892         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-003-expected.png: Added.
37893         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-004-expected.png: Added.
37894         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-005-expected.png: Added.
37895         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-006-expected.png: Added.
37896         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-007-expected.png: Added.
37897         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
37898         * platform/chromium-mac-snowleopard/editing/deleting/delete-character-001-expected.png: Added.
37899         * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
37900         * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
37901         * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
37902         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-001-expected.png: Added.
37903         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-002-expected.png: Added.
37904         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-003-expected.png: Added.
37905         * platform/chromium-mac-snowleopard/editing/deleting/delete-image-004-expected.png: Added.
37906         * platform/chromium-mac-snowleopard/editing/deleting/delete-leading-ws-001-expected.png: Added.
37907         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
37908         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
37909         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
37910         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
37911         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
37912         * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-001-expected.png: Added.
37913         * platform/chromium-mac-snowleopard/editing/deleting/delete-listitem-002-expected.png: Added.
37914         * platform/chromium-mac-snowleopard/editing/deleting/delete-selection-001-expected.png: Added.
37915         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-001-expected.png: Added.
37916         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png: Added.
37917         * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png: Added.
37918         * platform/chromium-win-xp/css2.1/20110323/replaced-min-max-001-expected.png: Added.
37919         * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
37920         * platform/chromium/TestExpectations:
37921
37922 2013-01-11  Levi Weintraub  <leviw@chromium.org>
37923
37924         Unreviewed gardening. Skipping accessibility/corresponding-control-deleted-crash.html on Mac since
37925         it fails without Shadow DOM enabled.
37926
37927         * platform/mac/TestExpectations:
37928
37929 2013-01-11  Xianzhu Wang  <wangxianzhu@chromium.org>
37930
37931         RenderLayerCompositor should let ScrollingCoordinator update main thread scrolling reasons after change of layers
37932         https://bugs.webkit.org/show_bug.cgi?id=105652
37933
37934         Reviewed by Simon Fraser.
37935
37936         Tests to ensure mainThreadScrollingReasons are correctly updated after a fixed element is dynamically inserted into the DOM tree.
37937
37938         * compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Added.
37939         * compositing/layer-creation/fixed-position-in-view-dynamic.html: Added.
37940         * compositing/layer-creation/fixed-position-out-of-view-dynamic-expected.txt: Added.
37941         * compositing/layer-creation/fixed-position-out-of-view-dynamic.html: Added.
37942
37943 2013-01-11  Kenneth Russell  <kbr@google.com>
37944
37945         [Chromium] WebGL typed array constructor crashes on exception
37946         https://bugs.webkit.org/show_bug.cgi?id=106308
37947
37948         Reviewed by Kentaro Hara.
37949
37950         Updated typed array tests to latest version from Khronos repository.
37951
37952         * fast/canvas/webgl/array-unit-tests-expected.txt:
37953         * fast/canvas/webgl/array-unit-tests.html:
37954
37955 2013-01-11  Florin Malita  <fmalita@chromium.org>
37956
37957         [SVG] Suppress resource rebuilding for unattached and shadow elements
37958         https://bugs.webkit.org/show_bug.cgi?id=106664
37959
37960         Reviewed by Dirk Schulze.
37961
37962         * svg/custom/use-rebuild-resources-crash-expected.txt: Added.
37963         * svg/custom/use-rebuild-resources-crash.svg: Added.
37964
37965 2013-01-11  Dominic Mazzoni  <dmazzoni@google.com>
37966
37967         AX: Computed hierarchical level is not consistent with aria-level
37968         https://bugs.webkit.org/show_bug.cgi?id=106638
37969
37970         Reviewed by Chris Fleizach.
37971
37972         Extend aria-tree.html to check the hierarchicalLevel automatically
37973         computed when aria-level is not provided. Make sure they're consistent.
37974         Now, the mac disclosureLevel will be one less than the web aria-level.
37975
37976         * platform/mac/accessibility/aria-tree-expected.txt:
37977         * platform/mac/accessibility/aria-tree.html:
37978         * platform/mac/accessibility/aria-treegrid-expected.txt:
37979         * platform/mac/accessibility/aria-treegrid.html:
37980
37981 2013-01-11  Stephen Chenney  <schenney@chromium.org>
37982
37983         [Chromium] Test Expectations update after Skia flag changes.
37984
37985         Unreviewed test expectations update.
37986
37987         These are still failing, not sure why as some of them are already in expectations.
37988         Test lint passes.
37989
37990         * platform/chromium/TestExpectations:
37991
37992 2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>
37993
37994         Web Inspector: Workspace should support several projects and should not have temporary UISourceCodes.
37995         https://bugs.webkit.org/show_bug.cgi?id=105856
37996
37997         Reviewed by Pavel Feldman.
37998
37999         * http/tests/inspector-enabled/dynamic-scripts.html:
38000         * http/tests/inspector/compiler-script-mapping.html:
38001         * http/tests/inspector/network/network-request-revision-content.html:
38002         * http/tests/inspector/workspace-test.js:
38003         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
38004         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
38005         * inspector/debugger/breakpoint-manager.html:
38006         * inspector/debugger/dynamic-scripts.html:
38007         * inspector/debugger/live-edit-breakpoints-expected.txt:
38008         * inspector/debugger/live-edit-breakpoints.html:
38009         * inspector/debugger/resource-script-mapping-expected.txt:
38010         * inspector/debugger/resource-script-mapping.html:
38011         * inspector/debugger/resources/edit-me-breakpoints.js: Added.
38012         (f):
38013         * inspector/debugger/script-snippet-model-expected.txt:
38014         * inspector/debugger/script-snippet-model.html:
38015         * inspector/debugger/scripts-panel-expected.txt:
38016         * inspector/debugger/scripts-panel.html:
38017         * inspector/debugger/watch-expressions-preserve-expansion-expected.txt:
38018         * inspector/debugger/watch-expressions-preserve-expansion.html:
38019         * inspector/uisourcecode-revisions.html:
38020
38021 2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
38022
38023         Unreviewed EFL gardening.
38024
38025         Remove unnecessary platform expectations for now-passing test.
38026
38027         * platform/efl/media/video-controls-captions-expected.txt: Removed.
38028
38029 2013-01-11  Florin Malita  <fmalita@chromium.org>
38030
38031         [Chromium] Unreviewed gardening.
38032
38033         Rebaselining results after http://trac.webkit.org/changeset/139238.
38034
38035         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
38036         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
38037         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
38038         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
38039         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
38040         * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
38041         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
38042         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
38043         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
38044         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
38045         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
38046         * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png:
38047         * platform/chromium-mac/fast/borders/border-radius-complex-inner-expected.png:
38048         * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png:
38049         * platform/chromium-mac/fast/borders/border-radius-wide-border-05-expected.png:
38050         * platform/chromium-mac/fast/borders/border-styles-split-expected.png:
38051         * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png:
38052         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
38053         * platform/chromium-mac/fast/writing-mode/border-styles-vertical-lr-expected.png:
38054         * platform/chromium-mac/fast/writing-mode/border-styles-vertical-rl-expected.png:
38055         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
38056         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
38057         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
38058         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
38059         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
38060         * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png:
38061         * platform/chromium-win/fast/borders/border-radius-complex-inner-expected.png:
38062         * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png:
38063         * platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png:
38064         * platform/chromium-win/fast/borders/border-styles-split-expected.png:
38065         * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
38066         * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
38067         * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png:
38068         * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png:
38069         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
38070         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
38071         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
38072         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
38073         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
38074         * platform/chromium/TestExpectations:
38075
38076 2013-01-11  Stephen Chenney  <schenney@chromium.org>
38077
38078         [Chromium] Test Expectations update after Skia flag changes.
38079
38080         Unreviewed test expectations update.
38081
38082         Apparently, we use Skia to draw some forms on Mac and Win, causing
38083         failures not seen on Linux.
38084
38085         * platform/chromium/TestExpectations:
38086
38087 2013-01-11  Stephen Chenney  <schenney@chromium.org>
38088
38089         Unreviewed test expectations update.
38090
38091         All of the tests will be rebaselined by end of day.
38092
38093         * platform/chromium/TestExpectations: Mark tests affected by Skia flag changes as expected to fail.
38094
38095 2013-01-11  Stephen Chenney  <schenney@chromium.org>
38096
38097         Objects can be re-added to the AXObjectCache during removal
38098         https://bugs.webkit.org/show_bug.cgi?id=104171
38099
38100         Reviewed by Simon Fraser.
38101
38102         New test which asserts with !m_hasAXObject in RenderObject::~RenderObject without the patch. Requires Shadow DOM enabled.
38103
38104         * accessibility/corresponding-control-deleted-crash-expected.txt: Added.
38105         * accessibility/corresponding-control-deleted-crash.html: Added.
38106
38107 2013-01-11  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
38108
38109         Unreviewed EFL gardening.
38110
38111         Skip new failing tests introduced in r139330 since
38112         ENABLE_CSS_FILTERS flag is not enabled on EFL port.
38113
38114         * platform/efl/TestExpectations:
38115
38116 2013-01-11  Anton Vayvod  <avayvod@chromium.org>
38117
38118         Text Autosizing - elements much narrower than its parent autosizing clusters should be autosized separately.
38119         https://bugs.webkit.org/show_bug.cgi?id=105188
38120
38121         Reviewed by Kenneth Rohde Christiansen.
38122
38123         Checked that a narrow autosizing container becomes an autosizing cluster.
38124         Fixed other tests that used narrow descendant blocks.
38125
38126         * fast/text-autosizing/cluster-narrow-in-wide-expected.html:
38127         * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html:
38128         * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html:
38129         * fast/text-autosizing/cluster-narrow-in-wide.html:
38130         * fast/text-autosizing/cluster-with-wide-lca-expected.html:
38131         * fast/text-autosizing/cluster-with-wide-lca.html:
38132         * fast/text-autosizing/narrow-child-expected.html:
38133         * fast/text-autosizing/narrow-child.html:
38134
38135 2013-01-11  Antoine Quint  <graouts@apple.com>
38136
38137         Web Inspector: Option+Click on Node Expander Doesn't Work the First Time
38138         https://bugs.webkit.org/show_bug.cgi?id=66868
38139
38140         Adding a new protocol test that covers the new `depth` parameter for the
38141         requestChildNodes method and a new front-end method that tests correct
38142         behavior of the expandRecursively() method.
38143
38144         Reviewed by Pavel Feldman.
38145
38146         * inspector-protocol/dom-request-child-nodes-depth-expected.txt: Added.
38147         * inspector-protocol/dom-request-child-nodes-depth.html: Added.
38148         * inspector/elements/expand-recursively-expected.txt: Added.
38149         * inspector/elements/expand-recursively.html: Added.
38150
38151 2013-01-11  Noel Gordon  <noel.gordon@gmail.com>
38152
38153         [chromium] Add ImageOnlyFailure for fast/css/font-face-unicode-range.html on win
38154         https://bugs.webkit.org/show_bug.cgi?id=100806
38155
38156         Unreviewed gardening.
38157
38158         * platform/chromium/TestExpectations:
38159
38160 2013-01-11  Jochen Eisinger  <jochen@chromium.org>
38161
38162         Connect UserGestureIndicator for mousedown and mouseup events
38163         https://bugs.webkit.org/show_bug.cgi?id=105138
38164
38165         Reviewed by Adam Barth.
38166
38167         * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events-expected.txt: Added.
38168         * platform/chromium/fast/events/popup-allowed-from-gesture-only-once-two-events.html: Added.
38169
38170 2013-01-11  Eugene Klyuchnikov  <eustas@chromium.org>
38171
38172         Web Inspector: [Resources] "Delete" cookie deletes all cookies with matching name.
38173         https://bugs.webkit.org/show_bug.cgi?id=105633
38174
38175         Reviewed by Pavel Feldman.
38176
38177         Adopt new signatures.
38178
38179         * http/tests/inspector/resource-main-cookies.php:
38180
38181 2013-01-11  Pavel Feldman  <pfeldman@chromium.org>
38182
38183         Web Inspector [chromium]: Debugger.globalObjectCleared is not dispatched on reload after renderer swap
38184         https://bugs.webkit.org/show_bug.cgi?id=106555
38185
38186         Reviewed by Vsevolod Vlasov.
38187
38188         * http/tests/inspector/debugger-test.js:
38189         (initialize_DebuggerTest):
38190         * inspector/debugger/debugger-scripts-reload-expected.txt: Added.
38191         * inspector/debugger/debugger-scripts-reload.html: Added.
38192
38193 2013-01-11  Vsevolod Vlasov  <vsevik@chromium.org>
38194
38195         Web Inspector: Refactoring, move NetworkWorkspaceProvider to NetworkUISourceCodeProvider.js and rename its parent to SimpleWorkspaceProvider.
38196         https://bugs.webkit.org/show_bug.cgi?id=106635
38197
38198         Reviewed by Pavel Feldman.
38199
38200         * http/tests/inspector/compiler-script-mapping.html:
38201         * inspector/debugger/resource-script-mapping.html:
38202         * inspector/debugger/scripts-panel.html:
38203
38204 2013-01-10  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
38205
38206         On Linux, should be able to get spelling suggestions without selecting the misspelled word
38207         https://bugs.webkit.org/show_bug.cgi?id=103520
38208
38209         Reviewed by Ryosuke Niwa.
38210
38211         * platform/efl/TestExpectations:
38212         Unskip context-menu-suggestions.html for WebKit-EFL as it passes now.
38213
38214         * platform/gtk/TestExpectations:
38215         Update failing reason.
38216
38217 2013-01-10  John J. Barton  <johnjbarton@chromium.org>
38218
38219         Web Inspector: Pass the script url to the script-preprocessor script
38220         https://bugs.webkit.org/show_bug.cgi?id=104384
38221
38222         Reviewed by Pavel Feldman.
38223
38224         Tests for Bug 80922 by Pavel Feldman <pfeldman@chromium.org> that did not land somehow, 
38225         with additional test for Bug 104384 
38226
38227         * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
38228         * inspector/debugger/debugger-script-preprocessor.html: Added.
38229         * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
38230
38231 2013-01-10  Eugene Klyuchnikov  <eustas@chromium.org>
38232
38233         Web Inspector: DataGrid refactoring: make cell editing more generic.
38234         https://bugs.webkit.org/show_bug.cgi?id=105849
38235
38236         Reviewed by Pavel Feldman.
38237
38238         * inspector/storage-panel-dom-storage-update.html: Fix column names.
38239         * inspector/storage-panel-dom-storage.html: Ditto.
38240
38241 2013-01-10  Matt Falkenhagen  <falken@chromium.org>
38242
38243         Elements must be reattached when inserted/removed from top layer
38244         https://bugs.webkit.org/show_bug.cgi?id=105489
38245
38246         Reviewed by Julien Chaffraix.
38247
38248         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer-expected.html: Added.
38249         * fast/dom/HTMLDialogElement/removed-element-is-removed-from-top-layer.html: Added.
38250         This tests that a top layer element removed from the document does not reappear in the top layer if readded.
38251         This test actually would pass before this patch, but just by good fortune (see bug).
38252         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd-expected.html: Added.
38253         * fast/dom/HTMLDialogElement/top-layer-stacking-correct-order-remove-readd.html: Added.
38254         This tests that top layer ordering is correct after removing and readding an element to the top layer.
38255
38256 2013-01-10  Shinya Kawanaka  <shinyak@chromium.org>
38257
38258         When a selected node in nested ShadowDOM is deleted, selection have wrong range.
38259         https://bugs.webkit.org/show_bug.cgi?id=106526
38260
38261         Reviewed by Ryosuke Niwa.
38262
38263         * fast/dom/shadow/selection-in-nested-shadow-expected.txt: Added.
38264         * fast/dom/shadow/selection-in-nested-shadow.html: Added.
38265
38266 2013-01-10  James Robinson  <jamesr@chromium.org>
38267
38268         [chromium] Store scrollable layer's contents size for coordinated scrollable layers
38269         https://bugs.webkit.org/show_bug.cgi?id=106518
38270
38271         Reviewed by Adrienne Walker.
38272
38273         * platform/chromium/TestExpectations:
38274
38275 2013-01-10  Michael Pruett  <michael@68k.org>
38276
38277         IndexedDB: Update expected results for IndexedDB layout tests
38278         https://bugs.webkit.org/show_bug.cgi?id=106411
38279
38280         Reviewed by Tony Chang.
38281
38282         For IndexedDB layout tests whose output differs between V8 and
38283         JSC, move V8 test output to platform/chromium and set expected
38284         results to JSC test output.
38285
38286         * platform/chromium/storage/indexeddb/exception-in-event-aborts-expected.txt: Copied from LayoutTests/storage/indexeddb/exception-in-event-aborts-expected.txt.
38287         * platform/chromium/storage/indexeddb/transaction-error-expected.txt: Copied from LayoutTests/storage/indexeddb/transaction-error-expected.txt.
38288         * platform/chromium/storage/indexeddb/version-change-abort-expected.txt: Copied from LayoutTests/storage/indexeddb/version-change-abort-expected.txt.
38289         * storage/indexeddb/exception-in-event-aborts-expected.txt:
38290         * storage/indexeddb/transaction-error-expected.txt:
38291         * storage/indexeddb/version-change-abort-expected.txt:
38292
38293 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38294
38295         Layout Test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is flaky.
38296         https://bugs.webkit.org/show_bug.cgi?id=106612
38297
38298         * platform/chromium/TestExpectations: Marked as flake.
38299
38300 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38301
38302         [Chromium] Layout Test animations/fill-mode-iteration-count-non-integer.html is failing.
38303         https://bugs.webkit.org/show_bug.cgi?id=106609
38304
38305         * platform/chromium/TestExpectations: Marked as failing.
38306
38307 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38308
38309         Adjust ref-test expectation to actual work.
38310
38311         * platform/chromium/TestExpectations: Adjusted.
38312
38313 2013-01-10  Roger Fong  <roger_fong@apple.com>
38314
38315         Unreviewed rebaseline. Apple Windows port.
38316
38317         * platform/win/fast/ruby/base-shorter-than-text-expected.txt:
38318
38319 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38320
38321         [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout.
38322         https://bugs.webkit.org/show_bug.cgi?id=106606
38323
38324         * platform/chromium/TestExpectations: Added.
38325
38326 2013-01-10  Dan Beam  <dbeam@chromium.org>
38327
38328         Implement AutocompleteErrorEvent#reason
38329         https://bugs.webkit.org/show_bug.cgi?id=105568
38330
38331         Added tests to verify event creation and global event constructor existence of AutocompleteErrorEvent
38332         and updated the existing tests to make sure errors received are of the right type and have the right reason.
38333
38334         Reviewed by Adam Barth.
38335
38336         * fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
38337         * fast/events/constructors/autocomplete-error-event-constructor.html: Added.
38338         * fast/events/event-creation.html: Added new AutocompleteErrorEvent() test case.
38339         * fast/forms/form-request-autocomplete.html: Updated 'autocompleteerror' listeners to check event.reason.
38340         * fast/js/constructor-length.html: Added AutocompleteErrorEvent to list.
38341         * fast/js/script-tests/global-constructors.js: Added AutocompleteErrorEvent to list.
38342         * platform/blackberry/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
38343         * platform/chromium/fast/events/constructors/autocomplete-error-event-constructor-expected.txt: Added.
38344         * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Updated passing expectations.
38345         * platform/chromium/fast/js/constructor-length-expected.txt: Added expected 0 length result.
38346         * platform/gtk/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
38347         * platform/mac/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
38348         * platform/qt/fast/js/constructor-length-expected.txt: Added expected ReferenceError.
38349
38350 2013-01-10  Roger Fong  <roger_fong@apple.com>
38351
38352         Unreviewed rebaselines. Apple Windows port.
38353
38354         * platform/win/TestExpectations:
38355         * platform/win/fast/dom/window-load-crash-expected.txt: Added.
38356
38357 2013-01-10  Sheriff Bot  <webkit.review.bot@gmail.com>
38358
38359         Unreviewed, rolling out r139226.
38360         http://trac.webkit.org/changeset/139226
38361         https://bugs.webkit.org/show_bug.cgi?id=106602
38362
38363         rebaselines were premature (Requested by rfong on #webkit).
38364
38365         * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
38366         * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Removed.
38367         * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Removed.
38368
38369 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38370
38371         [Chromium] Layout Test svg/dom/SVGScriptElement/script-onerror-bubbling.svg is a flaky timeout on all platforms.
38372         https://bugs.webkit.org/show_bug.cgi?id=106598
38373
38374         * platform/chromium/TestExpectations: Expectatized.
38375
38376 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
38377
38378         Unreviewed GTK gardening.
38379
38380         Expanding the timeout expectation for fast/css/user-drag-none.html, the test
38381         times out on both debug and release builds.
38382
38383         * platform/gtk/TestExpectations:
38384
38385 2013-01-10  Ojan Vafai  <ojan@chromium.org>
38386
38387         Flexboxes incorrectly add the scrollbar width to the intrinsic width of fixed-width items
38388         https://bugs.webkit.org/show_bug.cgi?id=106591
38389
38390         Reviewed by Levi Weintraub.
38391
38392         * fast/css/fixed-width-intrinsic-width-excludes-scrollbars-expected.txt: Added.
38393         * fast/css/fixed-width-intrinsic-width-excludes-scrollbars.html: Added.
38394         * fast/css/positioned-overflow-scroll.html:
38395
38396 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
38397
38398         Unreviewed GTK gardening.
38399
38400         Removing a few crash expectations for tests that haven't crashed
38401         for a long time. Hopefully the crash causes have been fixed.
38402         Adding a flaky failure expectation for a CSS Regions reftest.
38403
38404         * platform/gtk/TestExpectations:
38405
38406 2013-01-10  Levi Weintraub  <leviw@chromium.org>
38407
38408         ScrollingCoordinator touch event hit rects aren't converted to proper coordinates when in nested views
38409         https://bugs.webkit.org/show_bug.cgi?id=106383
38410
38411         Reviewed by James Robinson.
38412
38413         * platform/chromium/fast/events/touch/resources: Added.
38414         * platform/chromium/fast/events/touch/resources/frame-with-touch-handler.html: Added.
38415         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe-expected.txt: Added.
38416         * platform/chromium/fast/events/touch/touch-hit-rects-in-iframe.html: Added.
38417
38418 2013-01-10  Levi Weintraub  <leviw@chromium.org>
38419
38420         Regression(r137939): Heap-use-after-free in WebCore::accumulateDocumentEventTargetRects
38421         https://bugs.webkit.org/show_bug.cgi?id=106454
38422
38423         Reviewed by James Robinson.
38424
38425         * fast/events/touch/nested-document-with-touch-handler-detached-crash.html: Added.
38426         * fast/events/touch/nested-document-with-touch-handler-detached-crash-expected.txt: Added.
38427
38428 2013-01-10  Ojan Vafai  <ojan@chromium.org>
38429
38430         Convert fast/css/positioned-overflow-scroll.html to a check-layout.js test
38431         https://bugs.webkit.org/show_bug.cgi?id=106585
38432
38433         Reviewed by Tony Chang.
38434
38435         This is in preparation for adding more cases to this test.
38436
38437         * fast/css/positioned-overflow-scroll-expected.txt: Added.
38438         * fast/css/positioned-overflow-scroll.html:
38439         * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.png: Removed.
38440         * platform/chromium-android/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38441         * platform/chromium-linux/fast/css/positioned-overflow-scroll-expected.png: Removed.
38442         * platform/chromium-mac-lion/fast/css/positioned-overflow-scroll-expected.png: Removed.
38443         * platform/chromium-mac-snowleopard/fast/css/positioned-overflow-scroll-expected.png: Removed.
38444         * platform/chromium-mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
38445         * platform/chromium-win/fast/css/positioned-overflow-scroll-expected.png: Removed.
38446         * platform/chromium/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38447         * platform/efl/fast/css/positioned-overflow-scroll-expected.png: Removed.
38448         * platform/efl/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38449         * platform/gtk/fast/css/positioned-overflow-scroll-expected.png: Removed.
38450         * platform/gtk/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38451         * platform/mac/fast/css/positioned-overflow-scroll-expected.png: Removed.
38452         * platform/mac/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38453         * platform/qt/fast/css/positioned-overflow-scroll-expected.png: Removed.
38454         * platform/qt/fast/css/positioned-overflow-scroll-expected.txt: Removed.
38455         * resources/check-layout.js:
38456
38457 2013-01-10  Robert Kroeger  <rjkroege@chromium.org>
38458
38459         Manually revert http://trac.webkit.org/changeset/136012
38460         https://bugs.webkit.org/show_bug.cgi?id=106580
38461
38462         Reviewed by Dimitri Glazkov.
38463
38464         * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Removed.
38465         * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Removed.
38466
38467 2013-01-10  Robert Hogan  <robert@webkit.org>
38468
38469         REGRESSION(r136967): margin-top + overflow:hidden causes incorrect layout for internal floated elements
38470         https://bugs.webkit.org/show_bug.cgi?id=106374
38471
38472         Reviewed by David Hyatt.
38473
38474         * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child-expected.txt: Added.
38475         * fast/block/margin-collapse/self-collapsing-block-with-overflow-hidden-and-float-child.html: Added.
38476
38477 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38478
38479         [Chromium] Update expectations for fast/regions/selecting-text-through-different-region-flows.html.
38480
38481         * platform/chromium-mac-lion/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
38482
38483 2013-01-10  Dimitri Glazkov  <dglazkov@chromium.org>
38484
38485         [Chromium] Mark more inspector/geolocation* tests as flaky on Win.
38486         https://bugs.webkit.org/show_bug.cgi?id=106426
38487
38488         * platform/chromium/TestExpectations: Marked.
38489
38490 2013-01-10  John J. Barton  <johnjbarton@chromium.org>
38491
38492         Web Inspector: Refactor InspectorTest to create output interface
38493         https://bugs.webkit.org/show_bug.cgi?id=106231
38494
38495         Reviewed by Pavel Feldman.
38496
38497         Refactor InspectorTest to extract InspectorTest.Output, the API 
38498         used between InspectorTest and the test output reciever (the 
38499         test-script page by default).
38500
38501         * http/tests/inspector/inspector-test.js:
38502         (initialize_InspectorTest.InspectorTest.Output.testComplete):
38503         (initialize_InspectorTest.InspectorTest.Output.addResult):
38504         (initialize_InspectorTest.InspectorTest.Output.clearResults):
38505         (initialize_InspectorTest.InspectorTest.completeTest):
38506         (initialize_InspectorTest.InspectorTest.addResult):
38507
38508 2013-01-10  Max Vujovic  <mvujovic@adobe.com>
38509
38510         [CSS Filters] RenderLayerCompositor::addToOverlapMap should take into account the filters outsets (ie. blur and drop-shadow)
38511         https://bugs.webkit.org/show_bug.cgi?id=94022
38512
38513         Reviewed by Simon Fraser.
38514
38515         Add tests to check several combinations of software layer and composited layer overlap when
38516         filter outsets are involved.
38517
38518         * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
38519         * compositing/filters/sw-layer-overlaps-hw-shadow.html: Added.
38520         * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
38521         * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow.html: Added.
38522         * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
38523         * compositing/filters/sw-shadow-overlaps-hw-layer.html: Added.
38524         * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
38525         * compositing/filters/sw-shadow-overlaps-hw-shadow.html: Added.
38526         * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
38527         * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
38528
38529 2013-01-09  Ojan Vafai  <ojan@chromium.org>
38530
38531         intrinsic min-widths don't override width for file upload controls
38532         https://bugs.webkit.org/show_bug.cgi?id=106517
38533
38534         Reviewed by Tony Chang.
38535
38536         * fast/forms/file/intrinsic-min-width-overrides-width-expected.html: Added.
38537         * fast/forms/file/intrinsic-min-width-overrides-width.html: Added.
38538
38539 2013-01-10  Florin Malita  <fmalita@chromium.org>
38540
38541         [Chromium] Unreviewed gardening.
38542
38543         Rebaselining results after http://trac.webkit.org/changeset/138250.
38544
38545         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
38546         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
38547         * platform/chromium-mac-lion/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38548         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
38549         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
38550         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
38551         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
38552         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
38553         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
38554         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
38555         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
38556         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
38557         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
38558         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
38559         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
38560         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38561         * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38562         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
38563         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
38564         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
38565         * platform/chromium-mac-lion/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
38566         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38567         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
38568         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
38569         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
38570         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
38571         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
38572         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
38573         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
38574         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
38575         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
38576         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
38577         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
38578         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
38579         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38580         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38581         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
38582         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
38583         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
38584         * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
38585         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
38586         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38587         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
38588         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
38589         * platform/chromium-mac/svg/custom/feDisplacementMap-01-expected.png:
38590         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
38591         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
38592         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
38593         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
38594         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
38595         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
38596         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
38597         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
38598         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
38599         * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
38600         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38601         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38602         * platform/chromium-mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
38603         * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
38604         * platform/chromium-mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
38605         * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
38606         * platform/chromium-mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
38607         * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
38608         * platform/chromium-mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
38609         * platform/chromium-mac/svg/filters/feImage-position-expected.png:
38610         * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
38611         * platform/chromium-mac/svg/filters/feImage-reference-invalidation-expected.png:
38612         * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
38613         * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
38614         * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
38615         * platform/chromium-mac/svg/filters/feImage-target-add-to-document-expected.png:
38616         * platform/chromium-mac/svg/filters/feImage-target-attribute-change-expected.png:
38617         * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
38618         * platform/chromium-mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
38619         * platform/chromium-mac/svg/filters/feImage-target-changes-id-expected.png:
38620         * platform/chromium-mac/svg/filters/feImage-target-id-change-expected.png:
38621         * platform/chromium-mac/svg/filters/feImage-target-inline-style-change-expected.png:
38622         * platform/chromium-mac/svg/filters/feImage-target-property-change-expected.png:
38623         * platform/chromium-mac/svg/filters/feImage-target-reappend-to-document-expected.png:
38624         * platform/chromium-mac/svg/filters/feImage-target-remove-from-document-expected.png:
38625         * platform/chromium-mac/svg/filters/feImage-target-style-change-expected.png:
38626         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
38627         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
38628         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
38629         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
38630         * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
38631         * platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
38632         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
38633         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
38634         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
38635         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
38636         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
38637         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
38638         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
38639         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
38640         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
38641         * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
38642         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
38643         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
38644         * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
38645         * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
38646         * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
38647         * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
38648         * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
38649         * platform/chromium/TestExpectations:
38650
38651 2013-01-10  Victor Carbune  <victor@rosedu.org>
38652
38653         media/video-controls-captions.html fails after fixing https://bugs.webkit.org/show_bug.cgi?id=105536
38654         https://bugs.webkit.org/show_bug.cgi?id=106230
38655
38656         Reviewed by Eric Carlson.
38657
38658         * platform/chromium/TestExpectations: Reactivated test.
38659
38660 2013-01-10  Alexander Pavlov  <apavlov@chromium.org>
38661
38662         The "outline-offset" property is not found in the computed style property list
38663         https://bugs.webkit.org/show_bug.cgi?id=106561
38664
38665         Reviewed by Alexis Menard.
38666
38667         * fast/css/getComputedStyle/getComputedStyle-outline-offset-expected.txt: Added.
38668         * fast/css/getComputedStyle/getComputedStyle-outline-offset.html: Added.
38669
38670 2013-01-10  Alexander Pavlov  <apavlov@chromium.org>
38671
38672         CSSParser does not allow the absence of whitespace between "and" and "expression"
38673         https://bugs.webkit.org/show_bug.cgi?id=106458
38674
38675         Reviewed by Antti Koivisto.
38676
38677         * fast/css/media-rule-no-whitespace-expected.txt: Added.
38678         * fast/css/media-rule-no-whitespace.html: Added.
38679
38680 2013-01-10  Florin Malita  <fmalita@chromium.org>
38681
38682         [Chromium] Unreviewed gardening.
38683
38684         Rebaselining results after http://trac.webkit.org/changeset/139191.
38685
38686         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38687         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
38688         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
38689         * platform/chromium-mac-lion/fast/backgrounds/background-leakage-transforms-expected.png:
38690         * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
38691         * platform/chromium-mac-lion/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38692         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
38693         * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
38694         * platform/chromium-mac-lion/fast/css/text-input-with-webkit-border-radius-expected.png:
38695         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
38696         * platform/chromium-mac-lion/fast/hidpi/video-controls-in-hidpi-expected.png:
38697         * platform/chromium-mac-lion/fast/layers/video-layer-expected.png:
38698         * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png:
38699         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
38700         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
38701         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
38702         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
38703         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
38704         * platform/chromium-mac-lion/fullscreen/full-screen-stacking-context-expected.png:
38705         * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
38706         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
38707         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
38708         * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
38709         * platform/chromium-mac-lion/media/audio-repaint-expected.png:
38710         * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
38711         * platform/chromium-mac-lion/media/controls-layout-direction-expected.png:
38712         * platform/chromium-mac-lion/media/controls-strict-expected.png:
38713         * platform/chromium-mac-lion/media/controls-styling-expected.png:
38714         * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
38715         * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
38716         * platform/chromium-mac-lion/media/media-controls-clone-expected.png:
38717         * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
38718         * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
38719         * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
38720         * platform/chromium-mac-lion/media/video-empty-source-expected.png:
38721         * platform/chromium-mac-lion/media/video-no-audio-expected.png:
38722         * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
38723         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
38724         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
38725         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38726         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
38727         * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png:
38728         * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
38729         * platform/chromium-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38730         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
38731         * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
38732         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
38733         * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
38734         * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png:
38735         * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
38736         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
38737         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
38738         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
38739         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
38740         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
38741         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
38742         * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
38743         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
38744         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
38745         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
38746         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
38747         * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
38748         * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
38749         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
38750         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
38751         * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
38752         * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
38753         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
38754         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
38755         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38756         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
38757         * platform/chromium-mac/fast/backgrounds/background-leakage-expected.png:
38758         * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png:
38759         * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
38760         * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38761         * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png:
38762         * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png:
38763         * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
38764         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
38765         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
38766         * platform/chromium-mac/fast/box-shadow/spread-expected.png:
38767         * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
38768         * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
38769         * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png:
38770         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
38771         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
38772         * platform/chromium-mac/fast/layers/video-layer-expected.png:
38773         * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png:
38774         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
38775         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
38776         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
38777         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
38778         * platform/chromium-mac/fast/transforms/shadows-expected.png:
38779         * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
38780         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
38781         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
38782         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
38783         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
38784         * platform/chromium-mac/media/audio-repaint-expected.png:
38785         * platform/chromium-mac/media/controls-after-reload-expected.png:
38786         * platform/chromium-mac/media/controls-layout-direction-expected.png:
38787         * platform/chromium-mac/media/controls-strict-expected.png:
38788         * platform/chromium-mac/media/controls-styling-expected.png:
38789         * platform/chromium-mac/media/controls-styling-strict-expected.png:
38790         * platform/chromium-mac/media/controls-without-preload-expected.png:
38791         * platform/chromium-mac/media/media-controls-clone-expected.png:
38792         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
38793         * platform/chromium-mac/media/video-controls-rendering-expected.png:
38794         * platform/chromium-mac/media/video-display-toggle-expected.png:
38795         * platform/chromium-mac/media/video-empty-source-expected.png:
38796         * platform/chromium-mac/media/video-no-audio-expected.png:
38797         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
38798         * platform/chromium-mac/media/video-zoom-controls-expected.png:
38799         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
38800         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38801         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38802         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
38803         * platform/chromium-win/fast/backgrounds/background-leakage-expected.png:
38804         * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png:
38805         * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
38806         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
38807         * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
38808         * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
38809         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
38810         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
38811         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
38812         * platform/chromium-win/fast/box-shadow/spread-expected.png:
38813         * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
38814         * platform/chromium-win/fast/css/shadow-multiple-expected.png:
38815         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
38816         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png:
38817         * platform/chromium-win/fast/layers/video-layer-expected.png:
38818         * platform/chromium-win/fast/regions/full-screen-video-from-region-expected.png:
38819         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
38820         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
38821         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
38822         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
38823         * platform/chromium-win/fast/transforms/shadows-expected.png:
38824         * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
38825         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
38826         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
38827         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
38828         * platform/chromium-win/media/audio-controls-rendering-expected.png:
38829         * platform/chromium-win/media/audio-repaint-expected.png:
38830         * platform/chromium-win/media/controls-after-reload-expected.png:
38831         * platform/chromium-win/media/controls-layout-direction-expected.png:
38832         * platform/chromium-win/media/controls-strict-expected.png:
38833         * platform/chromium-win/media/controls-styling-expected.png:
38834         * platform/chromium-win/media/controls-styling-strict-expected.png:
38835         * platform/chromium-win/media/controls-without-preload-expected.png:
38836         * platform/chromium-win/media/media-controls-clone-expected.png:
38837         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
38838         * platform/chromium-win/media/video-controls-rendering-expected.png:
38839         * platform/chromium-win/media/video-display-toggle-expected.png:
38840         * platform/chromium-win/media/video-empty-source-expected.png:
38841         * platform/chromium-win/media/video-no-audio-expected.png:
38842         * platform/chromium-win/media/video-playing-and-pause-expected.png:
38843         * platform/chromium-win/media/video-zoom-controls-expected.png:
38844         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
38845         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
38846         * platform/chromium/TestExpectations:
38847         * platform/efl-wk2/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.
38848
38849 2013-01-10  Alexis Menard  <alexis@webkit.org>
38850
38851         ASSERT_NOT_REACHED in StylePropertySet::fontValue when accessing font style property through JS after setting style font size.
38852         https://bugs.webkit.org/show_bug.cgi?id=88866
38853
38854         Reviewed by Alexander Pavlov.
38855
38856         Add tests to cover the bug.
38857
38858         * fast/css/font-shorthand-from-longhands-expected.txt: Added.
38859         * fast/css/font-shorthand-from-longhands.html: Added.
38860
38861 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
38862
38863         [EFL] Unreviewed gardening.
38864
38865         video-src-blob.html is flaky, not always crashing.
38866
38867         * platform/efl/TestExpectations:
38868
38869 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
38870
38871         [EFL] Unreviewed gardening.
38872
38873         Marking one more flaky crasher due to gstreamer.
38874
38875         * platform/efl/TestExpectations:
38876
38877 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
38878
38879         [EFL] Unreviewed gardening.
38880
38881         Marking three media tests as flaky crashers.
38882
38883         * platform/efl/TestExpectations:
38884
38885 2013-01-10  Csaba Osztrogonác  <ossy@webkit.org>
38886
38887         Unreviewed gardening, paint the bots green.
38888
38889         * platform/qt/TestExpectations: Skip http/tests/security/isolatedWorld/* tests instead of marking them as failures. (r138817)
38890         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.png: Added after r139197.
38891         * platform/qt/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added after r139197.
38892
38893 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
38894
38895         [chromium] Fix ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm expectation lines
38896
38897         Unreviewed gardening.
38898
38899         * platform/chromium/TestExpectations: Two bugs and expectation lines refer to this test, and one
38900         expectation line overrides the other: assign to the earlier bug and ditch the redundant line.
38901
38902 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
38903
38904         [chromium] Remove lost-compositor-context layout tests
38905         https://bugs.webkit.org/show_bug.cgi?id=106089
38906
38907         Unreviewed gardening.
38908
38909         * platform/chromium/TestExpectations: Remove all references to the
38910         lost-compositor-context test expectations after r138814.
38911         
38912 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
38913
38914         [chromium] Optimize expectations for fast/forms/button-inner-block-reuse.html
38915
38916         Unreviewed gardening.
38917
38918         * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Removed.
38919         * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.png:
38920
38921 2013-01-10  Noel Gordon  <noel.gordon@gmail.com>
38922
38923         [chromium] Optimize expectations for fast/forms/button-generated-content.html
38924
38925         Unreviewed gardening.
38926
38927         * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Removed.
38928         * platform/chromium-win/fast/forms/button-generated-content-expected.png:
38929
38930 2013-01-10  Dominik Röttsches  <dominik.rottsches@intel.com>
38931
38932         [EFL] Unreviewed gardening.
38933
38934         Marking a missing expectation for fast/repaint/caret-with-transformation.html
38935
38936         * platform/efl/TestExpectations:
38937
38938 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
38939
38940         Unreviewed GTK gardening.
38941
38942         Removing a few failure expectations that are no longer needed.
38943         The tests the expectations were covering now pass.
38944
38945         * platform/gtk/TestExpectations:
38946
38947 2013-01-10  Zan Dobersek  <zandobersek@gmail.com>
38948
38949         Unreviewed GTK gardening.
38950
38951         Adding a platform-specific baseline for a CSS Regions test.
38952         Adding a missing expectation for the fast/repaint/caret-with-transformation.html layout test.
38953
38954         * platform/gtk/TestExpectations:
38955         * platform/gtk/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
38956
38957 2013-01-10  Christophe Dumez  <christophe.dumez@intel.com>
38958
38959         Unreviewed EFL gardening.
38960
38961         Add platform expectation for new test added in r139197.
38962
38963         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
38964         * platform/efl/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
38965
38966 2013-01-10  Christophe Dumez  <christophe.dumez@intel.com>
38967
38968         [EFL] Add gstreamer 1.0.5 to jhbuild
38969         https://bugs.webkit.org/show_bug.cgi?id=106178
38970
38971         Reviewed by Laszlo Gombos.
38972
38973         Skip several media tests that are crashing with gstreamer 1.0.
38974
38975         * platform/efl/TestExpectations:
38976         * platform/efl/media/sources-fallback-codecs-expected.txt: Removed.
38977
38978 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
38979
38980         New chromium-mac pixel baseline for gradient-background-leakage-hidpi.html
38981         https://bugs.webkit.org/show_bug.cgi?id=106373
38982
38983         Unreviewed gardening.
38984
38985         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
38986
38987 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
38988
38989         Update expectations for fast/forms/button-generated-content.html
38990
38991         Unreviewed gardening.
38992
38993         * fast/forms/button-generated-content-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/button-generated-content-expected.txt.
38994         * platform/chromium-win-xp/fast/forms/button-generated-content-expected.png: Added.
38995         * platform/mac/fast/forms/button-generated-content-expected.txt: Removed.
38996
38997 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
38998
38999         Update expectations for fast/forms/button-inner-block-reuse.html
39000
39001         Unreviewed gardening.
39002
39003         * fast/forms/button-inner-block-reuse-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/button-inner-block-reuse-expected.txt.
39004         * platform/chromium-win-xp/fast/forms/button-inner-block-reuse-expected.png: Added.
39005         * platform/mac/fast/forms/button-inner-block-reuse-expected.txt: Removed.
39006
39007 2013-01-09  Tien-Ren Chen  <trchen@chromium.org>
39008
39009         Make caret repainting container-aware
39010         https://bugs.webkit.org/show_bug.cgi?id=103955
39011
39012         Reviewed by Simon Fraser.
39013
39014         The caret repaint padding has been removed. Needs rebaseline.
39015         Added test that carets should be repainted correctly on a transformed element.
39016
39017         * fast/repaint/caret-with-transformation.html: Added.
39018         * platform/chromium/TestExpectations:
39019         * platform/mac/TestExpectations:
39020
39021 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
39022
39023         [Chromium] Add win mac expectations for r139256
39024         https://bugs.webkit.org/show_bug.cgi?id=106404
39025
39026         Unreviewed gardening.
39027
39028         * platform/chromium-mac/fast/borders/border-radius-with-box-shadow-expected.png: Added.
39029         * platform/chromium-win/fast/borders/border-radius-with-box-shadow-expected.png: Added.
39030
39031 2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>
39032
39033         [JSC] REGRESSION(r135093): A form control with name=length overrides length property on form.elements
39034         https://bugs.webkit.org/show_bug.cgi?id=105775
39035
39036         Reviewed by Sam Weinig.
39037
39038         Added a regression tests for all known HTMLCollection sublcasses except HTMLNameCollection,
39039         which is used only to implement named getters on window and document objects and HTMLPropertiesCollection
39040         since it's not enabled on all ports yet.
39041
39042         * fast/dom/collection-length-should-not-be-overridden-expected.txt: Added.
39043         * fast/dom/collection-length-should-not-be-overridden.html: Added.
39044
39045 2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>
39046
39047         Assert triggered in SelectorChecker::checkOneSelector when scrollbar (e.g. :horizontal) selector is specified.
39048         https://bugs.webkit.org/show_bug.cgi?id=106414
39049
39050         Reviewed by Dimitri Glazkov.
39051
39052         * fast/css/scrollbar-crash-expected.txt: Added.
39053         * fast/css/scrollbar-crash.html: Added.
39054
39055 2013-01-09  Takashi Sakamoto  <tasak@google.com>
39056
39057         border-radius with box-shadow is not rendered correctly
39058         https://bugs.webkit.org/show_bug.cgi?id=106404
39059
39060         Reviewed by Hajime Morita.
39061
39062         * fast/borders/border-radius-with-box-shadow-expected.txt: Added.
39063         * fast/borders/border-radius-with-box-shadow.html: Added.
39064         * platform/chromium-linux/fast/borders/border-radius-with-box-shadow-expected.png: Added.
39065
39066 2013-01-09  Anders Carlsson  <andersca@apple.com>
39067
39068         Update a test result.
39069
39070         * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
39071
39072 2013-01-09  Stephanie Lewis  <slewis@apple.com>
39073
39074         Rebaseline fast/inline/continuation-outlines-with-layers.html
39075         https://bugs.webkit.org/show_bug.cgi?id=106064.
39076
39077         Unreviewed.
39078
39079         Rebaseline after http://trac.webkit.org/changeset/139223. 
39080
39081         * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
39082
39083 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39084
39085         [Chromium] Ascribe a bug to a crash..
39086
39087         * platform/chromium/TestExpectations: Ascribed.
39088
39089 2013-01-09  Joanmarie Diggs  <jdiggs@igalia.com>
39090
39091         [GTK] accessibility/aria-labelledby-overrides-label.html requires a proper baseline
39092         https://bugs.webkit.org/show_bug.cgi?id=105638
39093
39094         Reviewed by Martin Robinson.
39095
39096         The test was failing for two reasons:
39097         - AccessibilityRenderObject::correspondingLabelForControlElement() was
39098           not ignoring the ARIA labelled-by property
39099         - AccessibilityController::accessibleElementById() was not implemented
39100
39101         Because getting an element by ID cannot be done in the UIProcess, the
39102         decision was made to expose the element's ID as an accessible attribute
39103         of the object.
39104
39105         In addition, fixing the bug in AccessibilityRenderObject made it possible
39106         to eliminate the Gtk platform-specific expectations for another test.
39107
39108         * accessibility/aria-labelledby-overrides-label-expected.txt: Added.
39109         * accessibility/radio-button-title-label-expected.txt: Modified based on
39110         null check which was added and which gets included in the test output.
39111         * accessibility/radio-button-title-label.html: Check to see that we have
39112         a titleUIElement before attempting to get its title.
39113         * platform/gtk/TestExpectations: Unskipped the previously failing test.
39114         * platform/gtk/accessibility/radio-button-title-label-expected.txt: Removed.
39115
39116 2013-01-09  Max Vujovic  <mvujovic@adobe.com>
39117
39118         [CSS Shaders] Detached identifier after mesh box type is not applied
39119         https://bugs.webkit.org/show_bug.cgi?id=105321
39120
39121         Reviewed by Dean Jackson.
39122
39123         Add a test to verify that a "detached" identifier after a mesh box type identifier is
39124         actually applied.
39125
39126         For example:
39127         -webkit-filter: custom(url(...) mix(url(...) normal source-atop), 1 1 border-box detached);
39128
39129         Update parsing tests and expectations to expect that the mesh box type is not returned in
39130         the cssText.
39131
39132         * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type-expected.html: Added.
39133         * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type.html: Added.
39134         * css3/filters/custom/custom-filter-property-parsing-expected.txt:
39135         * css3/filters/script-tests/custom-filter-property-parsing.js:
39136         * css3/filters/resources/a-triangle-coord-defined.vs: Added.
39137         * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:
39138
39139 2013-01-09  Ojan Vafai  <ojan@chromium.org>
39140
39141         Proper version of http://trac.webkit.org/changeset/139221.
39142         The problem was that there was line-wrapping due to form controls
39143         being different sizes on different platforms, not that form
39144         controls dump innerText differently.
39145
39146         * fast/forms/min-content-form-controls-expected.txt:
39147         * fast/forms/min-content-form-controls.html:
39148
39149 2013-01-09  Roger Fong  <roger_fong@apple.com>
39150
39151         Unreviewed. Device Proximity is not enabled/implemented on Windows.
39152         Skipping related tests:
39153
39154         proximity/add-listener-from-callback.html
39155         proximity/basic-operation.html
39156         proximity/create-event.html
39157         proximity/event-after-navigation.html
39158         proximity/multiple-frames.html
39159         proximity/no-page-cache.html
39160         proximity/optional-event-properties.html
39161         proximity/updates.html
39162         proximity/window-property.html
39163
39164         * platform/win/TestExpectations:
39165
39166 2013-01-09  Christophe Dumez  <christophe.dumez@intel.com>
39167
39168         [WK2] Implement eventSender.scheduleAsynchronousKeyDown
39169         https://bugs.webkit.org/show_bug.cgi?id=93979
39170
39171         Reviewed by Benjamin Poulain.
39172
39173         Update WK2 expectations for tests requiring
39174         eventSender.scheduleAsynchronousKeyDown now that it is
39175         implemented in WebKitTestRunner.
39176
39177         * platform/efl-wk2/TestExpectations:
39178         * platform/gtk-wk2/TestExpectations:
39179         * platform/wk2/TestExpectations:
39180
39181 2013-01-09  Dan Winship  <danw@gnome.org>
39182
39183         [Soup] Handle redirection inside WebKit
39184         https://bugs.webkit.org/show_bug.cgi?id=61122
39185         https://bugs.webkit.org/show_bug.cgi?id=88961
39186
39187         Reviewed by Martin Robinson.
39188
39189         Unskip some tests.
39190
39191         * platform/efl/TestExpectations:
39192         * platform/gtk/TestExpectations:
39193
39194 2013-01-09  Florin Malita  <fmalita@chromium.org>
39195
39196         [Skia] Implement GraphicsContext::addRoundedRectClip() using SkCanvas::clipRRect()
39197         https://bugs.webkit.org/show_bug.cgi?id=106461
39198
39199         Reviewed by Stephen White.
39200
39201         * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png:
39202         * platform/chromium-linux/fast/borders/border-radius-complex-inner-expected.png:
39203         * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png:
39204         * platform/chromium-linux/fast/borders/border-radius-wide-border-05-expected.png:
39205         * platform/chromium-linux/fast/borders/border-styles-split-expected.png:
39206         * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
39207         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
39208         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
39209         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
39210         * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png:
39211         * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png:
39212         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png:
39213         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
39214         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png:
39215         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png:
39216         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
39217         * platform/chromium/TestExpectations:
39218
39219 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39220
39221         [Chromium] Land expectations for r139197.
39222
39223         * platform/chromium-linux/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
39224         * platform/chromium-mac-snowleopard/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
39225         * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png:
39226         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
39227         * platform/chromium-win/fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
39228
39229 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39230
39231         [Chromium] inspector/geolocation-error.html is flaky in Win.
39232         https://bugs.webkit.org/show_bug.cgi?id=106487
39233
39234         * platform/chromium/TestExpectations: Marked as flaky.
39235
39236 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39237
39238         [Chromium] Tweak webaduio test expectations once more.
39239
39240         * platform/chromium/TestExpectations: Tweaked.
39241
39242 2013-01-09  Alexey Proskuryakov  <ap@apple.com>
39243
39244         Assertion failure in SubresourceLoader::didFail when reloading
39245         https://bugs.webkit.org/show_bug.cgi?id=101416
39246
39247         Reviewed by Nate Chapin.
39248
39249         * http/tests/cache/network-error-during-revalidation-expected.txt: Added.
39250         * http/tests/cache/network-error-during-revalidation.html: Added.
39251         * http/tests/cache/resources/network-error-during-revalidation-frame.html: Added.
39252
39253         * http/tests/resources/network-simulator.php: Added a way to serve resources
39254         without no-cache no-store directives.
39255
39256 2013-01-09  Alexandru Chiculita  <achicu@adobe.com>
39257
39258         Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers
39259         https://bugs.webkit.org/show_bug.cgi?id=106419
39260
39261         Reviewed by Simon Fraser.
39262
39263         Re-added skipped tests as this patch resolves the flakiness.
39264
39265         * platform/mac/TestExpectations:
39266
39267 2013-01-09  Roger Fong  <roger_fong@apple.com>
39268
39269         Unreviewed. Rebaseline some accessibility test results on Win7 port.
39270
39271         * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
39272         * platform/win/platform/win/accessibility: Added.
39273         * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Added.
39274         * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Added.
39275
39276 2013-01-09  Robert Hogan  <robert@webkit.org>
39277
39278         REGRESSION(r111439): Focus ring is rendered incorrectly in fast/inline/continuation-outlines-with-layers.html
39279         https://bugs.webkit.org/show_bug.cgi?id=106064
39280
39281         Reviewed by David Hyatt.
39282
39283         * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-expected.png:
39284
39285 2013-01-09  Ojan Vafai  <ojan@chromium.org>
39286
39287         fast/forms/min-content-form-controls.html fails on some platforms
39288         https://bugs.webkit.org/show_bug.cgi?id=106482
39289
39290         Reviewed by Eric Seidel.
39291
39292         The text dump for some form controls (menulists?) has different whitespace
39293         output on different platforms. Remove the form controls to avoid adding
39294         platform-specific expectations for this test.
39295
39296         * fast/forms/min-content-form-controls-expected.txt:
39297         * fast/forms/min-content-form-controls.html:
39298         * platform/mac/TestExpectations:
39299
39300 2013-01-09  Michael Pruett  <michael@68k.org>
39301
39302         IndexedDB: Remove unnecessary tests from storage/indexeddb/key-type-array.html
39303         https://bugs.webkit.org/show_bug.cgi?id=106472
39304
39305         Reviewed by Tony Chang.
39306
39307         The tests which verify that JSON.stringify() throws an exception
39308         for cyclic objects produce different error messages on JSC and
39309         V8 and do nothing to test IndexedDB functionality. These tests
39310         should be removed.
39311
39312         * storage/indexeddb/key-type-array-expected.txt:
39313         * storage/indexeddb/resources/key-type-array.js:
39314
39315 2013-01-08  Ojan Vafai  <ojan@chromium.org>
39316
39317         min-content gets the wrong value if min-width is set on some form controls
39318         https://bugs.webkit.org/show_bug.cgi?id=106389
39319
39320         Reviewed by Tony Chang.
39321
39322         * fast/forms/min-content-form-controls-expected.txt: Added.
39323         * fast/forms/min-content-form-controls.html: Added.
39324
39325 2013-01-09  Roger Fong  <roger_fong@apple.com>
39326
39327         Unreviewed. Skipping 4 video controls tests on Windows.
39328         https://bugs.webkit.org/show_bug.cgi?id=106477.
39329
39330         Skipped tests:
39331         media/video-controls-captions-trackmenu-localized.html
39332         media/video-controls-captions-trackmenu-sorted.html
39333         media/video-controls-captions-trackmenu.html
39334         media/video-controls-visible-exiting-fullscreen.html
39335
39336         * platform/win/TestExpectations:
39337
39338 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39339
39340         [Chromium] Rebaseline a few tests after r139191.
39341
39342         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
39343         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39344         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39345         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
39346         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39347         * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
39348         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
39349         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
39350         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39351
39352 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39353
39354         [Chromium] Rebaseline a few tests after r139201.
39355
39356         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
39357         * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
39358         * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
39359         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
39360         * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
39361         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
39362         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
39363         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
39364         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
39365         * platform/chromium-mac/fast/repaint/control-clip-expected.png:
39366
39367 2013-01-09  Dimitri Glazkov  <dglazkov@chromium.org>
39368
39369         [Chromium] fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html is a flaky crash.
39370         https://bugs.webkit.org/show_bug.cgi?id=106473
39371
39372         * platform/chromium/TestExpectations: Marked.
39373
39374 2013-01-09  Justin Novosad  <junov@google.com>
39375
39376         New chromium-win pixel baseline for gradient-background-leakage-hidpi.html
39377         https://bugs.webkit.org/show_bug.cgi?id=106373
39378
39379         Unreviewed.
39380
39381         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
39382
39383 2013-01-09  Alexis Menard  <alexis@webkit.org>
39384
39385         Implement CSS computed style value for transition shorthand
39386         https://bugs.webkit.org/show_bug.cgi?id=105035
39387
39388         Reviewed by Dean Jackson.
39389
39390         Uncomment existing tests to cover the new feature.
39391
39392         * transitions/transitions-parsing-expected.txt:
39393         * transitions/transitions-parsing.html:
39394
39395 2013-01-09  Tony Chang  <tony@chromium.org>
39396
39397         Automatically generate Settings::unifiedTextCheckerEnabled
39398         https://bugs.webkit.org/show_bug.cgi?id=106382
39399
39400         Reviewed by Adam Barth.
39401
39402         The InternalSettings.idl method didn't match the Settings' getter/setter. Now
39403         that we're using the generated version, make the tests use the same name.
39404
39405         * editing/spelling/grammar-edit-word.html:
39406         * editing/spelling/spellcheck-async-mutation.html:
39407         * editing/spelling/spellcheck-async-remove-frame.html:
39408         * editing/spelling/spellcheck-async.html:
39409         * editing/spelling/spelling-marker-description.html:
39410         * editing/spelling/spelling-unified-emulation.html:
39411         * platform/chromium/editing/spelling/delete-misspelled-word.html:
39412
39413 2013-01-09  Alexis Menard  <alexis@webkit.org>
39414
39415         Implement CSS computed style value for transition shorthand
39416         https://bugs.webkit.org/show_bug.cgi?id=105035
39417
39418         Reviewed by Dean Jackson.
39419
39420         Uncomment existing tests to cover the new feature.
39421
39422         * transitions/transitions-parsing-expected.txt:
39423         * transitions/transitions-parsing.html:
39424
39425 2013-01-09  Shinya Kawanaka  <shinyak@chromium.org>
39426
39427         [Shadow DOM]: ShadowRoot wrong nodeName attribute
39428         https://bugs.webkit.org/show_bug.cgi?id=104995
39429
39430         Reviewed by Dimitri Glazkov.
39431
39432         Converted #shadow-root to #document-fragment in LayoutTests files using sed.
39433
39434         * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
39435         * editing/deleting/delete-ligature-001-expected.txt:
39436         * editing/pasteboard/copy-in-password-field-expected.txt:
39437         * editing/selection/select-all-textarea-expected.txt:
39438         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
39439         * fast/dom/shadow/layout-tests-can-access-shadow.html:
39440         * fast/dom/shadow/shadow-and-list-elements.html:
39441         * fast/events/5056619-expected.txt:
39442         * fast/forms/focus-selection-input-expected.txt:
39443         * fast/forms/focus-selection-textarea-expected.txt:
39444         * fast/forms/textfield-outline-expected.txt:
39445         * fast/html/details-add-summary-1-and-click-expected.txt:
39446         * fast/html/details-add-summary-10-and-click-expected.txt:
39447         * fast/html/details-add-summary-2-and-click-expected.txt:
39448         * fast/html/details-add-summary-3-and-click-expected.txt:
39449         * fast/html/details-add-summary-4-and-click-expected.txt:
39450         * fast/html/details-add-summary-5-and-click-expected.txt:
39451         * fast/html/details-add-summary-6-and-click-expected.txt:
39452         * fast/html/details-add-summary-7-and-click-expected.txt:
39453         * fast/html/details-add-summary-8-and-click-expected.txt:
39454         * fast/html/details-add-summary-9-and-click-expected.txt:
39455         * fast/html/details-remove-summary-1-and-click-expected.txt:
39456         * fast/html/details-remove-summary-2-and-click-expected.txt:
39457         * fast/html/details-remove-summary-3-and-click-expected.txt:
39458         * fast/html/details-remove-summary-4-and-click-expected.txt:
39459         * fast/html/details-remove-summary-5-and-click-expected.txt:
39460         * fast/html/details-remove-summary-6-and-click-expected.txt:
39461         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
39462         * inspector/elements/shadow-root-expected.txt:
39463         * inspector/elements/shadow-root.html:
39464         * inspector/elements/update-shadowdom-expected.txt:
39465         * platform/chromium-android/fast/events/autoscroll-expected.txt:
39466         * platform/chromium-android/fast/forms/input-appearance-selection-expected.txt:
39467         * platform/chromium-android/fast/frames/take-focus-from-iframe-expected.txt:
39468         * platform/chromium-linux-x86/editing/selection/select-from-textfield-outwards-expected.txt:
39469         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
39470         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
39471         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
39472         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
39473         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt:
39474         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt:
39475         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt:
39476         * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt:
39477         * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.txt:
39478         * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.txt:
39479         * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.txt:
39480         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt:
39481         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39482         * platform/chromium-mac/fast/forms/search-rtl-expected.txt:
39483         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
39484         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
39485         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
39486         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
39487         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
39488         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
39489         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
39490         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
39491         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
39492         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
39493         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
39494         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
39495         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
39496         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
39497         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
39498         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
39499         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
39500         * platform/chromium-win-xp/editing/selection/select-from-textfield-outwards-expected.txt:
39501         * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
39502         * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
39503         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
39504         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
39505         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
39506         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
39507         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
39508         * platform/chromium-win/editing/selection/4975120-expected.txt:
39509         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
39510         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
39511         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
39512         * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
39513         * platform/chromium-win/fast/events/autoscroll-expected.txt:
39514         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
39515         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
39516         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
39517         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
39518         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39519         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
39520         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
39521         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
39522         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
39523         * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
39524         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
39525         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
39526         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39527         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
39528         * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
39529         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
39530         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
39531         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
39532         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39533         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39534         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
39535         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
39536         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
39537         * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
39538         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
39539         * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
39540         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
39541         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
39542         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
39543         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
39544         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
39545         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
39546         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
39547         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
39548         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
39549         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
39550         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
39551         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
39552         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
39553         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
39554         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
39555         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
39556         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
39557         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39558         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
39559         * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
39560         * platform/chromium/editing/input/caret-at-the-edge-of-input-expected.txt:
39561         * platform/chromium/editing/input/reveal-caret-of-multiline-input-expected.txt:
39562         * platform/chromium/editing/inserting/4960120-1-expected.txt:
39563         * platform/chromium/editing/pasteboard/drop-text-without-selection-expected.txt:
39564         * platform/chromium/editing/pasteboard/pasting-tabs-expected.txt:
39565         * platform/chromium/editing/selection/4895428-3-expected.txt:
39566         * platform/chromium/editing/selection/4975120-expected.txt:
39567         * platform/chromium/editing/selection/select-from-textfield-outwards-expected.txt:
39568         * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
39569         * platform/chromium/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
39570         * platform/chromium/fast/events/autoscroll-expected.txt:
39571         * platform/chromium/fast/events/context-no-deselect-expected.txt:
39572         * platform/chromium/fast/forms/input-appearance-focus-expected.txt:
39573         * platform/chromium/fast/forms/input-appearance-readonly-expected.txt:
39574         * platform/chromium/fast/forms/input-appearance-selection-expected.txt:
39575         * platform/chromium/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39576         * platform/chromium/fast/forms/input-placeholder-visibility-1-expected.txt:
39577         * platform/chromium/fast/forms/input-placeholder-visibility-3-expected.txt:
39578         * platform/chromium/fast/forms/input-readonly-autoscroll-expected.txt:
39579         * platform/chromium/fast/forms/input-text-click-inside-expected.txt:
39580         * platform/chromium/fast/forms/input-text-double-click-expected.txt:
39581         * platform/chromium/fast/forms/input-text-drag-down-expected.txt:
39582         * platform/chromium/fast/forms/input-text-option-delete-expected.txt:
39583         * platform/chromium/fast/forms/input-text-self-emptying-click-expected.txt:
39584         * platform/chromium/fast/forms/number/number-appearance-rtl-expected.txt:
39585         * platform/chromium/fast/forms/plaintext-mode-2-expected.txt:
39586         * platform/chromium/fast/forms/search-rtl-expected.txt:
39587         * platform/chromium/fast/forms/tabbing-input-iframe-expected.txt:
39588         * platform/chromium/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39589         * platform/chromium/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39590         * platform/chromium/fast/forms/textarea-scrollbar-expected.txt:
39591         * platform/chromium/fast/forms/textarea-scrolled-type-expected.txt:
39592         * platform/chromium/fast/forms/textfield-focus-ring-expected.txt:
39593         * platform/chromium/fast/forms/textfield-outline-expected.txt:
39594         * platform/chromium/fast/forms/textfield-overflow-expected.txt:
39595         * platform/chromium/fast/frames/take-focus-from-iframe-expected.txt:
39596         * platform/chromium/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39597         * platform/chromium/fast/transforms/transformed-focused-text-input-expected.txt:
39598         * platform/chromium/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
39599         * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt:
39600         * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
39601         * platform/efl/editing/inserting/4960120-1-expected.txt:
39602         * platform/efl/fast/events/autoscroll-expected.txt:
39603         * platform/efl/fast/events/context-no-deselect-expected.txt:
39604         * platform/efl/fast/forms/input-appearance-focus-expected.txt:
39605         * platform/efl/fast/forms/input-appearance-readonly-expected.txt:
39606         * platform/efl/fast/forms/input-appearance-selection-expected.txt:
39607         * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39608         * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
39609         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt:
39610         * platform/efl/fast/forms/input-text-click-inside-expected.txt:
39611         * platform/efl/fast/forms/input-text-double-click-expected.txt:
39612         * platform/efl/fast/forms/input-text-option-delete-expected.txt:
39613         * platform/efl/fast/forms/input-text-self-emptying-click-expected.txt:
39614         * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
39615         * platform/efl/fast/forms/tabbing-input-iframe-expected.txt:
39616         * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39617         * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39618         * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
39619         * platform/efl/fast/forms/textarea-scrolled-type-expected.txt:
39620         * platform/efl/fast/forms/textfield-focus-ring-expected.txt:
39621         * platform/efl/fast/forms/textfield-outline-expected.txt:
39622         * platform/efl/fast/forms/validation-message-appearance-expected.txt:
39623         * platform/efl/fast/frames/take-focus-from-iframe-expected.txt:
39624         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39625         * platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
39626         * platform/efl/fast/transforms/transformed-focused-text-input-expected.txt:
39627         * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt:
39628         * platform/gtk/editing/input/reveal-caret-of-multiline-input-expected.txt:
39629         * platform/gtk/editing/inserting/4960120-1-expected.txt:
39630         * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
39631         * platform/gtk/editing/pasteboard/pasting-tabs-expected.txt:
39632         * platform/gtk/editing/selection/4895428-3-expected.txt:
39633         * platform/gtk/editing/selection/4975120-expected.txt:
39634         * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
39635         * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
39636         * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
39637         * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
39638         * platform/gtk/fast/events/autoscroll-expected.txt:
39639         * platform/gtk/fast/events/context-no-deselect-expected.txt:
39640         * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
39641         * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
39642         * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
39643         * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39644         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
39645         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
39646         * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
39647         * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
39648         * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
39649         * platform/gtk/fast/forms/input-text-double-click-expected.txt:
39650         * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
39651         * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
39652         * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39653         * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
39654         * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt:
39655         * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
39656         * platform/gtk/fast/forms/search-rtl-expected.txt:
39657         * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
39658         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39659         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39660         * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
39661         * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
39662         * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
39663         * platform/gtk/fast/forms/textfield-outline-expected.txt:
39664         * platform/gtk/fast/forms/textfield-overflow-expected.txt:
39665         * platform/gtk/fast/forms/validation-message-appearance-expected.txt:
39666         * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
39667         * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39668         * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
39669         * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
39670         * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
39671         * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
39672         * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:
39673         * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
39674         * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
39675         * platform/mac/editing/inserting/4960120-1-expected.txt:
39676         * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
39677         * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
39678         * platform/mac/editing/selection/4895428-3-expected.txt:
39679         * platform/mac/editing/selection/4975120-expected.txt:
39680         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
39681         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
39682         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
39683         * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
39684         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
39685         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
39686         * platform/mac/fast/events/autoscroll-expected.txt:
39687         * platform/mac/fast/events/context-no-deselect-expected.txt:
39688         * platform/mac/fast/forms/input-appearance-focus-expected.txt:
39689         * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
39690         * platform/mac/fast/forms/input-appearance-selection-expected.txt:
39691         * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
39692         * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39693         * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
39694         * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
39695         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
39696         * platform/mac/fast/forms/input-text-click-inside-expected.txt:
39697         * platform/mac/fast/forms/input-text-double-click-expected.txt:
39698         * platform/mac/fast/forms/input-text-drag-down-expected.txt:
39699         * platform/mac/fast/forms/input-text-option-delete-expected.txt:
39700         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39701         * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
39702         * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
39703         * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
39704         * platform/mac/fast/forms/search-rtl-expected.txt:
39705         * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
39706         * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39707         * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39708         * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
39709         * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
39710         * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
39711         * platform/mac/fast/forms/textfield-outline-expected.txt:
39712         * platform/mac/fast/forms/textfield-overflow-expected.txt:
39713         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
39714         * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
39715         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
39716         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
39717         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
39718         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
39719         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
39720         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
39721         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
39722         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
39723         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
39724         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
39725         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
39726         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
39727         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
39728         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
39729         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
39730         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
39731         * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39732         * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
39733         * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
39734         * platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt:
39735         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
39736         * platform/qt/editing/inserting/4960120-1-expected.txt:
39737         * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
39738         * platform/qt/editing/selection/4895428-3-expected.txt:
39739         * platform/qt/editing/selection/4975120-expected.txt:
39740         * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
39741         * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
39742         * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
39743         * platform/qt/fast/events/context-no-deselect-expected.txt:
39744         * platform/qt/fast/forms/input-appearance-focus-expected.txt:
39745         * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
39746         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
39747         * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
39748         * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
39749         * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
39750         * platform/qt/fast/forms/input-text-click-inside-expected.txt:
39751         * platform/qt/fast/forms/input-text-click-outside-expected.txt:
39752         * platform/qt/fast/forms/input-text-double-click-expected.txt:
39753         * platform/qt/fast/forms/input-text-option-delete-expected.txt:
39754         * platform/qt/fast/forms/input-text-scroll-left-on-blur-expected.txt:
39755         * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
39756         * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
39757         * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
39758         * platform/qt/fast/forms/search-rtl-expected.txt:
39759         * platform/qt/fast/forms/tabbing-input-iframe-expected.txt:
39760         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
39761         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
39762         * platform/qt/fast/forms/textarea-scrollbar-expected.txt:
39763         * platform/qt/fast/forms/textarea-scrolled-type-expected.txt:
39764         * platform/qt/fast/forms/textfield-focus-ring-expected.txt:
39765         * platform/qt/fast/forms/textfield-outline-expected.txt:
39766         * platform/qt/fast/forms/textfield-overflow-expected.txt:
39767         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
39768         * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
39769         * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
39770         * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
39771         * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
39772         * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
39773         * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
39774         * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
39775         * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
39776         * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
39777         * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
39778         * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
39779         * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
39780         * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
39781         * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
39782         * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
39783         * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
39784         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
39785         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
39786         * platform/win-wk2/fast/forms/textfield-overflow-expected.txt:
39787         * platform/win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
39788         * platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt:
39789         * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
39790         * platform/win/fast/forms/input-text-drag-down-expected.txt:
39791
39792 2013-01-09  Zoltan Horvath  <zoltan@webkit.org>
39793
39794         [CSS Regions] Selecting text through nested regions causes weird and unclearable selection  
39795         https://bugs.webkit.org/show_bug.cgi?id=105641
39796
39797         Reviewed by David Hyatt.
39798
39799         If you have a region with a nested region inside what is rendered below the base region and you are trying select text
39800         starting from the base region and ending it in the nested region, firstly you got a weird selection, secondly you can't
39801         clear the selection. We could prevent this strange behavior by preventing the selection through different region flows.
39802
39803         * fast/regions/selecting-text-through-different-region-flows-expected.txt: Added.
39804         * fast/regions/selecting-text-through-different-region-flows.html: Added.
39805         * platform/chromium-mac/fast/regions/selecting-text-through-different-region-flows-expected.png: Added.
39806
39807 2013-01-09  Florin Malita  <fmalita@chromium.org>
39808
39809         [Skia] Implement GraphicsContext::fillRoundedRect() using SkCanvas::drawRRect()
39810         https://bugs.webkit.org/show_bug.cgi?id=106366
39811
39812         Reviewed by Stephen White.
39813
39814         * platform/chromium-linux/compositing/video/video-controls-layer-creation-expected.png:
39815         * platform/chromium-linux/fast/backgrounds/background-leakage-expected.png:
39816         * platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png:
39817         * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
39818         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
39819         * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
39820         * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
39821         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
39822         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
39823         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
39824         * platform/chromium-linux/fast/box-shadow/spread-expected.png:
39825         * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
39826         * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
39827         * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
39828         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png:
39829         * platform/chromium-linux/fast/layers/video-layer-expected.png:
39830         * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png:
39831         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
39832         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
39833         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
39834         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
39835         * platform/chromium-linux/fast/transforms/shadows-expected.png:
39836         * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
39837         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
39838         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png:
39839         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
39840         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png:
39841         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
39842         * platform/chromium-linux/media/audio-repaint-expected.png:
39843         * platform/chromium-linux/media/controls-after-reload-expected.png:
39844         * platform/chromium-linux/media/controls-layout-direction-expected.png:
39845         * platform/chromium-linux/media/controls-strict-expected.png:
39846         * platform/chromium-linux/media/controls-styling-expected.png:
39847         * platform/chromium-linux/media/controls-styling-strict-expected.png:
39848         * platform/chromium-linux/media/controls-without-preload-expected.png:
39849         * platform/chromium-linux/media/media-controls-clone-expected.png:
39850         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
39851         * platform/chromium-linux/media/video-controls-rendering-expected.png:
39852         * platform/chromium-linux/media/video-display-toggle-expected.png:
39853         * platform/chromium-linux/media/video-empty-source-expected.png:
39854         * platform/chromium-linux/media/video-no-audio-expected.png:
39855         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
39856         * platform/chromium-linux/media/video-zoom-controls-expected.png:
39857         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
39858         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
39859         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
39860         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/video/video-controls-layer-creation-expected.png: Added.
39861         * platform/chromium/TestExpectations:
39862
39863 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
39864
39865         Unreviewed EFL gardening.
39866
39867         Skipping failing tests after r139141, r139145.
39868
39869         * platform/efl/TestExpectations:
39870
39871 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
39872
39873         Unreviewed EFL gardening.
39874
39875         Rebaselining of media/video-controls-captions.html.
39876
39877         * platform/efl/media/video-controls-captions-expected.txt: Added.
39878
39879 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
39880
39881         Unreviewed EFL gardening.
39882
39883         Skipping failing tests after r139111, r139140.
39884
39885         * platform/efl/TestExpectations:
39886
39887 2013-01-09  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
39888
39889         EFL port gardening after r139145, r139002.
39890
39891         Unreviewed gardening.
39892
39893         * platform/efl/TestExpectations:
39894
39895 2013-01-09  Ryosuke Niwa  <rniwa@webkit.org>
39896
39897         Removed crash expectations from tests that have been passing per bugs 105566, 105567, and 105580.
39898
39899         * platform/gtk/TestExpectations:
39900         * platform/mac/TestExpectations:
39901
39902 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
39903
39904         [chromium] fast/frames/frame-limit.html can be slow in release
39905         https://bugs.webkit.org/show_bug.cgi?id=106126
39906
39907         Unreviewed gardening.
39908
39909         * platform/chromium/TestExpectations: Add Slow expectation for Win and Linux.
39910         [ Win Linux Release ] fast/frames/frame-limit.html [ Pass Slow ]
39911
39912 2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>
39913
39914         INPUT_MULTIPLE_FIELDS_UI: min/max attributes should not make all fields read-only
39915         https://bugs.webkit.org/show_bug.cgi?id=106422
39916
39917         Reviewed by Kent Tamura.
39918
39919         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
39920         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Update expectations.
39921         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt:
39922         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Ditto.
39923
39924 2013-01-09  Sheriff Bot  <webkit.review.bot@gmail.com>
39925
39926         Unreviewed, rolling out r139134.
39927         http://trac.webkit.org/changeset/139134
39928         https://bugs.webkit.org/show_bug.cgi?id=106424
39929
39930          WebGL tests still crash on EFL (Requested by MPozdnyakov on
39931         #webkit).
39932
39933         * platform/efl/TestExpectations:
39934
39935 2013-01-09  Kunihiko Sakamoto  <ksakamoto@chromium.org>
39936
39937         INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of week field should respect min/max attributes
39938         https://bugs.webkit.org/show_bug.cgi?id=106416
39939
39940         Reviewed by Kent Tamura.
39941
39942         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield-expected.txt: Added.
39943         * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html: Added.
39944         * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
39945         * fast/forms/week-multiple-fields/week-multiple-fields-stepup-stepdown-from-renderer.html: Added.
39946
39947 2013-01-09  Noel Gordon  <noel.gordon@gmail.com>
39948
39949         [chromium] Tighten svg/custom/feComponentTransfer-Table.svg on windows
39950         https://bugs.webkit.org/show_bug.cgi?id=106126
39951
39952         Unreviewed gardening. Bot reports:
39953
39954         Regressions: Unexpected image-only failures (1)
39955             svg/custom/feComponentTransfer-Table.svg [ ImageOnlyFailure ]
39956
39957         * platform/chromium/TestExpectations: So change Failure -> ImageOnlyFailure
39958         to silence the bot. 
39959
39960 2013-01-09  Zan Dobersek  <zandobersek@gmail.com>
39961
39962         Unreviewed GTK gardening.
39963
39964         Adding a flaky timeout expectation for fast/workers/worker-close-more.html
39965         that regressed with r139145.
39966
39967         * platform/gtk/TestExpectations:
39968
39969 2013-01-08  Takashi Sakamoto  <tasak@google.com>
39970
39971         Use window.WebKitShadowRoot for checking whether a node is shadow root or not.
39972         https://bugs.webkit.org/show_bug.cgi?id=88748
39973
39974         Reviewed by Hajime Morita.
39975
39976         * fast/dom/shadow/resources/shadow-dom.js:
39977         (isShadowRoot):
39978         Modified to use window.WebKitShadowRoot instead of node name.
39979         * resources/dump-as-markup.js:
39980         (Markup.get var):
39981         Added shadowRootList which has information about whether the given node
39982         is a shadow root or not.
39983         (Markup):
39984         (Markup._get):
39985         If the given element is a document fragment and its address is in
39986         shadowRootList, use "<shadow:root>".
39987         (Markup._getShadowHostIfPossible):
39988         Only this method uses internals.shadowRoot and obtains the youngest
39989         shadow root from the given node. So update shadowRootList in this
39990         method.
39991
39992 2013-01-08  Stephanie Lewis  <slewis@apple.com>
39993
39994         Assertion Failure in WebCore::RenderLayerCompositor::updateCompositingLayers.
39995         https://bugs.webkit.org/show_bug.cgi?id=106419.
39996
39997         Unreviewed.
39998
39999         Updated Expectations.
40000
40001         * platform/mac/TestExpectations:
40002
40003 2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
40004
40005         [chromium] Unreviewed gardening. Update fast/events/touch/compositor-touch-hit-rects on linux
40006
40007         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
40008
40009 2013-01-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>
40010
40011         Caret is incorrectly painted for a contenteditable <div> containing a <br> in vertical writing mode
40012         https://bugs.webkit.org/show_bug.cgi?id=103621
40013
40014         Reviewed by Ryosuke Niwa.
40015
40016         * editing/selection/caret-in-div-containing-br-in-vertical-mode-expected.txt: Added.
40017         * editing/selection/caret-in-div-containing-br-in-vertical-mode.html: Added.
40018         Testcase added for verifying the caret display at the start of an editable
40019         div containing only a <br> element in vertical writing mode.
40020
40021 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
40022
40023         [Qt] Unreviewed gardening, skip new failing tests.
40024
40025         * platform/qt/TestExpectations:
40026
40027 2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
40028
40029         [chromium] Rebaseline and optimise fast/regions/full-screen-video-from-region on Win7 and Win XP
40030
40031         Unreviewed gardening.
40032
40033         * 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.
40034
40035 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
40036
40037         [Qt] Unreviewed gardening, skip new failing tests.
40038
40039         * platform/qt/TestExpectations:
40040
40041 2013-01-08  Stephanie Lewis  <slewis@apple.com>
40042
40043         A couple of fast/workers tests fail after http://trac.webkit.org/projects/webkit/changeset/139145.
40044         https://bugs.webkit.org/show_bug.cgi?id=106415.
40045
40046         Unreviewed.
40047
40048         Updated Expectations.
40049
40050         * platform/mac/TestExpectations:
40051
40052 2013-01-08  Stephanie Lewis  <slewis@apple.com>
40053
40054         Assertion failure in WebCore::HTMLConstructionSite::HTMLConstructionSite.
40055         https://bugs.webkit.org/show_bug.cgi?id=106412.
40056
40057         Unreviewed.  
40058
40059         Updating Expectations.
40060
40061         * platform/mac/TestExpectations:
40062
40063 2013-01-08  Matt Falkenhagen  <falken@chromium.org>
40064
40065         Make NodeRenderingContext::parentRenderer and nextRenderer top layer aware
40066         https://bugs.webkit.org/show_bug.cgi?id=103477
40067
40068         Reviewed by Hajime Morita.
40069
40070         * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer-expected.html: Added.
40071         * fast/dom/HTMLDialogElement/modal-dialog-in-replaced-renderer.html: Added.
40072         * fast/dom/HTMLDialogElement/modal-dialog-in-table-column-expected.html: Added.
40073         * fast/dom/HTMLDialogElement/modal-dialog-in-table-column.html: Added.
40074         * fast/dom/HTMLDialogElement/modal-dialog-sibling-expected.html: Added.
40075         * fast/dom/HTMLDialogElement/modal-dialog-sibling.html: Added.
40076
40077 2013-01-08  Hayato Ito  <hayato@chromium.org>
40078
40079         [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.
40080         https://bugs.webkit.org/show_bug.cgi?id=104509
40081
40082         Reviewed by Dimitri Glazkov.
40083
40084         Adding a test for making sure that MouseEvent offsetX and offsetY arrributes are adjusted in retargeting.
40085
40086         * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset-expected.txt: Added.
40087         * fast/dom/shadow/shadow-dom-mouse-event-adjust-offset.html: Added.
40088
40089 2013-01-08  Noel Gordon  <noel.gordon@gmail.com>
40090
40091         [chromium] Unreviewed gardening. jquery/event.html timeouts in release and debug.
40092
40093         * platform/chromium/TestExpectations: 
40094
40095 2013-01-08  Kent Tamura  <tkent@chromium.org>
40096
40097         REGRESSION(r135836): Invalid user input for input[type=number] should be cleared by input.value=""
40098         https://bugs.webkit.org/show_bug.cgi?id=106284
40099
40100         Reviewed by Hajime Morita.
40101
40102         * fast/forms/number/number-validity-badinput.html:
40103         Add a test case.
40104         * fast/forms/number/number-validity-badinput-expected.txt:
40105
40106 2013-01-08  Nate Chapin  <japhet@chromium.org>
40107
40108         REGRESSION(r138222?): [Mac WK1] http/tests/appcache/main-resource-redirect.html asserts in WebFrameLoaderClient::dispatchDidFinishLoading
40109         https://bugs.webkit.org/show_bug.cgi?id=106123
40110
40111         Reviewed by Alexey Proskuryakov.
40112
40113         * platform/mac-wk2/TestExpectations:
40114         * platform/mac/TestExpectations: main-resource-redirect.html is no longer crashing.
40115
40116 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40117
40118         [EFL] [WK2] Some authentication tests fail in WebKit2
40119         https://bugs.webkit.org/show_bug.cgi?id=106407
40120
40121         * platform/efl-wk2/TestExpectations: Skip some tests failing for EFL
40122         on WebKit2.
40123
40124 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40125
40126         [Mac] Authentication tests fail even after r139140
40127         https://bugs.webkit.org/show_bug.cgi?id=106405
40128
40129         * platform/mac-wk2/TestExpectations: Skip authentication tests that are still
40130         failing in WebKit2 on Mac.
40131
40132 2013-01-08  Julien Chaffraix  <jchaffraix@webkit.org>
40133
40134         Layout Test fast/css-grid-layout/grid-columns-rows-get-set-multiple.html, grid-columns-rows-get-set.html is failing
40135         https://bugs.webkit.org/show_bug.cgi?id=104090
40136
40137         Unreviewed gardening.
40138
40139         * platform/chromium/TestExpectations:
40140         In r139025, the not-totally-OK call to GridTrackSize::length() was removed and thus the
40141         tests don't trigger an ASSERT anymore. This change merrily re-enable them.
40142
40143 2013-01-08  Alexandru Chiculita  <achicu@adobe.com>
40144
40145         Assert in RenderGeometryMap::mapToContainer
40146         https://bugs.webkit.org/show_bug.cgi?id=106068
40147
40148         Reviewed by Simon Fraser.
40149
40150         * compositing/geometry/assert-layout-not-done-expected.txt: Added.
40151         * compositing/geometry/assert-layout-not-done.html: Added. Testing for the case when compositor is triggered before the first layout.
40152         * compositing/geometry/assert-marquee-timer-expected.txt: Added.
40153         * compositing/geometry/assert-marquee-timer.html: Added. Tested for the case when the marquee might trigger compositor updates, while a layout is still pending.
40154
40155 2013-01-08  Brandon Jones  <bajones@chromium.org>
40156
40157         Make WebGLRenderingContext inherit from ActiveDOMObject
40158         https://bugs.webkit.org/show_bug.cgi?id=104733
40159
40160         Reviewed by Adam Barth.
40161
40162         * fast/canvas/webgl/context-release-upon-reload-expected.txt: Added.
40163         * fast/canvas/webgl/context-release-upon-reload.html: Added.
40164         * fast/canvas/webgl/resources/context-release-upon-reload-child.html: Added.
40165
40166 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40167
40168         WebKitTestRunner needs support for setHandlesAuthenticationChallenges
40169         https://bugs.webkit.org/show_bug.cgi?id=103653
40170
40171         Reviewed by Anders Carlsson.
40172
40173         Unskip authentication tests which are now passing.
40174
40175         * platform/wk2/TestExpectations:
40176
40177 2013-01-08  Justin Novosad  <junov@google.com>
40178
40179         Color bleeding with rounded rectangles on high dpi displays
40180         https://bugs.webkit.org/show_bug.cgi?id=106373
40181
40182         Reviewed by Simon Fraser.
40183
40184         New layout test to verify that rounded rectangle corners do not
40185         produce color bleeding on high dpi devices.
40186
40187         * fast/backgrounds/gradient-background-leakage-hidpi-expected.txt: Added.
40188         * fast/backgrounds/gradient-background-leakage-hidpi.html: Added.
40189         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
40190
40191 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
40192
40193         DFG shouldn't treat the 'this' argument as being captured if a code block uses arguments
40194         https://bugs.webkit.org/show_bug.cgi?id=106398
40195         <rdar://problem/12439776>
40196
40197         Reviewed by Mark Hahnenberg.
40198
40199         * fast/js/dfg-inline-constructor-that-uses-arguments-expected.txt: Added.
40200         * fast/js/dfg-inline-constructor-that-uses-arguments.html: Added.
40201         * fast/js/jsc-test-list:
40202         * fast/js/script-tests/dfg-inline-constructor-that-uses-arguments.js: Added.
40203         (Foo):
40204         (bar):
40205
40206 2013-01-08  Viatcheslav Ostapenko  <sl.ostapenko@samsung.com>
40207
40208         [EFL][WK2] WebGL test cases are sometimes crashing
40209         https://bugs.webkit.org/show_bug.cgi?id=104506
40210
40211         Unreviewed gardening.
40212
40213         Enable webgl tests that are passing after recent changes.
40214
40215         * platform/efl/TestExpectations:
40216
40217 2013-01-08  Hajime Morrita  <morrita@google.com>
40218
40219         Unreviewed, marking drag-and-drop-autoscroll.html
40220
40221         * platform/efl/TestExpectations:
40222         * platform/gtk/TestExpectations:
40223         * platform/mac/TestExpectations:
40224
40225 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40226
40227         Organize some svg/gynamic-updates expectations.
40228
40229         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Removed.
40230         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Removed.
40231
40232 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40233
40234         [Chromium] Layout Tests svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues* are flaky.
40235         https://bugs.webkit.org/show_bug.cgi?id=106390
40236
40237         * platform/chromium/TestExpectations: Adjusted expectations.
40238
40239 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40240
40241         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.
40242         https://bugs.webkit.org/show_bug.cgi?id=106387
40243
40244         * platform/chromium/TestExpectations: Marked new flakes.
40245
40246 2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>
40247
40248         Skip the test added by r139062 on WebKit2 bots since it uses a testRunner method
40249         that hasn't been implemented yet.
40250
40251         * platform/wk2/TestExpectations:
40252
40253 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40254
40255         [Chromium] Tighten up some test expectations.
40256
40257         * platform/chromium/TestExpectations: Tightened.
40258
40259 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40260
40261         [Chromium] A bunch of fast/css-grid-layout tests started timing out after r139025.
40262         https://bugs.webkit.org/show_bug.cgi?id=106378
40263
40264         * platform/chromium/TestExpectations: Marked expectations.
40265
40266 2013-01-08  Tom Sepez  <tsepez@chromium.org>
40267
40268         Copy-paste preserves <embed> tags containing active content.
40269         https://bugs.webkit.org/show_bug.cgi?id=77625
40270
40271         Reviewed by Ryosuke Niwa.
40272
40273         * editing/pasteboard/paste-noplugin-expected.txt: Added.
40274         * editing/pasteboard/paste-noplugin.html: Added.
40275
40276 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
40277
40278         REGRESSION (r138921): Crash in JSC::Arguments::create
40279         https://bugs.webkit.org/show_bug.cgi?id=106329
40280         <rdar://problem/12974196>
40281
40282         Reviewed by Mark Hahnenberg.
40283
40284         * fast/js/dfg-create-inlined-arguments-in-closure-inline-expected.txt: Added.
40285         * fast/js/dfg-create-inlined-arguments-in-closure-inline.html: Added.
40286         * fast/js/jsc-test-list:
40287         * fast/js/script-tests/dfg-create-inlined-arguments-in-closure-inline.js: Added.
40288         (foo):
40289
40290 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40291
40292         Layout Test http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html is timing out
40293         https://bugs.webkit.org/show_bug.cgi?id=106332
40294
40295         Reviewed by Ryosuke Niwa.
40296
40297         Fix this flaky test by adjusting the authentication realm
40298         used in the HTTP headers.
40299
40300         * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: The authentication realm used
40301         in the HTTP headers is shared with several other HTTP tests, so cached credentials can "leak" from one
40302         test to another. Make the authentication realm unique for this test.
40303
40304 2013-01-08  Alexis Menard  <alexis@webkit.org>
40305
40306         WebKit does not reject some cubic-bezier form values for transition-timing-function.
40307         https://bugs.webkit.org/show_bug.cgi?id=106369
40308
40309         Reviewed by Dean Jackson.
40310
40311         Extended existing tests to cover the bug. Updated an existing test
40312         which was checking wrong values.
40313
40314         * fast/css/transition-timing-function.html: Change the tested values as
40315         they are considered wrong by the spec.
40316         * fast/css/transition-timing-function-expected.txt:
40317
40318 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40319
40320         [Chromium] Tighten up the actual expectations around webaudio fails..
40321         https://bugs.webkit.org/show_bug.cgi?id=106232
40322
40323         * platform/chromium/TestExpectations: Tightened.
40324
40325 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40326
40327         [Chromium] Update expectations for platform/chromium/fast/events/touch/compositor-touch-hit-rects.html.
40328
40329         * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
40330         * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
40331
40332 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40333
40334         Update expectations for various tests.
40335
40336         * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Removed.
40337         * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Removed.
40338         * platform/chromium-win/fast/ruby/base-shorter-than-text-expected.txt:
40339         * platform/chromium-win/fast/table/038-vertical-expected.png:
40340         * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
40341
40342 2013-01-08  Andreas Kling  <akling@apple.com>
40343
40344         Heap-use-after-free in bool WebCore::SelectorChecker::checkOneSelector.
40345         <http://webkit.org/b/105834>
40346
40347         Reviewed by Antti Koivisto.
40348
40349         * fast/dom/mutation-event-listener-with-dirty-inline-style-crash-expected.txt: Added.
40350         * fast/dom/mutation-event-listener-with-dirty-inline-style-crash.html: Added.
40351
40352 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
40353
40354         DFG initrinsic handling should ensure that we backwards propagate the fact that all operands may escape
40355         https://bugs.webkit.org/show_bug.cgi?id=106365
40356
40357         Reviewed by Mark Hahnenberg.
40358         
40359         Add tests that cover the possible badness that could occur for all of those
40360         intrinsics that don't intrinsically (pun sort of intended) cause escapeage
40361         to happen. As in, if we did happen to know for sure that what we want is
40362         ArithSqrt, then we would have a guarantee that ArithSqrt does not by itself
40363         use its operands in a way that involves NodeUsedAsOther. But when ArithSqrt
40364         is inserted because of intrinsic optimization (i.e. something like
40365         Math.sqrt(blah)) then the intrinsic machinery needs to indicate that blah
40366         could escape in the case that we didn't end up doing ArithSqrt because we
40367         exited prior to it and called some other function.
40368
40369         * fast/js/dfg-abs-backwards-propagation-expected.txt: Added.
40370         * fast/js/dfg-abs-backwards-propagation.html: Added.
40371         * fast/js/dfg-max-backwards-propagation-expected.txt: Added.
40372         * fast/js/dfg-max-backwards-propagation.html: Added.
40373         * fast/js/dfg-min-backwards-propagation-expected.txt: Added.
40374         * fast/js/dfg-min-backwards-propagation.html: Added.
40375         * fast/js/dfg-proven-sqrt-backwards-propagation-expected.txt: Added.
40376         * fast/js/dfg-proven-sqrt-backwards-propagation.html: Added.
40377         * fast/js/dfg-sqrt-backwards-propagation-expected.txt: Added.
40378         * fast/js/dfg-sqrt-backwards-propagation.html: Added.
40379         * fast/js/jsc-test-list:
40380         * fast/js/script-tests/dfg-abs-backwards-propagation.js: Added.
40381         (foo):
40382         (bar):
40383         * fast/js/script-tests/dfg-max-backwards-propagation.js: Added.
40384         (foo):
40385         (bar):
40386         * fast/js/script-tests/dfg-min-backwards-propagation.js: Added.
40387         (foo):
40388         (bar):
40389         * fast/js/script-tests/dfg-proven-sqrt-backwards-propagation.js: Added.
40390         (foo):
40391         (bar):
40392         * fast/js/script-tests/dfg-sqrt-backwards-propagation.js: Added.
40393         (foo):
40394         (bar):
40395
40396 2013-01-08  Filip Pizlo  <fpizlo@apple.com>
40397
40398         If array allocation profiling causes a new_array to allocate double arrays, then the holes should end up being correctly initialized
40399         https://bugs.webkit.org/show_bug.cgi?id=106363
40400
40401         Reviewed by Mark Hahnenberg.
40402
40403         * fast/js/jsc-test-list:
40404         * fast/js/new-array-double-with-holes-expected.txt: Added.
40405         * fast/js/new-array-double-with-holes.html: Added.
40406         * fast/js/script-tests/new-array-double-with-holes.js: Added.
40407         (foo):
40408
40409 2013-01-08  Ryosuke Niwa  <rniwa@webkit.org>
40410
40411         Add a crashing test expectation to a test added in r139029.
40412         The failure is tracked by the bug 106361.
40413
40414         * platform/mac/TestExpectations:
40415
40416 2013-01-08  Ojan Vafai  <ojan@chromium.org>
40417
40418         text controls are sized too small when a percentage height is set
40419         https://bugs.webkit.org/show_bug.cgi?id=106277
40420
40421         Reviewed by Tony Chang.
40422
40423         * fast/forms/percent-height-auto-width-form-controls-expected.txt: Added.
40424         * fast/forms/percent-height-auto-width-form-controls.html: Added.
40425
40426 2013-01-08  Mike West  <mkwst@chromium.org>
40427
40428         CSP: 'none' should take effect only if no other source expression is present.
40429         https://bugs.webkit.org/show_bug.cgi?id=106314
40430
40431         Reviewed by Adam Barth.
40432
40433         * http/tests/security/contentSecurityPolicy/source-list-parsing-none-expected.txt: Added.
40434         * http/tests/security/contentSecurityPolicy/source-list-parsing-none.html: Added.
40435
40436 2013-01-08  Antoine Quint  <graouts@apple.com>
40437
40438         <track> element's mode set to "disabled" after load although it was explicitly set to "hidden"
40439         https://bugs.webkit.org/show_bug.cgi?id=105536
40440
40441         Reviewed by Eric Carlson.
40442
40443         * media/track/opera/interfaces/TextTrack/addCue-expected.txt:
40444         * media/track/opera/interfaces/TextTrack/removeCue-expected.txt: Added.
40445         * media/track/opera/interfaces/TextTrackCue/align-expected.txt: Added.
40446         * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt:
40447         * media/track/opera/interfaces/TextTrackCue/id-expected.txt: Added.
40448         * media/track/opera/interfaces/TextTrackCue/pauseOnExit-expected.txt: Added.
40449         * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt:
40450         * media/track/opera/interfaces/TextTrackCue/track-expected.txt: Added.
40451         * platform/chromium/TestExpectations: Skipping newly failing test on Chrome.
40452         * platform/efl/TestExpectations:
40453         * platform/gtk/TestExpectations:
40454         * platform/mac/TestExpectations:
40455         * platform/qt/TestExpectations:
40456         * platform/win/TestExpectations:
40457
40458 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
40459
40460         Unreviewed GTK gardening.
40461
40462         Unifying accessibility layout test failure expectations in the WK2
40463         TestExpectations file, with each expectation given an appropriate bug modifier.
40464         Removing three failure expectations for transitions tests that are now passing
40465         on WK2.
40466
40467         * platform/gtk-wk2/TestExpectations:
40468
40469 2013-01-08  Chris Fleizach  <cfleizach@apple.com>
40470
40471         AX: PopUpButtons do not report that AXValueAttribute is supported
40472         https://bugs.webkit.org/show_bug.cgi?id=106333
40473
40474         Reviewed by Ryosuke Niwa.
40475
40476         * platform/mac/accessibility/popup-button-exposes-axvalue-expected.txt: Added.
40477         * platform/mac/accessibility/popup-button-exposes-axvalue.html: Added.
40478
40479 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40480
40481         Update expectations for fast/text/justify-ideograph*.
40482
40483         * platform/chromium-linux-x86/fast/text/justify-ideograph-vertical-expected.txt: Added.
40484         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png: Added.
40485         * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.txt: Added.
40486         * platform/chromium-mac-lion/fast/text/justify-ideograph-simple-expected.png:
40487         * platform/chromium-mac-lion/fast/text/justify-ideograph-vertical-expected.png:
40488         * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-simple-expected.png:
40489         * platform/chromium-mac-snowleopard/fast/text/justify-ideograph-vertical-expected.png:
40490         * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png:
40491         * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:
40492
40493 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40494
40495         Update expectations for webaudio/realtimeanalyser-fft-sizing.html.
40496
40497         * platform/chromium-linux/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
40498
40499 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40500
40501         [Chromium] context-creation-and-destruction.html is slow and flaky.
40502         https://bugs.webkit.org/show_bug.cgi?id=92287
40503
40504         * platform/chromium/TestExpectations: Adjusted expectations.
40505
40506 2013-01-08  Dan Winship  <danw@gnome.org>
40507
40508         Updates for Apache 2.4
40509         https://bugs.webkit.org/show_bug.cgi?id=104478
40510
40511         Reviewed by Martin Robinson.
40512
40513         Apache 2.4 requires a slightly different config from 2.2, so split
40514         fedora-httpd.conf into separate 2.2 and 2.4 versions.
40515
40516         2.4 is also more picky about passing request headers to CGI
40517         scripts, and will ignore headers that aren't valid according to
40518         the HTTP grammar, so change underscores to hyphens to fix them.
40519
40520         * http/conf/fedora-httpd-2.2.conf: Renamed from
40521         LayoutTests/http/conf/fedora-httpd.conf.
40522         * http/conf/fedora-httpd-2.4.conf: Based on
40523         LayoutTests/http/conf/fedora-httpd.conf and updated for 2.4.
40524         * http/tests/cookies/resources/cookies-test-pre.js:
40525         (setCookies):
40526         (clearCookies):
40527         * http/tests/navigation/ping-cookie.html:
40528         * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html:
40529
40530 2013-01-08  Alexis Menard  <alexis@webkit.org>
40531
40532         transition-delay and transition-duration return incorrect values when querying using the computed style.
40533         https://bugs.webkit.org/show_bug.cgi?id=105432
40534
40535         Reviewed by Dean Jackson.
40536
40537         Uncomment existing tests to cover the bug.
40538
40539         * transitions/transitions-parsing-expected.txt:
40540         * transitions/transitions-parsing.html:
40541
40542 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40543
40544         [Chromium] Tweak expectations for random-array-gc-stress.html to reflect reality.
40545         https://bugs.webkit.org/show_bug.cgi?id=84802
40546
40547         * platform/chromium/TestExpectations: Tweaked expectations.
40548
40549 2013-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
40550
40551         [Chromium] Skip http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html, because
40552         it's been timing out since it was added.
40553         https://bugs.webkit.org/show_bug.cgi?id=106332
40554
40555         * platform/chromium/TestExpectations: Adjusted expectations.
40556
40557 2013-01-08  Martin Robinson  <mrobinson@igalia.com>
40558
40559         [GTK] Login & password shown in browsers' URL entry after successful HTTP authentication
40560         https://bugs.webkit.org/show_bug.cgi?id=105190
40561
40562         Reviewed by Carlos Garcia Campos.
40563
40564         Add a new test that checks that the URL of a page that redirects and uses
40565         authentication. This verifies correct behavior for ports that communicates
40566         a request's credentials to the platform networking layer by setting them in the URL.
40567         The credentials should not remain in the URL string itself.
40568
40569         * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url-expected.txt: Added.
40570         * http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html: Added.
40571         * http/tests/misc/authentication-redirect-4/resources/auth-echo.php: Added.
40572         * http/tests/misc/authentication-redirect-4/resources/auth-then-redirect.php: Added.
40573
40574 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
40575
40576         Unreviwed gardening.
40577
40578         Removing failure expectations/skip entries for fast/dom/Window/window-postmessage-arrays.html.
40579         The test was fixed by r138964.
40580
40581         Also further remove failure expectations for now-passing tests on the GTK builders.
40582
40583         * platform/efl/TestExpectations:
40584         * platform/gtk/TestExpectations:
40585         * platform/mac/TestExpectations:
40586         * platform/qt/TestExpectations:
40587
40588 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
40589
40590         Unreviewed GTK gardening.
40591
40592         Changing a timeout expectation for inspector/timeline/timeline-decode-resize.html
40593         to a failure expectation. The test doesn't time out anymore due to added WebP support.
40594
40595         Adding a timeout expectation for two proximity layout tests added in r139050.
40596
40597         * platform/gtk/TestExpectations:
40598
40599 2013-01-08  Keishi Hattori  <keishi@webkit.org>
40600
40601         [Chromium] Don't confine page popups to root view on Mac
40602         https://bugs.webkit.org/show_bug.cgi?id=106315
40603
40604         Reviewed by Kent Tamura.
40605
40606         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Remove setting parameters confineToRootView and rootViewRectInScreen.
40607
40608 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
40609
40610         [Qt] Unreviewed gardening, skip a new failing test.
40611
40612         * platform/qt/TestExpectations:
40613
40614 2013-01-08  Kihong Kwon  <kihong.kwon@samsung.com>
40615
40616         Add DeviceProximityController to support Device Proximity Events.
40617         https://bugs.webkit.org/show_bug.cgi?id=97630
40618
40619         Reviewed by Hajime Morita.
40620
40621         Add layout test cases for the DeviceProximityController.
40622
40623         * proximity/add-listener-from-callback-expected.txt: Added.
40624         * proximity/add-listener-from-callback.html: Added.
40625         * proximity/basic-operation-expected.txt: Added.
40626         * proximity/basic-operation.html: Added.
40627         * proximity/create-event-expected.txt: Added.
40628         * proximity/create-event.html: Added.
40629         * proximity/event-after-navigation-expected.txt: Added.
40630         * proximity/event-after-navigation.html: Added.
40631         * proximity/multiple-frames-expected.txt: Added.
40632         * proximity/multiple-frames.html: Added.
40633         * proximity/no-page-cache-expected.txt: Added.
40634         * proximity/no-page-cache.html: Added.
40635         * proximity/optional-event-properties-expected.txt: Added.
40636         * proximity/optional-event-properties.html: Added.
40637         * proximity/resources/cached-page-1.html: Added.
40638         * proximity/resources/cached-page-2.html: Added.
40639         * proximity/resources/event-after-navigation-new.html: Added.
40640         * proximity/updates-expected.txt: Added.
40641         * proximity/updates.html: Added.
40642         * proximity/window-property-expected.txt: Added.
40643         * proximity/window-property.html: Added.
40644
40645 2013-01-08  Zan Dobersek  <zandobersek@gmail.com>
40646
40647         Unreviewed GTK gardening.
40648
40649         Adding failure expectation for an a11y test added in r139002.
40650
40651         * platform/gtk/TestExpectations:
40652
40653 2013-01-08  Csaba Osztrogonác  <ossy@webkit.org>
40654
40655         [Qt][WK2] Unreviewed gardening after r138932.
40656
40657         * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.png: Added.
40658         * platform/qt-5.0-wk2/fast/ruby/ruby-beforeafter-expected.txt: Added.
40659         * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.png: Added.
40660         * platform/qt-5.0-wk2/fast/ruby/ruby-empty-rt-expected.txt: Added.
40661         * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.png: Added.
40662         * platform/qt-5.0-wk2/fast/ruby/ruby-length-expected.txt: Added.
40663         * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.png: Added.
40664         * platform/qt-5.0-wk2/fast/ruby/ruby-run-break-expected.txt: Added.
40665         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.png: Added.
40666         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-expected.txt: Added.
40667         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.png: Added.
40668         * platform/qt-5.0-wk2/fast/ruby/ruby-runs-spans-expected.txt: Added.
40669         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.png: Added.
40670         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-expected.txt: Added.
40671         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.png: Added.
40672         * platform/qt-5.0-wk2/fast/ruby/ruby-simple-rp-expected.txt: Added.
40673         * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.png: Added.
40674         * platform/qt-5.0-wk2/fast/ruby/ruby-trailing-expected.txt: Added.
40675
40676 2013-01-04  Sergio Villar Senin  <svillar@igalia.com>
40677
40678         [GTK] Add WebP image support
40679         https://bugs.webkit.org/show_bug.cgi?id=105915
40680
40681         Reviewed by Martin Robinson.
40682
40683         * platform/gtk/TestExpectations: unskipped two tests passing now
40684         that we have WebP support.
40685
40686 2013-01-08  Yoshifumi Inoue  <yosin@chromium.org>
40687
40688         Dragging over an element with scrollbars should scroll the element when dragging near edges
40689         https://bugs.webkit.org/show_bug.cgi?id=39725
40690
40691         Reviewed by Hajime Morita.
40692
40693         This patch adds new test for autoscroll during drag-and-drop.
40694
40695         * fast/events/drag-and-drop-autoscroll-expected.txt: Added.
40696         * fast/events/drag-and-drop-autoscroll.html: Added.
40697
40698 2013-01-08  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
40699
40700         Float block's logical top margin is illegal in vertical writing mode.
40701         https://bugs.webkit.org/show_bug.cgi?id=96597
40702
40703         Reviewed by Hajime Morita.
40704
40705         Specify margin to float block in vertical writing mode.
40706
40707         * fast/writing-mode/vertical-float-margin-expected.html: Added.
40708         * fast/writing-mode/vertical-float-margin.html: Added.
40709         * platform/chromium/TestExpectations: Add need rebaseline.
40710
40711 2013-01-07  Kent Tamura  <tkent@chromium.org>
40712
40713         REGRESSION(r137406): Text inside an empty optgroup prevents subsequent options from appearing
40714         https://bugs.webkit.org/show_bug.cgi?id=106298
40715
40716         Reviewed by Ryosuke Niwa.
40717
40718         * fast/forms/select/select-empty-optgroup-expected.html: Added.
40719         * fast/forms/select/select-empty-optgroup.html: Added.
40720
40721 2013-01-07  Kunihiko Sakamoto  <ksakamoto@chromium.org>
40722
40723         INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of month/day field should respect min/max attributes
40724         https://bugs.webkit.org/show_bug.cgi?id=106212
40725
40726         Reviewed by Kent Tamura.
40727
40728         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt:
40729         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Add tests for month and day fields.
40730         * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
40731         * fast/forms/date-multiple-fields/date-multiple-fields-stepup-stepdown-from-renderer.html: Added.
40732         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield-expected.txt: Added.
40733         * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html: Added.
40734         * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer-expected.txt: Added.
40735         * fast/forms/month-multiple-fields/month-multiple-fields-stepup-stepdown-from-renderer.html: Added.
40736
40737 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
40738
40739         [CoordinatedGraphics] compositing/repaint/resize-repaint.html is failing
40740         https://bugs.webkit.org/show_bug.cgi?id=104637
40741
40742         Reviewed by Noam Rosenthal.
40743
40744         Unskip compositing/repaint/resize-repaint.html now that Coordinated
40745         Graphics is no longer repainting unconditionally compositing layers
40746         when their size changes.
40747
40748         * platform/efl-wk2/TestExpectations:
40749
40750 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
40751
40752         [CoordinatedGraphics] Support invalidation tracking for CoordinatedGraphicsLayer
40753         https://bugs.webkit.org/show_bug.cgi?id=106002
40754
40755         Reviewed by Noam Rosenthal.
40756
40757         Unskip several tests that require invalidation tracking for EFL WK2 now that
40758         it is supported by Coordinated Graphics.
40759
40760         * platform/efl-wk2/TestExpectations:
40761         * platform/efl/TestExpectations:
40762         * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
40763         Use same expectation as mac port.
40764         * platform/efl/fast/images/repaint-subrect-grid-expected.txt: Added. We are sometimes
40765         1 pixel off compared to the global expectation likely due to lack for subpixel layout
40766         support.
40767
40768 2013-01-07  Hajime Morrita  <morrita@google.com>
40769
40770         Document::m_activeNode should be always an Element.
40771         https://bugs.webkit.org/show_bug.cgi?id=106193
40772
40773         Reviewed by Ryosuke Niwa.
40774
40775         * svg/custom/text-use-click-crash-expected.txt: Added.
40776         * svg/custom/text-use-click-crash.html: Added.
40777
40778 2013-01-07  Julien Chaffraix  <jchaffraix@webkit.org>
40779
40780         [CSS Grid Layout] Implement grid items sizing for fixed minmax grid tracks
40781         https://bugs.webkit.org/show_bug.cgi?id=104700
40782
40783         Reviewed by Tony Chang.
40784
40785         * fast/css-grid-layout/minmax-fixed-logical-height-only-expected.txt: Added.
40786         * fast/css-grid-layout/minmax-fixed-logical-height-only.html: Added.
40787         * fast/css-grid-layout/minmax-fixed-logical-width-only-expected.txt: Added.
40788         * fast/css-grid-layout/minmax-fixed-logical-width-only.html: Added.
40789
40790 2013-01-07  Xianzhu Wang  <wangxianzhu@chromium.org>
40791
40792         Add a setting to enable composited scrolling for frames
40793         https://bugs.webkit.org/show_bug.cgi?id=104950
40794
40795         Reviewed by James Robinson.
40796
40797         Test case to ensure iframes are not added into nonFastScrollableRegion when acceleratedCompositingForScrollableFramesEnabled and compositedScrollingForFramesEnabled.
40798
40799         * compositing/iframes/iframe-composited-scrolling-expected.txt: Added.
40800         * compositing/iframes/iframe-composited-scrolling.html: Added.
40801
40802 2013-01-07  Adam Barth  <abarth@webkit.org>
40803
40804         HTMLTreeBuilder should not depend on Frame
40805         https://bugs.webkit.org/show_bug.cgi?id=106256
40806
40807         Reviewed by Eric Seidel.
40808
40809         I needed to update this test slightly because now we lock in the
40810         "script enabled" bit for the parser when the parser starts. That means
40811         we'll parse the document in a consistent way even if the "script
40812         enabled" bit gets flipped later.
40813
40814         * fast/parser/noscript-with-javascript-disabled-expected.txt:
40815         * fast/parser/noscript-with-javascript-disabled.html:
40816
40817 2013-01-07  Tony Chang  <tony@chromium.org>
40818
40819         Remove more internals.settings that are autogenerated
40820         https://bugs.webkit.org/show_bug.cgi?id=106253
40821
40822         Reviewed by Adam Barth.
40823
40824         These tests were manually trying to reset setMediaPlaybackRequiresUserGesture
40825         when the test ended because they weren't using the InternalSettings::Backup to
40826         save/restore the prefs. The autogenerated code will properly reset these prefs
40827         before the next test.
40828
40829         * media/no-autoplay-with-user-gesture-requirement.html:
40830         * media/video-load-require-user-gesture.html:
40831         * media/video-play-require-user-gesture.html:
40832
40833 2013-01-07  Emil A Eklund  <eae@chromium.org>
40834
40835         REGRESSION(SUBPIXEL_LAYOUT): el.offsetWidth < el.clientWidth for elements of a certain size
40836         https://bugs.webkit.org/show_bug.cgi?id=106107
40837
40838         Reviewed by Levi Weintraub.
40839         
40840         Add test for clientWidth/offsetWidth rounding.
40841
40842         * fast/sub-pixel/client-and-offset-width-expected.txt: Added.
40843         * fast/sub-pixel/client-and-offset-width.html: Added.
40844
40845 2013-01-07  Ryosuke Niwa  <rniwa@webkit.org>
40846
40847         Add Mac Lion result after r138986.
40848
40849         * platform/mac-lion/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
40850
40851 2013-01-07  Chris Fleizach  <cfleizach@apple.com>
40852
40853         AX: the text of render counters are not exposed to Accessibility
40854         https://bugs.webkit.org/show_bug.cgi?id=103794
40855
40856         Reviewed by Ryosuke Niwa.
40857
40858         * accessibility/render-counter-text-expected.txt: Added.
40859         * accessibility/render-counter-text.html: Added.
40860
40861 2013-01-07  Ojan Vafai  <ojan@chromium.org>
40862
40863         A couple more rebaselines for http://trac.webkit.org/changeset/138838.
40864         * platform/mac/fast/table/038-vertical-expected.txt:
40865         * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
40866
40867 2013-01-07  Justin Novosad  <junov@google.com>
40868
40869         Fixing memory read after free in CanvasRenderingContext2D::accessFont
40870         https://bugs.webkit.org/show_bug.cgi?id=106244
40871
40872         Reviewed by Abhishek Arya.
40873
40874         New test case to verify stability of 2D canvas method measureText.
40875         Test case was causing a DumpRenderTree crash on builds with
40876         AddressSantitizer instrumentation.
40877
40878         * fast/canvas/canvas-measureText-expected.txt: Added.
40879         * fast/canvas/canvas-measureText.html: Added.
40880
40881 2013-01-07  Abhishek Arya  <inferno@chromium.org>
40882
40883         Heap-buffer-overflow in WebCore::RenderBlock::clone.
40884         https://bugs.webkit.org/show_bug.cgi?id=101984
40885
40886         Reviewed by Julien Chaffraix.
40887
40888         * fast/multicol/recursive-split-flow-crash-expected.txt: Added.
40889         * fast/multicol/recursive-split-flow-crash.html: Added.
40890
40891 2013-01-07  Enrica Casucci  <enrica@apple.com> 
40892
40893         Some characters are not rotated properly in vertical text
40894         https://bugs.webkit.org/show_bug.cgi?id=105663
40895         <rdar://problem/12738911>
40896
40897         Reviewed by Dan Bernstein. 
40898
40899         * platform/mac/fast/text/vertical-no-sideways.html: Added. 
40900         * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
40901
40902 2013-01-07  Levi Weintraub  <leviw@chromium.org>
40903
40904         Unreviewed gardening. Updating test expectations following r138717.
40905
40906         * platform/chromium-linux/platform/chromium/fast/events/touch: Removed.
40907         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
40908         * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt:
40909         * platform/chromium-win-xp/platform/chromium/fast/events: Added.
40910         * platform/chromium-win-xp/platform/chromium/fast/events/touch: Added.
40911         * platform/chromium-win-xp/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
40912         * platform/chromium/TestExpectations:
40913
40914 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40915
40916         [Chromium] fast/speech/scripted/navigate-away.html is flaky.
40917         https://bugs.webkit.org/show_bug.cgi?id=106249
40918
40919         * platform/chromium/TestExpectations: Marked as flaky.
40920
40921 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40922
40923         [Chromium] Rebaseline webaudio/realtimeanalyser-fft-sizing.html.
40924
40925         * platform/chromium-win/webaudio/realtimeanalyser-fft-sizing-expected.txt: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt.
40926
40927 2013-01-07  Sheriff Bot  <webkit.review.bot@gmail.com>
40928
40929         Unreviewed, rolling out r137632.
40930         http://trac.webkit.org/changeset/137632
40931         https://bugs.webkit.org/show_bug.cgi?id=106237
40932
40933         Caused major security regressions on ClusterFuzz (Requested by
40934         inferno-sec on #webkit).
40935
40936         * mathml/mo-stretch-crash-expected.txt: Removed.
40937         * mathml/mo-stretch-crash.html: Removed.
40938
40939 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40940
40941         [Chromium] Rebaseline svg/W3C-SVG-1.1/paths-data-03-f.svg.
40942
40943         * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Updated expectation.
40944
40945 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
40946
40947         [Chromium] Tests in svg/dynamic-updates are flaky..
40948         https://bugs.webkit.org/show_bug.cgi?id=106238
40949
40950         * platform/chromium/TestExpectations: Marked as flaky.
40951
40952 2013-01-07  Ojan Vafai  <ojan@chromium.org>
40953
40954         Rebaselines after http://trac.webkit.org/changeset/138838.
40955
40956         * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.txt:
40957         * platform/chromium-mac-lion/fast/table/038-vertical-expected.png:
40958         * platform/chromium-mac-lion/fast/table/border-collapsing/004-vertical-expected.png:
40959         * platform/chromium-mac-snowleopard/fast/table/038-vertical-expected.png:
40960         * platform/chromium-mac-snowleopard/fast/table/border-collapsing/004-vertical-expected.png:
40961         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
40962         * platform/chromium-mac/fast/table/038-vertical-expected.png:
40963         * platform/chromium-mac/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
40964         * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png:
40965         * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.txt:
40966         * platform/chromium-win-xp/fast/ruby/base-shorter-than-text-expected.txt:
40967         * platform/chromium-win-xp/fast/table/038-vertical-expected.png: Added.
40968         * platform/chromium-win-xp/fast/table/border-collapsing/004-vertical-expected.png: Added.
40969         * platform/chromium/TestExpectations:
40970         * platform/gtk/TestExpectations:
40971         * platform/gtk/fast/ruby/base-shorter-than-text-expected.txt:
40972         * platform/gtk/fast/table/038-vertical-expected.txt:
40973         * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
40974         * platform/mac-lion/fast/table/038-vertical-expected.txt: Copied from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
40975         * platform/mac-lion/fast/table/border-collapsing/004-vertical-expected.txt: Added.
40976         * platform/mac-wk2/fast/table/038-vertical-expected.txt: Renamed from LayoutTests/platform/chromium/fast/table/038-vertical-expected.txt.
40977         * platform/mac-wk2/fast/table/border-collapsing/004-vertical-expected.txt: Added.
40978         * platform/mac/TestExpectations:
40979         * platform/qt/TestExpectations:
40980         * platform/qt/fast/table/038-vertical-expected.txt:
40981         * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
40982
40983 2013-01-07  Victor Carbune  <victor@rosedu.org>
40984
40985         [Track] Rendering crash
40986         https://bugs.webkit.org/show_bug.cgi?id=106199
40987
40988         Reviewed by Eric Carlson.
40989
40990         * media/track/track-cue-inline-assertion-crash-expected.txt: Added.
40991         * media/track/track-cue-inline-assertion-crash.html: Added.
40992
40993 2013-01-07  Michael Pruett  <michael@68k.org>
40994
40995         [JSC] Copy non-index properties of arrays in SerializedScriptValue
40996         https://bugs.webkit.org/show_bug.cgi?id=105575
40997
40998         Reviewed by Oliver Hunt.
40999
41000         The structured cloning algorithm requires copying all properties of
41001         array objects, including non-index properties.
41002
41003         * fast/storage/resources/serialized-script-value.js:
41004         * fast/storage/serialized-script-value-expected.txt:
41005         * fast/storage/serialized-script-value.html:
41006         * platform/chromium/fast/storage/serialized-script-value-expected.txt:
41007         * platform/chromium/fast/storage/serialized-script-value.html:
41008
41009 2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
41010
41011         [CSS Regions] LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html has repainting issues
41012         https://bugs.webkit.org/show_bug.cgi?id=97208
41013
41014         Reviewed by Tony Chang.
41015
41016         Following the fix for https://bugs.webkit.org/show_bug.cgi?id=105893, i converted this to a ref test.
41017         Used a defined monospace font for similar results on all platforms.
41018
41019         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.html: Added.
41020         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
41021         * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html:
41022         * platform/chromium-linux/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
41023         * platform/chromium-mac-lion/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
41024         * platform/chromium-mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
41025         * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
41026         * platform/chromium-win/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
41027         * platform/chromium/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
41028         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
41029         * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
41030         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
41031         * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
41032         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
41033         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
41034
41035 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
41036
41037         [Chromium] Marked WebAudio tests that are failing on Windows.
41038         https://bugs.webkit.org/show_bug.cgi?id=106232
41039
41040         * platform/chromium/TestExpectations: Marked.
41041
41042 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
41043
41044         Mark fast/block/float/max-width-clear-float-with-overflow-hidden.html as failing.
41045         https://bugs.webkit.org/show_bug.cgi?id=47975
41046
41047         * platform/chromium/TestExpectations: Marked.
41048
41049 2013-01-07  Dimitri Glazkov  <dglazkov@chromium.org>
41050
41051         [Chromium] Update bug numbers and organize bug lines.
41052
41053         * platform/chromium/TestExpectations: Organizzazzed.
41054
41055 2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
41056
41057         Unreviewed. Unskip tests fixed in http://trac.webkit.org/changeset/138937.
41058
41059         * platform/efl/TestExpectations:
41060         * platform/gtk/TestExpectations:
41061
41062 2013-01-07  Mihnea Ovidenie  <mihnea@adobe.com>
41063
41064         [GTK][EFL][Qt] New tests fast/regions/region-rule-nested-region-rule.html, fast/regions/region-styling-mediaquery.html are failing
41065         https://bugs.webkit.org/show_bug.cgi?id=106168
41066
41067         Reviewed by Csaba Osztrogonác.
41068
41069         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
41070         the h1 element is displayed at the same position in the region and in the containing article element.
41071         Also, cleaned up the tests a little.
41072
41073         * fast/regions/region-rule-nested-region-rule-expected.html:
41074         * fast/regions/region-rule-nested-region-rule.html:
41075         * fast/regions/region-styling-mediaquery-expected.html:
41076         * fast/regions/region-styling-mediaquery.html:
41077
41078 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
41079
41080         Regression(r138786): Causes webaudio tests to crash
41081         https://bugs.webkit.org/show_bug.cgi?id=106182
41082
41083         Reviewed by Philippe Normand.
41084
41085         Unskip several webaudio tests for EFL WK2 now that the
41086         regression was fixed.
41087
41088         * platform/efl-wk2/TestExpectations:
41089
41090 2013-01-07  János Badics  <jbadics@inf.u-szeged.hu>
41091
41092         [Qt] Gardening.
41093         r138820: Skipped a test because track feature is not functional yet.
41094         r138838: Added new baseline to fast/writing-mode/table-percent-width-quirk-expected.txt.
41095
41096         Reviewed by Csaba Osztrogonác.
41097
41098         * platform/qt/TestExpectations:
41099         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:
41100
41101 2013-01-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
41102
41103         Unskip now passing ruby tests.
41104
41105         Unreviewed gardening.
41106
41107         Verified to match rendering in other ports.
41108
41109         * platform/qt/TestExpectations:
41110         * platform/qt/fast/ruby/ruby-beforeafter-expected.txt: Added.
41111         * platform/qt/fast/ruby/ruby-empty-rt-expected.txt: Added.
41112         * platform/qt/fast/ruby/ruby-length-expected.txt: Added.
41113         * platform/qt/fast/ruby/ruby-run-break-expected.txt: Added.
41114         * platform/qt/fast/ruby/ruby-runs-expected.txt: Added.
41115         * platform/qt/fast/ruby/ruby-runs-spans-expected.txt: Added.
41116         * platform/qt/fast/ruby/ruby-simple-expected.txt: Added.
41117         * platform/qt/fast/ruby/ruby-simple-rp-expected.txt: Added.
41118         * platform/qt/fast/ruby/ruby-trailing-expected.txt: Added.
41119
41120 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
41121
41122         Unreviewed EFL gardening.
41123
41124         Mark 2 fast/regions ref tests as failing for EFL
41125         port. Those tests were introduced in r138854.
41126
41127         * platform/efl/TestExpectations:
41128
41129 2013-01-07  Christophe Dumez  <christophe.dumez@intel.com>
41130
41131         Unreviewed EFL gardening.
41132
41133         Mark several webaudio tests as crashing on WK2 EFL
41134         due to a regression in r138786.
41135
41136         * platform/efl-wk2/TestExpectations:
41137
41138 2013-01-06  Abhishek Arya  <inferno@chromium.org>
41139
41140         Heap-use-after-free in DocumentLoader::stopLoading
41141         https://bugs.webkit.org/show_bug.cgi?id=103656
41142
41143         Reviewed by Eric Seidel.
41144
41145         * fast/dom/ready-state-change-crash-expected.txt: Added.
41146         * fast/dom/ready-state-change-crash.html: Added.
41147
41148 2013-01-06  Abhishek Arya  <inferno@chromium.org>
41149
41150         Heap-use-after-free in WebCore::Document::implicitClose
41151         https://bugs.webkit.org/show_bug.cgi?id=105655
41152
41153         Reviewed by Eric Seidel.
41154
41155         * fast/dom/window-load-crash-expected.txt: Added.
41156         * fast/dom/window-load-crash.html: Added.
41157
41158 2013-01-06  Mike West  <mkwst@chromium.org>
41159
41160         Seamless: IFrame's padding isn't taken into account when calculating its height.
41161         https://bugs.webkit.org/show_bug.cgi?id=106167
41162
41163         Reviewed by Eric Seidel.
41164
41165         * fast/frames/seamless/seamless-border-padding-expected.txt:
41166             Adjusts the previously failing expectations to the correct values.
41167
41168 2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
41169
41170         Add failing test expectations to some tile drawing tests on Mac WebKit2.
41171         The failures are tracked by the bug 106187.
41172
41173         * platform/mac-wk2/TestExpectations:
41174
41175 2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
41176
41177         Revert an erroneous change from r138874.
41178
41179         http/tests/misc/link-rel-icon-beforeload.html had been skipped prior to r138874
41180         and it should continued to be.
41181
41182         * platform/mac-wk2/TestExpectations:
41183
41184 2013-01-05  Ryosuke Niwa  <rniwa@webkit.org>
41185
41186         Add a flaky test expectation for the bug 106185.
41187
41188         * platform/mac/TestExpectations:
41189
41190 2013-01-05  Robert Hogan  <robert@webkit.org>
41191
41192         Heap-use-after-free in WebCore::RenderBlock::insertIntoTrackedRendererMaps
41193         https://bugs.webkit.org/show_bug.cgi?id=105654
41194
41195         Reviewed by Simon Fraser.
41196
41197         * fast/block/sticky-position-containing-block-crash-expected.txt: Added.
41198         * fast/block/sticky-position-containing-block-crash.html: Added.
41199
41200 2013-01-05  Mike West  <mkwst@chromium.org>
41201
41202         Deflaking http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html
41203         https://bugs.webkit.org/show_bug.cgi?id=106165
41204
41205         Reviewed by Adam Barth.
41206
41207         The original test chose its violation mechanism poorly. The existing injection file
41208         injected two violations, which generated reports delivered in a random order. This
41209         patch creates a new injection JavaScript file that injects a single image, generating
41210         a single report. That should deflake the test.
41211
41212         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt:
41213         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html:
41214         * http/tests/security/contentSecurityPolicy/resources/inject-image.js:
41215             Adjusting the test to be deterministic.
41216         * platform/chromium/TestExpectations:
41217         * platform/efl/TestExpectations:
41218         * platform/mac/TestExpectations:
41219         * platform/qt/TestExpectations:
41220             Unskipping test.
41221
41222
41223 2013-01-05  Mike West  <mkwst@chromium.org>
41224
41225         seamless iframes don't take border into account properly and make the iframe too small.
41226         https://bugs.webkit.org/show_bug.cgi?id=90827
41227
41228         Reviewed by Ojan Vafai.
41229
41230         * fast/frames/seamless/seamless-border-padding-expected.txt: Added.
41231         * fast/frames/seamless/seamless-border-padding.html: Added.
41232             This test checks the IFrame's handling of borders and padding.
41233             Things work correctly for width after this patch, but there are
41234             still issues with padding and height, which will be fixed in
41235             http://wkbug.com/106167
41236
41237 2013-01-05  Min Qin  <qinmin@chromium.org>
41238
41239         MediaControls::show() should make controls opaque
41240         https://bugs.webkit.org/show_bug.cgi?id=106034
41241
41242         Reviewed by Eric Carlson.
41243
41244         Add tests to check that video controls are shown when exiting from fullscreen.
41245
41246         * media/video-controls-visible-exiting-fullscreen-expected.txt: Added.
41247         * media/video-controls-visible-exiting-fullscreen.html: Added.
41248
41249 2013-01-05  Michael Pruett  <michael@68k.org>
41250
41251         [WK2] Exclude IndexedDB tests which use eventSender.beginDragWithFiles()
41252         https://bugs.webkit.org/show_bug.cgi?id=106138
41253
41254         Reviewed by Alexey Proskuryakov.
41255
41256         * platform/wk2/TestExpectations:
41257
41258 2013-01-05  Alec Flett  <alecflett@chromium.org>
41259
41260         IndexedDB: Migrate backend ObjectStore calls to use transaction id
41261         https://bugs.webkit.org/show_bug.cgi?id=102741
41262
41263         Reviewed by Tony Chang.
41264
41265         Add additional count() tests for multi-entry indexes, not previously
41266         covered.
41267
41268         * storage/indexeddb/index-multientry-expected.txt:
41269         * storage/indexeddb/resources/index-multientry.js:
41270         (.transaction.oncomplete):
41271         (verifyCount.request.onsuccess.request.onsuccess):
41272         (verifyCount.request.onsuccess):
41273         (verifyCount):
41274
41275 2013-01-05  Robert Hogan  <robert@webkit.org>
41276
41277         Max width of a floated container with floated children calculated incorrectly
41278         https://bugs.webkit.org/show_bug.cgi?id=47975
41279
41280         Reviewed by Levi Weintraub.
41281
41282         * fast/block/float/max-width-clear-float-with-overflow-hidden-expected.html: Added.
41283         * fast/block/float/max-width-clear-float-with-overflow-hidden.html: Added.
41284
41285 2013-01-05  Takashi Sakamoto  <tasak@google.com>
41286
41287         [Shadow DOM]: Some named elements in ShadowTree visible on nesting document level
41288         https://bugs.webkit.org/show_bug.cgi?id=105617
41289
41290         Reviewed by Dimitri Glazkov.
41291
41292         * fast/dom/shadow/element-name-in-shadow-expected.txt: Added.
41293         * fast/dom/shadow/element-name-in-shadow.html: Added.
41294
41295 2013-01-05  Zan Dobersek  <zandobersek@gmail.com>
41296
41297         Unreviewed GTK gardening
41298
41299         Skipping http/tests/multipart/multipart-wait-before-boundary.html for now,
41300         the test is intermittently timing out on release builders despite being assigned
41301         a SLOW expectation, thus unnecessarily painting bots red. A bug identifier is also
41302         added for this test.
41303
41304         * platform/gtk/TestExpectations:
41305
41306 2013-01-05  Christophe Dumez  <christophe.dumez@intel.com>
41307
41308         Unreviewed EFL gardening.
41309
41310         Rebaseline several tests after r138838.
41311
41312         * platform/efl/fast/ruby/base-shorter-than-text-expected.png:
41313         * platform/efl/fast/ruby/base-shorter-than-text-expected.txt:
41314         * platform/efl/fast/table/038-vertical-expected.png:
41315         * platform/efl/fast/table/038-vertical-expected.txt:
41316         * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
41317         * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
41318
41319 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
41320
41321         Unreviewed GTK gardening.
41322
41323         Adding failure expectations for two CSS Regions tests added in r138854.
41324         Modifying a failure expectation for a CSS Image Set test that now times out after r138857.
41325
41326         * platform/gtk/TestExpectations:
41327
41328 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41329
41330         Remove a duplicate test expectation since the bug 106153 has been merged into the bug 106165.
41331
41332         * platform/chromium/TestExpectations:
41333
41334 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41335
41336         Add a flaky failure expectation to a test added by r138834.
41337         The failure is tracked by the bug 106165.
41338
41339         * platform/chromium/TestExpectations:
41340         * platform/efl/TestExpectations:
41341         * platform/mac/TestExpectations:
41342         * platform/qt/TestExpectations:
41343
41344 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41345
41346         Unreviewed gardening. fast/ruby/base-shorter-than-text.html is failing on
41347         Lion and MountainLion.
41348
41349         * platform/chromium/TestExpectations:
41350
41351 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41352
41353         Unreviewed gardening. Test is flaky on Linux and Mac.
41354
41355         * platform/chromium/TestExpectations:
41356
41357 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41358
41359         Add a Mac test expectation for the test that has been intermittently failing on Mac Lion WebKit1.
41360         The failure is tracked by the bug 106151.
41361
41362         * platform/mac-wk2/TestExpectations:
41363         * platform/mac/TestExpectations:
41364
41365 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41366
41367         Remove superfluous chromium test baselines for the test added by r138862 after r138869.
41368
41369         * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41370         * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41371         * platform/chromium-mac-lion/fast/js: Removed.
41372         * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41373         * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41374         * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Removed.
41375         * 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.
41376
41377 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41378
41379         Unreviewed gardening. Adding new baselines for chromium.
41380
41381         * platform/chromium-linux-x86/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41382         * platform/chromium-linux/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41383         * platform/chromium-mac-lion/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41384         * platform/chromium-mac-snowleopard/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41385         * platform/chromium-mac/fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41386
41387 2013-01-04  Eric Carlson  <eric.carlson@apple.com>
41388
41389         Unreviewed cleanup. Remove media/track/ from Mac TestExpectations because 
41390         https://bugs.webkit.org/show_bug.cgi?id=105606 was fixed.
41391
41392         * platform/mac/TestExpectations:
41393
41394 2013-01-04  Filip Pizlo  <fpizlo@apple.com>
41395
41396         DFG should not elide CheckStructure if it's needed to perform a cell check
41397         https://bugs.webkit.org/show_bug.cgi?id=106074
41398
41399         Reviewed by Ryosuke Niwa.
41400
41401         * fast/js/dfg-check-structure-elimination-for-non-cell-expected.txt: Added.
41402         * fast/js/dfg-check-structure-elimination-for-non-cell.html: Added.
41403         * fast/js/jsc-test-list:
41404         * fast/js/script-tests/dfg-check-structure-elimination-for-non-cell.js: Added.
41405         (foo):
41406         (bar):
41407         (baz):
41408
41409 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41410
41411         Unreviewed gardening. Temporarily skipping three tests
41412         in webaudio/codec-tests/vorbis because they need a 
41413         special rebaseline.
41414
41415         * platform/chromium/TestExpectations:
41416
41417 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41418
41419         REGRESSION(r138394): platform/mac/accessibility/file-upload-button-subrole.html is failing
41420         https://bugs.webkit.org/show_bug.cgi?id=105778
41421
41422         Reviewed by Alexey Proskuryakov.
41423
41424         Removed the old test expectations.
41425
41426         * platform/mac/TestExpectations:
41427
41428 2013-01-04  Rick Byers  <rbyers@chromium.org>
41429
41430         URL duplication in mouse cursor tests mean minor typos can cause flakiness
41431         https://bugs.webkit.org/show_bug.cgi?id=104952
41432
41433         Reviewed by Eric Seidel.
41434
41435         Replace the explicit list of images to preload with code that extracts
41436         URLs from style definitions.  Also move all this image preload code to
41437         a common helper file so that it can easily be used by other tests.
41438
41439         * fast/events/mouse-cursor-image-set.html:
41440         * fast/events/mouse-cursor-multiframecur.html:
41441         * fast/events/mouse-cursor.html:
41442         * fast/js/resources/image-preload-helper.js: Added.
41443         (preloadImagesFromStyle):
41444         (onComplete):
41445         (imagesToLoad):
41446
41447 2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>
41448
41449         Unreviewd. Fix break caused by using old internals.settings.setEnableCompositingForFixedPosition
41450         (has been renamed to setAcceleratedCompositingForFixedPositionEnabled).
41451
41452         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html:
41453
41454 2013-01-04  Zoltan Horvath  <zoltan@webkit.org>
41455
41456         [CSS Regions] @region rules inside media queries are ignored
41457         https://bugs.webkit.org/show_bug.cgi?id=102388
41458
41459         Reviewed by David Hyatt.
41460
41461         Using @region rules in media queries was ignored, but we should accept and apply it.
41462
41463         * fast/regions/region-rule-nested-region-rule-expected.html: Added.
41464         * fast/regions/region-rule-nested-region-rule.html: Added.
41465         * fast/regions/region-styling-mediaquery-expected.html: Added.
41466         * fast/regions/region-styling-mediaquery.html: Added.
41467
41468 2013-01-04  Abhishek Arya  <inferno@chromium.org>
41469
41470         Crash in WebCore::RenderBlock::willBeDestroyed
41471         https://bugs.webkit.org/show_bug.cgi?id=103455
41472
41473         Reviewed by Eric Seidel.
41474
41475         * fast/multicol/continuation-crash-expected.txt: Added.
41476         * fast/multicol/continuation-crash.html: Added.
41477
41478 2013-01-04  Chris Rogers  <crogers@google.com>
41479
41480         Implement WebIDL-style string constants in WebAudio (part 2)
41481         https://bugs.webkit.org/show_bug.cgi?id=105977
41482
41483         Reviewed by Kentaro Hara.
41484
41485         * webaudio/audiopannernode-basic-expected.txt: Removed.
41486         * webaudio/audiopannernode-basic.html: Removed.
41487         * webaudio/biquad-getFrequencyResponse-expected.txt:
41488         * webaudio/biquad-getFrequencyResponse.html:
41489         * webaudio/biquadfilternode-basic-expected.txt:
41490         * webaudio/biquadfilternode-basic.html:
41491         * webaudio/pannernode-basic-expected.txt: Added.
41492         * webaudio/pannernode-basic.html: Added.
41493         * webaudio/resources/biquad-testing.js:
41494         * webaudio/resources/distance-model-testing.js:
41495         (createGraph):
41496         (.return.renderedBuffer):
41497         (checkDistanceResult):
41498         * webaudio/resources/panner-model-testing.js:
41499         (createGraph):
41500
41501 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41502
41503         Unreviewed gardening. The following two tests are flaky on XP:
41504         svg/custom/feComponentTransfer-Table.svg
41505         svg/custom/embedding-external-svgs.xhtml
41506
41507         * platform/chromium/TestExpectations:
41508
41509 2013-01-04  Rick Byers  <rbyers@chromium.org>
41510
41511         window.Touch and TouchList should exist when touch events are enabled
41512         https://bugs.webkit.org/show_bug.cgi?id=96295
41513
41514         Reviewed by Kentaro Hara.
41515
41516         Add new expected constructors and instanceof checks.
41517
41518         * fast/events/touch/document-create-touch-list-expected.txt:
41519         * fast/events/touch/script-tests/document-create-touch-list.js:
41520         * platform/efl/fast/js/global-constructors-expected.txt:
41521         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
41522         * platform/qt/fast/js/global-constructors-expected.txt:
41523
41524 2013-01-04  Xianzhu Wang  <wangxianzhu@chromium.org>
41525
41526         Test compositing and slow scrolling behavior of fixed position elements under transformed elements
41527         https://bugs.webkit.org/show_bug.cgi?id=103470
41528
41529         Reviewed by Simon Fraser.
41530
41531         Add test case for the behavior change about fixed position elements under transformed elements in bug 102543 by the way.
41532
41533         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
41534         * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html: Added.
41535
41536 2013-01-04  Tony Chang  <tony@chromium.org>
41537
41538         Remove some autogenerated settings from InternalSettings.idl
41539         https://bugs.webkit.org/show_bug.cgi?id=106114
41540
41541         Reviewed by Ojan Vafai.
41542
41543         Rename setters to match the name in Settings.in
41544         setEnableCompositingForFixedPosition -> setAcceleratedCompositingForFixedPositionEnabled
41545         setEnableCompositingForScrollableFrames -> setAcceleratedCompositingForScrollableFramesEnabled
41546
41547         * compositing/absolute-inside-out-of-view-fixed.html:
41548         * compositing/geometry/fixed-position-composited-page-scale-down.html:
41549         * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
41550         * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html:
41551         * compositing/geometry/fixed-position-composited-page-scale.html:
41552         * compositing/geometry/fixed-position-composited-switch.html:
41553         * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
41554         * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
41555         * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
41556         * compositing/geometry/fixed-position-transform-composited-page-scale.html:
41557         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html:
41558         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html:
41559         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html:
41560         * compositing/layer-creation/fixed-position-out-of-view-scaled.html:
41561         * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html:
41562         * compositing/layer-creation/fixed-position-out-of-view.html:
41563         * compositing/overflow/automatically-opt-into-composited-scrolling.html:
41564         * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
41565         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
41566         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
41567         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
41568         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
41569         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:
41570
41571 2013-01-04  Ojan Vafai  <ojan@chromium.org>
41572
41573         Vertical writing mode can overflow fixed size grandparent container
41574         https://bugs.webkit.org/show_bug.cgi?id=93655
41575
41576         Reviewed by David Hyatt.
41577
41578         * fast/writing-mode/auto-sizing-orthogonal-flows-expected.txt: Added.
41579         * fast/writing-mode/auto-sizing-orthogonal-flows.html: Added.
41580         * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt:
41581         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt:
41582         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
41583         * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
41584         * fast/writing-mode/table-percent-width-quirk-expected.png:
41585         * fast/writing-mode/table-percent-width-quirk-expected.txt:
41586         This test now correctly uses the containing blocks's availableHeight instead of the
41587         initial containing block's height to size the perpendicular child.
41588         * platform/chromium-linux/fast/ruby/base-shorter-than-text-expected.txt:
41589         * platform/chromium-linux/fast/table/038-vertical-expected.png:
41590         * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
41591         The extra wrapping in this test is just because we subtract the body's margin when
41592         computing the available height. If you force the table's container 16px smaller,
41593         you get the same rendering at tip of tree WebKit.
41594         * platform/chromium-win/fast/table/038-vertical-expected.txt:
41595         * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
41596         * platform/chromium/TestExpectations:
41597         * platform/efl/TestExpectations:
41598         * platform/gtk/TestExpectations:
41599         * platform/mac/TestExpectations:
41600         * platform/qt/TestExpectations:
41601         Add tests that will need rebaseline once this patch lands.
41602
41603 2013-01-04  Joshua Bell  <jsbell@chromium.org>
41604
41605         Add tests for WebIDL type conversions
41606         https://bugs.webkit.org/show_bug.cgi?id=105927
41607
41608         Reviewed by Adam Barth.
41609
41610         This currently fails long long conversions of non-finites (which should map to 0). Patch
41611         in progress at: http://wkbug.com/96798
41612
41613         * fast/js/webidl-type-mapping-expected.txt: Added.
41614         * fast/js/webidl-type-mapping.html: Added.
41615
41616 2013-01-04  Stephen White  <senorblanco@chromium.org>
41617
41618         Invalidation of some SVG filter attributes on HTML content doesn't work 
41619         https://bugs.webkit.org/show_bug.cgi?id=105635
41620
41621         Reviewed by Dirk Schulze.
41622
41623         New reftest to verify filter attribute change invalidations.
41624
41625         * css3/filters/reference-filter-update-on-attribute-change-expected.html: Added.
41626         * css3/filters/reference-filter-update-on-attribute-change.html: Added.
41627
41628 2013-01-04  Mike West  <mkwst@chromium.org>
41629
41630         CSP 1.1: Experiment with adding line numbers to violation reports.
41631         https://bugs.webkit.org/show_bug.cgi?id=105374
41632
41633         Reviewed by Adam Barth.
41634
41635         * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: Added.
41636         * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript.html: Added.
41637         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: Added.
41638         * http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html: Added.
41639
41640 2013-01-04  Mike Lawther  <mikelawther@chromium.org>
41641
41642         CSS3 calc: working with translate and scale transforms
41643         https://bugs.webkit.org/show_bug.cgi?id=105985
41644
41645         Reviewed by Ojan Vafai.
41646
41647         * css3/calc/transforms-scale-expected.html: Added.
41648         * css3/calc/transforms-scale.html: Added.
41649         * css3/calc/transforms-translate-expected.html: Added.
41650         * css3/calc/transforms-translate.html: Added.
41651
41652 2013-01-04  Elliott Sprehn  <esprehn@chromium.org>
41653
41654         PseudoElement should never dispatch events
41655         https://bugs.webkit.org/show_bug.cgi?id=106048
41656
41657         Reviewed by Ojan Vafai.
41658
41659         Add a test that events don't get dispatched from pseudo elements. The
41660         only way right now to cause this is with transitions or animations.
41661
41662         * fast/css-generated-content/pseudo-element-events-expected.txt: Added.
41663         * fast/css-generated-content/pseudo-element-events.html: Added.
41664
41665 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41666
41667         Unreviewed gardening. Adding Lion image baseline for
41668         fast/regions/full-screen-video-from-region.html
41669
41670         * platform/chromium-mac-lion/fast/regions/full-screen-video-from-region-expected.png: Added.
41671
41672 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41673
41674         Add a crash test expectation for the crashing test on Mac WebKit1 after r138782,
41675         which attempted to fix the crash but appears to did so only on WebKit2.
41676
41677         The failure is tracked by the bug 106123.
41678
41679         * platform/mac-wk2/TestExpectations:
41680         * platform/mac/TestExpectations:
41681
41682 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41683
41684         The following two tests are starting to fail while on the verge of
41685         timing out. Adding Failure to their modifiers.
41686
41687         fast/canvas/webgl/context-creation-and-destruction.html
41688         platform/chromium/virtual/gpu/fast/canvas/webgl/context-creation-and-destruction.html
41689
41690         * platform/chromium/TestExpectations:
41691
41692 2013-01-04  Ryosuke Niwa  <rniwa@webkit.org>
41693
41694         Add Mac baselines for subpixel tests added in r125794, r137945, and r138200.
41695         https://bugs.webkit.org/show_bug.cgi?id=106070
41696
41697         Reviewed by Emil A Eklund.
41698
41699         Added baselines.
41700
41701         * platform/mac/fast/sub-pixel: Added.
41702         * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.png: Added.
41703         * platform/mac/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
41704         * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
41705         * platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
41706         * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
41707         * platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
41708
41709 2013-01-04  Stephen White  <senorblanco@chromium.org>
41710
41711         CSS url() filters with forward references don't work
41712         https://bugs.webkit.org/show_bug.cgi?id=90405
41713
41714         Based on a patch by Keyar Hood.
41715
41716         Reviewed by Dirk Schulze.
41717
41718         * css3/filters/effect-reference-after-expected.html: Added.
41719         * css3/filters/effect-reference-after.html: Added.
41720         * css3/filters/effect-reference-delete-crash.html: Added.
41721         * css3/filters/effect-reference-delete-expected.html: Added.
41722         * css3/filters/effect-reference-delete.html: Added.
41723         * css3/filters/effect-reference-removed-while-pending-resources-expected.html: Added.
41724         * css3/filters/effect-reference-removed-while-pending-resources.html: Added.
41725         * css3/filters/effect-reference-rename-expected.html: Added.
41726         * css3/filters/effect-reference-rename.html: Added.
41727         * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
41728         * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
41729         * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
41730         * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
41731         * svg/filters/filter-cycle-expected.html: Added.
41732         * svg/filters/filter-cycle.html: Added.
41733
41734 2013-01-04  Mike West  <mkwst@chromium.org>
41735
41736         CSP: Blocked 'track' sources should only log once to the console.
41737         https://bugs.webkit.org/show_bug.cgi?id=106091
41738
41739         Reviewed by Eric Carlson.
41740
41741         * http/tests/security/contentSecurityPolicy/media-src-track-block-expected.txt: Added.
41742         * http/tests/security/contentSecurityPolicy/media-src-track-block.html: Added.
41743         * http/tests/security/contentSecurityPolicy/resources/track.srt: Added.
41744
41745 2013-01-04  Mike West  <mkwst@chromium.org>
41746
41747         CSP: 'frame-src' should block redirects to invalid sources.
41748         https://bugs.webkit.org/show_bug.cgi?id=106084
41749
41750         Reviewed by Adam Barth.
41751
41752         * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked-expected.txt: Added.
41753         * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked.html: Added.
41754
41755 2013-01-04  Mike West  <mkwst@chromium.org>
41756
41757         CSP: XHR from an isolated world should bypass a page's policy.
41758         https://bugs.webkit.org/show_bug.cgi?id=104480
41759
41760         Reviewed by Adam Barth.
41761
41762         * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-expected.txt: Added.
41763         * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr.html: Added.
41764             A new test! How wonderful!
41765         * platform/efl/TestExpectations:
41766         * platform/mac/TestExpectations:
41767         * platform/qt/TestExpectations:
41768         * platform/win/TestExpectations:
41769         * platform/wincairo/TestExpectations:
41770             Skipping the new test on ports that don't support it.
41771
41772 2013-01-04  Mike Lawther  <mikelawther@chromium.org>
41773
41774         CSS3 calc: mixed percent/absolute for border-radius
41775         https://bugs.webkit.org/show_bug.cgi?id=106046
41776
41777         Reviewed by Ojan Vafai.
41778
41779         * css3/calc/border-radius-expected.html: Renamed from LayoutTests/css3/calc/border-radius-expected-mismatch.html.
41780         * css3/calc/border-radius.html:
41781
41782 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
41783
41784         Unreviewed GTK gardening.
41785
41786         Again updating baseline for editing/deleting/delete-to-select-table.html.
41787
41788         * platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
41789
41790 2013-01-04  Dana Jansens  <danakj@chromium.org>
41791
41792         [chromium] Remove lost-compositor-context layout tests
41793         https://bugs.webkit.org/show_bug.cgi?id=106089
41794
41795         Reviewed by James Robinson.
41796
41797         Better test coverage for these issues is now provided by the unit tests
41798         in the compositor's cc/layer_tree_host_unittest_context.cc file.
41799
41800         * platform/chromium-linux-x86/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41801         * platform/chromium-linux/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41802         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
41803         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
41804         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
41805         * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
41806         * platform/chromium-mac-snowleopard/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41807         * platform/chromium-mac/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
41808         * platform/chromium-win-xp/platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41809         * platform/chromium/compositing/lost-compositor-context-expected.png: Removed.
41810         * platform/chromium/compositing/lost-compositor-context-expected.txt: Removed.
41811         * platform/chromium/compositing/lost-compositor-context-permanently-expected.png: Removed.
41812         * platform/chromium/compositing/lost-compositor-context-permanently-expected.txt: Removed.
41813         * platform/chromium/compositing/lost-compositor-context-permanently.html: Removed.
41814         * platform/chromium/compositing/lost-compositor-context-twice-expected.png: Removed.
41815         * platform/chromium/compositing/lost-compositor-context-twice-expected.txt: Removed.
41816         * platform/chromium/compositing/lost-compositor-context-twice.html: Removed.
41817         * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
41818         * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.txt: Removed.
41819         * platform/chromium/compositing/lost-compositor-context-with-rendersurface.html: Removed.
41820         * platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Removed.
41821         * platform/chromium/compositing/lost-compositor-context-with-video-expected.txt: Removed.
41822         * platform/chromium/compositing/lost-compositor-context-with-video.html: Removed.
41823         * platform/chromium/compositing/lost-compositor-context.html: Removed.
41824         * platform/chromium/compositing/webgl-loses-compositor-context-expected.png: Removed.
41825         * platform/chromium/compositing/webgl-loses-compositor-context-expected.txt: Removed.
41826         * platform/chromium/compositing/webgl-loses-compositor-context.html: Removed.
41827
41828 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41829
41830         Unreviewed gardening. fast/repaint/japanese-rl-selection-repaint-in-regions.html
41831         has image-only failures on SnowLeopard and Lion.
41832
41833         * platform/chromium/TestExpectations:
41834
41835 2013-01-04  Adam Klein  <adamk@chromium.org>
41836
41837         Remove ENABLE_MUTATION_OBSERVERS #define
41838         https://bugs.webkit.org/show_bug.cgi?id=105459
41839
41840         Reviewed by Ryosuke Niwa.
41841
41842         Remove references to ENABLE(MUTATION_OBSERVERS) from tests.
41843
41844         * fast/dom/MutationObserver/cross-document.html:
41845         * fast/dom/MutationObserver/database-callback-delivery.html:
41846         * fast/dom/MutationObserver/disconnect-cancel-pending.html:
41847         * fast/dom/MutationObserver/filesystem-callback-delivery.html:
41848         * fast/dom/MutationObserver/mutation-observer-constructor.html:
41849         * fast/dom/MutationObserver/observe-attributes.html:
41850         * fast/dom/MutationObserver/observe-characterdata.html:
41851         * fast/dom/MutationObserver/observe-childList.html:
41852         * fast/dom/MutationObserver/observe-exceptions.html:
41853         * fast/dom/MutationObserver/observe-subtree.html:
41854         * fast/dom/MutationObserver/takeRecords.html:
41855
41856 2013-01-04  Rick Byers  <rbyers@chromium.org>
41857
41858         Existence of window.Touch can break websites mobile device detection
41859         https://bugs.webkit.org/show_bug.cgi?id=106071
41860
41861         Revert http://trac.webkit.org/changeset/135562 for now while I work
41862         on a slightly safer version.
41863
41864         Reviewed by Ojan Vafai.
41865
41866         * fast/events/touch/document-create-touch-list-expected.txt:
41867         * fast/events/touch/script-tests/document-create-touch-list.js:
41868         * platform/efl/fast/js/global-constructors-expected.txt:
41869         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
41870         * platform/qt/fast/js/global-constructors-expected.txt:
41871
41872 2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>
41873
41874         [Qt][WK2] Unreviewed gardening, unskip a now passing test.
41875
41876         * platform/qt-5.0-wk2/TestExpectations:
41877
41878 2013-01-04  Csaba Osztrogonác  <ossy@webkit.org>
41879
41880         [Qt] Unreviewed gardening, skip a new failing test.
41881
41882         * platform/qt/TestExpectations:
41883
41884 2013-01-04  Terry Anderson  <tdanderson@chromium.org>
41885
41886         Unreviewed gardening. New image baselines for test
41887         fast/regions/full-screen-video-from-region.html
41888
41889         * platform/chromium-mac-snowleopard/fast/regions/full-screen-video-from-region-expected.png: Added.
41890         * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png:
41891         * platform/chromium-win-xp/fast/regions/full-screen-video-from-region-expected.png: Added.
41892
41893 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
41894
41895         Unreviewed GTK gardening.
41896
41897         Rebaselining an editing test after r138654.
41898
41899         Adding failure expectations for two tests added in r138632.
41900         Add a temporary failure expectation for transitions/transitions-parsing.html,
41901         the test is fixed but just requires a clean build. It shouldn't paint the bots
41902         red until then.
41903
41904         * platform/gtk/TestExpectations:
41905         * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Added.
41906
41907 2013-01-04  Zan Dobersek  <zandobersek@gmail.com>
41908
41909         REGRESSION (r138184): transitions/transitions-parsing.html is failing on GTK
41910         https://bugs.webkit.org/show_bug.cgi?id=105522
41911
41912         Reviewed by Xan Lopez.
41913
41914         Remove a failure expectation for a test that's now passing.
41915
41916         * platform/gtk/TestExpectations:
41917
41918 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
41919
41920         Unreviewed EFL gardening.
41921
41922         Skip new failing tests introduced in r138632 and r138756.
41923
41924         * platform/efl/TestExpectations:
41925
41926 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
41927
41928         Unreviewed EFL gardening.
41929
41930         Rebaseline editing/deleting/delete-to-select-table.html.
41931
41932         * platform/efl/editing/deleting/delete-to-select-table-expected.png:
41933         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
41934
41935 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
41936
41937         Unreviewed EFL gardening.
41938
41939         Mark test webaudio/codec-tests/mp3/128kbps-44khz.html as Missing.
41940
41941         * platform/efl/TestExpectations:
41942
41943 2013-01-04  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
41944
41945         Unreviewed EFL gardening.
41946
41947         Rebaseline 2 media/track test cases after r138784.
41948
41949         * platform/efl/media/track/track-cue-rendering-horizontal-expected.png:
41950         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
41951         * platform/efl/media/track/track-cue-rendering-vertical-expected.png:
41952         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
41953
41954 2013-01-04  Sailesh Agrawal  <sail@chromium.org>
41955
41956         [Mac] [WK2] platform/mac/fast/events/numpad-keycode-mapping.html fails
41957         https://bugs.webkit.org/show_bug.cgi?id=105958
41958
41959         Reviewed by Alexey Proskuryakov.
41960
41961         Fixed numpad-keycode-mapping.html failure in WebKitTestRunner.
41962
41963         * platform/mac-wk2/TestExpectations:
41964
41965 2013-01-04  Mihnea Ovidenie  <mihnea@adobe.com>
41966
41967         [CSS Regions]Content overflowing last region displayed wrong
41968         https://bugs.webkit.org/show_bug.cgi?id=105893
41969
41970         Reviewed by David Hyatt.
41971
41972         Add tests for all writing modes with content overflowing the last region in chain.
41973         Hit testing for content overflowing the last region is not yet supported, therefore tests
41974         for that will be added in the future.
41975
41976         * fast/regions/overflow-last-region-expected.html: Added.
41977         * fast/regions/overflow-last-region-horiz-bt-expected.html: Added.
41978         * fast/regions/overflow-last-region-horiz-bt.html: Added.
41979         * fast/regions/overflow-last-region-vert-lr-expected.html: Added.
41980         * fast/regions/overflow-last-region-vert-lr.html: Added.
41981         * fast/regions/overflow-last-region-vert-rl-expected.html: Added.
41982         * fast/regions/overflow-last-region-vert-rl.html: Added.
41983         * fast/regions/overflow-last-region.html: Added.
41984
41985 2013-01-04  Dima Gorbik  <dgorbik@apple.com>
41986
41987         Implement :future pseudo class for the WebVTT ::cue pseudo element
41988         https://bugs.webkit.org/show_bug.cgi?id=105473
41989
41990         Reviewed by Antti Koivisto.
41991
41992         Modified the track css matching test to cover :future pseudo-class case.
41993
41994         * media/track/captions-webvtt/captions-inner-timestamps.vtt: Removed.
41995         * media/track/captions-webvtt/styling.vtt:
41996         * media/track/track-css-matching-expected.txt:
41997         * media/track/track-css-matching.html:
41998         * media/track/track-cue-rendering-inner-timestamps-expected.txt: Removed.
41999         * media/track/track-cue-rendering-inner-timestamps.html: The test was removed because it was based on the old
42000         future/past nodes rendering logic.
42001
42002 2013-01-04  Carlos Garcia Campos  <cgarcia@igalia.com>
42003
42004         REGRESSION (r138222?): Assertion failure on appcache/main-resource-redirect.html
42005         https://bugs.webkit.org/show_bug.cgi?id=105591
42006
42007         Reviewed by Brady Eidson.
42008
42009         Unskip http/tests/appcache/main-resource-redirect.html.
42010
42011         * platform/efl-wk2/TestExpectations:
42012         * platform/mac/TestExpectations:
42013
42014 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42015
42016         Add one more Mac test expectation for the bug 105986.
42017
42018         * platform/mac/TestExpectations:
42019
42020 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42021
42022         Add Mac test expectations for the bugs 105986 and 105988.
42023
42024         * platform/mac-wk2/TestExpectations:
42025         * platform/mac/TestExpectations:
42026
42027 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42028
42029         Add a crashing test expectation for the test added by r138755 on Mac.
42030         The test failure is tracked by the bug 138755.
42031
42032         * platform/mac/TestExpectations:
42033
42034 2013-01-03  Roger Fong  <roger_fong@apple.com>
42035
42036         Unreviewed. Gardening Apple Windows port.
42037
42038         * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
42039
42040 2013-01-03  Tony Chang  <tony@chromium.org>
42041
42042         incorrect flexbox relayout with overflow, padding and absolute positioning
42043         https://bugs.webkit.org/show_bug.cgi?id=106022
42044
42045         Reviewed by Ojan Vafai.
42046
42047         * css3/flexbox/stretch-simplified-layout-expected.txt: Added.
42048         * css3/flexbox/stretch-simplified-layout.html: Added.
42049
42050 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
42051
42052         Unreviewed gardening. Marking fast/events/5056619.html as flaky
42053         on XP and Win7.
42054
42055         * platform/chromium/TestExpectations:
42056
42057 2013-01-03  Antoine Quint  <graouts@apple.com>
42058
42059         onload callback for <track> element attached to <video> does not fire
42060         https://bugs.webkit.org/show_bug.cgi?id=103258
42061
42062         Reviewed by Eric Carlson.
42063
42064         As a result of fixing this bug, a few new failures were uncovered and TestExpectations
42065         needed to be updated to take this into account. Additionally, some existing tests were
42066         incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
42067         test the various conditions required for a <track> element to successfully load.
42068
42069         * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
42070         a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
42071         * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
42072         mode on the text track such that it may load per the rules enforced with this patch.
42073         * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
42074         * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
42075         the text track such that it may load per the rules enforced with this patch. Also, ensure
42076         the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
42077         have to wait until the next run loop to be changed to anything but NONE.
42078         * media/track/track-element-load-event-expected.txt: Added.
42079         * media/track/track-element-load-event.html: Added.
42080         * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
42081         non-disabled mode on the text track such that it may load per the rules enforced with
42082         this patch.
42083         * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
42084         * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
42085         * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
42086         * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
42087         * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
42088         * platform/win/TestExpectations: Skip tests that now fail instead of timing out.
42089
42090 2013-01-03  Jon Lee  <jonlee@apple.com>
42091
42092         REGRESSION(r138729): crash and assertion failures in WebKit::WebProcess::plugInDidReceiveUserInteraction
42093         https://bugs.webkit.org/show_bug.cgi?id=106042
42094         <rdar://problem/12953469>
42095
42096         Reviewed by Brady Eidson.
42097
42098         * platform/mac-wk2/TestExpectations: Unskip the crashing tests.
42099
42100 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42101
42102         Add a failing test expectation for fast/inline/continuation-outlines-with-layers.html on Mac
42103         and associate it with the bug 106064.
42104         
42105         Also update Chromium test expectations to associate the failure with the bug 106064.
42106         They were erroneously associated with resolved bugs.
42107
42108         * platform/chromium/TestExpectations:
42109         * platform/mac/TestExpectations:
42110
42111 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
42112
42113         Unreviewed gardening. Adding cr-linux image baseline for
42114         http://trac.webkit.org/changeset/138755
42115
42116         * platform/chromium-linux/fast/regions/full-screen-video-from-region-expected.png: Added.
42117
42118 2013-01-03  Beth Dakin  <bdakin@apple.com>
42119
42120         https://bugs.webkit.org/show_bug.cgi?id=105475
42121         Nested fixed position elements incorrectly repositioned on scrolling
42122
42123         Reviewed by Simon Fraser.
42124
42125         Unfortunately, the children were not really accurate before, and they are not 
42126         really accurate now. It seems like the state tree is not fully up-to-date when the 
42127         test is printing it. 
42128         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt:
42129
42130 2013-01-03  Adam Klein  <adamk@chromium.org>
42131
42132         [HTMLTemplateElement] When adopting a template element, also adopt its content into the appropriate document
42133         https://bugs.webkit.org/show_bug.cgi?id=106039
42134
42135         Reviewed by Eric Seidel.
42136
42137         * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode-expected.txt: Added.
42138         * fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html: Added.
42139
42140 2013-01-03  Zoltan Horvath  <zoltan@webkit.org>
42141
42142         [CSS Regions] Don't apply region flow to fullscreen video playing
42143         https://bugs.webkit.org/show_bug.cgi?id=102388
42144
42145         Reviewed by David Hyatt.
42146
42147         In case of full screen video playing we want to watch the video full screen without applying the region flow.
42148
42149         * fast/regions/full-screen-video-from-region-expected.txt: Added.
42150         * fast/regions/full-screen-video-from-region.html: Added.
42151         * platform/chromium-mac/fast/regions/full-screen-video-from-region-expected.png: Added.
42152
42153 2013-01-03  Rafael Weinstein  <rafaelw@chromium.org>
42154
42155         [Mutation Observers] prevent delivery while recipient context is suspended
42156         https://bugs.webkit.org/show_bug.cgi?id=105810
42157
42158         Reviewed by Adam Barth.
42159
42160         * inspector/debugger/mutation-observer-suspend-while-paused-expected.txt: Added.
42161         * inspector/debugger/mutation-observer-suspend-while-paused.html: Added.
42162
42163 2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
42164
42165         [Qt][WK2] Unreviewed gardening, skip a new crashing test to paint the bots green.
42166
42167         * platform/qt-5.0-wk2/TestExpectations:
42168
42169 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
42170
42171         Unreviewed gardening. Setting webaudio/automatic-pull-node.html to
42172         [ Timeout Pass ] for XP.
42173
42174         * platform/chromium/TestExpectations:
42175
42176 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
42177
42178         css3/filters/effect-invert.html is flaky/has incorrect image output on Win
42179
42180         Unreviewed gardening. Marked this as [ Failure Pass ] for Win7 and
42181         as [ Failure ] for XP.
42182
42183         * platform/chromium/TestExpectations:
42184
42185 2013-01-03  Uday Kiran  <udaykiran@motorola.com>
42186
42187         webkit fails IETC column-width-negative-001.htm
42188         https://bugs.webkit.org/show_bug.cgi?id=84778
42189
42190         Reviewed by Tony Chang.
42191
42192         New test for multicolumn 'column-width' property with zero value.
42193         Enable IETC column-width-negative test.
42194
42195         * fast/multicol/column-width-zero-expected.txt: Added.
42196         * fast/multicol/column-width-zero.html: Added.
42197         * platform/chromium/TestExpectations:
42198         * platform/efl/TestExpectations:
42199         * platform/gtk/TestExpectations:
42200         * platform/mac/TestExpectations:
42201         * platform/qt/TestExpectations:
42202
42203 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42204
42205         Add crash test expectations for tests regressed by r138729
42206         The failure is tracked by the bug 106042.
42207
42208         * platform/mac-wk2/TestExpectations:
42209
42210 2013-01-03  Roger Fong  <roger_fong@apple.com>
42211
42212         Unreviewed. Add Windows specific result for passing test.
42213
42214         * platform/win/loader: Added.
42215         * platform/win/loader/image-loader-adoptNode-assert-expected.txt: Added.
42216
42217 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42218
42219         Remove failing or flaky test expectations from tests that have been passing on Mac.
42220
42221         * platform/mac-wk2/TestExpectations:
42222         * platform/mac/TestExpectations:
42223
42224 2013-01-03  Roger Fong  <roger_fong@apple.com>
42225
42226         Unreviewed gardening of Apple Windows port.
42227
42228         * platform/win/TestExpectations:
42229         * platform/win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
42230
42231 2013-01-03  Adam Klein  <adamk@chromium.org>
42232
42233         [HTMLTemplateElement] Disallow cycles within template content
42234         https://bugs.webkit.org/show_bug.cgi?id=105066
42235
42236         Reviewed by Ojan Vafai.
42237
42238         * fast/dom/HTMLTemplateElement/cycles-expected.txt: Added.
42239         * fast/dom/HTMLTemplateElement/cycles-in-shadow-expected.txt: Added.
42240         * fast/dom/HTMLTemplateElement/cycles-in-shadow.html: Added.
42241         * fast/dom/HTMLTemplateElement/cycles.html: Added.
42242         * fast/dom/shadow/shadow-hierarchy-exception-expected.txt: Added.
42243         * fast/dom/shadow/shadow-hierarchy-exception.html: Added.
42244
42245 2013-01-03  Alexis Menard  <alexis@webkit.org>
42246
42247         Querying transition-timing-function value on the computed style does not return keywords when it should.
42248         https://bugs.webkit.org/show_bug.cgi?id=105442
42249
42250         Reviewed by Simon Fraser.
42251
42252         Update the tests to match the correct behavior of returning a keyword
42253         rather than a cubic-bezier() form when using predefined values for the
42254         transition-timing-function property.
42255
42256         * animations/animation-shorthand-name-order-expected.txt:
42257         * animations/animation-shorthand-name-order.html:
42258         * animations/animation-shorthand-removed.html:
42259         * animations/animation-shorthand.html:
42260         * animations/computed-style-expected.txt:
42261         * animations/computed-style.html:
42262         * fast/css/getComputedStyle/computed-style-expected.txt:
42263         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
42264         * svg/css/getComputedStyle-basic-expected.txt:
42265         * transitions/inherit-other-props-expected.txt:
42266         * transitions/inherit-other-props.html:
42267         * transitions/transitions-parsing-expected.txt:
42268         * transitions/transitions-parsing.html:
42269
42270 2013-01-03  Rik Cabanier  <cabanier@adobe.com>
42271
42272         Canvas blending tests fail on Mac WK2
42273         https://bugs.webkit.org/show_bug.cgi?id=105943
42274
42275         Reviewed by Simon Fraser.
42276
42277         * platform/mac-wk2/TestExpectations: updated expectations as the test now passes
42278
42279 2013-01-03  Adam Klein  <adamk@chromium.org>
42280
42281         Clear failed image loads when an <img> is adopted into a different document
42282         https://bugs.webkit.org/show_bug.cgi?id=104409
42283
42284         Reviewed by Nate Chapin.
42285
42286         * loader/image-loader-adoptNode-assert-expected.txt: Added.
42287         * loader/image-loader-adoptNode-assert.html: Added.
42288
42289 2013-01-03  Vincent Scheib  <scheib@chromium.org>
42290
42291         Sandbox-blocked pointer lock should log to the console.
42292         https://bugs.webkit.org/show_bug.cgi?id=105794
42293
42294         Reviewed by Adrienne Walker.
42295
42296         * http/tests/pointer-lock/iframe-sandboxed-expected.txt:
42297         * http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt:
42298
42299 2013-01-03  Alexis Menard  <alexis@webkit.org>
42300
42301         Add tests to cover what transition-timing-function accepts for cubic-bezier values.
42302         https://bugs.webkit.org/show_bug.cgi?id=105426
42303
42304         Reviewed by Simon Fraser.
42305
42306         http://www.w3.org/TR/css3-transitions/#transition-timing-function-property
42307         has not yet been updated following the discussions
42308         http://lists.w3.org/Archives/Public/www-style/2010Apr/0489.html and
42309         http://lists.w3.org/Archives/Public/www-style/2010Jun/0254.html where
42310         the range restriction of Y values for cubic-bezier type has been
42311         removed. This patch add tests to cover that behavior to avoid breakage
42312         in the future and test also various other different cubic-bezier use
42313         cases.
42314
42315         * transitions/transitions-parsing-expected.txt:
42316         * transitions/transitions-parsing.html:
42317
42318 2013-01-03  Ryosuke Niwa  <rniwa@webkit.org>
42319
42320         Update Mac test expectations after merging the bug 105987 into the bug 105986.
42321
42322         Also add one more test expectation for the bug.
42323
42324         * platform/mac-wk2/TestExpectations:
42325         * platform/mac/TestExpectations:
42326
42327 2013-01-02  Levi Weintraub  <leviw@chromium.org>
42328
42329         Fix incorrect assumption about in-flow descendants of inlines in touch event rect tracking
42330         https://bugs.webkit.org/show_bug.cgi?id=105970
42331
42332         Reviewed by Simon Fraser.
42333
42334         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Updating expectations
42335         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Updating test to check previously failing case where
42336         an inline with a touch handler contains a non-normal-flow child. Also, fixing the test since it was incorrectly duplicated.
42337         * platform/chromium/TestExpectations:
42338
42339 2013-01-03  Terry Anderson  <tdanderson@chromium.org>
42340
42341         Unreviewed gardening. Marking webaudio/automatic-pull-node.html as
42342         [ Pass Slow ] instead of [ Pass Timeout ] for XP.
42343
42344         * platform/chromium/TestExpectations:
42345
42346 2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
42347
42348         [Qt] Unreviewed gardening, skip a new failing test.
42349
42350         * platform/qt/TestExpectations:
42351
42352 2013-01-03  Mike West  <mkwst@chromium.org>
42353
42354         The 'body' of seamless IFrames should default to 'margin: 0'
42355         https://bugs.webkit.org/show_bug.cgi?id=90834
42356
42357         Reviewed by Antti Koivisto.
42358
42359         * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
42360         * fast/frames/seamless/seamless-body-margin.html: Added.
42361             New test to explicitly check 'body' margins.
42362         * fast/frames/seamless/resources/nested-seamless.html:
42363         * fast/frames/seamless/resources/quirks-square.html:
42364         * fast/frames/seamless/resources/two-inline-blocks.html:
42365         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
42366         * fast/frames/seamless/seamless-inherited-origin.html:
42367             Updated these tests to remove the assumption that the body had an
42368             8px margin.
42369
42370 2013-01-03  Csaba Osztrogonác  <ossy@webkit.org>
42371
42372         [Qt] Unreviewed gardening.
42373
42374         * platform/qt/TestExpectations: Skip new failing tests.
42375         * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Updated after r138654.
42376         * platform/qt/editing/execCommand/print-expected.txt: Updated after r138654.
42377         * platform/qt/editing/execCommand/selectAll-expected.txt: Updated after r138654.
42378         * platform/qt/editing/inserting/editable-html-element-expected.txt: Updated after r138654.
42379
42380 2013-01-03  Mike West  <mkwst@chromium.org>
42381
42382         seamless iframes don't inherit styles when srcdoc is used
42383         https://bugs.webkit.org/show_bug.cgi?id=103539
42384
42385         Reviewed by Antti Koivisto.
42386
42387         * fast/frames/seamless/resources/span.html: Added.
42388         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
42389             Updating the previously failing expectation.
42390         * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
42391         * fast/frames/seamless/seamless-srcdoc.html: Added.
42392             Exciting new test to ensure that this doesn't regress, neither
42393             for totally simple srcdoc attriubtes, nor for slightly more
42394             complex variations.
42395
42396 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42397
42398         Add failing test expectations for two canvas tests on Mac Lion
42399         since they have been failing as far as we could tell on the flakiness dashboard.
42400
42401         The failure is tracked by the bug 105999.
42402
42403         * platform/mac/TestExpectations:
42404
42405 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42406
42407         Add a Mac test expectation for the bug 105998.
42408
42409         * platform/mac-wk2/TestExpectations:
42410
42411 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42412
42413         More Mac test expectation updates per bugs 105988 and 105987.
42414
42415         * platform/mac-wk2/TestExpectations:
42416         * platform/mac/TestExpectations:
42417
42418 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42419
42420         Add flaky crash expectations for multiple tests on Mac WebKit2.
42421
42422         * platform/mac-wk2/TestExpectations:
42423
42424 2013-01-02  Kenneth Russell  <kbr@google.com>
42425
42426         [chromium] Creation of dedicated workers (isolates) leaks reference to HTMLDocument
42427         https://bugs.webkit.org/show_bug.cgi?id=105367
42428
42429         Reviewed by Dmitry Titov.
42430
42431         * fast/workers/resources/empty-worker.js: Added.
42432         * fast/workers/resources/worker-document-leak-iframe.html: Added.
42433         * fast/workers/worker-document-leak-expected.txt: Added.
42434         * fast/workers/worker-document-leak.html: Added.
42435
42436 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42437
42438         One more Mac rebaseline attempt for r138654. Also remove an entry for the bug 105514
42439         which has been dup'ed with the bug 103663 for which we have more specific expectations.
42440
42441         * platform/mac-lion/editing/deleting: Removed.
42442         * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Removed.
42443         * platform/mac-wk2/editing/deleting: Removed.
42444         * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Removed.
42445         * platform/mac/TestExpectations:
42446         * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
42447
42448 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42449
42450         Mac and Chromium rebaselines after r138654.
42451
42452         * editing/deleting/delete-to-select-table-expected.txt: Added.
42453         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.txt: Added.
42454         * platform/chromium/editing/deleting/delete-to-select-table-expected.txt: Removed.
42455         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Removed.
42456         * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: Removed.
42457         * platform/mac-lion/editing/deleting/delete-to-select-table-expected.txt: Added.
42458         * platform/mac-wk2/editing/deleting: Added.
42459         * platform/mac-wk2/editing/deleting/delete-to-select-table-expected.txt: Added.
42460
42461 2013-01-02  Luke Macpherson   <macpherson@chromium.org>
42462
42463         Unreviewed Chromium gardening.
42464
42465         Rebaseline win-xp image for svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.html.
42466
42467         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
42468
42469 2013-01-02  Bem Jones-Bey  <bjonesbe@adobe.com>
42470
42471         When a block's height is determined by min-height/max-height, children with percentage heights are sized incorrectly
42472         https://bugs.webkit.org/show_bug.cgi?id=26559
42473
42474         Reviewed by Tony Chang.
42475
42476         Add tests to ensure percent heights are correctly determined.
42477
42478         * fast/block/min-max-height-percent-height-child-expected.txt: Added.
42479         * fast/block/min-max-height-percent-height-child.html: Added.
42480
42481 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42482
42483         Add a failing test expectation to a test added by r136697.
42484         The failure is tracked by the bug 105960.
42485
42486         * platform/mac-wk2/TestExpectations:
42487
42488 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42489
42490         Add a failing test expectations to a test added by r132411.
42491         The patch updated DumpRenderTree but didn't update WebKitTestRunner.
42492         The failure is tracked by the bug 105958.
42493
42494         * platform/mac-wk2/TestExpectations:
42495
42496 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42497
42498         Add a Mac WebKit2 test expectation for the bug 105954.
42499
42500         * platform/mac-wk2/TestExpectations:
42501
42502 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42503
42504         Add a failing test expectation for the bug 105954.
42505
42506         * platform/mac-wk2/TestExpectations:
42507
42508 2013-01-02  Douglas Stockwell  <dstockwell@chromium.org>
42509
42510         Crash in WebCore::InlineBox::deleteLine
42511         https://bugs.webkit.org/show_bug.cgi?id=93448
42512
42513         Reviewed by Eric Seidel.
42514
42515         * editing/deleting/delete-block-table-expected.txt:
42516         * editing/execCommand/selectAll-expected.txt: Renamed from LayoutTests/platform/chromium/editing/execCommand/selectAll-expected.txt.
42517         * fast/text/whitespace/inline-whitespace-wrapping-1-expected.html: Added.
42518         * fast/text/whitespace/inline-whitespace-wrapping-1.html: Added.
42519         * fast/text/whitespace/inline-whitespace-wrapping-2-expected.html: Added.
42520         * fast/text/whitespace/inline-whitespace-wrapping-2.html: Added.
42521         * fast/text/whitespace/inline-whitespace-wrapping-3-expected.html: Added.
42522         * fast/text/whitespace/inline-whitespace-wrapping-3.html: Added.
42523         * fast/text/whitespace/inline-whitespace-wrapping-4-expected.html: Added.
42524         * fast/text/whitespace/inline-whitespace-wrapping-4.html: Added.
42525         * fast/text/whitespace/nowrap-white-space-collapse-expected.html: Added.
42526         * fast/text/whitespace/nowrap-white-space-collapse.html: Added.
42527         * fast/text/whitespace/pre-block-normal-inline-crash-1-expected.txt: Added.
42528         * fast/text/whitespace/pre-block-normal-inline-crash-1.html: Added.
42529         * fast/text/whitespace/pre-block-normal-inline-crash-2-expected.txt: Added.
42530         * fast/text/whitespace/pre-block-normal-inline-crash-2.html: Added.
42531         * platform/chromium-win/editing/deleting/delete-to-select-table-expected.txt:
42532         * platform/chromium-win/editing/execCommand/print-expected.txt:
42533         * platform/chromium-win/editing/execCommand/selectAll-expected.txt:
42534         * platform/chromium-win/editing/inserting/editable-html-element-expected.txt:
42535         * platform/efl/editing/execCommand/selectAll-expected.txt: Removed.
42536         * platform/gtk/editing/execCommand/selectAll-expected.txt: Removed.
42537         * platform/mac/editing/execCommand/selectAll-expected.txt: Removed.
42538
42539 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42540
42541         Add a test expectation for the bug 105952.
42542
42543         * platform/wk2/TestExpectations:
42544
42545 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42546
42547         Add a failing test expectation to a test added by r138380 on Mac WK2.
42548         The failure is tracked by the bug 105948.
42549
42550         * platform/mac-wk2/TestExpectations:
42551
42552 2013-01-02  Tom Sepez  <tsepez@chromium.org>
42553
42554         X-XSS-Protection report-uri doesn't work with mode=block
42555         https://bugs.webkit.org/show_bug.cgi?id=105907
42556
42557         Reviewed by Adam Barth.
42558
42559         Appears to work as-is, but the test was missing for this case. Checking
42560         for completion is complicated by the frame navigating to about:blank, rather
42561         than the echo-report page, so check it from the parent frame.
42562         
42563         * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt: Added.
42564         * http/tests/security/xssAuditor/report-script-tag-full-block.html: Added.
42565         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
42566
42567 2013-01-02  Terry Anderson  <tdanderson@chromium.org>
42568
42569         [chromium] Mark webaudio/automatic-pull-node.html as Timeout for XP
42570         https://bugs.webkit.org/show_bug.cgi?id=105941
42571
42572         Unreviewed gardening.
42573
42574         * platform/chromium/TestExpectations:
42575
42576 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42577
42578         Rebaseline tests after r137798 and update test expectations per bug 105943.
42579
42580         * platform/mac-wk2/TestExpectations:
42581         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
42582         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
42583
42584 2013-01-02  Elliott Sprehn  <esprehn@chromium.org>
42585
42586         View source mode is missing the processing instruction line.
42587         https://bugs.webkit.org/show_bug.cgi?id=15961
42588
42589         Reviewed by Adam Barth.
42590
42591         Add a test for XML documents shown in viewsource mode. The bug
42592         with the missing processing instruction line was fixed long
42593         ago with the HTML5 parser rewrite so this just adds a test.
42594
42595         * fast/frames/viewsource-xml-expected.txt: Added.
42596         * fast/frames/viewsource-xml.html: Added.
42597
42598 2013-01-02  Elliott Sprehn  <esprehn@chromium.org>
42599
42600         Transitions and animations do not apply to CSS ::before and ::after pseudo-elements
42601         https://bugs.webkit.org/show_bug.cgi?id=92591
42602
42603         Reviewed by Eric Seidel.
42604
42605         Add tests that check if animations and transitions play for pseudo
42606         :before and :after pseudo elements.
42607
42608         * fast/css-generated-content/pseudo-animation-expected.txt: Added.
42609         * fast/css-generated-content/pseudo-animation.html: Added.
42610         * fast/css-generated-content/pseudo-transition-expected.txt: Added.
42611         * fast/css-generated-content/pseudo-transition.html: Added.
42612
42613 2013-01-02  Chris Rogers  <crogers@google.com>
42614
42615         Implement WebIDL-style string constants in WebAudio
42616         https://bugs.webkit.org/show_bug.cgi?id=105058
42617
42618         Reviewed by Kentaro Hara.
42619
42620         * webaudio/oscillator-basic-expected.txt:
42621         * webaudio/oscillator-basic.html:
42622         * webaudio/resources/audio-testing.js:
42623
42624 2013-01-02  Robert Hogan  <robert@webkit.org>
42625
42626         Regression (r132935): WebKit breaks between <nobr> tags
42627         https://bugs.webkit.org/show_bug.cgi?id=11857
42628
42629         Reviewed by David Hyatt.
42630
42631         * fast/inline/break-between-nobr-expected.html: Added.
42632         * fast/inline/break-between-nobr.html: Added.
42633
42634 2013-01-02  Mike West  <mkwst@chromium.org>
42635
42636         sandboxed iframe attribute parsing layout tests are flaky
42637         https://bugs.webkit.org/show_bug.cgi?id=104848
42638
42639         Reviewed by Adam Barth.
42640
42641         This patch breaks the monolithic sandboxed-iframe-attribute-parsing.html
42642         test into separate tests for each case. The flaky failures were due to
42643         one of the 14 frames loading out of order, which shifted console message
42644         positions around. Breaking them into separate tests should both speed up
42645         the tests, as more can run in parallel, and solve the flake.
42646
42647         * fast/frames/resources/sandboxed-iframe-attribute-test.js: Added.
42648         (fail):
42649         (setStatus):
42650         (allowedCallFromSandbox):
42651         (disallowedCallFromSandbox):
42652         (disallowedFormSubmitted):
42653         (window.onload):
42654         * fast/frames/sandboxed-iframe-attribute-parsing-01-expected.txt: Added.
42655         * fast/frames/sandboxed-iframe-attribute-parsing-01.html: Added.
42656         * fast/frames/sandboxed-iframe-attribute-parsing-02-expected.txt: Added.
42657         * fast/frames/sandboxed-iframe-attribute-parsing-02.html: Added.
42658         * fast/frames/sandboxed-iframe-attribute-parsing-03-expected.txt: Added.
42659         * fast/frames/sandboxed-iframe-attribute-parsing-03.html: Added.
42660         * fast/frames/sandboxed-iframe-attribute-parsing-04-expected.txt: Added.
42661         * fast/frames/sandboxed-iframe-attribute-parsing-04.html: Added.
42662         * fast/frames/sandboxed-iframe-attribute-parsing-05-expected.txt: Added.
42663         * fast/frames/sandboxed-iframe-attribute-parsing-05.html: Added.
42664         * fast/frames/sandboxed-iframe-attribute-parsing-06-expected.txt: Added.
42665         * fast/frames/sandboxed-iframe-attribute-parsing-06.html: Added.
42666         * fast/frames/sandboxed-iframe-attribute-parsing-07-expected.txt: Added.
42667         * fast/frames/sandboxed-iframe-attribute-parsing-07.html: Added.
42668         * fast/frames/sandboxed-iframe-attribute-parsing-08-expected.txt: Added.
42669         * fast/frames/sandboxed-iframe-attribute-parsing-08.html: Added.
42670         * fast/frames/sandboxed-iframe-attribute-parsing-09-expected.txt: Added.
42671         * fast/frames/sandboxed-iframe-attribute-parsing-09.html: Added.
42672         * fast/frames/sandboxed-iframe-attribute-parsing-10-expected.txt: Added.
42673         * fast/frames/sandboxed-iframe-attribute-parsing-10.html: Added.
42674         * fast/frames/sandboxed-iframe-attribute-parsing-11-expected.txt: Added.
42675         * fast/frames/sandboxed-iframe-attribute-parsing-11.html: Added.
42676         * fast/frames/sandboxed-iframe-attribute-parsing-12-expected.txt: Added.
42677         * fast/frames/sandboxed-iframe-attribute-parsing-12.html: Added.
42678         * fast/frames/sandboxed-iframe-attribute-parsing-13-expected.txt: Added.
42679         * fast/frames/sandboxed-iframe-attribute-parsing-13.html: Added.
42680         * fast/frames/sandboxed-iframe-attribute-parsing-14-expected.txt: Added.
42681         * fast/frames/sandboxed-iframe-attribute-parsing-14.html: Added.
42682         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Removed.
42683         * fast/frames/sandboxed-iframe-attribute-parsing.html: Removed.
42684         * platform/chromium/TestExpectations:
42685         * platform/mac/TestExpectations:
42686         * platform/qt-arm/TestExpectations:
42687
42688 2013-01-02  Mike West  <mkwst@chromium.org>
42689
42690         Sandboxed iframes should not be granted notification permission of the parent frame unless allow-same-origin is specified
42691         https://bugs.webkit.org/show_bug.cgi?id=36732
42692
42693         Reviewed by Adam Barth.
42694
42695         The behavior was fixed in wkbug.com/79704, but there aren't currently
42696         any tests ensuring that it doesn't regress for sandboxed frames. This
42697         patch adds one.
42698
42699         * fast/notifications/notifications-sandbox-permission-expected.txt: Added.
42700         * fast/notifications/notifications-sandbox-permission.html: Added.
42701         * fast/notifications/resources/notifications-iframe.html: Added.
42702
42703 2013-01-02  Ryosuke Niwa  <rniwa@webkit.org>
42704
42705         Update Mac test expectation per bug 105932.
42706
42707         * platform/mac/TestExpectations:
42708
42709 2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>
42710
42711         Unreviewed, rolling out r138601.
42712         http://trac.webkit.org/changeset/138601
42713         https://bugs.webkit.org/show_bug.cgi?id=105917
42714
42715         Also not an optimal solution, needs more discussion.
42716         (Requested by mkwst_ on #webkit).
42717
42718         * fast/frames/seamless/resources/span.html: Removed.
42719         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
42720         * fast/frames/seamless/seamless-srcdoc-expected.txt: Removed.
42721         * fast/frames/seamless/seamless-srcdoc.html: Removed.
42722
42723 2013-01-02  Sheriff Bot  <webkit.review.bot@gmail.com>
42724
42725         Unreviewed, rolling out r138611.
42726         http://trac.webkit.org/changeset/138611
42727         https://bugs.webkit.org/show_bug.cgi?id=105916
42728
42729         Not an optimal solution, needs more discussion. (Requested by
42730         mkwst_ on #webkit).
42731
42732         * fast/frames/seamless/resources/nested-seamless.html:
42733         * fast/frames/seamless/resources/quirks-square.html:
42734         * fast/frames/seamless/resources/two-inline-blocks.html:
42735         * fast/frames/seamless/seamless-body-margin-expected.txt: Removed.
42736         * fast/frames/seamless/seamless-body-margin.html: Removed.
42737         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
42738         * fast/frames/seamless/seamless-inherited-origin.html:
42739
42740 2013-01-02  Mike West  <mkwst@chromium.org>
42741
42742         The 'body' of seamless IFrames should default to 'margin: 0'
42743         https://bugs.webkit.org/show_bug.cgi?id=90834
42744
42745         Reviewed by Eric Seidel.
42746
42747         * fast/frames/seamless/seamless-body-margin-expected.txt: Added.
42748         * fast/frames/seamless/seamless-body-margin.html: Added.
42749             New test to explicitly check 'body' margins.
42750         * fast/frames/seamless/resources/nested-seamless.html:
42751         * fast/frames/seamless/resources/quirks-square.html:
42752         * fast/frames/seamless/resources/two-inline-blocks.html:
42753         * fast/frames/seamless/seamless-inherited-origin-expected.txt:
42754         * fast/frames/seamless/seamless-inherited-origin.html:
42755             Updated these tests to remove the assumption that the body had an
42756             8px margin.
42757
42758 2013-01-01  Christophe Dumez  <christophe.dumez@intel.com>
42759
42760         [WK2] plugins/clicking-missing-plugin-fires-delegate.html is failing
42761         https://bugs.webkit.org/show_bug.cgi?id=105897
42762
42763         Reviewed by Alexey Proskuryakov.
42764
42765         Unskip plugins/clicking-missing-plugin-fires-delegate.html for
42766         WK2 now that WebKitTestRunner is dumping the expected text when
42767         the missing plugin button is clicked.
42768
42769         * platform/efl-wk2/TestExpectations:
42770         * platform/mac-wk2/TestExpectations:
42771
42772 2013-01-01  Kangil Han  <kangil.han@samsung.com>
42773
42774         [EFL][WK1] Skip some webaudio test cases due to lack of implementation
42775         https://bugs.webkit.org/show_bug.cgi?id=105882
42776
42777         Unreviewed, EFL gardening.
42778
42779         Bunch of webaudio test cases need setAudioData implementation and DRT has not it.
42780         So, skips those cases.
42781
42782         * platform/efl-wk1/TestExpectations:
42783
42784 2013-01-01  Mike West  <mkwst@chromium.org>
42785
42786         seamless iframes don't inherit styles when srcdoc is used
42787         https://bugs.webkit.org/show_bug.cgi?id=103539
42788
42789         Reviewed by Eric Seidel.
42790
42791         * fast/frames/seamless/resources/span.html: Added.
42792         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt:
42793             Updating the previously FAILing expectation.
42794         * fast/frames/seamless/seamless-srcdoc-expected.txt: Added.
42795         * fast/frames/seamless/seamless-srcdoc.html: Added.
42796             Exciting new test to ensure that this doesn't regress, neither
42797             for totally simple srcdoc attriubtes, nor for slightly more
42798             complex variations.
42799
42800 2012-12-31  Kangil Han  <kangil.han@samsung.com>
42801
42802         [EFL] css3/masking/clip-path-circle-relative-overflow.html needs expected results update after 97217
42803         https://bugs.webkit.org/show_bug.cgi?id=105883
42804
42805         Unreviewed, EFL gardening.
42806
42807         Rebaseline css3/masking/clip-path-circle-relative-overflow.html because BUG 97217 has been resolved.
42808
42809         * platform/efl/TestExpectations:
42810         * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png:
42811
42812 2012-12-31  Christophe Dumez  <christophe.dumez@intel.com>
42813
42814         Unreviewed EFL gardening.
42815
42816         Mark editing/spelling/spelling-insert-html.html as flaky
42817         since it sometimes hits an assertion in RenderObject
42818         destructor.
42819
42820         * platform/efl/TestExpectations:
42821
42822 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42823
42824         Unreviewed EFL gardening.
42825
42826         Mark fast/dom/Range/range-extract-contents.html as flaky
42827         since it sometimes hits an assertion in
42828         WebCore::endOfContinuations().
42829
42830         * platform/efl/TestExpectations:
42831
42832 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42833
42834         Unreviewed EFL gardening.
42835
42836         Mark editing/pasteboard/4806874.html as flaky since
42837         it sometimes hits an assertion in RenderObject
42838         destructor.
42839
42840         * platform/efl/TestExpectations:
42841
42842 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42843
42844         Unreviewed EFL gardening.
42845
42846         Rebaseline fast/js/global-constructors.html after
42847         TEMPLATE_ELEMENT was enabled for EFL port in r138586.
42848
42849         * platform/efl/fast/js/global-constructors-expected.txt:
42850
42851 2012-12-30  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
42852
42853         [EFL] Enable TEMPLATE_ELEMENT feature
42854         https://bugs.webkit.org/show_bug.cgi?id=105865
42855
42856         Reviewed by Laszlo Gombos.
42857
42858         * platform/efl/TestExpectations: Unskip test cases for template element.
42859
42860 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42861
42862         Unreviewed EFL gardening.
42863
42864         Add several webaudio tests to TestExpectations since
42865         they sometimes hit !m_finishedNodes.size() assertion
42866         in AudioContext destructor.
42867
42868         * platform/efl/TestExpectations:
42869
42870 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42871
42872         Unreviewed EFL gardening.
42873
42874         Unskip XSS Auditor test case that has been consistently
42875         passing on EFL port for a while.
42876
42877         * platform/efl/TestExpectations:
42878
42879 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42880
42881         Unreviewed EFL gardening.
42882
42883         Unskip fast/dom/shadow/host-wrapper-reclaimed.html
42884         since it is passing after r137978.
42885
42886         * platform/efl/TestExpectations:
42887
42888 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42889
42890         Unreviewed EFL gardening.
42891
42892         Update expectations for 2 fast/dom test cases so
42893         that they are not reported as unexpected passes.
42894
42895         Those tests are passing because their generated
42896         expectations are wrong.
42897
42898         * platform/efl/TestExpectations:
42899
42900 2012-12-30  Philippe Normand  <pnormand@igalia.com>
42901
42902         [GStreamer] webaudio/decode-audio-data-basic.html fails
42903         https://bugs.webkit.org/show_bug.cgi?id=105298
42904
42905         Reviewed by Martin Robinson.
42906
42907         * platform/efl/TestExpectations: Unflag fixed test.
42908
42909 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42910
42911         Unreviewed EFL gardening.
42912
42913         Unskip text-decoration-style tests passing after
42914         r126054 and r132076.
42915
42916         * platform/efl/TestExpectations:
42917
42918 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42919
42920         Unreviewed EFL gardening.
42921
42922         Unskip cairo-related tests that are now consistently
42923         passing on both WK1 and WK2 EFL.
42924
42925         * platform/efl/TestExpectations:
42926
42927 2012-12-30  Christophe Dumez  <christophe.dumez@intel.com>
42928
42929         Unreviewed EFL gardening.
42930
42931         Unskip several compositing test cases that are passing
42932         consistently on EFL WK2.
42933
42934         * platform/efl-wk2/TestExpectations:
42935         * platform/efl/TestExpectations:
42936
42937 2012-12-30  Csaba Osztrogonác  <ossy@webkit.org>
42938
42939         Unreviewed gardening, unskip a now passing test.
42940
42941         * platform/qt/TestExpectations:
42942
42943 2012-12-29  Seokju Kwon  <seokju.kwon@gmail.com>
42944
42945         [GTK] Change bug for some inspector tests
42946         https://bugs.webkit.org/show_bug.cgi?id=105842
42947
42948         Unreviewed gardening.
42949
42950         Bug 43332 was landed. But these tests still fail on GTK port.
42951         And change bug to track the failures.
42952
42953         * platform/gtk/TestExpectations:
42954
42955 2012-12-29  Andrey Lushnikov  <lushnikov@chromium.com>
42956
42957         Web Inspector: refactor DefaultTextEditor
42958         https://bugs.webkit.org/show_bug.cgi?id=105829
42959
42960         Reviewed by Pavel Feldman.
42961
42962         Fix test to correlate with refactoring of DefaultTextEditor.
42963
42964         * inspector/editor/text-editor-selection.html:
42965
42966 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
42967
42968         Unreviewed rebaseline.
42969
42970         * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Removed.
42971
42972 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
42973
42974         Unreviewed updated test expectations
42975
42976         * platform/chromium/TestExpectations:
42977
42978 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
42979       
42980         Unreviewed updated TestExpectations. Mark test as fail on XP only.
42981
42982         * platform/chromium/TestExpectations:
42983
42984 2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>
42985
42986         [Templates]: Fix assert in colgroup parse handling
42987         https://bugs.webkit.org/show_bug.cgi?id=105837
42988
42989         Reviewed by Eric Seidel.
42990
42991         * html5lib/resources/template.dat:
42992
42993 2012-12-27  Emil A Eklund  <eae@chromium.org>
42994
42995         REGRESSION (r138196): Regions with text-overflow: ellipsis; are being ellipsized unnecessarily
42996         https://bugs.webkit.org/show_bug.cgi?id=105600
42997
42998         Reviewed by Darin Adler.
42999         
43000         Add test for text-overflow: ellipsis inside a table. 
43001
43002         * fast/sub-pixel/ellipsis-table-expected.html: Added.
43003         * fast/sub-pixel/ellipsis-table.html: Added.
43004
43005 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
43006
43007         Unreviewed Updated TestExpectations
43008
43009         * platform/chromium/TestExpectations:
43010
43011 2012-12-28  Fady Samuel  <fsamuel@chromium.org>
43012
43013         Unreviewed rebaseline
43014
43015         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
43016
43017 2012-12-28  Rafael Weinstein  <rafaelw@chromium.org>
43018
43019         Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement
43020         https://bugs.webkit.org/show_bug.cgi?id=105780
43021
43022         Reviewed by Eric Seidel.
43023
43024         * html5lib/resources/template.dat:
43025
43026 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
43027
43028         Web Inspector: Introduce uri as a UISourceCode unique identifier in workspace.
43029         https://bugs.webkit.org/show_bug.cgi?id=105799
43030
43031         Reviewed by Pavel Feldman.
43032
43033         * http/tests/inspector/compiler-script-mapping.html:
43034         * http/tests/inspector/workspace-test.js:
43035         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
43036         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
43037         * inspector/debugger/breakpoint-manager.html:
43038         * inspector/debugger/resource-script-mapping.html:
43039         * inspector/debugger/scripts-file-selector.html:
43040         * inspector/debugger/scripts-panel.html:
43041         * inspector/debugger/scripts-sorting.html:
43042         * inspector/debugger/ui-source-code-display-name.html:
43043         * inspector/debugger/ui-source-code.html:
43044         * inspector/uisourcecode-revisions.html:
43045
43046 2012-12-28  Mike West  <mkwst@chromium.org>
43047
43048         [Qt,EFL,GTK] Unreviewed gardening.
43049
43050         * platform/efl/TestExpectations:
43051         * platform/gtk/TestExpectations:
43052         * platform/qt/TestExpectations:
43053             Skipping http/tests/security/sandboxed-iframe-form-top.html
43054             as it's leaking state (console messages) into the next test.
43055             See wkbug.com/105819 and wkbug.com/85522 for details.
43056
43057 2012-12-28  Yury Semikhatsky  <yurys@chromium.org>
43058
43059         Web Inspector: debugger should step into event handler on event dispatch
43060         https://bugs.webkit.org/show_bug.cgi?id=105827
43061
43062         Reviewed by Pavel Feldman.
43063
43064         * inspector/debugger/debugger-step-into-event-listener-expected.txt: Added.
43065         * inspector/debugger/debugger-step-into-event-listener.html: Added.
43066
43067 2012-12-28  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
43068
43069         Unreviewed EFL gardening.
43070
43071         Skip http/tests/security/sandboxed-iframe-form-top.html which
43072         started failing after r138525.
43073
43074         * platform/efl/TestExpectations:
43075
43076 2012-12-28  Yury Semikhatsky  <yurys@chromium.org>
43077
43078         Web Inspector: rename distanceToWindow to distance
43079         https://bugs.webkit.org/show_bug.cgi?id=105823
43080
43081         Reviewed by Pavel Feldman.
43082
43083         Updated tests after renaming distanceToWindow to distance.
43084
43085         * inspector/profiler/heap-snapshot-summary-sorting-fields.html:
43086         * inspector/profiler/heap-snapshot-summary-sorting-instances.html:
43087         * inspector/profiler/heap-snapshot-summary-sorting.html:
43088
43089 2012-12-28  Andrey Lushnikov  <lushnikov@chromium.com>
43090
43091         Web Inspector: refactor DefaultTextEditor's private methods
43092         https://bugs.webkit.org/show_bug.cgi?id=105797
43093
43094         Reviewed by Pavel Feldman.
43095
43096         Fix test to correspond to method renamings of TextEditorMainPanel.
43097
43098         * inspector/editor/text-editor-selection.html:
43099
43100 2012-12-28  Csaba Osztrogonác  <ossy@webkit.org>
43101
43102         Unreviewed holiday gardening, skip new failing tests to paint the bots green.
43103
43104         * platform/qt/TestExpectations:
43105
43106 2012-12-27  Stuart Eichert  <stuart@fivemicro.com>
43107
43108         instance-of-immediates.js : the word "passing" is spelled incorrectly
43109         https://bugs.webkit.org/show_bug.cgi?id=105669
43110
43111         Reviewed by Julien Chaffraix.
43112
43113         Corrected spelling of the word "passing" in instance-of-immediates.js
43114
43115         * fast/js/script-tests/instance-of-immediates.js:
43116
43117 2012-12-27  Mike West  <mkwst@chromium.org>
43118
43119         Add context to the console message generated by Document::printNavigationErrorMessage.
43120         https://bugs.webkit.org/show_bug.cgi?id=105774
43121
43122         Reviewed by Darin Adler.
43123
43124         * fast/frames/sandboxed-iframe-close-top-noclose-expected.txt:
43125         * fast/frames/sandboxed-iframe-history-denied-expected.txt:
43126         * fast/frames/sandboxed-iframe-navigation-parent-expected.txt:
43127         * fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt:
43128         * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
43129         * fast/frames/sandboxed-iframe-navigation-top-denied-expected.txt:
43130         * fast/frames/seamless/seamless-window-location-sandbox-expected.txt:
43131         * http/tests/security/no-popup-from-sandbox-top-expected.txt:
43132         * http/tests/security/frameNavigation/not-opener-expected.txt:
43133         * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
43134         * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt:
43135         * platform/chromium/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
43136         * platform/chromium/http/tests/security/no-popup-from-sandbox-top-expected.txt:
43137             Update test expectations with new error message.
43138
43139 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
43140
43141         Web Inspector: [Regression] Can not set breakpoints in scripts loaded with source map.
43142         https://bugs.webkit.org/show_bug.cgi?id=105801
43143
43144         Reviewed by Alexander Pavlov.
43145
43146         * http/tests/inspector/compiler-script-mapping-expected.txt:
43147         * http/tests/inspector/compiler-script-mapping.html:
43148         * http/tests/inspector/debugger-test.js:
43149         (initialize_DebuggerTest):
43150
43151 2012-12-27  Christophe Dumez  <christophe.dumez@intel.com>
43152
43153         [EFL][WK2] Regression(135935) layout tests snapshots are flaky
43154         https://bugs.webkit.org/show_bug.cgi?id=103468
43155
43156         Reviewed by Kenneth Rohde Christiansen.
43157
43158         Unskip a lot of ref tests for WebKit2 EFL now that they are no longer
43159         flaky.
43160
43161         * platform/efl-wk2/TestExpectations:
43162
43163 2012-12-27  Fady Samuel  <fsamuel@chromium.org>
43164
43165         Unreviewed rebaseline
43166
43167         * platform/chromium-win-xp/webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
43168
43169 2012-12-27  Fady Samuel  <fsamuel@chromium.org>
43170
43171         Unreviewed rebaseline.
43172
43173         * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Added.
43174
43175 2012-12-27  Yury Semikhatsky  <yurys@chromium.org>
43176
43177         Web Inspector: remove support for legacy heap graph node format
43178         https://bugs.webkit.org/show_bug.cgi?id=105802
43179
43180         Reviewed by Pavel Feldman.
43181
43182         * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html: switched to the new
43183         heap graph node representation: store edge count for each node instead of the first edge
43184         index.
43185
43186 2012-12-27  Yury Semikhatsky  <yurys@chromium.org>
43187
43188         Web Inspector: move js heap snapshot preprocessing to JSHeapSnapshot
43189         https://bugs.webkit.org/show_bug.cgi?id=105798
43190
43191         Reviewed by Pavel Feldman.
43192
43193         * inspector/profiler/heap-snapshot.html: updated test to match HeapSnapshot.js changes
43194
43195 2012-12-27  Alexander Pavlov  <apavlov@chromium.org>
43196
43197         Web Inspector: Refactor SourceMapParser to enable range-based sourcemap
43198         https://bugs.webkit.org/show_bug.cgi?id=105764
43199
43200         Reviewed by Vsevolod Vlasov.
43201
43202         * http/tests/inspector/compiler-script-mapping-expected.txt:
43203         * http/tests/inspector/compiler-script-mapping.html:
43204         * inspector/styles/range-based-mapping-expected.txt: Added.
43205         * inspector/styles/range-based-mapping.html: Added.
43206
43207 2012-12-27  Andrey Adaikin  <aandrey@chromium.org>
43208
43209         Forgot to SKIP a test on wincairo.
43210
43211         * platform/wincairo/TestExpectations:
43212
43213 2012-12-27  Andrey Adaikin  <aandrey@chromium.org>
43214
43215         Forgot to SKIP a test on QT.
43216
43217         * platform/qt/TestExpectations:
43218
43219 2012-12-25  Andrey Adaikin  <aandrey@chromium.org>
43220
43221         Web Inspector: [Canvas] report if there is any uninstrumented canvas on a page
43222         https://bugs.webkit.org/show_bug.cgi?id=105721
43223
43224         Reviewed by Yury Semikhatsky.
43225
43226         * inspector/profiler/canvas-profiler-test.js:
43227         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
43228         (initialize_CanvasWebGLProfilerTest.InspectorTest.disableCanvasAgent):
43229         (initialize_CanvasWebGLProfilerTest):
43230         * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases-expected.txt: Added.
43231         * inspector/profiler/canvas2d/canvas-has-uninstrumented-canvases.html: Added.
43232
43233 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
43234
43235         Web Inspector: Simplify script mappings by introducing DefaultScriptMapping.
43236         https://bugs.webkit.org/show_bug.cgi?id=103038
43237
43238         Reviewed by Pavel Feldman.
43239
43240         * http/tests/inspector/compiler-script-mapping.html:
43241         * inspector/debugger/breakpoint-manager-expected.txt:
43242         * inspector/debugger/breakpoint-manager.html:
43243         * inspector/debugger/dynamic-script-tag-expected.txt:
43244         * inspector/debugger/live-edit-breakpoints-expected.txt:
43245         * inspector/debugger/live-edit-breakpoints.html:
43246         * inspector/debugger/pause-in-inline-script-expected.txt:
43247         * inspector/debugger/pause-in-inline-script.html:
43248         * inspector/debugger/resource-script-mapping-expected.txt:
43249         * inspector/debugger/resource-script-mapping.html:
43250         * inspector/debugger/scripts-panel.html:
43251
43252 2012-12-27  Christophe Dumez  <christophe.dumez@intel.com>
43253
43254         Unreviewed EFL gardening.
43255
43256         Mark http/tests/appcache/main-resource-redirect.html as crashing
43257         for EFL WK2 after r138222.
43258
43259         * platform/efl-wk2/TestExpectations:
43260
43261 2012-12-27  Eugene Klyuchnikov  <eustas@chromium.org>
43262
43263         Web Inspector: console.profileEnd() crashes if called without arguments
43264         https://bugs.webkit.org/show_bug.cgi?id=105759
43265
43266         Reviewed by Vsevolod Vlasov.
43267
43268         Added tests to check that browser do not crash.
43269
43270         * inspector/profiler/cpu-profiler-parameterless-profile-end-crash-expected.txt: Added.
43271         * inspector/profiler/cpu-profiler-parameterless-profile-end-crash.html: Added.
43272
43273 2012-12-27  Vsevolod Vlasov  <vsevik@chromium.org>
43274
43275         Unreviewed chromium test expectations update.
43276
43277         * platform/chromium/TestExpectations:
43278
43279 2012-12-26  Ryosuke Niwa  <rniwa@webkit.org>
43280
43281         Add a Mac test expectations for bugs 105777 and 105778.
43282
43283         * platform/mac/TestExpectations:
43284
43285 2012-12-26  Emil A Eklund  <eae@chromium.org>
43286
43287         Unreviewed. Enable most sub-pixel tests on mac.
43288
43289         * platform/mac/TestExpectations:
43290
43291 2012-12-26  Yury Semikhatsky  <yurys@chromium.org>
43292
43293         Web Inspector: extract JS heap profiler specifics into JSHeapSnapshot.js
43294         https://bugs.webkit.org/show_bug.cgi?id=105768
43295
43296         Reviewed by Pavel Feldman.
43297
43298         Inroduced JSHeapSnapshot, JSHeapSnapshotNode, JSHeapSnapshotEdge and JSHeapSnapshotRetainerEdge which
43299         should encapsulate logic specific to JS-heap. The tests were switched to the new classes.
43300
43301         * inspector/profiler/heap-snapshot-loader.html:
43302         * inspector/profiler/heap-snapshot-test.js:
43303         (initialize_HeapSnapshotTest.InspectorTest.createJSHeapSnapshotMockObject):
43304         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
43305         * inspector/profiler/heap-snapshot.html:
43306
43307 2012-12-25  Alexander Pavlov  <apavlov@chromium.org>
43308
43309         Web Inspector: Crash when modifying a rule that has been removed through JavaScript
43310         https://bugs.webkit.org/show_bug.cgi?id=105718
43311
43312         Reviewed by Yury Semikhatsky.
43313
43314         * http/tests/inspector/elements-test.js: Add InspectorTest.toggleMatchedStyleProperty.
43315         (initialize_ElementTest.InspectorTest.toggleMatchedStyleProperty): Added.
43316         * inspector/styles/removed-rule-crash-expected.txt: Added.
43317         * inspector/styles/removed-rule-crash.html: Added.
43318
43319 2012-12-25  Alexander Pavlov  <apavlov@chromium.org>
43320
43321         Web Inspector: device-metrics-fit-window.html is failing on Chromium-Mac
43322         https://bugs.webkit.org/show_bug.cgi?id=104362
43323
43324         Unreviewed expectations rebaseline.
43325
43326         * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt: Added.
43327         * platform/chromium/TestExpectations:
43328
43329 2012-12-24  Takashi Sakamoto  <tasak@google.com>
43330
43331         ::first-letter { overflow: -webkit-paged-y } causes crash
43332         https://bugs.webkit.org/show_bug.cgi?id=105393
43333
43334         Reviewed by Beth Dakin.
43335
43336         * fast/css/pseudo-element-opagedxy-crash-expected.txt: Added.
43337         * fast/css/pseudo-element-opagedxy-crash.html: Added.
43338
43339 2012-12-24  Mihnea Ovidenie  <mihnea@adobe.com>
43340
43341         [CSS Regions] Convert some fast/regions pixel tests to reftests
43342         https://bugs.webkit.org/show_bug.cgi?id=80191
43343
43344         Reviewed by Tony Chang.
43345
43346         Convert fast/regions/bottom-overflow-out-of-first-region.html to a ref test.
43347         Used a monospace font, removed text-align and margins for text flowing into regions so that
43348         the text fits nicely in the two regions of the test.
43349
43350         * fast/regions/bottom-overflow-out-of-first-region-expected.html: Added.
43351         * fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43352         * fast/regions/bottom-overflow-out-of-first-region.html:
43353         * platform/chromium-linux/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43354         * platform/chromium-mac-lion/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43355         * platform/chromium-mac-snowleopard/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43356         * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43357         * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43358         * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43359         * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43360         * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43361         * platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43362         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43363         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43364         * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
43365         * platform/qt/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed.
43366
43367 2012-12-24  Andrey Lushnikov  <lushnikov@chromium.com>
43368
43369         Web Inspector: refactor TextEditorHighlighter's highlight attributes to dense array
43370         https://bugs.webkit.org/show_bug.cgi?id=105626
43371
43372         Reviewed by Pavel Feldman.
43373
43374         Fix tests according to new highlight attribute structure.
43375
43376         * inspector/editor/highlighter-long-line.html:
43377         * inspector/editor/highlighter-test.js:
43378         (initialize_HighlighterTests.InspectorTest.dumpTextModel):
43379         (initialize_HighlighterTests):
43380
43381 2012-12-23  Zan Dobersek  <zandobersek@gmail.com>
43382
43383         Unreviewed GTK gardening.
43384
43385         Adding crashing expectations for two tests that constantly crash
43386         in debug builds.
43387
43388         * platform/gtk/TestExpectations:
43389
43390 2012-12-22  Dan Winship  <danw@gnome.org>
43391
43392         Unskip tests that were failing in libxml 2.9.0
43393         https://bugs.webkit.org/show_bug.cgi?id=104494
43394
43395         Reviewed by Martin Robinson.
43396
43397         Added a patch from upstream to the jhbuild config to make all but
43398         one of these pass again; the remaining one fails for a different
43399         reason and is being tracked in a different bug.
43400
43401         * platform/gtk/TestExpectations:
43402
43403 2012-12-23  Christophe Dumez  <christophe.dumez@intel.com>
43404
43405         [EFL] Unreviewed gardening
43406
43407         Rebaseline fast/js/global-constructors.html after
43408         r138393.
43409
43410         * platform/efl/fast/js/global-constructors-expected.txt:
43411
43412 2012-12-23  Csaba Osztrogonác  <ossy@webkit.org>
43413
43414         [Qt] Unreviewed Xmas gardening after r138395.
43415
43416         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
43417
43418 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
43419
43420         Unreviewed GTK gardening.
43421
43422         Rebaselining the global constructors test after r138393.
43423         Adjusting and merging expectations as required.
43424
43425         * platform/gtk/TestExpectations:
43426         * platform/gtk/fast/js/global-constructors-expected.txt:
43427
43428 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43429
43430         Unreviewed. Remove Crash expectation from media/track tests after r138381.
43431
43432         * platform/chromium/TestExpectations:
43433
43434 2012-12-21  Ryosuke Niwa  <rniwa@webkit.org>
43435
43436         [Mountain Lion] platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html failing
43437         https://bugs.webkit.org/show_bug.cgi?id=95477
43438
43439         Reviewed by Sam Weinig.
43440
43441         Use "notationl" -> "notational" auto correction in autocorrection-blockquote-crash.html to get reliable results.
43442         Also add a failing expectation to removing-underline-after-accepting-autocorrection-using-punctuation.html for WebKit2.
43443         This failure is tracked by the bug 105616.
43444
43445         * platform/mac-wk2/TestExpectations:
43446         * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
43447         * platform/mac/editing/spelling/autocorrection-blockquote-crash.html:
43448
43449 2012-12-21  Joshua Bell  <jsbell@chromium.org>
43450
43451         [Chromium] IndexedDB: storage/indexeddb/intversion-close-between-events.html flaky in content_shell
43452         https://bugs.webkit.org/show_bug.cgi?id=105665
43453
43454         Test uses a setTimeout() which may fire at different times relative to the completion of the
43455         IDBOpenDBRequest in multiprocess ports. Make the test resilient against different outcomes.
43456
43457         Reviewed by Tony Chang.
43458
43459         * storage/indexeddb/resources/intversion-close-between-events.js:
43460         (deleteSuccess):
43461         (openSuccessOrError):
43462         (checkFinished):
43463
43464 2012-12-21  Joshua Bell  <jsbell@chromium.org>
43465
43466         IndexedDB: Combine openConnection and openConnectionWithVersion
43467         https://bugs.webkit.org/show_bug.cgi?id=105658
43468
43469         Reviewed by Tony Chang.
43470
43471         * storage/indexeddb/open-ordering-expected.txt: Added.
43472         * storage/indexeddb/open-ordering.html: Added.
43473         * storage/indexeddb/resources/open-ordering.js: Added.
43474         (runTest):
43475         (onDeleteSuccess):
43476         (onRequest1Success):
43477         (onRequest2Success):
43478         (onRequest3Success):
43479         (checkOrder):
43480
43481 2012-12-21  Aaron Colwell  <acolwell@chromium.org>
43482
43483         Unreviewed. Removing CRASH expectations for media layout tests
43484         broken by http://crbug.com/162917.
43485         https://bugs.webkit.org/show_bug.cgi?id=103093
43486
43487         * platform/chromium/TestExpectations:
43488
43489 2012-12-21  Kenneth Russell  <kbr@google.com>
43490
43491         Expose ArrayBufferView constructor on DOMWindow
43492         https://bugs.webkit.org/show_bug.cgi?id=105605
43493
43494         Reviewed by Sam Weinig.
43495
43496         Updated test from Khronos repository.
43497
43498         * fast/canvas/webgl/array-unit-tests-expected.txt:
43499         * fast/canvas/webgl/array-unit-tests.html:
43500
43501 2012-12-21  Csaba Osztrogonác  <ossy@webkit.org>
43502
43503         Unreviewed gardening, unskip now passing tests.
43504
43505         * platform/qt-5.0-wk2/TestExpectations:
43506
43507 2012-12-21  Dimitri Glazkov  <dglazkov@chromium.org>
43508
43509         Unreviewed, rolling out r138376.
43510         http://trac.webkit.org/changeset/138376
43511         https://bugs.webkit.org/show_bug.cgi?id=104995
43512
43513         Broke a bunch of tests on mac.
43514
43515         * editing/deleting/delete-ligature-001-expected.txt:
43516         * editing/pasteboard/copy-in-password-field-expected.txt:
43517         * editing/selection/select-all-textarea-expected.txt:
43518         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
43519         * fast/dom/shadow/layout-tests-can-access-shadow.html:
43520         * fast/dom/shadow/resources/shadow-dom.js:
43521         (isShadowRoot):
43522         * fast/events/5056619-expected.txt:
43523         * fast/forms/focus-selection-input-expected.txt:
43524         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
43525         * inspector/elements/shadow-root-expected.txt:
43526         * inspector/elements/update-shadowdom-expected.txt:
43527         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
43528         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
43529         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
43530         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
43531         * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
43532         * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
43533         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
43534         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
43535         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
43536         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
43537         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
43538         * platform/chromium-win/editing/selection/4975120-expected.txt:
43539         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
43540         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
43541         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
43542         * platform/chromium-win/fast/events/autoscroll-expected.txt:
43543         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
43544         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
43545         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
43546         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
43547         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
43548         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
43549         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
43550         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
43551         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
43552         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
43553         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
43554         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
43555         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
43556         * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
43557         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
43558         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
43559         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
43560         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
43561         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
43562         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
43563         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
43564         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
43565         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
43566         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
43567         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
43568         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
43569         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
43570         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
43571         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
43572         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
43573         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
43574         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
43575         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
43576         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
43577         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
43578         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
43579         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
43580         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
43581         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
43582         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
43583         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
43584         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
43585         * resources/dump-as-markup.js:
43586         (Markup._get):
43587
43588 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
43589
43590         Unreviewed GTK gardening.
43591
43592         Removing a list of failure expectations that were added as a precaution
43593         in r138250 in case of regressions (which in the end didn't occur).
43594
43595         * platform/gtk/TestExpectations:
43596
43597 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
43598
43599         Unreviewed GTK gardening.
43600
43601         Adding a few missing expectations for tests that require their baselines
43602         to be checked before they are added.
43603         Adding and modifying expectations where necessary to accommodate recent
43604         changes in test behavior.
43605
43606         * platform/gtk/TestExpectations:
43607
43608 2012-12-21  Zan Dobersek  <zandobersek@gmail.com>
43609
43610         [GTK] Add WebKit1-specific TestExpectations file
43611         https://bugs.webkit.org/show_bug.cgi?id=97562
43612
43613         Reviewed by Dirk Pranke.
43614
43615         Add properly formatted but currently empty TestExpectations file
43616         for GTK WebKit1-specific test expectations.
43617
43618         * platform/gtk-wk1/TestExpectations: Added.
43619
43620 2012-12-21  Alexei Svitkine  <asvitkine@chromium.org>
43621
43622         [Chromium/Mac] Don't send an onclick event from a ctrl-click
43623         https://bugs.webkit.org/show_bug.cgi?id=105554
43624
43625         Reviewed by Dimitri Glazkov.
43626
43627         Don't send the onclick event on a control click event (which
43628         triggers the context menu on the Mac). This matches the
43629         behaviour of the Apple Mac port, although the Apple port
43630         does this by checking whether the context menu is visible
43631         in WebPage::mouseEvent().
43632
43633         This is a fix for http://crbug.com/146143
43634
43635         * fast/events/controlclick-no-onclick-expected.txt: Added.
43636         * fast/events/controlclick-no-onclick.html: Added.
43637
43638 2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>
43639
43640         Implement ShadowRoot::elementFromPoint
43641         https://bugs.webkit.org/show_bug.cgi?id=104579
43642
43643         Reviewed by Dimitri Glazkov.
43644
43645         * fast/dom/shadow/elementfrompoint-expected.txt: Added.
43646         * fast/dom/shadow/elementfrompoint.html: Added.
43647
43648 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43649
43650         Unreviewed. Add Crash test expectation to the media/track/ tests which have explicit expectations.
43651         It needs to be removed after fixing https://bugs.webkit.org/show_bug.cgi?id=105606
43652
43653         * platform/chromium/TestExpectations:
43654
43655 2012-12-21  Shinya Kawanaka  <shinyak@chromium.org>
43656
43657         [Shadow DOM]: ShadowRoot wrong nodeName attribute
43658         https://bugs.webkit.org/show_bug.cgi?id=104995
43659
43660         Reviewed by Dimitri Glazkov.
43661
43662         Uses 'instanceof' to check the instance is ShadowRoot or not.
43663         Update dump-as-markup.js to see 'instanceof' instead of nodeType.
43664         Also, a lot of rebaselines have been conducted.
43665
43666         * editing/deleting/delete-ligature-001-expected.txt:
43667         * editing/pasteboard/copy-in-password-field-expected.txt:
43668         * editing/selection/select-all-textarea-expected.txt:
43669         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt:
43670         * fast/dom/shadow/layout-tests-can-access-shadow.html:
43671         * fast/dom/shadow/resources/shadow-dom.js:
43672         (isShadowRoot):
43673         * fast/events/5056619-expected.txt:
43674         * fast/forms/focus-selection-input-expected.txt:
43675         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
43676         * inspector/elements/shadow-root-expected.txt:
43677         * inspector/elements/update-shadowdom-expected.txt:
43678         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
43679         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
43680         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
43681         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
43682         * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
43683         * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt:
43684         * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt:
43685         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
43686         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
43687         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
43688         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
43689         * platform/chromium-win/editing/selection/4975120-expected.txt:
43690         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
43691         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
43692         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
43693         * platform/chromium-win/fast/events/autoscroll-expected.txt:
43694         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
43695         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
43696         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
43697         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
43698         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
43699         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
43700         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
43701         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
43702         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
43703         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
43704         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
43705         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
43706         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
43707         * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt:
43708         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
43709         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
43710         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
43711         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
43712         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
43713         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
43714         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
43715         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
43716         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
43717         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
43718         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
43719         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
43720         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
43721         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
43722         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
43723         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
43724         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
43725         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
43726         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
43727         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
43728         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
43729         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
43730         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
43731         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
43732         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
43733         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
43734         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
43735         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
43736         * resources/dump-as-markup.js:
43737         (Markup._get):
43738
43739 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43740
43741         Unreviewed rebaseline.
43742
43743         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
43744
43745 2012-12-21  Mihai Parparita  <mihaip@chromium.org>
43746
43747         Slow performance with <select> with many options and size >= 2
43748         https://bugs.webkit.org/show_bug.cgi?id=105483
43749
43750         Reviewed by Eric Seidel.
43751
43752         Test that checks that text and non-<option> and <optgroup> element 
43753         children of <select> do not get a renderer.
43754
43755         * fast/forms/menulist-no-renderer-for-unexpected-children-expected.txt: Added.
43756         * fast/forms/menulist-no-renderer-for-unexpected-children.html: Added.
43757
43758 2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
43759
43760         Unreviewed EFL gardening.
43761
43762         Rebaseline fast/js/global-constructors.html after r138248.
43763
43764         * platform/efl/fast/js/global-constructors-expected.txt:
43765
43766 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43767
43768         Unreviewed rebaseline.
43769
43770         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
43771
43772 2012-12-21  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
43773
43774         Unreviewed EFL gardening.
43775
43776         Mark svg/custom/feDisplacementMap-01.svg as missing.
43777
43778         * platform/efl/TestExpectations:
43779
43780 2012-12-21  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
43781
43782         [WK2] TiledBackingStore: Scroll position is not reset when new page is loaded
43783         https://bugs.webkit.org/show_bug.cgi?id=105627
43784
43785         Reviewed by Kenneth Rohde Christiansen.
43786
43787         Added a layout test checking scroll position for newly loaded pages.
43788
43789         * fast/dom/resources/check-scroll-position-onload.html: Added.
43790         * fast/dom/scroll-position-for-new-loads-expected.txt: Added.
43791         * fast/dom/scroll-position-for-new-loads.html: Added.
43792
43793 2012-12-21  Ilya Tikhonovsky  <loislo@chromium.org>
43794
43795         Unreviewed gardening. Rebaseline after r138365.
43796
43797         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
43798
43799 2012-12-21  Keishi Hattori  <keishi@webkit.org>
43800
43801         Fix typing zero into multiple field input
43802         https://bugs.webkit.org/show_bug.cgi?id=105501
43803
43804         Reviewed by Kent Tamura.
43805
43806         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
43807         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
43808         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
43809         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
43810         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
43811         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
43812         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
43813         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
43814         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:
43815
43816 2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>
43817
43818         [Qt][WK2] Gardening after r138232. Skipped 4 tests timing out.
43819         https://bugs.webkit.org/show_bug.cgi?id=105623
43820
43821         Reviewed by Csaba Osztrogonác.
43822
43823         * platform/qt-5.0-wk2/TestExpectations:
43824
43825 2012-12-21  János Badics  <jbadics@inf.u-szeged.hu>
43826
43827         [Qt] Gardening after r138316. Skipped a new failing reftest
43828         with minor pixel differences.
43829
43830         Reviewed by Csaba Osztrogonác.
43831
43832         * platform/qt/TestExpectations:
43833
43834 2012-12-21  Adam Bergkvist  <adam.bergkvist@ericsson.com>
43835
43836         MediaStream API: Update the MediaStream constructor
43837         https://bugs.webkit.org/show_bug.cgi?id=98416
43838
43839         Reviewed by Adam Barth.
43840
43841         Updated the MediaStream constructor to support the more general argument
43842         list from the latest Media Capture and Streams specification:
43843         http://dev.w3.org/2011/webrtc/editor/getusermedia.html
43844
43845         * fast/js/constructor-length.html:
43846         * fast/mediastream/MediaStreamConstructor-expected.txt:
43847         * fast/mediastream/MediaStreamConstructor.html:
43848         * platform/blackberry/fast/js/constructor-length-expected.txt:
43849         * platform/chromium/fast/js/constructor-length-expected.txt:
43850         * platform/gtk/fast/js/constructor-length-expected.txt:
43851         * platform/mac/fast/js/constructor-length-expected.txt:
43852         * platform/qt/fast/js/constructor-length-expected.txt:
43853
43854 2012-12-21  Zeno Albisser  <zeno@webkit.org>
43855
43856         [Qt] Add new TestExpectations for qt-5.0-mac-wk2.
43857         https://bugs.webkit.org/show_bug.cgi?id=105424
43858
43859         This change will allow us to run a very specific
43860         subset of the available LayoutTests on a mac buildbot.
43861         The new baseline search path for mac will look as follows:
43862         qt-5.0-mac-wk2 -> qt-5.0-wk2 -> qt-5.0 -> qt-mac -> qt
43863
43864         Reviewed by Dirk Pranke.
43865
43866         * platform/qt-5.0-mac-wk2/TestExpectations: Added.
43867
43868 2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
43869
43870         Unreviewed, rolling out r138347.
43871         http://trac.webkit.org/changeset/138347
43872
43873         media/track tests still failing
43874
43875         * platform/chromium/TestExpectations:
43876
43877 2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
43878
43879         Unreviewed. Rollout Crash Pass expectation changes for media/track after rolling out r138320.
43880
43881         * platform/chromium/TestExpectations:
43882
43883 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43884
43885         Revert the wrong expectation update done in r138344 and fix a syntax error in TestExpectations for Mac.
43886
43887         * platform/mac/TestExpectations:
43888         * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
43889
43890 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43891
43892         Update Mac test expectation once more.
43893
43894         It turned out that the bug 73865 had been fixed for JSC. So filed the bug 105606 instead.
43895         At this point, I have to add [ Crash Pass ] expectation to the entire media/track for
43896         the lack of alternatives.
43897
43898         i.e. now these media/track tests crashes are tracked by the bug 105606.
43899
43900         * platform/mac/TestExpectations:
43901
43902 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43903
43904         Even more Mac test expectation for bug 73865.
43905
43906         * platform/mac/TestExpectations:
43907
43908 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43909
43910         Add more Mac test expectations for bugs 73865 and 105603.
43911
43912         * platform/mac/TestExpectations:
43913
43914 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43915
43916         Add a Mac test expectation per bug 105601.
43917
43918         * platform/mac/TestExpectations:
43919
43920 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43921
43922         Add another Mac test expectations for the bug 73865.
43923
43924         * platform/mac/TestExpectations:
43925
43926 2012-12-20  Rik Cabanier  <cabanier@adobe.com>
43927
43928         Add canvas blending modes using Core Graphics
43929         https://bugs.webkit.org/show_bug.cgi?id=100070
43930
43931         Reviewed by Dirk Schulze.
43932
43933         Added test files for the new blending modes in Canvas
43934
43935         * fast/canvas/canvas-blend-image-expected.txt: Added.
43936         * fast/canvas/canvas-blend-image.html: Added.
43937         * fast/canvas/canvas-blend-solid-expected.txt: Added.
43938         * fast/canvas/canvas-blend-solid.html: Added.
43939         * fast/canvas/script-tests/canvas-blend-image.js: Added.
43940         (myGetImageData):
43941         (checkBlendModeResult):
43942         (prepareTestScenario):
43943         * fast/canvas/script-tests/canvas-blend-solid.js: Added.
43944         (myGetImageData):
43945         (checkBlendModeResult):
43946         (prepareTestScenario):
43947         * platform/chromium/TestExpectations:
43948         * platform/efl/TestExpectations:
43949         * platform/gtk/TestExpectations:
43950         * platform/qt/TestExpectations:
43951
43952 2012-12-20  Tony Chang  <tony@chromium.org>
43953
43954         [chromium] Unreviewed, mark a new test as failing on Chromium Mac.
43955
43956         * platform/chromium/TestExpectations:
43957
43958 2012-12-20  KyungTae Kim  <ktf.kim@samsung.com>
43959
43960         Percentage min/max width replaced element may incorrectly rendered
43961         https://bugs.webkit.org/show_bug.cgi?id=105264
43962
43963         Reviewed by Tony Chang.
43964
43965         Add test to check when the source of images with percentage min-width is changed.
43966
43967         * fast/css/percent-min-width-img-src-change-expected.txt: Added.
43968         * fast/css/percent-min-width-img-src-change.html: Added.
43969
43970 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
43971
43972         Add Mac test expectations for the bug 73865.
43973
43974         * platform/mac/TestExpectations:
43975
43976 2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
43977
43978         accessibility/svg-remote-element.html is flaky (times out)
43979         https://bugs.webkit.org/show_bug.cgi?id=105587
43980
43981         Reviewed by Chris Fleizach.
43982
43983         Avoid race condition where the test would never run if the
43984         SVG image was already loaded before the load event listener
43985         gets added.
43986
43987         * accessibility/svg-remote-element.html:
43988
43989 2012-12-20  Emil A Eklund  <eae@chromium.org>
43990
43991         Unreviewed, remove css3/flexbox/flex-algorithm.html from efl, gtk and qt TestExpectations file.
43992
43993         * platform/efl/TestExpectations:
43994         * platform/gtk/TestExpectations:
43995         * platform/qt/TestExpectations:
43996
43997 2012-12-20  Dean Jackson  <dino@apple.com>
43998
43999         REGRESSION: media/video-controls-captions-trackmenu.html intermittently fails
44000         https://bugs.webkit.org/show_bug.cgi?id=105584
44001
44002         Unreviewed expected results update. Remove the failure expectation.
44003
44004         * media/video-controls-captions-trackmenu-expected.txt:
44005         * media/video-controls-captions-trackmenu.html:
44006         * platform/mac/TestExpectations:
44007
44008 2012-12-20  Sheriff Bot  <webkit.review.bot@gmail.com>
44009
44010         Unreviewed, rolling out r138270.
44011         http://trac.webkit.org/changeset/138270
44012         https://bugs.webkit.org/show_bug.cgi?id=105589
44013
44014         Many media tests are failing/crashing intermittently, often
44015         pointing at WebCore::HTMLTrackElement::didCompleteLoad as
44016         culprit (Requested by dino_ on #webkit).
44017
44018         * fast/events/constructors/track-event-constructor.html:
44019         * http/tests/security/text-track-crossorigin.html:
44020         * media/track/track-add-track-expected.txt:
44021         * media/track/track-add-track.html:
44022         * media/track/track-element-load-event-expected.txt: Removed.
44023         * media/track/track-element-load-event.html: Removed.
44024         * media/track/track-load-from-src-readyState.html:
44025         * platform/chromium/TestExpectations:
44026         * platform/efl/TestExpectations:
44027         * platform/gtk/TestExpectations:
44028         * platform/mac/TestExpectations:
44029         * platform/qt/TestExpectations:
44030         * platform/win/TestExpectations:
44031
44032 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44033
44034         Add a crash test expectation on Mac. ap is looking into the problem as we speak.
44035
44036         * platform/mac/TestExpectations:
44037
44038 2012-12-20  Elliott Sprehn  <esprehn@chromium.org>
44039
44040         RenderBlock hit testing should ignore PseudoElements
44041         https://bugs.webkit.org/show_bug.cgi?id=105545
44042
44043         Reviewed by Eric Seidel.
44044
44045         Add test for hit testing on pseudo element generated blocks and boxes.
44046
44047         * fast/css-generated-content/block-and-box-hit-testing-expected.txt: Added.
44048         * fast/css-generated-content/block-and-box-hit-testing.html: Added.
44049
44050 2012-12-20  Stephen Chenney  <schenney@chromium.org>
44051
44052         SVG: <altglpyh> for a surrogate pair character in a ligature fails
44053         https://bugs.webkit.org/show_bug.cgi?id=102969
44054
44055         Reviewed by Dirk Schulze.
44056
44057         Test and reference result for altGlyph elements applied to a surrogate pair
44058         following an arabic form. Note that these tests are html, but for the test to fail
44059         without the patch they must be parsed as svg (xml).
44060
44061         * svg/text/alt-glyph-for-surrogate-pair-expected.svg: Added.
44062         * svg/text/alt-glyph-for-surrogate-pair.svg: Added.
44063
44064 2012-12-20  Adam Klein  <adamk@chromium.org>
44065
44066         Properly process <template> end tags when in TemplateContentsMode
44067         https://bugs.webkit.org/show_bug.cgi?id=105556
44068
44069         Reviewed by Eric Seidel.
44070
44071         * html5lib/resources/template.dat:
44072
44073 2012-12-20  Emil A Eklund  <eae@chromium.org>
44074
44075         [flexbox] Fix handling of very large flex grow/shrink values
44076         https://bugs.webkit.org/show_bug.cgi?id=105579
44077
44078         Reviewed by Tony Chang.
44079
44080         Update expectations for element with very large flex grow value.
44081
44082         * css3/flexbox/flex-algorithm.html:
44083
44084 2012-12-20  Simon Fraser  <simon.fraser@apple.com>
44085
44086         Remove an incorrect WK2 result, and two there were identical to the WK1 results.
44087
44088         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed.
44089         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
44090         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
44091
44092 2012-12-20  Simon Fraser  <simon.fraser@apple.com>
44093
44094         Skip tests in WK2 that rely on eventSender.beginDragWithFiles.
44095
44096         * platform/mac-wk2/TestExpectations:
44097
44098 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44099
44100         Add a Mac test expectation per bug 105584.
44101
44102         * platform/mac/TestExpectations:
44103
44104 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44105
44106         Add a Mac test expectation per bug 105580.
44107
44108         * platform/mac/TestExpectations:
44109
44110 2012-12-20  Ryan Sleevi  <rsleevi@chromium.org>
44111
44112         window.crypto.getRandomValues should return the input ArrayBufferView
44113         https://bugs.webkit.org/show_bug.cgi?id=104845
44114
44115         Reviewed by Kentaro Hara.
44116
44117         * fast/js/resources/js-test-pre.js:
44118         (shouldBeType):
44119         Added helper to assert that an expression returns an object of the
44120         correct type.
44121         * security/crypto-random-values-types-expected.txt:
44122         * security/crypto-random-values-types.html:
44123         Test all possible TypedArray integer types and ensure that both the
44124         correct TypedArray type is returned and that it is equal to the input
44125         type; that is, that the input type is modified in place, rather then
44126         copied.
44127
44128 2012-12-20  Tony Chang  <tony@chromium.org>
44129
44130         [chromium] Unreviewed gardening.
44131
44132         Rebaseline tests mentioned in 105121 and remove tests that are passing on Win bots according to the flakiness dashboard.
44133
44134         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
44135         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
44136         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
44137         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
44138         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
44139         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
44140         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/nested-scrolling-expected.png: Added.
44141         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
44142         * platform/chromium/TestExpectations:
44143         * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
44144
44145 2012-12-20  Tony Chang  <tony@chromium.org>
44146
44147         [chromium] Unreviewed gardening.
44148
44149         Mark an inspector test as flakey and update form date tests after r138255.
44150
44151         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
44152         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
44153         * platform/chromium/TestExpectations:
44154
44155 2012-12-20  David Dorwin  <ddorwin@chromium.org>
44156
44157         [Chromium] Restore WebM EME canPlayType() expectations.
44158         https://bugs.webkit.org/show_bug.cgi?id=105070
44159
44160         Unreviewed TestExpectations revert of r137225.
44161
44162         * platform/chromium/TestExpectations:
44163
44164 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44165
44166         Add a Mac test expectation per bug 104848.
44167
44168         * platform/mac/TestExpectations:
44169
44170 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44171
44172         Update Mac test expectation per bugs 105566 and 105567.
44173
44174         * platform/mac/TestExpectations:
44175
44176 2012-12-19  Dean Jackson  <dino@apple.com>
44177
44178         Cleanup some captions menu tests
44179         https://bugs.webkit.org/show_bug.cgi?id=105500
44180
44181         Reviewed by Eric Carlson.
44182
44183         Use the helper library where possible. Dynamically add
44184         video.src so that we always get the 'canplaythrough' event.
44185
44186         * media/video-controls-captions-trackmenu-expected.txt:
44187         * media/video-controls-captions-trackmenu-localized.html:
44188         * media/video-controls-captions-trackmenu-sorted.html:
44189         * media/video-controls-captions-trackmenu.html:
44190
44191 2012-12-19  Dean Jackson  <dino@apple.com>
44192
44193         Follow WebVTT line breaking rules
44194         https://bugs.webkit.org/show_bug.cgi?id=105496
44195
44196         Reviewed by Eric Carlson.
44197
44198         Test that captions do emergency line breaking. Since we can't
44199         rely on text dimensions, the test simply compares a caption that
44200         will be on one line to a caption with a single huge word, that must
44201         break at least twice. If the bounding rectangle of the second caption
44202         is bigger than the first, we know we broke.
44203
44204         * media/track/captions-webvtt/long-word.vtt: Added.
44205         * media/track/track-word-breaking-expected.txt: Added.
44206         * media/track/track-word-breaking.html: Added.
44207
44208 2012-12-20  James Simonsen  <simonjam@chromium.org>
44209
44210         [Resource Timing] 304 responses should show up in the timing buffer
44211         https://bugs.webkit.org/show_bug.cgi?id=105490
44212
44213         Reviewed by Tony Gentilcore.
44214
44215         * http/tests/w3c/webperf/resources/generate_resource.php:
44216         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached-expected.txt: Added.
44217         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached.html: Added.
44218
44219 2012-12-20  Elliott Sprehn  <esprehn@gmail.com>
44220
44221         Block level pseudo elements bleed background color to <html>
44222         https://bugs.webkit.org/show_bug.cgi?id=104855
44223
44224         Reviewed by Julien Chaffraix.
44225
44226         Before r137336 placing a pseudo element :before or :after that was display
44227         block on the <html> element would also set the background color of the
44228         root of the document.
44229
44230         This was because RenderObject::isRoot checked if document()->documentElement() == m_node,
44231         which was true for html:before or html:after with the old implementation
44232         of generated content. Instead it should have compared against node() which
44233         would have compensated for the anonymous generated content.
44234
44235         This is fixed by the new generated content implementation that was turned
44236         on in r137336 because m_node is now the PseudoElement, not the generatingNode.
44237
44238         * fast/css-generated-content/html-pseudo-background-color-expected.html: Added.
44239         * fast/css-generated-content/html-pseudo-background-color.html: Added.
44240
44241 2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
44242
44243         Unreviewed. Adjust Mac TestExpectations.
44244         https://bugs.webkit.org/show_bug.cgi?id=105372
44245
44246         Removes accessibility/svg-bounds.html from
44247         platform/mac/TestExpectations.
44248
44249         The problem was caused by bug 97359: committed r138061,
44250         reverted r138121, re-landed r138260 without the bug.
44251
44252         * platform/mac/TestExpectations: remove accessibility/svg-bounds.html
44253
44254 2012-12-20  Antoine Quint  <graouts@apple.com>
44255
44256         onload callback for <track> element attached to <video> does not fire
44257         https://bugs.webkit.org/show_bug.cgi?id=103258
44258
44259         Reviewed by Eric Carlson.
44260
44261         As a result of fixing this bug, a few new failures were uncovered and TestExpectations
44262         needed to be updated to take this into account. Additionally, some existing tests were
44263         incorrect or outdated and were fixed as well. Finally, a new test was added to thoroughly
44264         test the various conditions required for a <track> element to successfully load.
44265
44266         * fast/events/constructors/track-event-constructor.html: Update the test to correctly set
44267         a non-disabled mode on the text track such that it may load per the rules enforced with this patch.
44268         * http/tests/security/text-track-crossorigin.html: Update the test to correctly set a non-disabled
44269         mode on the text track such that it may load per the rules enforced with this patch.
44270         * media/track/track-add-track-expected.txt: Update the output to match changes made to test.
44271         * media/track/track-add-track.html: Update the test to correctly set a non-disabled mode on
44272         the text track such that it may load per the rules enforced with this patch. Also, ensure
44273         the .readyState of the text track is correctly assumed to be NONE vs. LOADING as it would
44274         have to wait until the next run loop to be changed to anything but NONE.
44275         * media/track/track-element-load-event-expected.txt: Added.
44276         * media/track/track-element-load-event.html: Added.
44277         * media/track/track-load-from-src-readyState.html: Update the test to correctly set a
44278         non-disabled mode on the text track such that it may load per the rules enforced with
44279         this patch.
44280         * platform/chromium/TestExpectations: Skip tests that now fail instead of timing out.
44281         * platform/efl/TestExpectations: Skip tests that now fail instead of timing out.
44282         * platform/gtk/TestExpectations: Skip tests that now fail instead of timing out.
44283         * platform/mac/TestExpectations: Skip tests that now fail instead of timing out.
44284         * platform/qt/TestExpectations: Skip tests that now fail instead of timing out.
44285         * platform/win/TestExpectations: Skip tests that now fail instead of timing out.
44286
44287 2012-12-20  Joshua Bell  <jsbell@chromium.org>
44288
44289         IndexedDB: Layout test showing delete database getting two blocked events
44290         https://bugs.webkit.org/show_bug.cgi?id=92674
44291
44292         Reviewed by Tony Chang.
44293
44294         Update/add tests to match the expected behavior where blocked/versionchange events fire
44295         even when a "versionchange" transaction is running.
44296
44297         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
44298         * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html: Copied from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
44299         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt.
44300         * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html: Renamed from LayoutTests/storage/indexeddb/intversion-delete-in-upgradeneeded.html.
44301         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
44302         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
44303         * storage/indexeddb/intversion-gated-on-delete-expected.txt:
44304         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js: Copied from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
44305         * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js: Renamed from LayoutTests/storage/indexeddb/resources/intversion-delete-in-upgradeneeded.js.
44306         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
44307         * storage/indexeddb/resources/factory-deletedatabase.js:
44308         * storage/indexeddb/resources/intversion-gated-on-delete.js:
44309
44310 2012-12-20  Tony Chang  <tony@chromium.org>
44311
44312         [chromium] Unreviewed gardening.
44313
44314         Update pixel results for fast/sub-pixel/transformed-iframe-copy-on-scroll.html
44315         on mac. The test uses mock scrollbars but the old results have real scrollbars.
44316
44317         * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
44318         * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
44319
44320 2012-12-20  Dominic Mazzoni  <dmazzoni@google.com>
44321
44322         AX: support clickPoint in DRT for chromium
44323         https://bugs.webkit.org/show_bug.cgi?id=97359
44324
44325         Reviewed by Chris Fleizach.
44326
44327         Enable four more tests now that clickPointX, clickPointY,
44328         and elementAtPoint are implemented for Chromium.
44329
44330         Minor fixes to two tests to make them more robust
44331         across platfoms and when run in parallel.
44332
44333         * accessibility/svg-bounds.html: Updated
44334         * accessibility/svg-bounds-expected.txt: Added (made cross-platform
44335         * accessibility/svg-remote-element.html: Updated
44336         * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
44337         * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
44338         * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
44339         * platform/chromium/TestExpectations: Updated
44340
44341 2012-12-20  Carlos Garcia Campos  <cgarcia@igalia.com>
44342
44343         [Qt]REGRESSION(r138222): It made fast/forms/number/number-spinbutton-click-in-iframe.html crash
44344         https://bugs.webkit.org/show_bug.cgi?id=105529
44345
44346         Reviewed by Nate Chapin.
44347
44348         * platform/qt/TestExpectations: Unskip
44349         fast/forms/number/number-spinbutton-click-in-iframe.html.
44350
44351 2012-12-20  Lianghui Chen  <liachen@rim.com>
44352
44353         2 fast/filesystem test cases ask for more space than the size they request when creating the file system
44354         https://bugs.webkit.org/show_bug.cgi?id=105307
44355
44356         Reviewed by Yong Li.
44357
44358         The purpose of this patch is to make these 2 test cases conform to the
44359         size limit, so for platform that wants to enforce the size limit they
44360         will not fail due to quota limit.
44361
44362         * fast/filesystem/resources/file-writer-abort-continue.js:
44363         * fast/filesystem/resources/op-get-metadata.js:
44364
44365 2012-12-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>
44366
44367         Fix tests depend on current year
44368         https://bugs.webkit.org/show_bug.cgi?id=105525
44369
44370         Reviewed by Kent Tamura.
44371
44372         Current year was embedded in several expectation files unintentionally.
44373
44374         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
44375         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
44376         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
44377         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
44378         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt:
44379         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html:
44380
44381 2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>
44382
44383         [EFL] Unreviewed gardening.
44384
44385         Marking inspector-protocol/nmi-webaudio* tests as failing,
44386         they don't work yet after r138248.
44387
44388         * platform/efl/TestExpectations:
44389
44390 2012-12-20  Florin Malita  <fmalita@chromium.org>
44391
44392         Incorrect color space conversion for FEImage
44393         https://bugs.webkit.org/show_bug.cgi?id=105437
44394
44395         Reviewed by Dirk Schulze.
44396
44397         Rebaselined Chromium(Linux) results, updated Chromium/EFL/Gtk/Qt expectations.
44398
44399         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
44400         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
44401         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
44402         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
44403         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
44404         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
44405         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
44406         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
44407         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
44408         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
44409         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
44410         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
44411         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
44412         * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
44413         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
44414         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
44415         * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
44416         * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
44417         * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
44418         * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
44419         * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
44420         * platform/chromium-win/svg/custom/feDisplacementMap-01-expected.png:
44421         * platform/chromium-win/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
44422         * platform/chromium-win/svg/filters/feImage-multiple-targets-id-change-expected.png:
44423         * platform/chromium-win/svg/filters/feImage-position-expected.png:
44424         * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
44425         * platform/chromium-win/svg/filters/feImage-reference-invalidation-expected.png:
44426         * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
44427         * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
44428         * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
44429         * platform/chromium-win/svg/filters/feImage-target-add-to-document-expected.png:
44430         * platform/chromium-win/svg/filters/feImage-target-attribute-change-expected.png:
44431         * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
44432         * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
44433         * platform/chromium-win/svg/filters/feImage-target-changes-id-expected.png:
44434         * platform/chromium-win/svg/filters/feImage-target-id-change-expected.png:
44435         * platform/chromium-win/svg/filters/feImage-target-inline-style-change-expected.png:
44436         * platform/chromium-win/svg/filters/feImage-target-property-change-expected.png:
44437         * platform/chromium-win/svg/filters/feImage-target-reappend-to-document-expected.png:
44438         * platform/chromium-win/svg/filters/feImage-target-remove-from-document-expected.png:
44439         * platform/chromium-win/svg/filters/feImage-target-style-change-expected.png:
44440         * platform/chromium/TestExpectations:
44441         * platform/efl/TestExpectations:
44442         * platform/gtk/TestExpectations:
44443         * platform/qt/TestExpectations:
44444
44445 2012-12-20  Dominik Röttsches  <dominik.rottsches@intel.com>
44446
44447         [EFL] MiniBrowser does not play Infinite Gangnam Style
44448         https://bugs.webkit.org/show_bug.cgi?id=103531
44449
44450         Reviewed by Kenneth Rohde Christiansen.
44451
44452         Marked remaining webaudio failures.
44453
44454         * platform/efl/TestExpectations:
44455
44456 2012-12-20  Csaba Osztrogonác  <ossy@webkit.org>
44457
44458         Unreviewed gardening, skip a crashing test to paint the bots green.
44459
44460         * platform/qt/TestExpectations:
44461
44462 2012-12-20  Zan Dobersek  <zandobersek@gmail.com>
44463
44464         Unreviewed GTK gardening.
44465
44466         Adding a platform-specific baseline for a Shadow DOM test as required after r138165.
44467         Adding failure expectations for two failures introduced separately in r138112 and r138184.
44468
44469         * platform/gtk/TestExpectations:
44470         * platform/gtk/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.
44471
44472 2012-12-20  Ilya Tikhonovsky  <loislo@chromium.org>
44473
44474         Unreviewed. Adjust TestExpectations for media/track tests.
44475
44476         * platform/chromium/TestExpectations:
44477
44478 2012-12-20  Ryosuke Niwa  <rniwa@webkit.org>
44479
44480         Update Mac test expectations as suggested by Antoine Quint.
44481
44482         * platform/mac/TestExpectations:
44483
44484 2012-12-19  Yury Semikhatsky  <yurys@chromium.org>
44485
44486         Web Inspector: deny access from injected script to nodes from document with another origin
44487         https://bugs.webkit.org/show_bug.cgi?id=105423
44488
44489         Reviewed by Pavel Feldman.
44490
44491         Test that $0 is ineaccible in the main frame if it is a node from an iframe that
44492         is not accassible beacause of cross origin access checks.
44493
44494         * http/tests/inspector-protocol/access-inspected-object-expected.txt: Added.
44495         * http/tests/inspector-protocol/access-inspected-object.html: Added.
44496         * http/tests/inspector-protocol/resources/test-page.html: Added.
44497
44498 2012-12-19  Eric Carlson  <eric.carlson@apple.com>
44499
44500         Crash in TextTrack::trackIndexRelativeToRenderedTracks()
44501         https://bugs.webkit.org/show_bug.cgi?id=105371
44502
44503         Reviewed by Simon Fraser.
44504
44505         * platform/mac/TestExpectations: Unskip video-controls-captions-trackmenu.html.
44506
44507 2012-12-19  Eric Carlson  <eric.carlson@apple.com>
44508
44509         Update video-controls-captions-trackmenu.html
44510         https://bugs.webkit.org/show_bug.cgi?id=105455
44511
44512         Reviewed by Dean Jackson.
44513
44514         * media/video-controls-captions-trackmenu-expected.txt: Update results.
44515         * media/video-controls-captions-trackmenu.html: Update test to account for sorted menu.
44516
44517 2012-12-19  Filip Pizlo  <fpizlo@apple.com>
44518
44519         JSObject::ensure<IndexingType> should gracefully handle InterceptsGetOwn..., and should never be called when the 'this' is not an object
44520         https://bugs.webkit.org/show_bug.cgi?id=105468
44521
44522         Reviewed by Mark Hahnenberg, Oliver Hunt, and Gavin Barraclough.
44523
44524         * fast/js/dfg-ensure-array-storage-on-string-expected.txt: Added.
44525         * fast/js/dfg-ensure-array-storage-on-string.html: Added.
44526         * fast/js/dfg-ensure-contiguous-on-string-expected.txt: Added.
44527         * fast/js/dfg-ensure-contiguous-on-string.html: Added.
44528         * fast/js/jsc-test-list
44529         * fast/js/script-tests/dfg-ensure-array-storage-on-string.js: Added.
44530         (foo):
44531         * fast/js/script-tests/dfg-ensure-contiguous-on-string.js: Added.
44532         (foo):
44533
44534 2012-12-19  W. James MacLean  <wjmaclean@chromium.org>
44535
44536         [chromium] plugins/npp-set-window-called-during-destruction.html is flaky on Win
44537         http://crbug.com/78835
44538
44539         Unreviewed gardening.
44540
44541         * platform/chromium/TestExpectations:
44542
44543 2012-12-19  W. James MacLean  <wjmaclean@chromium.org>
44544
44545         [chromium] composited scrolling tests failing on Win
44546         https://bugs.webkit.org/show_bug.cgi?id=105471
44547
44548         Unreviewed gardening.
44549
44550         Mark tests as failing on Win:
44551
44552         platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html
44553         platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html
44554
44555         * platform/chromium/TestExpectations:
44556
44557 2012-12-19  Emil A Eklund  <eae@chromium.org>
44558
44559         [Regression] text-overflow ellipsis clips content when zoomed
44560         https://bugs.webkit.org/show_bug.cgi?id=105456
44561
44562         Reviewed by Levi Weintraub.
44563
44564         Add test for text-overflow: ellipsis.
44565
44566         * fast/sub-pixel/ellipsis-zoom-expected.html: Added.
44567         * fast/sub-pixel/ellipsis-zoom.html: Added.
44568
44569 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44570
44571         Re-skipping touch-input-element-chang-documents.html since it's still
44572         failing on qt and efl.
44573
44574         * platform/efl/TestExpectations:
44575         * platform/qt/TestExpectations:
44576
44577 2012-12-19  Alexis Menard  <alexis@webkit.org>
44578
44579         Implement CSS parsing for CSS transitions unprefixed.
44580         https://bugs.webkit.org/show_bug.cgi?id=104804
44581
44582         Reviewed by Dean Jackson.
44583
44584         Add new tests to cover the unprefixed version as well as the prefixed version of the properties.
44585         It only covers the parsing and the computed style values.
44586
44587         * transitions/transitions-parsing.html: Added.
44588
44589 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44590
44591         Correct missing touch event handler de-registration for nested Documents and DOMWindows
44592         https://bugs.webkit.org/show_bug.cgi?id=105384
44593
44594         Reviewed by James Robinson.
44595
44596         * fast/events/touch/touch-handler-count-expected.txt:
44597         * fast/events/touch/touch-handler-count.html: Adding case of nested DOMWindows with event handlers.
44598
44599 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44600
44601         Unreviewed gardening. The previous rebaseline didn't quite get it right for Mac.
44602
44603         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44604         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44605         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44606         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44607         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44608         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44609
44610 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44611
44612         Unreviewed gardening. Updating expectations following r137847.
44613
44614         * platform/chromium-linux-x86/fast/dom/Window: Added.
44615         * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
44616         * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
44617         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Removed.
44618         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44619         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44620         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44621         * platform/chromium-mac-lion/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
44622         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44623         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44624         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44625         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
44626         * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png
44627         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
44628         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
44629         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44630         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44631         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44632         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
44633         * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
44634         * platform/chromium-win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
44635         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
44636         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
44637         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
44638         * platform/chromium/TestExpectations:
44639
44640 2012-12-19  Levi Weintraub  <leviw@chromium.org>
44641
44642         Unreviewed. Fixing incorrect include path and unskipping broken test.
44643
44644         * fast/events/touch/touch-input-element-change-documents.html:
44645         * platform/efl/TestExpectations:
44646         * platform/qt/TestExpectations:
44647
44648 2012-12-19  Dominic Mazzoni  <dmazzoni@google.com>
44649
44650         Support titleUIElement in chromium DRT
44651         https://bugs.webkit.org/show_bug.cgi?id=96529
44652
44653         Reviewed by Chris Fleizach.
44654
44655         Modify aria-labelledby-overrides-label.html to be more cross-platform,
44656         with slightly different expectations on Mac & Chromium.
44657
44658         * accessibility/aria-labelledby-overrides-label.html:
44659         * platform/chromium/TestExpectations:
44660         * platform/chromium/accessibility/aria-labelledby-overrides-label-expected.txt: Copied from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.
44661         * platform/mac/accessibility/aria-labelledby-overrides-label-expected.txt: Renamed from LayoutTests/accessibility/aria-labelledby-overrides-label-expected.txt.
44662
44663 2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>
44664
44665         [EFL] Unreviewed gardening.
44666
44667         Adding platform specific expectations since our error msg is chattier,
44668         test was introduced in r138165.
44669         Also, marking a crash failure.
44670
44671         * platform/efl/TestExpectations:
44672         * platform/efl/fast/dom/shadow/shadow-root-js-api-expected.txt: Added.
44673
44674 2012-12-19  Zan Dobersek  <zandobersek@gmail.com>
44675
44676         Unreviewed GTK gardening.
44677
44678         Rebaselining two tests after r137953 and r138102.
44679         Updating test expectations as necessary.
44680
44681         * platform/gtk/TestExpectations:
44682         * platform/gtk/editing/selection/move-by-character-6-expected.txt:
44683         * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt:
44684
44685 2012-12-19  Arpita Bahuguna  <arpitabahuguna@gmail.com>
44686
44687         Unable to place the caret at the end of the first line, when followed by a block, in the vertical writing mode.
44688         https://bugs.webkit.org/show_bug.cgi?id=104794
44689
44690         Reviewed by Ryosuke Niwa.
44691
44692         * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode-expected.txt: Added.
44693         * editing/selection/caret-at-end-of-text-line-followed-by-block-in-vertical-mode.html: Added.
44694         Test added for verifying that a caret is painted at the end of the text
44695         in the first vertical line, when followed by a block.
44696
44697 2012-12-19  Hayato Ito  <hayato@chromium.org>
44698
44699         Expose WebKitShadowRoot constructor to DOMWindow.
44700         https://bugs.webkit.org/show_bug.cgi?id=105385
44701
44702         Reviewed by Dimitri Glazkov.
44703
44704         * fast/dom/shadow/shadow-root-js-api-expected.txt:
44705         * fast/dom/shadow/shadow-root-js-api.html:
44706         * fast/js/global-constructors-expected.txt:
44707         * platform/efl/fast/js/global-constructors-expected.txt:
44708         * platform/gtk/fast/js/global-constructors-expected.txt:
44709
44710 2012-12-19  Tim Volodine  <timvolodine@chromium.org>
44711
44712         Text Autosizing: Work out what to do about form controls
44713         https://bugs.webkit.org/show_bug.cgi?id=102560
44714
44715         Reviewed by Kenneth Rohde Christiansen.
44716
44717         Tests for form input elements autosizing. Added tests to check that various kinds of form elements
44718         don't get autosized, i.e. buttons, textareas, check boxes, radio button and selection menus.
44719
44720         * fast/text-autosizing/form-controls-autosizing-button-input-elements-expected.html: Added.
44721         * fast/text-autosizing/form-controls-autosizing-button-input-elements.html: Added.
44722         * fast/text-autosizing/form-controls-autosizing-checkbox-input-element-expected.html: Added.
44723         * fast/text-autosizing/form-controls-autosizing-checkbox-input-element.html: Added.
44724         * fast/text-autosizing/form-controls-autosizing-radio-input-element-expected.html: Added.
44725         * fast/text-autosizing/form-controls-autosizing-radio-input-element.html: Added.
44726         * fast/text-autosizing/form-controls-autosizing-select-element-expected.html: Added.
44727         * fast/text-autosizing/form-controls-autosizing-select-element.html: Added.
44728         * fast/text-autosizing/form-controls-autosizing-textfield-input-elements-expected.html: Added.
44729         * fast/text-autosizing/form-controls-autosizing-textfield-input-elements.html: Added.
44730
44731 2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>
44732
44733         [Qt] Unreviewed gardening, update pixel results.
44734
44735         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Removed.
44736         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Removed.
44737         * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Removed.
44738         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
44739         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Removed.
44740         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Removed.
44741         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Removed.
44742         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
44743         * platform/qt/compositing/masks/masked-ancestor-expected.png:
44744         * platform/qt/compositing/reflections/reflection-in-composited-expected.png:
44745         * platform/qt/compositing/shadows/shadow-drawing-expected.png:
44746         * platform/qt/css1/box_properties/border_style-expected.png:
44747         * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
44748         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
44749         * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
44750         * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
44751         * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
44752         * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
44753         * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
44754         * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
44755         * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
44756         * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
44757         * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
44758         * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
44759         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
44760         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
44761         * platform/qt/editing/selection/extend-by-character-002-expected.png:
44762         * platform/qt/editing/selection/extend-by-character-004-expected.png:
44763         * platform/qt/editing/selection/move-by-character-002-expected.png:
44764         * platform/qt/editing/selection/move-by-character-004-expected.png:
44765         * platform/qt/fast/backgrounds/animated-svg-as-mask-expected.png:
44766         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
44767         * platform/qt/fast/backgrounds/transformed-body-background-expected.png: Added.
44768         * platform/qt/fast/backgrounds/transformed-body-html-background-expected.png: Added.
44769         * platform/qt/fast/backgrounds/transformed-html-body-background-expected.png: Added.
44770         * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
44771         * platform/qt/fast/css/outline-auto-location-expected.png:
44772         * platform/qt/fast/css/resize-corner-tracking-transformed-expected.png:
44773         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
44774         * 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.
44775         * 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.
44776         * 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.
44777         * platform/qt/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
44778         * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
44779         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
44780         * platform/qt/fast/forms/select-baseline-expected.png:
44781         * platform/qt/fast/inline/continuation-outlines-expected.png:
44782         * platform/qt/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
44783         * 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.
44784         * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
44785         * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
44786         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
44787         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png:
44788         * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png:
44789         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
44790         * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
44791         * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
44792         * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
44793         * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
44794         * platform/qt/fast/replaced/selection-rect-transform-expected.png:
44795         * platform/qt/fast/table/035-vertical-expected.png:
44796         * platform/qt/fast/table/border-collapsing/001-expected.png:
44797         * platform/qt/fast/table/border-collapsing/001-vertical-expected.png:
44798         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
44799         * platform/qt/fast/transforms/transform-table-row-expected.png:
44800         * platform/qt/fast/transforms/transformed-caret-expected.png:
44801         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
44802         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
44803         * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
44804         * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
44805         * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
44806         * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
44807         * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
44808         * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
44809         * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
44810         * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
44811         * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
44812         * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
44813         * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
44814         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
44815         * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
44816         * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
44817         * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
44818         * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
44819         * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
44820         * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
44821         * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
44822         * platform/qt/svg/as-background-image/svg-as-background-5-expected.png:
44823         * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
44824         * platform/qt/svg/batik/text/smallFonts-expected.png:
44825         * platform/qt/svg/batik/text/textAnchor-expected.png:
44826         * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
44827         * platform/qt/svg/batik/text/textOnPath-expected.png:
44828         * platform/qt/svg/batik/text/textOnPath2-expected.png:
44829         * platform/qt/svg/batik/text/textOnPathSpaces-expected.png:
44830         * platform/qt/svg/batik/text/verticalText-expected.png:
44831         * platform/qt/svg/batik/text/verticalTextOnPath-expected.png:
44832         * platform/qt/svg/batik/text/xmlSpace-expected.png:
44833         * platform/qt/svg/carto.net/button-expected.png:
44834         * platform/qt/svg/carto.net/colourpicker-expected.png:
44835         * platform/qt/svg/carto.net/slider-expected.png:
44836         * platform/qt/svg/carto.net/textbox-expected.png:
44837         * platform/qt/svg/carto.net/window-expected.png:
44838         * platform/qt/svg/css/text-shadow-multiple-expected.png:
44839         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png:
44840         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png:
44841         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png:
44842         * platform/qt/svg/custom/feComponentTransfer-Table-expected.png:
44843         * platform/qt/svg/custom/focus-ring-expected.png:
44844         * platform/qt/svg/custom/font-face-simple-expected.png:
44845         * platform/qt/svg/custom/foreign-object-skew-expected.png:
44846         * platform/qt/svg/custom/invalid-css-expected.png:
44847         * platform/qt/svg/custom/marker-default-width-height-expected.png:
44848         * platform/qt/svg/custom/no-inherited-dashed-stroke-expected.png:
44849         * platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.png:
44850         * platform/qt/svg/custom/shapes-supporting-markers-expected.png:
44851         * platform/qt/svg/custom/stroked-pattern-expected.png:
44852         * platform/qt/svg/custom/text-rotated-gradient-expected.png:
44853         * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.png:
44854         * platform/qt/svg/custom/text-tref-03-b-change-href-expected.png:
44855         * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
44856         * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.png:
44857         * platform/qt/svg/custom/tref-own-content-removal-expected.png:
44858         * platform/qt/svg/custom/use-detach-expected.png:
44859         * platform/qt/svg/custom/viewbox-syntax-expected.png:
44860         * platform/qt/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png.
44861         * platform/qt/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png.
44862         * platform/qt/svg/dom/SVGLengthList-getItem-expected.png: Added.
44863         * platform/qt/svg/dom/SVGLengthList-initialize-expected.png: Added.
44864         * platform/qt/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png.
44865         * platform/qt/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png.
44866         * platform/qt/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
44867         * 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.
44868         * 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.
44869         * platform/qt/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png.
44870         * platform/qt/svg/dom/SVGPathSegList-appendItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png.
44871         * 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.
44872         * platform/qt/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png.
44873         * platform/qt/svg/dom/SVGPathSegList-removeItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png.
44874         * platform/qt/svg/dom/SVGPathSegList-replaceItem-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png.
44875         * 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.
44876         * platform/qt/svg/dom/SVGPointList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png.
44877         * platform/qt/svg/dom/SVGStringList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png.
44878         * platform/qt/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png.
44879         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
44880         * platform/qt/svg/hixie/perf/003-expected.png:
44881         * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png:
44882         * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png:
44883         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
44884         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
44885         * platform/qt/svg/text/select-x-list-1-expected.png:
44886         * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png:
44887         * platform/qt/svg/text/small-fonts-2-expected.png:
44888         * platform/qt/svg/text/small-fonts-3-expected.png:
44889         * platform/qt/svg/text/text-align-01-b-expected.png:
44890         * platform/qt/svg/text/text-align-02-b-expected.png:
44891         * platform/qt/svg/text/text-align-03-b-expected.png:
44892         * platform/qt/svg/text/text-align-06-b-expected.png:
44893         * platform/qt/svg/text/text-fonts-02-t-expected.png:
44894         * platform/qt/svg/text/text-path-01-b-expected.png:
44895         * platform/qt/svg/text/text-text-03-b-expected.png:
44896         * platform/qt/svg/text/text-text-05-t-expected.png:
44897         * platform/qt/svg/text/text-tref-01-b-expected.png:
44898         * platform/qt/svg/text/text-tselect-01-b-expected.png:
44899         * platform/qt/svg/text/text-tspan-01-b-expected.png:
44900         * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
44901         * platform/qt/svg/transforms/svg-css-transforms-expected.png:
44902         * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png:
44903         * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
44904         * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
44905         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
44906         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
44907         * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
44908         * platform/qt/tables/mozilla/bugs/bug6674-expected.png:
44909         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
44910         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
44911         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
44912         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
44913         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
44914         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
44915         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
44916         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
44917         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
44918         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
44919         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
44920         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
44921         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
44922         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
44923         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
44924         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
44925         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
44926         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
44927         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
44928         * platform/qt/transforms/svg-vs-css-expected.png:
44929
44930 2012-12-19  Kunihiko Sakamoto  <ksakamoto@chromium.org>
44931
44932         INPUT_MULTIPLE_FIELDS_UI: Make year field readonly if min and max have the same year
44933         https://bugs.webkit.org/show_bug.cgi?id=105383
44934
44935         Reviewed by Kent Tamura.
44936
44937         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield-expected.txt: Added.
44938         * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html: Added.
44939         * fast/forms/date-multiple-fields/resources/preserve-value-after-history-back-frame.html: Tweak so year field is focusable.
44940         * fast/forms/datetimelocal-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
44941         * fast/forms/month-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
44942         * fast/forms/week-multiple-fields/resources/preserve-value-after-history-back-frame.html: Ditto.
44943
44944 2012-12-19  Csaba Osztrogonác  <ossy@webkit.org>
44945
44946         Unreviewed gardening, skip flakey tests.
44947
44948         * platform/qt-5.0-wk2/TestExpectations:
44949
44950 2012-12-19  Renata Hodovan  <reni@webkit.org>
44951
44952         CSSParser crases, when no context is available, and the value is a valid keyword
44953         https://bugs.webkit.org/show_bug.cgi?id=105275
44954
44955         Reviewed by Tony Chang.
44956
44957         ParserContext could be null even if the keyword is valid. We have to check it.
44958
44959         * fast/css/invalid-parsercontext-valid-keyword-crash-expected.txt: Added.
44960         * fast/css/invalid-parsercontext-valid-keyword-crash.svg: Added.
44961
44962 2012-12-19  Dominik Röttsches  <dominik.rottsches@intel.com>
44963
44964         [EFL] Unreviewed gardening.
44965
44966         Adding failing touch events case, details in bug 105406.
44967
44968         * platform/efl/TestExpectations:
44969
44970 2012-12-19  Tommy Widenflycht  <tommyw@chromium.org>
44971
44972         [JSC] Add support for overloaded constructors
44973         https://bugs.webkit.org/show_bug.cgi?id=103226
44974
44975         Reviewed by Kentaro Hara.
44976
44977         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
44978
44979 2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
44980
44981         [EFL] Mark XHR tests flaky (unreliable console logging)
44982         https://bugs.webkit.org/show_bug.cgi?id=105403
44983
44984         Unreviewed gardening: mark a bunch of xmlhttprequest tests flaky.
44985
44986         * platform/efl/TestExpectations:
44987
44988 2012-12-19  János Badics  <jbadics@inf.u-szeged.hu>
44989
44990         [Qt] Gardening after r138095, skip a newly added, but failing test.
44991         https://bugs.webkit.org/show_bug.cgi?id=105406
44992
44993         Reviewed by Csaba Osztrogonác.
44994
44995         * platform/qt/TestExpectations:
44996
44997 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
44998
44999         Unreviewed gardening. Move chromium-mac image to chromium where it will also be used for win and linux.
45000
45001         * 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.
45002
45003 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
45004
45005         Unreviewed, rolling out r138129.
45006         http://trac.webkit.org/changeset/138129
45007         https://bugs.webkit.org/show_bug.cgi?id=105399
45008
45009         reapply patch r138123. The problem was on chromium side at r173875.
45010
45011         * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
45012         * fast/dom/shadow/getelementbyid-shadow.html: Added.
45013
45014 2012-12-19  Takashi Sakamoto  <tasak@google.com>
45015
45016         [Shadow] TITLE elements in Shadow DOM should not affect document.title attribute
45017         https://bugs.webkit.org/show_bug.cgi?id=85864
45018
45019         Reviewed by Ryosuke Niwa.
45020
45021         * fast/dom/shadow/title-element-in-shadow-expected.txt: Added.
45022         * fast/dom/shadow/title-element-in-shadow.html: Added.
45023
45024 2012-12-19  Sheriff Bot  <webkit.review.bot@gmail.com>
45025
45026         Unreviewed, rolling out r138123.
45027         http://trac.webkit.org/changeset/138123
45028         https://bugs.webkit.org/show_bug.cgi?id=105399
45029
45030         It broke compositing/visibility/visibility-simple-video-
45031         layer.html (Requested by loislo on #webkit).
45032
45033         * fast/dom/shadow/getelementbyid-shadow-expected.txt: Removed.
45034         * fast/dom/shadow/getelementbyid-shadow.html: Removed.
45035
45036 2012-12-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
45037
45038         transitions/interrupted-accelerated-transition.html should use pauseAPI
45039         https://bugs.webkit.org/show_bug.cgi?id=103524
45040
45041         Reviewed by Simon Fraser.
45042
45043         In certain situations interrupted-accelerated-transition.html exceeds the
45044         test tolerance, making the test flaky. Use the pauseAPI so we don't
45045         depend on javascript timing.
45046
45047         * transitions/resources/interrupted-accelerated-transition-final.html:
45048
45049 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
45050
45051         Unreviewed gardening. Restore expectations for mac.
45052
45053         The tests still have problem with scroller image.
45054
45055         * platform/chromium/TestExpectations:
45056         added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation.html [ ImageOnlyFailure ]
45057         added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/exif-orientation-css.html [ ImageOnlyFailure ]
45058         added: webkit.org/b/102294 [ Mac ] platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile.html [ ImageOnlyFailure ]
45059
45060 2012-12-19  Ilya Tikhonovsky  <loislo@chromium.org>
45061
45062         Unreviewed gardening. Update expectation for mac and remove wrong expectation for win.
45063
45064         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
45065         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.
45066
45067 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
45068
45069         AX: radio-button-checkbox-size is Mac-specific and should be moved.
45070         https://bugs.webkit.org/show_bug.cgi?id=105382
45071
45072         Reviewed by Chris Fleizach.
45073
45074         Move radio-button-checkbox-size to platform/mac because the
45075         behavior it tests for is Mac-specific. Take it out of the
45076         Chromium TestExpectations file.
45077
45078         * platform/chromium/TestExpectations:
45079         * platform/mac/accessibility/radio-button-checkbox-size-expected.txt: Renamed from LayoutTests/accessibility/radio-button-checkbox-size-expected.txt.
45080         * platform/mac/accessibility/radio-button-checkbox-size.html: Renamed from LayoutTests/accessibility/radio-button-checkbox-size.html.
45081
45082 2012-12-18  Shinya Kawanaka  <shinyak@chromium.org>
45083
45084         ShadowRoot.getElementById() returns a deleted element
45085         https://bugs.webkit.org/show_bug.cgi?id=105243
45086
45087         Reviewed by Dimitri Glazkov.
45088
45089         * fast/dom/shadow/getelementbyid-shadow-expected.txt: Added.
45090         * fast/dom/shadow/getelementbyid-shadow.html: Added.
45091
45092 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45093
45094         Unreviewed, rolling out r138061.
45095         https://bugs.webkit.org/show_bug.cgi?id=105396
45096
45097         Original patch:
45098         http://trac.webkit.org/changeset/138061
45099         https://bugs.webkit.org/show_bug.cgi?id=97359
45100
45101         It is crashing on Debug bots
45102
45103         * accessibility/svg-bounds.html:
45104         * accessibility/svg-remote-element-expected.txt:
45105         * accessibility/svg-remote-element.html:
45106         * platform/chromium/TestExpectations:
45107         * platform/chromium/accessibility/svg-bounds-expected.txt: Copied from LayoutTests/accessibility/svg-bounds-expected.txt.
45108         * platform/mac/accessibility/svg-bounds-expected.txt: Renamed from LayoutTests/accessibility/svg-bounds-expected.txt.
45109         * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/accessibility/svg-remote-element-expected.txt.
45110
45111 2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>
45112
45113         Unreviewed gardening, skip a new failing test.
45114
45115         * platform/qt-5.0-wk1/TestExpectations:
45116
45117 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45118
45119         Unreviewed rebaseline after r138075. Remove entries for passing tests and one bad expectation for a reftest by dpranke@chromium.org
45120
45121         * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
45122
45123 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45124
45125         Unreviewed rebaseline.
45126
45127         * platform/chromium-linux-x86/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
45128         * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.png: Added.
45129         * platform/chromium-linux/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
45130         * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.png: Added.
45131         * platform/chromium-win/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
45132
45133 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45134
45135         Unreviewed gardening. Layout Test fast/events/touch/touch-input-element-change-documents.html is failing
45136         https://bugs.webkit.org/show_bug.cgi?id=105388
45137
45138         wrong path to the js-test-pre.js
45139
45140         * fast/events/touch/touch-input-element-change-documents.html:
45141
45142 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
45143
45144         AX: aria-controls-with-tabs should run on Chromium
45145         https://bugs.webkit.org/show_bug.cgi?id=105381
45146
45147         Reviewed by Chris Fleizach.
45148
45149         Use accessibleElementById so the test works on all platforms,
45150         and specifically unskip it in the Chromium expectations.
45151
45152         * accessibility/aria-controls-with-tabs.html:
45153         * platform/chromium/TestExpectations:
45154
45155 2012-12-18  Anton Vayvod  <avayvod@chromium.org>
45156
45157         Text Autosizing: containers wider than their enclosing clusters should be autosized as separate clusters
45158         https://bugs.webkit.org/show_bug.cgi?id=103627
45159
45160         Reviewed by Julien Chaffraix.
45161
45162         Modified existing tests to reflect the new autosizing approach to handling of the elements that are
45163         wider than the lowest common ancestor of the text nodes of the enclosing autosizing cluster.
45164
45165         * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
45166         * fast/text-autosizing/cluster-wide-in-narrow.html:
45167         * fast/text-autosizing/wide-child-expected.html:
45168         * fast/text-autosizing/wide-child.html:
45169         * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html:
45170         * fast/text-autosizing/wide-in-narrow-overflow-scroll.html:
45171
45172 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
45173
45174         Proxies should set InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero
45175         https://bugs.webkit.org/show_bug.cgi?id=105379
45176
45177         Reviewed by Gavin Barraclough.
45178
45179         * fast/js/dfg-ensure-non-array-array-storage-on-window-expected.txt: Added.
45180         * fast/js/dfg-ensure-non-array-array-storage-on-window.html: Added.
45181         * fast/js/script-tests/dfg-ensure-non-array-array-storage-on-window.js: Added.
45182         (foo):
45183         (bar):
45184         (.shouldBe):
45185
45186 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
45187
45188         Unreviewed, fix expected file to have the right test description.
45189
45190         * fast/js/dfg-ensure-array-storage-on-window-expected.txt:
45191
45192 2012-12-18  Tim Horton  <timothy_horton@apple.com>
45193
45194         fast/css/image-set-value-not-removed-crash.html should not InsertText with an apostrophe
45195         https://bugs.webkit.org/show_bug.cgi?id=105375
45196
45197         Reviewed by Beth Dakin.
45198
45199         Don't InsertText text content with an apostrophe in it, as this can break
45200         on platforms where apostrophes turn into curly quotes.
45201
45202         * fast/css/image-set-value-not-removed-crash-expected.txt:
45203         * fast/css/image-set-value-not-removed-crash.html:
45204         * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Removed.
45205
45206 2012-12-18  Levi Weintraub  <leviw@chromium.org>
45207
45208         Input elements with default touch handlers don't update handler counts when changing documents
45209         https://bugs.webkit.org/show_bug.cgi?id=105334
45210
45211         Reviewed by James Robinson.
45212
45213         * fast/events/touch/touch-input-element-change-documents-expected.txt: Added.
45214         * fast/events/touch/touch-input-element-change-documents.html: Added.
45215
45216 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
45217
45218         Skip two asserting tests in Debug.
45219
45220         * platform/mac/TestExpectations:
45221
45222 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
45223
45224         New baseline for Acid3 test.
45225
45226         * platform/mac/http/tests/misc/acid3-expected.txt:
45227
45228 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
45229
45230         Rebaseline some tests on Lion.
45231
45232         * platform/mac-lion/fast/text/decorations-with-text-combine-expected.txt: Added.
45233         * platform/mac-lion/fast/text/orientation-sideways-expected.txt: Added.
45234         * platform/mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt:
45235         * platform/mac-lion/fast/writing-mode/vertical-baseline-alignment-expected.txt:
45236
45237 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
45238
45239         Fix the test description.
45240         
45241         Rubber stamped by Mark Hahnenberg.
45242
45243         * fast/js/script-tests/dfg-ensure-array-storage-on-window.js:
45244
45245 2012-12-18  Filip Pizlo  <fpizlo@apple.com>
45246
45247         DFG::SpeculativeJIT::jumpSlowForUnwantedArrayMode incorrectly checks for non-array array storage when it should be checking for array array storage
45248         https://bugs.webkit.org/show_bug.cgi?id=105365
45249
45250         Reviewed by Mark Hahnenberg.
45251
45252         * fast/js/dfg-ensure-array-storage-on-window-expected.txt: Added.
45253         * fast/js/dfg-ensure-array-storage-on-window.html: Added.
45254         * fast/js/indexed-setter-on-global-object-expected.txt: Added.
45255         * fast/js/indexed-setter-on-global-object.html: Added.
45256         * fast/js/script-tests/dfg-ensure-array-storage-on-window.js: Added.
45257         (foo):
45258         * fast/js/script-tests/indexed-setter-on-global-object.js: Added.
45259
45260 2012-12-18  Per-Erik Brodin  <per-erik.brodin@ericsson.com>
45261
45262         EventSource should support CORS
45263         https://bugs.webkit.org/show_bug.cgi?id=61862
45264
45265         Reviewed by Alexey Proskuryakov.
45266
45267         Added new CORS tests for EventSource. Modified existing test to verify
45268         that the new constructor argument can be passed to the constructor.
45269
45270         * fast/eventsource/eventsource-constructor-expected.txt:
45271         * fast/eventsource/eventsource-constructor.html:
45272         * fast/js/constructor-length.html:
45273         * http/tests/eventsource/eventsource-cors-basic-expected.txt: Added.
45274         * http/tests/eventsource/eventsource-cors-basic.html: Added.
45275         * http/tests/eventsource/eventsource-cors-no-server-expected.txt: Added.
45276         * http/tests/eventsource/eventsource-cors-no-server.html: Added.
45277         * http/tests/eventsource/eventsource-cors-with-credentials-expected.txt: Added.
45278         * http/tests/eventsource/eventsource-cors-with-credentials.html: Added.
45279         * http/tests/eventsource/resources/es-cors-basic.php: Added.
45280         * http/tests/eventsource/resources/es-cors-credentials.php: Added.
45281         * platform/blackberry/fast/js/constructor-length-expected.txt:
45282         * platform/chromium/fast/js/constructor-length-expected.txt:
45283         * platform/gtk/fast/js/constructor-length-expected.txt:
45284         * platform/mac/fast/js/constructor-length-expected.txt:
45285         * platform/qt/fast/js/constructor-length-expected.txt:
45286
45287 2012-12-18  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
45288
45289         Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.
45290         https://bugs.webkit.org/show_bug.cgi?id=104775
45291
45292         Reviewed by Dean Jackson.
45293
45294         Test that we can click 2nd line inside inline-block in vertical writing mode.
45295
45296         * fast/writing-mode/vertical-inline-block-hittest-expected.txt: Added.
45297         * fast/writing-mode/vertical-inline-block-hittest.html: Added.
45298
45299 2012-12-18  Simon Fraser  <simon.fraser@apple.com>
45300
45301         Allow position:sticky elements to be moved by the scrolling thread
45302         https://bugs.webkit.org/show_bug.cgi?id=105245
45303
45304         Reviewed by Beth Dakin.
45305
45306         Sticky position tests that dump the scrolling tree.
45307
45308         * platform/mac/tiled-drawing/sticky/sticky-horizontal-expected.txt: Added.
45309         * platform/mac/tiled-drawing/sticky/sticky-horizontal.html: Added.
45310         * platform/mac/tiled-drawing/sticky/sticky-vertical-expected.txt: Added.
45311         * platform/mac/tiled-drawing/sticky/sticky-vertical.html: Added.
45312
45313 2012-12-18  Dirk Pranke  <dpranke@chromium.org>
45314
45315         Remove entries for passing tests and one bad expectation for a reftest.
45316
45317         Unreviewed.
45318
45319         * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
45320         * platform/chromium/TestExpectations:
45321
45322 2012-12-18  Dean Jackson  <dino@apple.com>
45323
45324         Track menu needs localization
45325         https://bugs.webkit.org/show_bug.cgi?id=105233
45326
45327         Reviewed by Eric Carlson.
45328
45329         Test to exercise the localization of strings in the captions menu.
45330         While I was here I merged some common code into a helper file.
45331
45332         * media/trackmenu-test.js: Added. New helper file to run common test operations.
45333         * media/video-controls-captions-trackmenu-localized-expected.txt: Added.
45334         * media/video-controls-captions-trackmenu-localized.html: Added.
45335         * media/video-controls-captions-trackmenu-sorted.html: Updated to use helper functions.
45336         * platform/chromium/TestExpectations: Skip unimplemented test.
45337         * platform/efl/TestExpectations: Ditto.
45338         * platform/gtk/TestExpectations: Ditto.
45339         * platform/qt/TestExpectations: Ditto.
45340
45341 2012-12-18  Beth Dakin  <bdakin@apple.com>
45342
45343         https://bugs.webkit.org/show_bug.cgi?id=102579
45344         [mac] Enable scaled cursors
45345
45346         Reviewed by Dean Jackson.
45347
45348         Un-skip these tests now that the feature is enabled.
45349         * platform/mac/TestExpectations:
45350
45351 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
45352
45353         [chromium] Unreviewed gardening.
45354
45355         Updating the expectation and unskipping a test whose output was correct.
45356
45357         * platform/chromium/TestExpectations:
45358         * platform/chromium/accessibility/legend-expected.txt:
45359
45360 2012-12-18  Dominic Mazzoni  <dmazzoni@google.com>
45361
45362         AX: support clickPoint in DRT for chromium
45363         https://bugs.webkit.org/show_bug.cgi?id=97359
45364
45365         Reviewed by Chris Fleizach.
45366
45367         Enable four more tests now that clickPointX, clickPointY,
45368         and elementAtPoint are implemented for Chromium.
45369
45370         Minor fixes to two tests to make them more robust
45371         across platfoms and when run in parallel.
45372
45373         * accessibility/svg-bounds.html: Updated
45374         * accessibility/svg-bounds-expected.txt: Added (made cross-platform
45375         * accessibility/svg-remote-element.html: Updated
45376         * accessibility/svg-remote-element-expected.txt: Added (made cross-platform)
45377         * platform/mac/accessibility/svg-bounds-expected.txt: Deleted
45378         * platform/mac/accessibility/svg-remote-element-expected.txt: Deleted
45379         * platform/chromium/TestExpectations: Updated
45380
45381 2012-12-18  Adam Klein  <adamk@chromium.org>
45382
45383         [HTMLTemplateElement] Prevent first-level recursive <template> from resetting the implied context
45384         https://bugs.webkit.org/show_bug.cgi?id=104142
45385
45386         Reviewed by Eric Seidel.
45387
45388         Added test that the original template context is retained after inner template.
45389
45390         * html5lib/resources/template.dat:
45391
45392 2012-12-18  Hans Muller  <hmuller@adobe.com>
45393
45394         [CSS Exclusions] shape-inside layout fails to adjust first line correctly for writing-mode: vertical-rl
45395         https://bugs.webkit.org/show_bug.cgi?id=104419
45396
45397         Reviewed by Dirk Schulze.
45398
45399         For the vertical writing modes, verify that rounded rectangle shape-inside content is
45400         adjusted in the logical down direction when it will not fit betwen the rounded corners.
45401
45402         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html: Added.
45403         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003.html: Added.
45404
45405 2012-12-18  Bear Travis  <betravis@adobe.com>
45406
45407         [CSS Exclusions] Blocks should not re-use their parent's ExclusionShapeInsideInfo
45408         if they participate in inline layout
45409         https://bugs.webkit.org/show_bug.cgi?id=104582
45410
45411         Reviewed by Julien Chaffraix.
45412
45413         Test that recursive inline layouts work correctly.
45414  
45415         * fast/exclusions/resources/simple-rectangle.js:
45416         (createRectangleTest): Remove extra ':' from pseudo-element.
45417         (createRectangleTestResult): Ditto.
45418         * fast/exclusions/shape-inside/shape-inside-recursive-layout-expected.html: Added.
45419         * fast/exclusions/shape-inside/shape-inside-recursive-layout.html: Added.
45420  
45421 2012-12-18  Zan Dobersek  <zandobersek@gmail.com>
45422
45423         Unreviewed GTK gardening.
45424
45425         Removing failures for a bunch of tests that are now passing due to
45426         various reasons.
45427
45428         * platform/gtk/TestExpectations:
45429
45430 2012-12-18  Tony Chang  <tony@chromium.org>
45431
45432         REGRESSION(r136324): flex items with percent heights not resizing
45433         https://bugs.webkit.org/show_bug.cgi?id=105213
45434
45435         Reviewed by Ojan Vafai.
45436
45437         Add a test that changes the height of a flexbox with a percentage height child.
45438
45439         * css3/flexbox/flexitem-percent-height-change-expected.txt: Added.
45440         * css3/flexbox/flexitem-percent-height-change.html: Added.
45441
45442 2012-12-17  Simon Fraser  <simon.fraser@apple.com>
45443
45444         Fix position:-webkit-sticky behavior when zoomed
45445         https://bugs.webkit.org/show_bug.cgi?id=105251
45446
45447         Reviewed by Dean Jackson.
45448
45449         Ref test for sticky elements in a zoomed page.
45450         
45451         This test is marked as failing for WK1, because scrollbars always show on
45452         zoomed pages and cannot be hidden there.
45453
45454         * fast/css/sticky/sticky-top-zoomed-expected.html: Added.
45455         * fast/css/sticky/sticky-top-zoomed.html: Added.
45456         * platform/mac-wk2/TestExpectations:
45457         * platform/mac/TestExpectations:
45458
45459 2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
45460
45461         [EFL] Unreviewed gardening.
45462
45463         Added new baselines marked tests flaky due to Accessibility code
45464         crashes.
45465
45466         * platform/efl-wk2/TestExpectations:
45467         * platform/efl-wk2/editing/selection/move-by-character-6-expected.png: Added.
45468         * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt: Added.
45469
45470 2012-12-18  Emil A Eklund  <eae@chromium.org>
45471
45472         Have kFixedPointDenominator be constant across ports
45473         https://bugs.webkit.org/show_bug.cgi?id=104843
45474
45475         Reviewed by Julien Chaffraix.
45476         
45477         Unskip the following tests on efl, qt and gtk:
45478         fast/css/large-number-round-trip.html
45479         fast/css/large-numbers.html 
45480
45481         Remove platform specific results for large-number-round-trip.html.
45482
45483         * fast/css/large-number-round-trip-expected.txt:
45484         * platform/chromium/fast/css/large-number-round-trip-expected.txt: Removed.
45485         * platform/efl/TestExpectations:
45486         * platform/gtk/TestExpectations:
45487         * platform/mac/fast/css/large-number-round-trip-expected.txt: Removed.
45488         * platform/qt/TestExpectations:
45489
45490 2012-12-18  Sheriff Bot  <webkit.review.bot@gmail.com>
45491
45492         Unreviewed, rolling out r137979.
45493         http://trac.webkit.org/changeset/137979
45494         https://bugs.webkit.org/show_bug.cgi?id=105311
45495
45496         nodeName returned by the inspector protocol commands should
45497         match one accessible fro JS (Requested by yurys_ on #webkit).
45498
45499         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
45500         * inspector/elements/shadow-root-expected.txt:
45501         * inspector/elements/shadow-root.html:
45502
45503 2012-12-18  W. James MacLean  <wjmaclean@chromium.org>
45504
45505         [chromium] Unreviewed gardening: marking test as flaky on Linux Dbg bot.
45506         http://webkit.org/b/86114
45507
45508         Unreviewed gardening.
45509
45510         * platform/chromium/TestExpectations:
45511
45512 2012-12-18  Eric Carlson  <eric.carlson@apple.com>
45513
45514         Add in-band text track cues only once
45515         https://bugs.webkit.org/show_bug.cgi?id=104593
45516
45517         Reviewed by Dean Jackson.
45518
45519         Test to ensure that in-band text track cues are not added to the the cue list more than once.
45520
45521         * media/track/track-in-band-cues-added-once-expected.txt: Added.
45522         * media/track/track-in-band-cues-added-once.html: Added.
45523         * platform/chromium/TestExpectations:
45524         * platform/efl/TestExpectations:
45525         * platform/gtk/TestExpectations:
45526         * platform/mac/TestExpectations:
45527         * platform/qt/TestExpectations:
45528         * platform/win/TestExpectations:
45529
45530 2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
45531
45532         [WK2] Unreviewed gardening.
45533
45534         Fixed malformed entry on the WK2 expectations file.
45535
45536         * platform/wk2/TestExpectations:
45537
45538 2012-12-18  Ilya Tikhonovsky  <loislo@chromium.org>
45539
45540         Unreviewed rebaseline new test introdiced at r138003
45541
45542         * inspector-protocol/media-query-listener-exception-expected.txt:
45543         * platform/chromium/inspector-protocol/media-query-listener-exception-expected.txt: Copied from LayoutTests/inspector-protocol/media-query-listener-exception-expected.txt.
45544
45545 2012-12-18  Thiago Marcos P. Santos  <thiago.santos@intel.com>
45546
45547         [EFL] Unreviewed gardening
45548
45549         Skipped some accessibility because of missing bits on EFL.
45550
45551         * platform/efl-wk2/TestExpectations:
45552
45553 2012-12-17  Yury Semikhatsky  <yurys@chromium.org>
45554
45555         Web Inspector: MediaQueryList listener silently catches errors
45556         https://bugs.webkit.org/show_bug.cgi?id=105162
45557
45558         Reviewed by Alexander Pavlov.
45559
45560         Test that uncaught exception in MediaQueryListListener will be logged to the console.
45561
45562         * http/tests/inspector-protocol/resources/protocol-test.js:
45563         (runTest):
45564         * inspector-protocol/media-query-listener-exception-expected.txt: Added.
45565         * inspector-protocol/media-query-listener-exception.html: Added.
45566
45567 2012-12-18  Dominik Röttsches  <dominik.rottsches@intel.com>
45568
45569         webaudio/oscillator* tests should use OfflineAudioContext
45570         https://bugs.webkit.org/show_bug.cgi?id=105174
45571
45572         Reviewed by Kentaro Hara.
45573
45574         webaudio/oscillator* tests were using the slower webkitAudioContext for output rendering.
45575         Replacing the usage with webkitOfflineAudioContext allows for faster-than-realtime rendering
45576         in testing. Also, it avoids a deprecation warning on the console.
45577
45578         * webaudio/resources/oscillator-testing.js: Replace usage of webkitAudioContext with webkitOfflineAudioContext
45579         (generateExponentialOscillatorSweep):
45580
45581 2012-12-18  Csaba Osztrogonác  <ossy@webkit.org>
45582
45583         Unreviewed gardening.
45584
45585         * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Updated.
45586         * platform/wk2/TestExpectations: Skip a new failing test.
45587
45588 2012-12-18  Szilard Ledan  <szledan@inf.u-szeged.hu>
45589
45590         [Qt] Unreviewed gardening.
45591
45592         Rebaselining a test after r137953.
45593
45594         * platform/qt/editing/selection/move-by-character-6-expected.txt:
45595
45596 2012-12-18  Zan Dobersek  <zandobersek@gmail.com>
45597
45598         Unreviewed GTK gardening.
45599
45600         Rebaselining a test after r137953.
45601         Adding back failure expectations for SVG viewspec tests after the rollout in r137947.
45602         Enhancing failure expectation for a slow HTTP multipart test that can pass,
45603         fail or timeout.
45604
45605         * platform/gtk/TestExpectations:
45606         * platform/gtk/editing/selection/move-by-character-6-expected.txt:
45607
45608 2012-12-17  Ilya Tikhonovsky  <loislo@chromium.org>
45609
45610         Unreviewed rebaseline after r137593.
45611
45612         * platform/chromium-linux-x86/editing/selection/move-by-character-6-expected.txt: Added.
45613         * platform/chromium-linux/editing/selection/move-by-character-6-expected.png:
45614         * platform/chromium-linux/editing/selection/move-by-character-6-expected.txt: Added.
45615         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
45616         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.txt: Added.
45617         * platform/chromium-mac-snowleopard/editing/selection/move-by-character-6-expected.txt: Added.
45618         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
45619         * platform/chromium-mac/editing/selection/move-by-character-6-expected.txt: Added.
45620         * platform/chromium-win/editing/selection/move-by-character-6-expected.png:
45621         * platform/chromium-win/editing/selection/move-by-character-6-expected.txt:
45622
45623 2012-12-17  Philip Rogers  <pdr@google.com>
45624
45625         Queue container size requests while images are loading.
45626         https://bugs.webkit.org/show_bug.cgi?id=105097
45627
45628         Reviewed by Dean Jackson.
45629
45630         I reused the embedded.svg and svg-slow.pl test files from a similar test for svg-as-object
45631         size negotiation. svg-slow.pl simply delays the loading of the embedded.svg file.
45632         Triggering this bug reliably using the local filesystem is too brittle.
45633
45634         * http/tests/misc/svg-image-delayed-size-negotiation-expected.html: Added.
45635         * http/tests/misc/svg-image-delayed-size-negotiation.html: Added.
45636
45637 2012-12-17  Filip Pizlo  <fpizlo@apple.com>
45638
45639         DFG is too aggressive eliding overflow checks for additions involving large constants
45640         https://bugs.webkit.org/show_bug.cgi?id=105239
45641
45642         Reviewed by Gavin Barraclough.
45643
45644         * fast/js/dfg-int-overflow-large-constants-in-a-line-expected.txt: Added.
45645         * fast/js/dfg-int-overflow-large-constants-in-a-line.html: Added.
45646         * fast/js/jsc-test-list:
45647         * fast/js/script-tests/dfg-int-overflow-large-constants-in-a-line.js: Added.
45648         (foo):
45649
45650 2012-12-17  Shinya Kawanaka  <shinyak@chromium.org>
45651
45652         Web Inspector: need to visually distinguish UA shadow roots
45653         https://bugs.webkit.org/show_bug.cgi?id=104877
45654
45655         Reviewed by Yury Semikhatsky.
45656
45657         * inspector/elements/shadow-dom-modify-chardata-expected.txt:
45658         * inspector/elements/shadow-root-expected.txt:
45659         * inspector/elements/shadow-root.html: Adds <input> test.
45660
45661 2012-12-17  Takashi Sakamoto  <tasak@google.com>
45662
45663         fast/dom/shadow/host-wrapper-reclaimed.html is failing on EFL bots
45664         https://bugs.webkit.org/show_bug.cgi?id=103109
45665
45666         Reviewed by Kentaro Hara.
45667
45668         host-wrapper-reclaimed uses gc(), but the function gc is not defined
45669         in all platforms, e.g. "ReferenceError: Can't find variable: gc".
45670         So we should include js-test-pre.js, which defines gc.
45671
45672         * fast/dom/shadow/host-wrapper-reclaimed-expected.txt:
45673         * fast/dom/shadow/host-wrapper-reclaimed.html:
45674
45675 2012-12-17  Dean Jackson  <dino@apple.com>
45676
45677         Track menu should be sorted
45678         https://bugs.webkit.org/show_bug.cgi?id=105229
45679
45680         Reviewed by Eric Carlson.
45681
45682         New test to make sure we sort the menu of available tracks.
45683
45684         * media/video-controls-captions-trackmenu-sorted-expected.txt: Added.
45685         * media/video-controls-captions-trackmenu-sorted.html: Added.
45686         * platform/chromium/TestExpectations:
45687         * platform/efl/TestExpectations:
45688         * platform/gtk/TestExpectations:
45689         * platform/qt/TestExpectations:
45690
45691 2012-12-17  Mathew Dempsky  <mdempsky@google.com>
45692
45693         Regression causing DOM objects to have unstable NPObject* references with v8 bindings
45694         https://bugs.webkit.org/show_bug.cgi?id=104921
45695
45696         Reviewed by Kentaro Hara.
45697
45698         Add variant of embed-property-equality test to verify that the
45699         test still passes when the object being tested for equality
45700         has already been remembered by a plugin from a different
45701         JavaScript context.
45702
45703         * plugins/npruntime/embed-property-iframe-equality.html: Added.
45704         * plugins/npruntime/embed-property-iframe-equality-expected.txt: Added.
45705
45706 2012-12-17  Filip Pizlo  <fpizlo@apple.com>
45707
45708         DFG is too aggressive with eliding overflow checks in loops
45709         https://bugs.webkit.org/show_bug.cgi?id=105226
45710
45711         Reviewed by Mark Hahnenberg and Oliver Hunt.
45712
45713         * fast/js/dfg-int-overflow-in-loop-expected.txt: Added.
45714         * fast/js/dfg-int-overflow-in-loop.html: Added.
45715         * fast/js/jsc-test-list:
45716         * fast/js/script-tests/dfg-int-overflow-in-loop.js: Added.
45717         (foo):
45718
45719 2012-12-17  Chris Fleizach  <cfleizach@apple.com>
45720
45721         Seamless iframe should not announce a new browsing context
45722         https://bugs.webkit.org/show_bug.cgi?id=86317
45723
45724         Reviewed by Eric Seidel.
45725
45726         * platform/mac/accessibility/seamless-iframe-expected.txt: Added.
45727         * platform/mac/accessibility/seamless-iframe.html: Added.
45728
45729 2012-12-17  KyungTae Kim  <ktf.kim@samsung.com>
45730
45731         Percentage width replaced element incorrectly rendered when intrinsic size changed
45732         https://bugs.webkit.org/show_bug.cgi?id=102784
45733
45734         Reviewed by Tony Chang.
45735
45736         Add test to check when the source of images with percentage width is changed.
45737
45738         * fast/css/percent-width-img-src-change.html: Added.
45739         * fast/css/percent-width-img-src-change-expected.txt: Added.
45740
45741 2012-12-17  Simon Fraser  <simon.fraser@apple.com>
45742
45743         Fix repositioning of fixed elements on zooming
45744         https://bugs.webkit.org/show_bug.cgi?id=105223
45745
45746         Reviewed by Beth Dakin.
45747
45748         Testcase that zoomed with fixed-position elements.
45749
45750         * platform/mac/tiled-drawing/fixed/four-bars-zoomed-expected.txt: Added.
45751         * platform/mac/tiled-drawing/fixed/four-bars-zoomed.html: Added.
45752
45753 2012-12-17  Dima Gorbik  <dgorbik@apple.com>
45754
45755         Implement matching cue by the class name with ::cue pseudo element
45756         https://bugs.webkit.org/show_bug.cgi?id=104191
45757
45758         Reviewed by Antti Koivisto.
45759
45760         Verify that ::cue pseudo-element accepts a simple-selector list that matches cue objects by the a class.
45761
45762         * media/track/captions-webvtt/styling.vtt:
45763         * media/track/track-css-matching-expected.txt: Added.
45764         * media/track/track-css-matching.html: Added.
45765
45766 2012-12-14  Ryosuke Niwa  <rniwa@webkit.org>
45767
45768         Layout Test editing/selection/move-by-character-crash-test-textarea.html is flaky
45769         https://bugs.webkit.org/show_bug.cgi?id=104951
45770
45771         Reviewed by Eric Seidel.
45772
45773         The problem was that editing/selection/move-by-character-6.html was running editing commands
45774         in a timer without making the test runner wait. Fixed the bug by calling waitUntilDone and
45775         notifyDone at appropriate places in editing.js.
45776
45777         We don't need to rebaseline other tests since this is the only test that uses commandDelay.
45778
45779         * editing/editing.js:
45780         (setSelectionCommand):
45781         (transposeCharactersCommand):
45782         (moveSelectionLeftByCharacterCommand):
45783         (moveSelectionRightByCharacterCommand):
45784         (extendSelectionLeftByCharacterCommand):
45785         (extendSelectionRightByCharacterCommand):
45786         (moveSelectionForwardByCharacterCommand):
45787         (extendSelectionForwardByCharacterCommand):
45788         (moveSelectionForwardByWordCommand):
45789         (extendSelectionForwardByWordCommand):
45790         (moveSelectionForwardBySentenceCommand):
45791         (extendSelectionForwardBySentenceCommand):
45792         (moveSelectionForwardByLineCommand):
45793         (extendSelectionForwardByLineCommand):
45794         (moveSelectionForwardByLineBoundaryCommand):
45795         (extendSelectionForwardByLineBoundaryCommand):
45796         (moveSelectionBackwardByCharacterCommand):
45797         (extendSelectionBackwardByCharacterCommand):
45798         (moveSelectionBackwardByWordCommand):
45799         (extendSelectionBackwardByWordCommand):
45800         (moveSelectionBackwardBySentenceCommand):
45801         (extendSelectionBackwardBySentenceCommand):
45802         (moveSelectionBackwardByLineCommand):
45803         (extendSelectionBackwardByLineCommand):
45804         (extendSelectionBackwardByLineBoundaryCommand):
45805         (moveSelectionBackwardByLineBoundaryCommand):
45806         (boldCommand):
45807         (underlineCommand):
45808         (fontNameCommand):
45809         (fontSizeCommand):
45810         (fontSizeDeltaCommand):
45811         (italicCommand):
45812         (justifyCenterCommand):
45813         (justifyLeftCommand):
45814         (justifyRightCommand):
45815         (insertHTMLCommand):
45816         (insertImageCommand):
45817         (insertLineBreakCommand):
45818         (insertParagraphCommand):
45819         (insertNewlineInQuotedContentCommand):
45820         (typeCharacterCommand):
45821         (selectAllCommand):
45822         (strikethroughCommand):
45823         (undoCommand):
45824         (redoCommand):
45825         (changeRootSize):
45826         (cutCommand):
45827         (copyCommand):
45828         (pasteCommand):
45829         (createLinkCommand):
45830         (unlinkCommand):
45831         (pasteAndMatchStyleCommand):
45832         (deleteCommand):
45833         (forwardDeleteCommand):
45834         (backColorCommand):
45835         (foreColorCommand):
45836         (executeCommand):
45837         * platform/mac/editing/selection/move-by-character-6-expected.txt: Rebaselined.
45838
45839 2012-12-17  Filip Pizlo  <fpizlo@apple.com>
45840
45841         javascript integer overflow
45842         https://bugs.webkit.org/show_bug.cgi?id=104967
45843
45844         Reviewed by Mark Hahnenberg.
45845
45846         * fast/js/dfg-put-scoped-var-backward-flow-expected.txt: Added.
45847         * fast/js/dfg-put-scoped-var-backward-flow.html: Added.
45848         * fast/js/jsc-test-list:
45849         * fast/js/script-tests/dfg-put-scoped-var-backward-flow.js: Added.
45850         (sum):
45851
45852 2012-12-17  Tab Atkins  <jackalmage@gmail.com>
45853
45854         Chromium rebaseline fast/gradients/css3-linear-angle-gradients.html
45855         https://bugs.webkit.org/show_bug.cgi?id=105211
45856
45857         Reviewed by Dean Jackson.
45858
45859         * platform/chromium-mac-lion/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
45860         * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Removed.
45861         * platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
45862         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
45863
45864 2012-12-17  Dominic Mazzoni  <dmazzoni@google.com>
45865
45866         AX: textUnderElement should consider alt text, but skip links and controls
45867         https://bugs.webkit.org/show_bug.cgi?id=101650
45868
45869         Reviewed by Chris Fleizach.
45870
45871         Adds new tests to show that getting inner text from an element
45872         now ignores focusable descendants and containers, but uses alternative
45873         text.
45874
45875         Updates and rebaselines several tests to reflect the new logic.
45876         Skips these tests on GTK until support for the object replacement
45877         character can be added.
45878
45879         * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
45880         * accessibility/button-title-uses-inner-img-alt.html: Added.
45881         * accessibility/focusable-div-expected.txt: Extended with more test cases.
45882         * accessibility/focusable-div.html: Extended with more test cases.
45883         * platform/chromium/TestExpectations: Un-skip test that now passes.
45884         * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
45885         * platform/mac/accessibility/image-link-expected.txt: Rebaseline
45886         * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
45887         * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
45888         * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
45889         * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline
45890         * platform/gtk/TestExpectations: Skip these tests until this feature is implemented for GTK.
45891
45892 2012-12-17  Levi Weintraub  <leviw@chromium.org>
45893
45894         Convert sub-pixel iframe-copy-on-scroll tests to use Mock scrollbars
45895         https://bugs.webkit.org/show_bug.cgi?id=105210
45896
45897         Reviewed by Emil A Eklund.
45898
45899         Converting the iframe tests in sub-pixel/ to use mock scrollbars. These tests needed to
45900         be rebaselined following r137847 anyways. Best to make this change before that.
45901
45902         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html:
45903         * fast/sub-pixel/transformed-iframe-copy-on-scroll.html:
45904         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
45905         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png:
45906         * platform/chromium/TestExpectations:
45907
45908 2012-12-17  Levi Weintraub  <leviw@chromium.org>
45909
45910         Add support for tracking hit test rectangles to enable fast event rejection in the compositor
45911         https://bugs.webkit.org/show_bug.cgi?id=103914
45912
45913         Reviewed by James Robinson.
45914
45915         * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
45916         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.
45917         * platform/chromium/fast/events/touch/touch-target-removed-crash-expected.txt: Added.
45918         * platform/chromium/fast/events/touch/touch-target-removed-crash.html: Added.
45919
45920 2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>
45921
45922         [CSS Exclusions] shape-outside on floats for rectangle shapes height/width
45923         https://bugs.webkit.org/show_bug.cgi?id=100398
45924
45925         Reviewed by Julien Chaffraix.
45926
45927         Tests for the basic shape outside functionality to show how the shape affects inline text and other floats. 
45928         Also test using percentages to specify the shape and that margins are properly ignored (per the spec), when a 
45929         shape is applied to a float.
45930
45931         * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored-expected.html: Added.
45932         * fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored.html: Added.
45933         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-expected.html: Added.
45934         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple-expected.html: Added.
45935         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html: Added.
45936         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage-expected.html: Added.
45937         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage.html: Added.
45938         * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle.html: Added.
45939
45940 2012-12-17  John J. Barton  <johnjbarton@chromium.org>
45941
45942         Web Inspector: Search by selection
45943         https://bugs.webkit.org/show_bug.cgi?id=104970
45944
45945         Reviewed by Vsevolod Vlasov.
45946
45947         New inspector test for editor setting the search query
45948
45949         * inspector/editor/text-editor-selection-to-search-expected.txt: Added.
45950         * inspector/editor/text-editor-selection-to-search.html: Added.
45951
45952 2012-12-17  Bem Jones-Bey  <bjonesbe@adobe.com>
45953
45954         [CSS Exclusions] Floats should respect shape-inside on exclusions
45955         https://bugs.webkit.org/show_bug.cgi?id=89261
45956
45957         Reviewed by David Hyatt.
45958
45959         Update test to properly test floats with shape-inside.
45960
45961         * fast/exclusions/shape-inside/shape-inside-floats-simple-expected.html:
45962         * fast/exclusions/shape-inside/shape-inside-floats-simple.html:
45963
45964 2012-12-17  Antoine Quint  <graouts@apple.com>
45965
45966         Web Inspector: Provide the paint count of layers through the LayerTreeAgent
45967         https://bugs.webkit.org/show_bug.cgi?id=105024
45968
45969         Reviewed by Pavel Feldman.
45970
45971         Add the paintCount property to the expected output of the LayerTreeAgent test.
45972
45973         * inspector-protocol/layer-tree-expected.txt:
45974         * inspector-protocol/layer-tree.html:
45975
45976 2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
45977
45978         [Qt][WK2] Unreviewed gardening.
45979
45980         * platform/qt-5.0-wk2/TestExpectations: Skip a new failing test.
45981         * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Added because of minor pixel differences.
45982         * platform/qt-5.0-wk2/fast/images/crossfade-client-not-removed-crash-expected.txt: Added WK2 specific result.
45983         * platform/qt-5.0-wk2/fast/text/zero-font-size-expected.txt: Added after r137902.
45984         * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Updated.
45985
45986 2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
45987
45988         [Qt][WK2] compositing/overflow/automatically-opt-into-composited-scrolling.html makes other tests fail
45989         https://bugs.webkit.org/show_bug.cgi?id=105173
45990
45991         Unreviewed gardening, skip the culprit tests to paint the bots green.
45992
45993         * platform/qt-5.0-wk2/TestExpectations:
45994
45995 2012-12-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
45996
45997         [WK2] TiledBackingStore: css3/device-adapt/viewport-width-not-affecting-next-page.html is flaky
45998         https://bugs.webkit.org/show_bug.cgi?id=105131
45999
46000         Reviewed by Kenneth Rohde Christiansen.
46001
46002         Unskipped css3/device-adapt/viewport-width-not-affecting-next-page.html for WK2 EFL.
46003
46004         * platform/efl-wk2/TestExpectations:
46005
46006 2012-12-17  Jussi Kukkonen  <jussi.kukkonen@intel.com>
46007         [WK2] Enable tests that use boolean overridePreference
46008         https://bugs.webkit.org/show_bug.cgi?id=105008
46009
46010         Unreviewed gardening. Enable tests that call overridePreference()
46011         with a boolean value, mostly webgl ones. Add a few fail results for
46012         EFL.
46013
46014         * platform/efl/TestExpectations:
46015         * platform/wk2/TestExpectations:
46016
46017 2012-12-17  Csaba Osztrogonác  <ossy@webkit.org>
46018
46019         [Qt][WK1]REGRESSION(r137811): compositing/tiling/crash-huge-layer.html makes the following test crash on 32 bit
46020         https://bugs.webkit.org/show_bug.cgi?id=105158
46021
46022         Unreviewed gardening, skip the culprit test to paint the bots green.
46023
46024         * platform/qt-5.0-wk1/TestExpectations:
46025
46026 2012-12-16  Csaba Osztrogonác  <ossy@webkit.org>
46027
46028         [Qt] Unreviewed gardening. Update expected files after r137798.
46029
46030         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
46031         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
46032         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
46033         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
46034         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
46035         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
46036         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
46037         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
46038         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
46039         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
46040         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
46041         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
46042         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
46043         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
46044         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
46045         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
46046         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
46047         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
46048         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
46049         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
46050         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
46051         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
46052         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
46053         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
46054         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
46055         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
46056         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
46057         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
46058         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
46059         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
46060         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
46061         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
46062         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
46063         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
46064         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
46065
46066 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
46067
46068         Unreviewed EFL gardening.
46069
46070         Mark new compositing/overflow/automatically-opt-into-composited-scrolling.html
46071         test introduced in r137828 as failing on EFL WK2.
46072
46073         * platform/efl-wk2/TestExpectations:
46074
46075 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
46076
46077         Unreviewed EFL gardening.
46078
46079         Mark editing/execCommand/indent-paragraphs.html as expected to
46080         crash on EFL port until Bug 105042 is fixed.
46081
46082         * platform/efl/TestExpectations:
46083
46084 2012-12-16  Hayato Ito  <hayato@chromium.org>
46085
46086         [Shadow DOM] Kill ShadowRoot constructor
46087         https://bugs.webkit.org/show_bug.cgi?id=102913
46088
46089         Reviewed by Dimitri Glazkov.
46090
46091         * fast/js/global-constructors-expected.txt:
46092         * platform/efl/fast/js/global-constructors-expected.txt:
46093         * platform/gtk/fast/js/global-constructors-expected.txt:
46094
46095 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46096
46097         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation.html.
46098
46099         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
46100         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
46101         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-orientation-expected.png: Added.
46102
46103 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46104
46105         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons.html.
46106
46107         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
46108         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
46109         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-buttons-expected.png: Added.
46110
46111 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46112
46113         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar.html.
46114
46115         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
46116         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
46117         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/disabled-scrollbar-expected.png: Added.
46118
46119 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46120
46121         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar.html.
46122
46123         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
46124         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
46125         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/basic-scrollbar-expected.png: Added.
46126
46127 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46128
46129         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/updating-scrolling-content.html.
46130
46131         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: Added.
46132
46133 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46134
46135         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch.html.
46136
46137         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: Added.
46138
46139 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46140
46141         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/scrolling-without-painting.html.
46142
46143         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: Added.
46144
46145 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46146
46147         Unreviewed. Rebaselined virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2.html.
46148
46149         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
46150         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
46151         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/remove-overflow-crash2-expected.png: Added.
46152
46153 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46154
46155         Unreviewed. Rebaselined webkitConvertPoint.html.
46156
46157         * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt:
46158         * platform/chromium/fast/dom/Window/webkitConvertPoint-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt.
46159
46160 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46161
46162         Unreviewed. Rebaselined pixels of transformed-iframe-copy-on-scroll.html.
46163
46164         * platform/chromium-mac-lion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
46165         * platform/chromium-mac-snowleopard/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
46166         * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
46167         * platform/chromium-mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
46168
46169 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46170
46171         Unreviewed. Rebaselined images for fast/inline/justify-emphasis-inline-box.html.
46172
46173         * 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.
46174         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png:
46175
46176 2012-12-16  Kentaro Hara  <haraken@chromium.org>
46177
46178         Unreviewed. Rebaselined fast/css/nested-layers-with-hover.html.
46179
46180         * platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt: Removed.
46181         * platform/chromium/fast/css/nested-layers-with-hover-expected.txt: Removed.
46182         * platform/efl/fast/css/nested-layers-with-hover-expected.txt: Removed.
46183         * platform/gtk/fast/css/nested-layers-with-hover-expected.txt: Removed.
46184         * platform/qt/fast/css/nested-layers-with-hover-expected.txt: Removed.
46185
46186 2012-12-16  Levi Weintraub  <leviw@chromium.org>
46187
46188         Push pixel snapping logic into TransformState
46189         https://bugs.webkit.org/show_bug.cgi?id=101779
46190
46191         Reviewed by Simon Fraser.
46192
46193         * fast/dom/Window/webkitConvertPoint.html: Updating values to match corrected pixel snapping.
46194         * fast/multicol/break-properties.html: Fixing sub-pixel layout feature checking.
46195         * fast/multicol/vertical-lr/break-properties.html: Ditto.
46196         * fast/multicol/vertical-rl/break-properties.html: Ditto.
46197         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Updating to catch the bug where the old
46198         pixel snapping logic did the wrong thing when nested.
46199         * fast/sub-pixel/transformed-iframe-copy-on-scroll.html: Added.
46200         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png:
46201         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.png: Added.
46202         * platform/chromium-linux/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Added.
46203         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
46204         * platform/chromium/TestExpectations:
46205
46206 2012-12-16  Eric Carlson  <eric.carlson@apple.com>
46207
46208         Remove in-band text tracks when media element's src changes
46209         https://bugs.webkit.org/show_bug.cgi?id=105081
46210
46211         Reviewed by Sam Weinig.
46212
46213         Extend test to verify that all in-band tracks are removed from the media element
46214         when its src changes.
46215
46216         * media/track/track-in-band-expected.txt:
46217         * media/track/track-in-band.html:
46218
46219 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
46220
46221         Unreviewed EFL gardening.
46222
46223         Mark new editing/pasteboard/copy-paste-ruby-text.html test introduced
46224         in r137477 as expected to fail for EFL port due to missing PasteBoard
46225         implementation.
46226
46227         * platform/efl/TestExpectations:
46228
46229 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
46230
46231         Unreviewed EFL gardening.
46232
46233         Generate EFL expectation for new fast/inline/justify-emphasis-inline-box.html
46234         test introduced in r137786.
46235
46236         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.png: Added.
46237         * platform/efl/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
46238
46239 2012-12-16  Christophe Dumez  <christophe.dumez@intel.com>
46240
46241         Unreviewed rebaseline.
46242
46243         Rebaseline several compositing tests after r137798.
46244
46245         * compositing/iframes/overlapped-nested-iframes-expected.txt:
46246         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
46247         * compositing/rtl/rtl-iframe-absolute-expected.txt:
46248         * compositing/rtl/rtl-iframe-fixed-expected.txt:
46249         * compositing/rtl/rtl-iframe-relative-expected.txt:
46250         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
46251         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
46252         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
46253         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
46254
46255 2012-12-16  Mihnea Ovidenie  <mihnea@adobe.com>
46256
46257         [CSSRegions] Pseudo-elements should not be directly collected into a named flow
46258         https://bugs.webkit.org/show_bug.cgi?id=105046
46259
46260         Reviewed by Abhishek Arya.
46261
46262         Prevent pseudo-elements to be collected into a named-flow by bailing out early in the collecting stage.
46263
46264         Following the CSSRegions spec, http://dev.w3.org/csswg/css3-regions/#flow-into, the pseudo-elements
46265         like ::before/::after/::first-letter/::first-line are not allowed to become content nodes, being directly
46266         collected into a flow thread.
46267
46268         * fast/regions/pseudo-after-content-node-expected.txt: Added.
46269         * fast/regions/pseudo-after-content-node.html: Added.
46270         * fast/regions/pseudo-before-content-node-expected.txt: Added.
46271         * fast/regions/pseudo-before-content-node.html: Added.
46272         * fast/regions/pseudo-first-letter-content-node-expected.txt: Added.
46273         * fast/regions/pseudo-first-letter-content-node.html: Added.
46274         * fast/regions/pseudo-first-line-content-node-expected.txt: Added.
46275         * fast/regions/pseudo-first-line-content-node.html: Added.
46276
46277 2012-12-16  Mihai Maerean  <mmaerean@adobe.com>
46278
46279         [CSS Regions] broken feature detection: body.webkitRegionOverset and body.webkitGetRegionFlowRanges shouldn't succeed when disabled at runtime.
46280         https://bugs.webkit.org/show_bug.cgi?id=99707
46281
46282         Reviewed by Hajime Morita.
46283
46284         The bug is that the CSS Regions feature leaks information at run-time. There are JS properties that exist even
46285         if the feature is disabled at run-time (document.webkitGetNamedFlows, document.body.webkitRegionOverset,
46286         document.body.webkitGetRegionFlowRanges and window.WebKitCSSRegionRule).
46287         The best LayoutTest would test that the properties exist when the feature is enabled and that the properties
46288         just aren't there when the feature is disabled.
46289         But, since during running Layout Tests the feature is enabled by default and switching the
46290         RuntimeEnabledFeatures requires the process to be restarted and that is currently not possible, we can only test
46291         that the properties exist and have the proper type.
46292
46293         * fast/regions/region-leak-js-information-when-disabled-at-runtime-expected.txt: Added.
46294         * fast/regions/region-leak-js-information-when-disabled-at-runtime.html: Added.
46295
46296 2012-12-15  Ian Vollick  <vollick@chromium.org>
46297
46298         [chromium] More expectations updates for composited scrolling.
46299
46300         Unreviewed change. Updating expectations.
46301
46302         Added expectations for a remaining test that needs a new baseline.
46303
46304         * platform/chromium/TestExpectations:
46305
46306 2012-12-15  Ian Vollick  <vollick@chromium.org>
46307
46308         [chromium] More expectations updates for composited scrolling.
46309
46310         Unreviewed change. Updating expectations.
46311
46312         Some of the Failures noted in the last change were actually
46313         ImageOnlyFailures, and some tests are now passing - these are
46314         corrected in this patch.
46315
46316         * platform/chromium/TestExpectations:
46317
46318 2012-12-15  Ian Vollick  <vollick@chromium.org>
46319
46320         [chromium] Update test expectations now that we're opting into composited scrolling
46321         https://bugs.webkit.org/show_bug.cgi?id=105123
46322
46323         Unreviewed change. Updating expectations.
46324
46325         Added expectations for tests that need updated baselines now that
46326         we're opting into composited scrolling.
46327
46328         * platform/chromium/TestExpectations:
46329
46330 2012-12-15  Ian Vollick  <vollick@chromium.org>
46331
46332         Automatically use composited scrolling
46333         https://bugs.webkit.org/show_bug.cgi?id=94743
46334
46335         Reviewed by Adrienne Walker.
46336
46337         Tests various configurations of elements to ensure that we only automatically opt into
46338         composited scrolling when it is safe to do so.
46339
46340         * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
46341         * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.
46342         * platform/chromium/TestExpectations:
46343          The test platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style.html
46344          is failing due to wkb.ug/103156
46345
46346 2012-12-15  No'am Rosenthal  <noam@webkit.org>
46347
46348         Disambiguate "background color" and "contents as solid color" on GraphicsLayer
46349         https://bugs.webkit.org/show_bug.cgi?id=104842
46350
46351         Reviewed by Simon Fraser.
46352
46353         Since we don't set the background color for a layer with a solid color, the test results have to be rebaselined.
46354
46355         * compositing/backing/no-backing-for-clip-expected.txt:
46356         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
46357         * compositing/backing/no-backing-for-perspective-expected.txt:
46358         * compositing/columns/composited-in-paginated-expected.txt:
46359         * compositing/geometry/ancestor-overflow-change-expected.txt:
46360         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
46361         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
46362         * compositing/geometry/clip-expected.txt:
46363         * compositing/geometry/clip-inside-expected.txt:
46364         * compositing/geometry/composited-in-columns-expected.txt:
46365         * compositing/geometry/flipped-writing-mode-expected.txt:
46366         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
46367         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
46368         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
46369         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
46370         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
46371         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
46372         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
46373         * compositing/geometry/preserve-3d-switching-expected.txt:
46374         * compositing/iframes/become-composited-nested-iframes-expected.txt:
46375         * compositing/iframes/become-overlapped-iframe-expected.txt:
46376         * compositing/iframes/composited-parent-iframe-expected.txt:
46377         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
46378         * compositing/iframes/connect-compositing-iframe-expected.txt:
46379         * compositing/iframes/connect-compositing-iframe2-expected.txt:
46380         * compositing/iframes/connect-compositing-iframe3-expected.txt:
46381         * compositing/iframes/enter-compositing-iframe-expected.txt:
46382         * compositing/iframes/iframe-resize-expected.txt:
46383         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
46384         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
46385         * compositing/iframes/overlapped-iframe-expected.txt:
46386         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
46387         * compositing/iframes/page-cache-layer-tree-expected.txt:
46388         * compositing/iframes/scrolling-iframe-expected.txt:
46389         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
46390         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
46391         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
46392         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
46393         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
46394         * compositing/layer-creation/overlap-animation-expected.txt:
46395         * compositing/layer-creation/overlap-child-layer-expected.txt:
46396         * compositing/layer-creation/overlap-clipping-expected.txt:
46397         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
46398         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
46399         * compositing/layer-creation/overlap-transforms-expected.txt:
46400         * compositing/layer-creation/scroll-partial-update-expected.txt:
46401         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
46402         * compositing/layer-creation/stacking-context-overlap-expected.txt:
46403         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
46404         * compositing/layer-creation/translatez-overlap-expected.txt:
46405         * compositing/overflow-trumps-transform-style-expected.txt:
46406         * compositing/overflow/clip-descendents-expected.txt:
46407         * compositing/plugins/no-backing-store-expected.txt:
46408         * compositing/rtl/rtl-absolute-expected.txt:
46409         * compositing/rtl/rtl-absolute-overflow-expected.txt:
46410         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
46411         * compositing/rtl/rtl-fixed-expected.txt:
46412         * compositing/rtl/rtl-fixed-overflow-expected.txt:
46413         * compositing/rtl/rtl-relative-expected.txt:
46414         * compositing/tiled-layers-hidpi-expected.txt:
46415         * compositing/visible-rect/2d-transformed-expected.txt:
46416         * compositing/visible-rect/3d-transform-style-expected.txt:
46417         * compositing/visible-rect/3d-transformed-expected.txt:
46418         * compositing/visible-rect/animated-expected.txt:
46419         * compositing/visible-rect/animated-from-none-expected.txt:
46420         * compositing/visible-rect/clipped-by-viewport-expected.txt:
46421         * compositing/visible-rect/clipped-visible-rect-expected.txt:
46422         * compositing/visible-rect/iframe-and-layers-expected.txt:
46423         * compositing/visible-rect/nested-transform-expected.txt:
46424         * compositing/visible-rect/scrolled-expected.txt:
46425         * css3/filters/filtered-compositing-descendant-expected.txt:
46426         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
46427         * platform/mac/compositing/iframes/resizer-expected.txt:
46428         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
46429         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
46430         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
46431         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
46432         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
46433
46434 2012-12-14  Beth Dakin  <bdakin@apple.com>
46435
46436         https://bugs.webkit.org/show_bug.cgi?id=105064
46437         fast/css/nested-layers-with-hover.html fails on the Mac WK2 bots, and seems to be 
46438         a bad test
46439
46440         Reviewed by Tim Horton.
46441
46442         There were a number of problems with this test, and this patch attempts to fix 
46443         them all. The problems were:
46444         -This test was failing on the WK2 bots.
46445         -But it was comparing against expected results that expected to fail, so that's 
46446         bad!
46447         -In the cross-platform directory there were expected results checked in that look 
46448         for a render tree dump, but those results haven't made sense for a while since 
46449         that test was converted to dumpAsText() months ago.
46450
46451         This patch updates the test so that it will actually work. To do that, we need to 
46452         make sure layout is up to date and also use window.setTimeout() to run the 
46453         function to assess our hover state rather than relying on onmousemove.
46454         * fast/css/nested-layers-with-hover-expected.txt:
46455         * fast/css/nested-layers-with-hover.html:
46456         * platform/mac/fast/css/nested-layers-with-hover-expected.png: Removed.
46457         * platform/mac/fast/css/nested-layers-with-hover-expected.txt: Removed.
46458
46459 2012-12-14  Yuki Sekiguchi  <yuki.sekiguchi@access-company.com>
46460
46461         Emphasis mark is printed after inline-block with justify
46462         https://bugs.webkit.org/show_bug.cgi?id=104631
46463
46464         Reviewed by Dean Jackson.
46465
46466         Test that emphasis marks are not drawn incorrectly in justified text with inline boxes.
46467
46468         * fast/inline/justify-emphasis-inline-box.html: Added.
46469         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.png: Added.
46470         * platform/chromium-mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
46471         * platform/mac/fast/inline/justify-emphasis-inline-box-expected.txt: Added.
46472
46473 2012-12-14  Beth Dakin  <bdakin@apple.com>
46474
46475         Updating these results again since this failing test has started failing in a new 
46476         way. https://bugs.webkit.org/show_bug.cgi?id=58332 represents fixing the bug. 
46477
46478         * platform/mac-wk2/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt:
46479
46480 2012-12-14  James Simonsen  <simonjam@chromium.org>
46481
46482         [Resource Timing] Properly report reused connections
46483         https://bugs.webkit.org/show_bug.cgi?id=104986
46484
46485         Reviewed by Tony Gentilcore.
46486
46487         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse-expected.txt: Added.
46488         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse.html: Added.
46489
46490 2012-12-14  Adam Klein  <adamk@chromium.org>
46491
46492         fast/dom/HTMLTemplateElement/inertContents.html is flaky
46493         https://bugs.webkit.org/show_bug.cgi?id=104023
46494
46495         Reviewed by Eric Seidel.
46496
46497         Made the test only check inertness using <script>, since
46498         <img>s are currently flaky due to the preload scanner.
46499         
46500         * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
46501         * fast/dom/HTMLTemplateElement/inertContents.html:
46502         * platform/chromium/TestExpectations:
46503
46504 2012-12-14  Anton Vayvod  <avayvod@chromium.org>
46505
46506         Consider inline-block and inline-table elements to be autosizing clusters.
46507         https://bugs.webkit.org/show_bug.cgi?id=104702
46508
46509         Reviewed by Julien Chaffraix.
46510
46511         Added tests to verify that display:inline-block, display:inline-table and alike elements become clusters.
46512
46513         * fast/text-autosizing/cluster-inline-block-or-table-expected.html: Added.
46514         * fast/text-autosizing/cluster-inline-block-or-table.html: Added.
46515         * fast/text-autosizing/cluster-inline-grid-flex-box-expected.html: Added.
46516         * fast/text-autosizing/cluster-inline-grid-flex-box.html: Added.
46517
46518 2012-12-14  Beth Dakin  <bdakin@apple.com>
46519
46520         Marking these tests as failure for now.
46521         https://bugs.webkit.org/show_bug.cgi?id=105049 tracks fixing the issue.
46522
46523         * platform/mac/TestExpectations:
46524
46525 2012-12-14  Sheriff Bot  <webkit.review.bot@gmail.com>
46526
46527         Unreviewed, rolling out r137570.
46528         http://trac.webkit.org/changeset/137570
46529         https://bugs.webkit.org/show_bug.cgi?id=105048
46530
46531         Stale nodes in the touchEventTarget HashCountedSet are
46532         triggering crashes. Rolling out while I find the root cause.
46533         (Requested by leviw on #webkit).
46534
46535         * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Removed.
46536         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Removed.
46537
46538 2012-12-14  Zan Dobersek  <zandobersek@gmail.com>
46539
46540         Unreviewed GTK gardening.
46541
46542         Adding crash expectations for two regressions after r137487 and r137607.
46543
46544         * platform/gtk/TestExpectations:
46545
46546 2012-12-14  Roger Fong  <roger_fong@apple.com>
46547
46548         Unreviewed rebaselines on Win7 port after r137336.
46549
46550         * media/video-controls-captions-trackmenu.html:
46551         * platform/win/fast/css-generated-content: Added.
46552         * platform/win/fast/css-generated-content/table-row-group-to-inline-expected.txt: Added.
46553         * platform/win/fast/css/empty-generated-content-expected.txt: Added.
46554         * platform/win/http/tests/misc: Added.
46555         * platform/win/http/tests/misc/acid3-expected.txt: Added.
46556
46557 2012-12-14  Michelangelo De Simone  <michelangelo@webkit.org>
46558
46559         [CSS Shaders] Remove code for the other mesh box types (border-box | padding-box | content-box)
46560         https://bugs.webkit.org/show_bug.cgi?id=103776
46561
46562         Reviewed by Dean Jackson.
46563
46564         MeshBoxBoxType has been removed from the spec and from the code.
46565         Parsing code has been retained for legacy reason and will be updated in a different patch
46566         (see: https://bugs.webkit.org/show_bug.cgi?id=103778).
46567
46568         Current tests have been updated and new legacy test cases have been added to custom-filter-property-parsing.
46569
46570         * css3/filters/custom/custom-filter-animation-expected.txt:
46571         * css3/filters/custom/custom-filter-animation.html:
46572         * css3/filters/custom/custom-filter-array-blending-expected.txt:
46573         * css3/filters/custom/custom-filter-array-blending.html:
46574         * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
46575         * css3/filters/custom/custom-filter-property-parsing-expected.txt:
46576         * css3/filters/custom/custom-filter-transforms-animation-expected.txt:
46577         * css3/filters/custom/custom-filter-transforms-animation.html:
46578         * css3/filters/script-tests/custom-filter-property-computed-style.js:
46579         * css3/filters/script-tests/custom-filter-property-parsing.js:
46580
46581 2012-12-14  W. James MacLean  <wjmaclean@chromium.org>
46582
46583         [Chromium gardening] Set expectations for platform/chromium/virtual/gpu/compositedscrolling/scrollbars/scrollbar-drag-thumb-with-large-content-expected.html
46584
46585         Unreviewed gardening change.
46586
46587         Need to mirror the expectations for the virtual tests against those for the
46588         original.
46589
46590         * platform/chromium/TestExpectations:
46591
46592 2012-12-14  Florin Malita  <fmalita@chromium.org>
46593
46594         [Chromium] Unreviewed rebaseline after Skia roll @6773.
46595
46596         * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
46597         * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
46598         * platform/chromium-linux/fast/borders/borderRadiusDotted04-expected.png:
46599         * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png:
46600         * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png:
46601         * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png:
46602
46603 2012-12-14  John Mellor  <johnme@chromium.org>
46604
46605         Text Autosizing: Don't autosize unwrappable blocks
46606         https://bugs.webkit.org/show_bug.cgi?id=104925
46607
46608         Reviewed by Julien Chaffraix.
46609
46610         Added tests verifying that this prevents unwrappable blocks from being
46611         autosized, and that this has no effect on unwrappable inlines.
46612
46613         * fast/text-autosizing/unwrappable-blocks-expected.html: Added.
46614         * fast/text-autosizing/unwrappable-blocks.html: Added.
46615         * fast/text-autosizing/unwrappable-inlines-expected.html: Added.
46616         * fast/text-autosizing/unwrappable-inlines.html: Added.
46617
46618 2012-12-14  Kentaro Hara  <haraken@chromium.org>
46619
46620         Remove an exception message from insertedIntoDocument-no-crash-expected.txt
46621         https://bugs.webkit.org/show_bug.cgi?id=104982
46622
46623         Reviewed by Ryosuke Niwa.
46624
46625         To make the test result identical in all platforms, this patch
46626         removes an exception message from insertedIntoDocument-no-crash-expected.txt.
46627
46628         * fast/dom/insertedIntoDocument-no-crash-expected.txt:
46629         * fast/dom/insertedIntoDocument-no-crash.html:
46630
46631 2012-12-14  Kentaro Hara  <haraken@chromium.org>
46632
46633         Unreviewed. Rebaselined images.
46634
46635         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46636         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46637         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46638
46639 2012-12-14  Kentaro Hara  <haraken@chromium.org>
46640
46641         Unreviewed. Marked fast/css/variables/case-insensitive.html as [ Pass Crash ]
46642
46643         * platform/chromium/TestExpectations:
46644
46645 2012-12-14  Kunihiko Sakamoto  <ksakamoto@chromium.org>
46646
46647         Hours field of date/time input UI should respect step attribute
46648         https://bugs.webkit.org/show_bug.cgi?id=104993
46649
46650         Reviewed by Kent Tamura.
46651
46652         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
46653         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
46654         Added test cases for hour field.
46655
46656 2012-12-14  Shinya Kawanaka  <shinyak@chromium.org>
46657
46658         [Shadow DOM] ShadowRoot.getElementById() should work outside document.
46659         https://bugs.webkit.org/show_bug.cgi?id=87815
46660
46661         Reviewed by Hajime Morita.
46662
46663         * fast/dom/shadow/getelementbyid-in-orphan-expected.txt: Added.
46664         * fast/dom/shadow/getelementbyid-in-orphan.html: Added.
46665
46666 2012-12-14  Eugene Klyuchnikov  <eustas@chromium.org>
46667
46668         http/tests/inspector/resource-main-cookies.php is broken on Mac after r137585
46669         https://bugs.webkit.org/show_bug.cgi?id=104977
46670
46671         Reviewed by Vsevolod Vlasov.
46672
46673         Adopted Webkit Bug 104893 changes.
46674
46675         * http/tests/inspector/resource-main-cookies.php: Adopted changes.
46676
46677 2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>
46678
46679         Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
46680         https://bugs.webkit.org/show_bug.cgi?id=104991
46681
46682         This patch copies pan scrolling related test from Win port to Chromium-Win port
46683         for catching pan scrolling breakage on Chromium-Win port.
46684
46685         * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
46686         * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Copied from platform/mac/fast/events.
46687         * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: ditto
46688         * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: ditto
46689         * platform/chromium-win/fast/events/panScroll-event-fired.html: ditto
46690         * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: ditto.
46691         * platform/chromium-win/fast/events/panScroll-nested-divs.html: ditto
46692
46693 2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>
46694
46695         Unreviewed, rolling out r137720.
46696         http://trac.webkit.org/changeset/137720
46697         https://bugs.webkit.org/show_bug.cgi?id=104991
46698
46699         Wrong Commit
46700
46701         * platform/chromium/TestExpectations:
46702
46703 2012-12-14  Yoshifumi Inoue  <yosin@chromium.org>
46704
46705         Unreviewed, rolling out r137719.
46706         http://trac.webkit.org/changeset/137719
46707         https://bugs.webkit.org/show_bug.cgi?id=104991
46708
46709         Wrong commit
46710
46711         * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
46712         * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Removed.
46713         * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Removed.
46714         * platform/chromium-win/fast/events/panScroll-event-fired.html: Removed.
46715         * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Removed.
46716         * platform/chromium-win/fast/events/panScroll-nested-divs.html: Removed.
46717
46718 2012-12-14  Joanmarie Diggs  <jdiggs@igalia.com>
46719
46720         [GTK] accessibility/ellipsis-text.html is failing
46721         https://bugs.webkit.org/show_bug.cgi?id=98365
46722
46723         Reviewed by Martin Robinson.
46724
46725         The test was failing due to differences in the accessible hierarchies
46726         with respect to which object contains the accessible text. The solution
46727         is to conditionalize the test.
46728
46729         * accessibility/ellipsis-text.html: Modified to handle differences in
46730         the accessible hierarchy
46731         * platform/gtk/TestExpectations: Unskipped the failing test
46732
46733 2012-12-13  Yoshifumi Inoue  <yosin@chromium.org>
46734
46735         Copy platform/win/fast/events/panScroll-* to platform/chromium-win/fast/events
46736         https://bugs.webkit.org/show_bug.cgi?id=104991
46737
46738         This patch copies pan scrolling related test from Win port to Chromium-Win port
46739         for catching pan scrolling breakage on Chromium-Win port.
46740
46741         * platform/chromium/TestExpectations: Disables panScroll tests other than Windows.
46742         * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
46743         * platform/chromium-win/fast/events/panScroll-click-hyperlink.html: Added.
46744         * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Added.
46745         * platform/chromium-win/fast/events/panScroll-event-fired.html: Added.
46746         * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Added.
46747         * platform/chromium-win/fast/events/panScroll-nested-divs.html: Added.
46748
46749 2012-12-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>
46750
46751         Seconds/Minutes field of date/time input UI should respect step attribute
46752         https://bugs.webkit.org/show_bug.cgi?id=104985
46753
46754         Reviewed by Kent Tamura.
46755
46756         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
46757         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
46758         Added test cases for seconds and minutes fields.
46759         Update an expectation for milliseconds: value=07:13:00.500, step=0 should round to 07:13:00.000
46760         (setInputAttributes): Set value attribute first to avoid the focused field becomes read-only and unfocused.
46761
46762 2012-12-13  Ian Vollick  <vollick@chromium.org>
46763
46764         [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
46765         https://bugs.webkit.org/show_bug.cgi?id=104911
46766
46767         Reviewed by Dirk Pranke.
46768
46769         Updated the test expectations for the virtual test suite to match the
46770         usual chromium test expectations.
46771
46772         * platform/chromium/TestExpectations:
46773
46774 2012-12-13  Takashi Sakamoto  <tasak@google.com>
46775
46776         [Shadow DOM]: scoped styles are not applied in the cascade order.
46777         https://bugs.webkit.org/show_bug.cgi?id=103239
46778
46779         Reviewed by Dimitri Glazkov.
46780
46781         * fast/css/style-scoped/style-scoped-nested-expected.txt: Added.
46782         * fast/css/style-scoped/style-scoped-nested.html: Added.
46783         * fast/css/style-scoped/style-scoped-with-important-rule-expected.txt: Added.
46784         * fast/css/style-scoped/style-scoped-with-important-rule.html: Added.
46785         * fast/regions/style-scoped-in-flow-override-region-styling-expected.html:
46786         * fast/regions/style-scoped-in-flow-override-region-styling.html:
46787         Changed the test's expectation.
46788         Since @region's scoping element is :root but scoped styles' scoping
46789         element is a descendant element of :root, scoped styles should win.
46790
46791 2012-12-13  Kentaro Hara  <haraken@chromium.org>
46792
46793         ChildNodesLazySnapshot::nextNode() can crash
46794         https://bugs.webkit.org/show_bug.cgi?id=104982
46795
46796         Reviewed by Hajime Morita.
46797
46798         ChildNodesLazySnapshot::nextNode() can crash for
46799         fast/dom/insertedIntoDocument-no-crash.html.
46800         The root cause is that ChildNodesLazySnapshot::m_currentNode
46801         was not a RefPtr. This patch changes it to a RefPtr.
46802
46803         Test: fast/dom/insertedIntoDocument-no-crash.html
46804
46805         * fast/dom/insertedIntoDocument-no-crash-expected.txt: Added.
46806         * fast/dom/insertedIntoDocument-no-crash.html: Added.
46807
46808 2012-12-13  Philip Rogers  <pdr@google.com>
46809
46810         Clear m_timeContainer on SVGSMILElement removal.
46811         https://bugs.webkit.org/show_bug.cgi?id=104972
46812
46813         Reviewed by Abhishek Arya.
46814
46815         * svg/custom/removed-from-animation-crash-expected.txt: Added.
46816         * svg/custom/removed-from-animation-crash.html: Added.
46817
46818 2012-12-13  Filip Pizlo  <fpizlo@apple.com>
46819
46820         Named lookups on HTML documents produce inconsistent results in JavaScriptCore bindings
46821         https://bugs.webkit.org/show_bug.cgi?id=104623
46822
46823         Reviewed by Geoffrey Garen.
46824
46825         * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
46826         * fast/js/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
46827         * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps-expected.txt: Added.
46828         * fast/js/prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Added.
46829         * fast/js/script-tests/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
46830         (f):
46831         * fast/js/script-tests/prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Added.
46832         (f):
46833
46834 2012-12-13  Noel Gordon  <noel.gordon@gmail.com>
46835
46836         [chromium] Unreviewed gardening.
46837         https://bugs.webkit.org/show_bug.cgi?id=50282
46838
46839         Skip imagemap tests to avoid incorrect rebaselines such as r136489. The imagemap tests
46840         won't work on chromium until Skia is taught to draw focus rings along arbitrary paths.
46841
46842         * platform/chromium/TestExpectations:
46843
46844 2012-12-13  Xianzhu Wang  <wangxianzhu@chromium.org>
46845
46846         Out-of-view check of fixed position element in frame is incorrect when page is scaled
46847         https://bugs.webkit.org/show_bug.cgi?id=104943
46848
46849         Reviewed by Simon Fraser.
46850
46851         Test cases.
46852
46853         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-expected.txt: Added.
46854         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll-expected.txt: Added.
46855         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe-scroll.html: Added.
46856         * compositing/layer-creation/fixed-position-out-of-view-scaled-iframe.html: Added.
46857         * compositing/layer-creation/resources/fixed-position-out-of-view-frame-scroll.html: Added.
46858         * compositing/layer-creation/resources/fixed-position-out-of-view-frame.html: Added.
46859
46860 2012-12-13  Bear Travis  <betravis@adobe.com>
46861
46862         Positioned replaced elements should resolve vertical margins against their
46863         containing block's logical width
46864         https://bugs.webkit.org/show_bug.cgi?id=103579
46865
46866         Reviewed by Emil A Eklund.
46867
46868         Test that different writing mode combinations between a parent and child correctly
46869         compute percentage margins for an absolutely positioned replaced child.
46870
46871         * fast/writing-mode/percentage-margins-absolute-replaced-expected.txt: Added.
46872         * fast/writing-mode/percentage-margins-absolute-replaced.html: Added.
46873
46874 2012-12-13  Rick Byers  <rbyers@chromium.org>
46875
46876         Layout Test fast/events/mouse-cursor-image-set.html is flaky
46877         https://bugs.webkit.org/show_bug.cgi?id=104945
46878
46879         Reviewed by Beth Dakin.
46880
46881         Fix typo that prevented one of the images from being reliably pre-loaded.
46882         A deeper fix to avoid these class of issues is tracked by
46883         https://bugs.webkit.org/show_bug.cgi?id=104952
46884
46885         * fast/events/mouse-cursor-image-set.html:
46886
46887 2012-12-13  Adrienne Walker  <enne@chromium.org>
46888
46889         Unreviewed, rolling out r137645, r137646, and r137667.
46890         http://trac.webkit.org/changeset/137645
46891         http://trac.webkit.org/changeset/137646
46892         http://trac.webkit.org/changeset/137667
46893         https://bugs.webkit.org/show_bug.cgi?id=104911
46894
46895         Breaks some overflow layout tests
46896
46897         * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Removed.
46898         * compositing/overflow/automatically-opt-into-composited-scrolling.html: Removed.
46899         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
46900         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
46901         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Removed.
46902         * platform/chromium/TestExpectations:
46903
46904 2012-12-13  James Simonsen  <simonjam@chromium.org>
46905
46906         [Resource Timing] Don't report resources with data: urls
46907         https://bugs.webkit.org/show_bug.cgi?id=104868
46908
46909         Reviewed by Tony Gentilcore.
46910
46911         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url-expected.txt: Added.
46912         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url.html: Added.
46913
46914 2012-12-13  Beth Dakin  <bdakin@apple.com>
46915
46916         Rubber-stamped by Tim Horton.
46917
46918         This test needs updates results after http://trac.webkit.org/changeset/137393
46919
46920         * platform/mac/svg/css/shadow-changes-expected.txt:
46921
46922 2012-12-13  Tab Atkins  <tabatkins@google.com>
46923
46924         Switch the gradient drawing code to use bearing angles
46925         https://bugs.webkit.org/show_bug.cgi?id=104616
46926
46927         Reviewed by Dean Jackson.
46928
46929         This change alters a few pixels on the linux baseline.
46930         It may or may not trigger similar failures on Windows and Mac - we'll see.
46931
46932         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
46933         * platform/chromium/TestExpectations:
46934
46935 2012-12-13  Adam Klein  <adamk@chromium.org>
46936
46937         Mark one test as failing and rebaseline another after r137646
46938
46939         Unreviewed chromium gardening.
46940
46941         * platform/chromium-mac-lion/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46942         * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46943         * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added.
46944         * platform/chromium/TestExpectations:
46945
46946 2012-12-13  Adam Klein  <adamk@chromium.org>
46947
46948         Move MutationObserver tests to fast/dom/MutationObserver
46949         https://bugs.webkit.org/show_bug.cgi?id=104948
46950
46951         Reviewed by Ryosuke Niwa.
46952
46953         This seems like a more sensible location, and in line with other DOM features.
46954
46955         * fast/dom/MutationObserver/: Renamed from LayoutTests/fast/mutation/.
46956         * platform/efl-wk2/TestExpectations:
46957         * platform/efl/TestExpectations:
46958         * platform/gtk-wk2/TestExpectations:
46959         * platform/gtk/TestExpectations:
46960         * platform/mac/TestExpectations:
46961         * platform/qt/TestExpectations:
46962         * platform/win/TestExpectations:
46963         * platform/wincairo/TestExpectations:
46964         * platform/wk2/TestExpectations:
46965
46966 2012-12-13  Florin Malita  <fmalita@chromium.org>
46967
46968         [Chromium] Unreviewed rebaselining after Skia roll @6773.
46969
46970         * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
46971         * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
46972         * platform/chromium-win/fast/borders/borderRadiusDotted04-expected.png:
46973         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png:
46974
46975 2012-12-13  Beth Dakin  <bdakin@apple.com>
46976
46977         Another attempt at getting these expectations right for the bots.
46978
46979         * platform/mac/TestExpectations:
46980
46981 2012-12-13  Beth Dakin  <bdakin@apple.com>
46982
46983         Skipping this test for now since it has been failing a lot recently. 
46984         https://bugs.webkit.org/show_bug.cgi?id=104962 tracks fixing to bug.
46985         * platform/mac/TestExpectations:
46986
46987 2012-12-13  Beth Dakin  <bdakin@apple.com>
46988
46989         Skipping this test for now since it has been failing since it was added. 
46990         https://bugs.webkit.org/show_bug.cgi?id=104954 tracks fixing to bug.
46991         * platform/mac/TestExpectations:
46992
46993 2012-12-13  Roger Fong  <roger_fong@apple.com>
46994
46995         Unreviewed gardening. Apple Windows port.
46996
46997         * platform/win/TestExpectations:
46998         * platform/win/accessibility/deleting-iframe-destroys-axcache-expected.txt:
46999         * platform/win/fast/css/image-resolution/image-resolution-expected.txt:
47000         * platform/win/fast/text/decorations-with-text-combine-expected.txt: Added.
47001         * platform/win/fast/text/orientation-sideways-expected.txt:
47002         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
47003         * platform/win/svg/css/shadow-changes-expected.txt: Added.
47004
47005 2012-12-13  Beth Dakin  <bdakin@apple.com>
47006
47007         This test has been failing on the Mac bots for a while. 
47008         https://bugs.webkit.org/show_bug.cgi?id=104949
47009         
47010         * platform/mac/TestExpectations:
47011
47012 2012-12-13  Beth Dakin  <bdakin@apple.com>
47013
47014         Fixing a copy-paste error.
47015
47016         * platform/mac/TestExpectations:
47017
47018 2012-12-13  Beth Dakin  <bdakin@apple.com>
47019
47020         Marking these tests as failing since they are failing on the bots. 
47021         https://bugs.webkit.org/show_bug.cgi?id=104942 tracks fixing the actual bug.
47022
47023         * platform/mac/TestExpectations:
47024
47025 2012-12-13  Ian Vollick  <vollick@chromium.org>
47026
47027         Automatically use composited scrolling
47028         https://bugs.webkit.org/show_bug.cgi?id=94743
47029
47030         Reviewed by Adrienne Walker.
47031
47032         Tests various configurations of elements to ensure that we only automatically opt into
47033         composited scrolling when it is safe to do so.
47034
47035         * compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
47036         * compositing/overflow/automatically-opt-into-composited-scrolling.html: Added.
47037
47038 2012-12-13  Ian Vollick  <vollick@chromium.org>
47039
47040         [chromium] Add a virtual test suite for enabling opt-in to composited scrolling
47041         https://bugs.webkit.org/show_bug.cgi?id=104911
47042
47043         Reviewed by Adrienne Walker.
47044
47045         Updated the test expectations for the virtual test suite to match the
47046         usual chromium test expectations.
47047
47048         * platform/chromium/TestExpectations:
47049
47050 2012-12-13  Beth Dakin  <bdakin@apple.com>
47051
47052         This test started failing after http://trac.webkit.org/changeset/137592 which 
47053         rolled out a patch that touched these results. I am going to re-set the results 
47054         for now so that the test will pass, and make a note in the bug.
47055
47056         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
47057
47058 2012-12-13  David Grogan  <dgrogan@chromium.org>
47059
47060         IndexedDB: Improve error messages
47061         https://bugs.webkit.org/show_bug.cgi?id=104624
47062
47063         Reviewed by Tony Chang.
47064
47065         Updated error message and establish that non-ascii characters in index
47066         names don't make it back to the browser properly.
47067
47068         * storage/indexeddb/resources/shared.js:
47069         (unexpectedAbortCallback):
47070         * storage/indexeddb/resources/transaction-error.js:
47071         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
47072         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
47073         (testErrorFromCommit.trans.oncomplete):
47074         (testErrorFromCommit):
47075         * storage/indexeddb/transaction-error-expected.txt:
47076         * storage/indexeddb/transaction-error.html:
47077
47078 2012-12-13  David Barton  <dbarton@mathscribe.com>
47079
47080         Heap-use-after-free in WebCore::RenderBlock::finishDelayUpdateScrollInfo
47081         https://bugs.webkit.org/show_bug.cgi?id=103750
47082
47083         Reviewed by Tony Chang.
47084
47085         * mathml/mo-stretch-crash-expected.txt: Added.
47086         * mathml/mo-stretch-crash.html: Added.
47087
47088 2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>
47089
47090         [GTK] accessibiltiy/aria-hidden.html is failing
47091         https://bugs.webkit.org/show_bug.cgi?id=98352
47092
47093         Reviewed by Martin Robinson.
47094
47095         The test is failing due to platform differences in the implementation of
47096         AccessibilityUIElement::allAttributes(). This test does not require this
47097         method as it is only looking at the AXTitle attribute.
47098
47099         * accessibility/aria-hidden-expected.txt: Included the actual reason for
47100         passing/failing in the results output.
47101         * accessibility/aria-hidden.html: Included the actual reason for passing/
47102         failing in the results output.
47103         * platform/gtk/TestExpectations: Unskipped the failing test.
47104
47105 2012-12-13  Adam Klein  <adamk@chromium.org>
47106
47107         Unreviewed. Update chromium expectatins for fonts/monospace.html
47108
47109         * platform/chromium/TestExpectations:
47110
47111 2012-12-13  Nate Chapin  <japhet@chromium.org>
47112
47113         Route main resource loads through the memory cache.
47114         https://bugs.webkit.org/show_bug.cgi?id=49246
47115
47116         Reviewed by Alexey Proskuryakov.
47117
47118         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
47119             by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
47120             failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
47121             content policy check on ResourceRequests with empty urls).
47122         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
47123         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
47124             by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
47125             failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
47126             content policy check on ResourceRequests with empty urls).
47127
47128 2012-12-13  Joanmarie Diggs  <jdiggs@igalia.com>
47129
47130         [GTK] Expose ARIA roles for tab, tabpanel and tablist
47131         https://bugs.webkit.org/show_bug.cgi?id=84043
47132
47133         Reviewed by Martin Robinson.
47134
47135         Mapped the ARIA roles to the corresponding ATK roles and unskipped the
47136         associated test. Also created the missing platform-specific expected
47137         results.
47138
47139         * accessibility/aria-tab-roles-expected.txt: Added.
47140         * platform/gtk/TestExpectations: Unskipped the associated test.
47141
47142 2012-12-13  Sheriff Bot  <webkit.review.bot@gmail.com>
47143
47144         Unreviewed, rolling out r137512.
47145         http://trac.webkit.org/changeset/137512
47146         https://bugs.webkit.org/show_bug.cgi?id=104912
47147
47148         The entire GTK+ layout test step has been failing for hours
47149         (Requested by mrobinson on #webkit).
47150
47151         * accessibility/button-title-uses-inner-img-alt-expected.txt: Removed.
47152         * accessibility/button-title-uses-inner-img-alt.html: Removed.
47153         * accessibility/focusable-div-expected.txt:
47154         * accessibility/focusable-div.html:
47155         * platform/chromium/TestExpectations:
47156         * platform/chromium/accessibility/image-link-expected.txt:
47157         * platform/mac/accessibility/image-link-expected.txt:
47158         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
47159         * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt:
47160         * platform/mac/accessibility/static-text-role-uses-text-under-element.html:
47161         * platform/mac/accessibility/table-with-aria-role-expected.txt:
47162
47163 2012-12-13  Kentaro Hara  <haraken@chromium.org>
47164
47165         Unreviewed. Rebaselined compositor-touch-hit-rects.html.
47166
47167         * platform/chromium-linux/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
47168         * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
47169         * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
47170
47171 2012-12-13  Eugene Klyuchnikov  <eustas@chromium.org>
47172
47173         Web Inspector: Network: Sorting cookies by size is broken.
47174         https://bugs.webkit.org/show_bug.cgi?id=104893
47175
47176         Reviewed by Alexander Pavlov.
47177
47178         Adopt new cookie field accessors.
47179
47180         * inspector/cookie-parser.html: Adopt new cookie field accessors.
47181
47182 2012-12-13  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
47183
47184         [Mac][WK2] Unreviewed, spelling-unified-emulation.html fails after 137571
47185
47186         Replace the "zzz" word with "buzz" for mac-wk2.
47187
47188         * platform/mac-wk2/editing/spelling/spelling-unified-emulation-expected.txt:
47189
47190 2012-12-12  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
47191
47192         [EFL][GTK] spelling-unified-emulation.html fails - word "zzz" cannot be found by enchant
47193         https://bugs.webkit.org/show_bug.cgi?id=104787
47194
47195         Reviewed by Hajime Morita.
47196
47197         Replace the "zzz" word with "buzz".
47198         The problematic sound of snoring can not be found by enchant (spellchecker backend
47199         for EFL and GTK+ WebKit ports) as this word doesn't exist in English dictionary.
47200
47201         * editing/spelling/spelling-unified-emulation-expected.txt:
47202         * editing/spelling/spelling-unified-emulation.html:
47203         * platform/efl-wk2/TestExpectations:
47204
47205 2012-12-07  Levi Weintraub  <leviw@chromium.org>
47206
47207         Add support for tracking hit test rectangles to enable fast event rejection in the compositor
47208         https://bugs.webkit.org/show_bug.cgi?id=103914
47209
47210         Reviewed by Simon Fraser.
47211
47212         * platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: Added.
47213         * platform/chromium/fast/events/touch/compositor-touch-hit-rects.html: Added.
47214
47215 2012-12-12  Kent Tamura  <tkent@chromium.org>
47216
47217         Validity of a radio button is not updated correctly when it is detached from an invalid radio group
47218         https://bugs.webkit.org/show_bug.cgi?id=104873
47219
47220         Reviewed by Kentaro Hara.
47221
47222         * fast/forms/radio/radio-live-validation-style-expected.txt:
47223         * fast/forms/radio/radio-live-validation-style.html: Add a test case.
47224
47225 2012-12-12  Kunihiko Sakamoto  <ksakamoto@chromium.org>
47226
47227         Milliseconds field of date/time input UI should respect step attribute
47228         https://bugs.webkit.org/show_bug.cgi?id=104628
47229
47230         Reviewed by Kent Tamura.
47231
47232         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt:
47233         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
47234         Changed to use eventSender.keyDown() instead of making keydown event because we need delete-key handling.
47235         Added new helper function test() and changed stepUp/stepDown to use it.
47236         Added test cases for milliseconds field with various step values and step baees.
47237
47238 2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>
47239
47240         [CSS Grid Layout] Include paddings and borders into the grid element's logical height / width
47241         https://bugs.webkit.org/show_bug.cgi?id=104818
47242
47243         Reviewed by Tony Chang.
47244
47245         * fast/css-grid-layout/grid-element-padding-margin-expected.txt: Added.
47246         * fast/css-grid-layout/grid-element-padding-margin.html: Added.
47247
47248 2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>
47249
47250         [Shadow] HTMLContentElement::getDistributedNodes() doesn't work correctly if not in document tree.
47251         https://bugs.webkit.org/show_bug.cgi?id=104345
47252
47253         Reviewed by Hajime Morita.
47254
47255         * fast/dom/shadow/get-distributed-nodes-orphan-expected.txt: Added.
47256         * fast/dom/shadow/get-distributed-nodes-orphan.html: Added.
47257
47258 2012-12-12  Emil A Eklund  <eae@chromium.org>
47259
47260         Unreviewed chromium rebaseline for fast/repaint/delete-into-nested-block.html
47261
47262         * platform/chromium-linux/fast/repaint/delete-into-nested-block-expected.png:
47263         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png:
47264         * platform/chromium-mac-snowleopard/fast/repaint/delete-into-nested-block-expected.png:
47265         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
47266         * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.png:
47267         * platform/chromium/TestExpectations:
47268
47269 2012-12-12  Simon Fraser  <simon.fraser@apple.com>
47270
47271         Rebaseline some tiled scrolling results that were affected by r137387.
47272
47273         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
47274         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
47275
47276 2012-12-12  Roger Fong  <roger_fong@apple.com>
47277
47278         Unreviewed. Skip some captions tests on Windows. Failing on both Mac and Windows.
47279
47280         * platform/win/TestExpectations:
47281
47282 2012-12-11  Emil A Eklund  <eae@chromium.org>
47283
47284         REGRESSION (Subpixel layout): Gray vertical lines appear when moving insertion point to right on Mac
47285         https://bugs.webkit.org/show_bug.cgi?id=102402
47286
47287         Reviewed by Simon Fraser.
47288
47289         Add test for caret painting in input field with a subpixel position and padding.
47290
47291         * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html: Added.
47292         * fast/sub-pixel/input-caret-on-subpixel-bound.html: Added.
47293
47294 2012-12-12  Elliott Sprehn  <esprehn@gmail.com>
47295
47296         REGRESSION(137336): Generated run-ins are not placed correctly
47297         https://bugs.webkit.org/show_bug.cgi?id=104840
47298
47299         Reviewed by Abhishek Arya.
47300
47301         Add a test for dynamically adding a generated content run-in.
47302
47303         * fast/css-generated-content/generated-runin-expected.html: Added.
47304         * fast/css-generated-content/generated-runin.html: Added.
47305
47306 2012-12-12  Roger Fong  <roger_fong@apple.com>
47307
47308         Unreviewed. Unskipping some track tests after r137507.
47309
47310         * platform/win/TestExpectations:
47311
47312 2012-12-12  Adam Klein  <adamk@chromium.org>
47313
47314         Unreviewed test expectations update: tweak flakiness of resource timing tests.
47315
47316         * platform/chromium/TestExpectations:
47317
47318 2012-12-12  Adam Klein  <adamk@chromium.org>
47319
47320         Unreviewed test expectations update: tweak flakiness of various tests.
47321
47322         * platform/chromium/TestExpectations:
47323
47324 2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>
47325
47326         Rebaselining platform/mac/accessibility/internal-link-anchors2-expected.txt after r137512
47327         https://bugs.webkit.org/show_bug.cgi?id=101650
47328
47329         This was just a merge error, the correct expectation wasn't checked in.
47330
47331         Unreviewed
47332
47333         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
47334
47335 2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
47336
47337         [Qt][GTK] new fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html fails since introduced in r136857
47338         https://bugs.webkit.org/show_bug.cgi?id=104351
47339
47340         Reviewed by Alejandro G. Castro.
47341
47342         For the platforms gtk/qt that do not have subpixel-layout enabled, adjust the top of the shape-inside box in the expected file.
47343         This is similar to the approach taken for https://bugs.webkit.org/show_bug.cgi?id=100996.
47344
47345         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
47346         * platform/gtk/TestExpectations:
47347         * platform/qt/TestExpectations:
47348
47349 2012-12-12  Chris Rogers  <crogers@google.com>
47350
47351         Implement OfflineAudioContext constructor
47352         https://bugs.webkit.org/show_bug.cgi?id=104188
47353
47354         Reviewed by Kentaro Hara.
47355
47356         Switch Web Audio layout tests to use OfflineAudioContext constructor.
47357
47358         * inspector-protocol/nmi-webaudio.html:
47359         * inspector-protocol/resources/audio-context.html:
47360         * webaudio/audiobuffersource-loop-comprehensive.html:
47361         * webaudio/audiobuffersource-loop-points.html:
47362         * webaudio/audiobuffersource-multi-channels.html:
47363         * webaudio/audiobuffersource-playbackState.html:
47364         * webaudio/audiobuffersource-playbackrate.html:
47365         * webaudio/audiobuffersource-start.html:
47366         * webaudio/audiobuffersource.html:
47367         * webaudio/audiochannelmerger-stereo.html:
47368         * webaudio/audiochannelsplitter.html:
47369         * webaudio/audionode-connect-order.html:
47370         * webaudio/audionode-expected.txt:
47371         * webaudio/audioparam-connect-audioratesignal.html:
47372         * webaudio/audioparam-summingjunction.html:
47373         * webaudio/automatic-pull-node.html:
47374         * webaudio/biquad-allpass.html:
47375         * webaudio/biquad-bandpass.html:
47376         * webaudio/biquad-highpass.html:
47377         * webaudio/biquad-highshelf.html:
47378         * webaudio/biquad-lowpass.html:
47379         * webaudio/biquad-lowshelf.html:
47380         * webaudio/biquad-notch.html:
47381         * webaudio/biquad-peaking.html:
47382         * webaudio/convolution-mono-mono.html:
47383         * webaudio/delaynode-max-default-delay.html:
47384         * webaudio/delaynode-max-nondefault-delay.html:
47385         * webaudio/delaynode-maxdelay.html:
47386         * webaudio/delaynode-maxdelaylimit.html:
47387         * webaudio/delaynode-scheduling.html:
47388         * webaudio/delaynode.html:
47389         * webaudio/distance-exponential.html:
47390         * webaudio/distance-inverse.html:
47391         * webaudio/distance-linear.html:
47392         * webaudio/gain.html:
47393         * webaudio/javascriptaudionode-zero-input-channels.html:
47394         * webaudio/javascriptaudionode.html:
47395         * webaudio/mediaelementaudiosourcenode-gc.html:
47396         * webaudio/mixing.html:
47397         * webaudio/note-grain-on-play.html:
47398         * webaudio/note-grain-on-timing.html:
47399         * webaudio/oscillator-basic.html:
47400         * webaudio/panner-equalpower-stereo.html:
47401         * webaudio/panner-equalpower.html:
47402         * webaudio/realtimeanalyser-fft-sizing.html:
47403         * webaudio/resources/audio-codec-test.js:
47404         (runDecodingTest):
47405         * webaudio/resources/audioparam-testing.js:
47406         (createAudioGraphAndTest):
47407         * webaudio/resources/javascriptaudionode-testing.js:
47408         (runJSNodeTest):
47409         * webaudio/sample-accurate-scheduling.html:
47410         * webaudio/stereo2mono-down-mixing.html:
47411         * webaudio/up-mixing-mono-51.html:
47412         * webaudio/up-mixing-mono-stereo.html:
47413         * webaudio/up-mixing-stereo-51.html:
47414         * webaudio/waveshaper.html:
47415
47416 2012-12-12  Dominic Mazzoni  <dmazzoni@google.com>
47417
47418         AX: textUnderElement should consider alt text, but skip links and controls
47419         https://bugs.webkit.org/show_bug.cgi?id=101650
47420
47421         Reviewed by Chris Fleizach.
47422
47423         Adds new tests to show that getting inner text from an element now ignores
47424         focusable descendants and containers, but uses alternative text.
47425
47426         Updates and rebaselines several tests to reflect the new logic.
47427
47428         * accessibility/button-title-uses-inner-img-alt-expected.txt: Added.
47429         * accessibility/button-title-uses-inner-img-alt.html: Added.
47430         * accessibility/focusable-div-expected.txt: Extended with more test cases.
47431         * accessibility/focusable-div.html: Extended with more test cases.
47432         * platform/chromium/TestExpectations: Un-skip test that now passes.
47433         * platform/chromium/accessibility/image-link-expected.txt: Rebaseline
47434         * platform/mac/accessibility/image-link-expected.txt: Rebaseline
47435         * platform/mac/accessibility/internal-link-anchors2-expected.txt: Rebaseline
47436         * platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt: Rebaseline
47437         * platform/mac/accessibility/static-text-role-uses-text-under-element.html: Fix
47438         * platform/mac/accessibility/table-with-aria-role-expected.txt: Rebaseline
47439
47440 2012-12-12  Philip Rogers  <pdr@google.com>
47441
47442         Fix target element handling in SVGSMILElement.
47443         https://bugs.webkit.org/show_bug.cgi?id=104495
47444
47445         Reviewed by Abhishek Arya.
47446
47447         * svg/animations/target-condition-crash-expected.txt: Added.
47448         * svg/animations/target-condition-crash.html: Added.
47449
47450 2012-12-12  Justin Novosad  <junov@google.com>
47451
47452         Rebaselining fast/backgrounds/gradient-background-leakage-2-expected.html after r137473
47453         https://bugs.webkit.org/show_bug.cgi?id=103409
47454
47455         Unreviewed
47456
47457         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
47458         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
47459         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
47460         * platform/chromium/TestExpectations:
47461
47462 2012-12-12  Justin Novosad  <junov@google.com>
47463
47464         calendar-picker tests have image diffs on cr-mac after r137473
47465         https://bugs.webkit.org/show_bug.cgi?id=104825
47466
47467         Unreviewed
47468
47469         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
47470         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
47471         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
47472         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
47473         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
47474         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
47475         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
47476         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
47477         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
47478         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
47479         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
47480         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
47481         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
47482         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
47483         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
47484         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
47485         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
47486         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
47487         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
47488         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
47489         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
47490         * platform/chromium/TestExpectations:
47491
47492 2012-12-12  Adam Klein  <adamk@chromium.org>
47493
47494         Mark fast/css/nested-rounded-corners.html as flaky on Chromium/MountainLion
47495
47496         Unreviewed.
47497
47498         * platform/chromium/TestExpectations:
47499
47500 2012-12-12  Dean Jackson  <dino@apple.com>
47501
47502         Use CAFilter rather than CIFilter
47503         https://bugs.webkit.org/show_bug.cgi?id=104759
47504
47505         Reviewed by Tim Horton.
47506
47507         Update the expected results. They are now much closer to the software case (on Mac).
47508
47509         * css3/filters/composited-reflected-expected.png:
47510         * css3/filters/effect-blur-hw-expected.png:
47511         * css3/filters/effect-brightness-hw-expected.png:
47512         * css3/filters/effect-combined-hw-expected.png:
47513         * css3/filters/effect-contrast-hw-expected.png:
47514         * css3/filters/effect-drop-shadow-hw-expected.png:
47515         * css3/filters/effect-grayscale-hw-expected.png:
47516         * css3/filters/effect-hue-rotate-hw-expected.png:
47517         * css3/filters/effect-invert-hw-expected.png:
47518         * css3/filters/effect-opacity-hw-expected.png:
47519         * css3/filters/effect-saturate-hw-expected.png:
47520         * css3/filters/effect-sepia-hw-expected.png:
47521
47522 2012-12-12  Adam Klein  <adamk@chromium.org>
47523
47524         Mark the template inert contents test as flaky on cr-win as well.
47525
47526         Unreviewed.
47527
47528         * platform/chromium/TestExpectations:
47529
47530 2012-12-12  Robert Hogan  <robert@webkit.org>
47531
47532         White space between inline blocks should be affected by word-spacing property
47533         https://bugs.webkit.org/show_bug.cgi?id=69072
47534
47535         Reviewed by Levi Weintraub.
47536
47537         * fast/css/word-spacing-between-blocks-expected.html: Added.
47538         * fast/css/word-spacing-between-blocks.html: Added.
47539         * fast/css/word-spacing-between-inlines-expected.html: Added.
47540         * fast/css/word-spacing-between-inlines.html: Added.
47541
47542 2012-12-12  Adam Klein  <adamk@chromium.org>
47543
47544         Mark calendar-picker-appearance tests as ImageOnlyFailures on cr-mac after r137473
47545
47546         Unreviewed gardening.
47547
47548         * platform/chromium/TestExpectations:
47549
47550 2012-12-12  James Simonsen  <simonjam@chromium.org>
47551
47552         [Resource Timing] Failed resources shouldn't be recorded in the buffer
47553         https://bugs.webkit.org/show_bug.cgi?id=104762
47554
47555         Reviewed by Tony Gentilcore.
47556
47557         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures-expected.txt: Added.
47558         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures.html: Added.
47559
47560 2012-12-12  Martin Robinson  <mrobinson@igalia.com>
47561
47562         [GTK] Add authentication support to DRT and fix exposed issues in the libsoup backend
47563         https://bugs.webkit.org/show_bug.cgi?id=104285
47564
47565         Reviewed by Gustavo Noronha Silva.
47566
47567         Unskip authentication tests now that authentication support is in
47568         the harness and issues in the libsoup backend are fixed. Also remove
47569         two expected results for tests that now have the same output as
47570         other platforms.
47571
47572         * platform/gtk/TestExpectations:
47573         * platform/gtk/http/tests/misc/401-alternative-content-expected.txt: Removed.
47574         * platform/gtk/http/tests/xmlhttprequest/failed-auth-expected.txt: Removed.
47575
47576 2012-12-12  Chris Fleizach  <cfleizach@apple.com>
47577
47578         AX: aria-busy should be exposed everywhere, not just on live regions
47579         https://bugs.webkit.org/show_bug.cgi?id=104814
47580
47581         Reviewed by Anders Carlsson.
47582
47583         Update tests that dump all attributes to include aria busy attribute.
47584
47585         * accessibility/transformed-element-expected.txt:
47586         * platform/mac/accessibility/aria-liveregions-attributes-expected.txt:
47587         * platform/mac/accessibility/bounds-for-range-expected.txt:
47588         * platform/mac/accessibility/document-attributes-expected.txt:
47589         * platform/mac/accessibility/document-links-expected.txt:
47590         * platform/mac/accessibility/image-link-expected.txt:
47591         * platform/mac/accessibility/image-map2-expected.txt:
47592         * platform/mac/accessibility/internal-link-anchors-expected.txt:
47593         * platform/mac/accessibility/internal-link-anchors2-expected.txt:
47594         * platform/mac/accessibility/lists-expected.txt:
47595         * platform/mac/accessibility/plugin-expected.txt:
47596         * platform/mac/accessibility/radio-button-group-members-expected.txt:
47597         * platform/mac/accessibility/table-attributes-expected.txt:
47598         * platform/mac/accessibility/table-cell-spans-expected.txt:
47599         * platform/mac/accessibility/table-cells-expected.txt:
47600         * platform/mac/accessibility/table-detection-expected.txt:
47601         * platform/mac/accessibility/table-one-cell-expected.txt:
47602         * platform/mac/accessibility/table-sections-expected.txt:
47603         * platform/mac/accessibility/table-with-aria-role-expected.txt:
47604         * platform/mac/accessibility/table-with-rules-expected.txt:
47605
47606 2012-12-12  Aaron Colwell  <acolwell@chromium.org>
47607
47608         Remove MediaSource 'ended' to 'open' transition when seeking.
47609         https://bugs.webkit.org/show_bug.cgi?id=104583
47610
47611         Reviewed by Eric Carlson.
47612
47613         Updated seeking tests to no longer expect the the 'ended' to 'open'
47614         transition on a seek.
47615
47616         * http/tests/media/media-source/video-media-source-seek-expected.txt:
47617         * http/tests/media/media-source/video-media-source-seek.html:
47618         * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
47619         * http/tests/media/media-source/video-media-source-state-changes.html:
47620         * platform/chromium/TestExpectations:
47621
47622 2012-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
47623
47624         [CSS Regions] Two regions reftests are failing the image match
47625         https://bugs.webkit.org/show_bug.cgi?id=74219
47626
47627         Reviewed by Julien Chaffraix.
47628
47629         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
47630         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,
47631         so that we are able to see how the text lines are displayed in each region.
47632
47633         * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
47634         * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:
47635         * fast/regions/positioned-objects-block-static-spanning-regions-rtl.html:
47636         * fast/regions/positioned-objects-block-static-spanning-regions.html:
47637         * platform/chromium/TestExpectations:
47638         * platform/efl-wk2/TestExpectations:
47639         * platform/efl/TestExpectations:
47640         * platform/gtk/TestExpectations:
47641         * platform/qt/TestExpectations:
47642
47643 2012-12-12  Julien Chaffraix  <jchaffraix@webkit.org>
47644
47645         [CSS Grid Layout] Implement CSS parsing and handling for min-content and max-content
47646         https://bugs.webkit.org/show_bug.cgi?id=104747
47647
47648         Reviewed by Alexis Menard.
47649
47650         Extended the 2 tests to cover -webkit-min-content and -webkit-max-content.
47651
47652         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
47653         * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
47654         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
47655         * fast/css-grid-layout/grid-columns-rows-get-set.html:
47656         * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
47657         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
47658
47659 2012-12-12  Ryosuke Niwa  <rniwa@webkit.org>
47660
47661         Copying text with ruby inserts new lines around rt elements
47662         https://bugs.webkit.org/show_bug.cgi?id=104765
47663
47664         Reviewed by Dan Bernstein.
47665
47666         Added a regression test and rebaseline a test as expected.
47667
47668         * editing/pasteboard/copy-paste-ruby-text-expected.txt: Added.
47669         * editing/pasteboard/copy-paste-ruby-text-with-block-expected.txt: Added.
47670         * editing/pasteboard/copy-paste-ruby-text-with-block.html: Added.
47671         * editing/pasteboard/copy-paste-ruby-text.html: Added.
47672         * editing/selection/paragraph-with-ruby-expected.txt:  new lines around "annotation" has been removed
47673         as expected.
47674         * fast/block/line-layout/selection-highlight-crash-expected.txt:
47675         * fast/ruby/after-doesnt-crash-expected.txt:
47676         * fast/ruby/before-doesnt-crash-expected.txt:
47677         * fast/ruby/parse-rp-expected.txt:
47678         * fast/ruby/ruby-line-height-expected.txt:
47679         * fast/ruby/ruby-text-indent-expected.txt:
47680         * fast/ruby/rubyDOM-insert-rt-block-1-expected.txt:
47681         * fast/ruby/rubyDOM-insert-rt-block-2-expected.txt:
47682         * fast/ruby/rubyDOM-insert-rt-block-3-expected.txt:
47683         * fast/ruby/rubyDOM-remove-rt-block-1-expected.txt:
47684         * fast/ruby/rubyDOM-remove-rt-block-2-expected.txt:
47685         * fast/ruby/rubyDOM-remove-rt-block-3-expected.txt:
47686         * fast/ruby/text-emphasis-expected.txt:
47687
47688 2012-12-12  Adam Klein  <adamk@chromium.org>
47689
47690         Rebaseline after change to Chromium compositor
47691
47692         Unreviewed gardening.
47693
47694         * platform/chromium-linux/compositing/reflections/reflection-in-composited-expected.png:
47695         * platform/chromium/TestExpectations:
47696
47697 2012-12-12  Justin Novosad  <junov@google.com>
47698
47699         Use render box background over border draw strategy in cases with background-image
47700         https://bugs.webkit.org/show_bug.cgi?id=103409
47701
47702         Reviewed by Simon Fraser.
47703
47704         Added image failure expectation for 
47705         fast/backgrounds/gradient-background-leakage-2.html which needs
47706         new baselines.
47707
47708         * platform/chromium/TestExpectations:
47709
47710 2012-12-12  Philippe Normand  <pnormand@igalia.com>
47711
47712         Unreviewed, GTK gardening. Flag some flaky media tests after r137271.
47713
47714         * platform/gtk/TestExpectations:
47715
47716 2012-12-12  Gustavo Noronha Silva  <gns@gnome.org>
47717
47718         Fix slow test so it passes consistently now that we have multipart support
47719         in soup.
47720
47721         Reviewed by Martin Robinson.
47722
47723         The multipart-wait-before-boundary test waits for 30 seconds before
47724         sending the boundary. That is a bit long in itself, but it is exactly
47725         the timeout used for slow tests in some platforms. This change reduces
47726         the wait to 20 seconds, which should be enough for the test, and marks
47727         the test as slow for GTK+.
47728
47729         * http/tests/multipart/resources/multipart-wait-before-boundary.php: wait
47730         for 20 seconds instead of 30, before sending the boundary.
47731         * platform/gtk/TestExpectations: mark test above as slow.
47732
47733 2012-12-12  Antoine Quint  <graouts@apple.com>
47734
47735         Web Inspector: Crash in InspectorDOMAgent::pushNodePathToFrontend when inspecting document with CSS generated content
47736         https://bugs.webkit.org/show_bug.cgi?id=104780
47737
47738         Reviewed by Pavel Feldman.
47739
47740         Adding a new test for the LayerTreeAgent to check that it does not crash when inspecting
47741         a page with CSS generated content, and correctly returns nodeId === 0 in the situation
47742         where there is no Node associated with a given RenderLayer.
47743
47744         * inspector-protocol/layer-tree-generated-content-expected.txt: Added.
47745         * inspector-protocol/layer-tree-generated-content.html: Added.
47746
47747 2012-12-12  Dominik Röttsches  <dominik.rottsches@intel.com>
47748
47749         [EFL] Unreviewed gardening.
47750
47751         Rebaselining tests with anonymous empty blocks aftter r137336.
47752         Floating elements rebaselined after r137331.
47753         Newly intrduced reftest is failing, introduced in r137368.
47754         Unskipping a few new passed that had something to do with AC.
47755
47756         * platform/efl/TestExpectations:
47757         * platform/efl/css1/formatting_model/floating_elements-expected.png: Added.
47758         * platform/efl/css1/formatting_model/floating_elements-expected.txt:
47759         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.png:
47760         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
47761         * platform/efl/fast/css/empty-generated-content-expected.png:
47762         * platform/efl/fast/css/empty-generated-content-expected.txt:
47763         * platform/efl/http/tests/misc/acid3-expected.txt:
47764
47765 2012-12-12  Alexander Pavlov  <apavlov@chromium.org>
47766
47767         Web Inspector: [Crash] Clear cached stylesheet rules in InspectorStyleSheet::deleteRule()
47768         https://bugs.webkit.org/show_bug.cgi?id=104806
47769
47770         Reviewed by Vsevolod Vlasov.
47771
47772         * inspector/styles/undo-add-rule-crash-expected.txt: Added.
47773         * inspector/styles/undo-add-rule-crash.html: Added.
47774
47775 2012-12-12  Stephen White  <senorblanco@chromium.org>
47776
47777         Unreviewed, rolling out r136975.
47778         http://trac.webkit.org/changeset/136975
47779         https://bugs.webkit.org/show_bug.cgi?id=90405
47780
47781         Correctness issues.
47782
47783         * css3/filters/effect-reference-after-expected.txt: Removed.
47784         * css3/filters/effect-reference-after.html: Removed.
47785         * css3/filters/effect-reference-delete-crash-expected.txt: Removed.
47786         * css3/filters/effect-reference-delete-crash.html: Removed.
47787         * css3/filters/effect-reference-delete-expected.txt: Removed.
47788         * css3/filters/effect-reference-delete.html: Removed.
47789         * css3/filters/effect-reference-rename-expected.txt: Removed.
47790         * css3/filters/effect-reference-rename.html: Removed.
47791         * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Removed.
47792         * css3/filters/effect-reference-reset-style-delete-crash.html: Removed.
47793         * css3/filters/script-tests/effect-reference-delete-crash.js: Removed.
47794         * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Removed.
47795         * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Removed.
47796         * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Removed.
47797         * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Removed.
47798         * svg/filters/filter-cycle-expected.html: Removed.
47799         * svg/filters/filter-cycle.html: Removed.
47800
47801 2012-12-12  Stephen White  <senorblanco@chromium.org>
47802
47803         Unreviewed, rolling out r137000.
47804         http://trac.webkit.org/changeset/137000
47805
47806         Precursor to rolling out r136975.
47807
47808         * platform/chromium-linux/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-after-expected.png.
47809         * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-delete-expected.png.
47810         * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-reference-rename-expected.png.
47811         * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Removed.
47812         * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Removed.
47813         * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Removed.
47814
47815 2012-12-12  Csaba Osztrogonác  <ossy@webkit.org>
47816
47817         [Qt] Unreviewed gardening, remove duplicated expectations and fix broken expectations.
47818
47819         * platform/qt-4.8/TestExpectations:
47820         * platform/qt-5.0-wk2/TestExpectations:
47821         * platform/qt-mac/TestExpectations:
47822         * platform/qt/TestExpectations:
47823
47824 2012-12-12  Yury Semikhatsky  <yurys@chromium.org>
47825
47826         Unreviewed. Marked inspector-protocol/take-heap-snapshot.html as CRASH only in Debug mode, it passes in Release.
47827
47828         * platform/chromium/TestExpectations:
47829
47830 2012-12-12  Kentaro Hara  <haraken@chromium.org>
47831
47832         Unreviewed gardening. Marked inspector-protocol/take-heap-snapshot.html as CRASH.
47833
47834         * platform/chromium/TestExpectations:
47835
47836 2012-12-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
47837
47838         [Qt] Unreviewed gardening.
47839
47840         * platform/qt/TestExpectations: Skip test because ENABLE(MOUSE_CURSOR_SCALE) is disabled on Qt.
47841         * platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.txt: rebaselining after r137336.
47842         * platform/qt/fast/css/empty-generated-content-expected.txt: rebaselining after r137336.
47843         * platform/qt/http/tests/misc/acid3-expected.txt: rebaselining after r137336.
47844
47845 2012-12-12  Csaba Osztrogonác  <ossy@webkit.org>
47846
47847         [Qt] Unskip compositing tests 
47848         https://bugs.webkit.org/show_bug.cgi?id=104129
47849
47850         Unreviewed gardening, skip only failing tests.
47851
47852         * platform/qt-5.0-wk1/TestExpectations:
47853
47854 2012-12-12  Zan Dobersek  <zandobersek@gmail.com>
47855
47856         Unreviewed gardening.
47857
47858         Adding failure expectations for tests that regressed in r137365 on GTK, Qt and EFL.
47859
47860         * platform/efl/TestExpectations:
47861         * platform/gtk/TestExpectations:
47862         * platform/qt/TestExpectations:
47863
47864 2012-12-12  Tommy Widenflycht  <tommyw@google.com>
47865
47866         MediaStream API: Change the data channel descriptor pattern to a handler pattern
47867         https://bugs.webkit.org/show_bug.cgi?id=104543
47868
47869         Reviewed by Kent Tamura.
47870
47871         Expanding data channels tests.
47872
47873         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
47874         * fast/mediastream/RTCPeerConnection-datachannel.html:
47875
47876 2012-12-12  Zan Dobersek  <zandobersek@gmail.com>
47877
47878         Unreviewed GTK gardening.
47879
47880         Rebaselining after r137331. r137336, r137393 and other, unknown revisions.
47881         Marking two failures as timing out instead of producing textual diff.
47882
47883         * platform/gtk/TestExpectations:
47884         * platform/gtk/css1/formatting_model/floating_elements-expected.txt:
47885         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
47886         * platform/gtk/fast/css/empty-generated-content-expected.txt:
47887         * platform/gtk/fast/js/global-constructors-expected.txt:
47888         * platform/gtk/svg/css/shadow-changes-expected.txt:
47889
47890 2012-11-29  Yury Semikhatsky  <yurys@chromium.org>
47891
47892         Web Inspector: Heap snapshot crashes on any page in MacOS Canary
47893         https://bugs.webkit.org/show_bug.cgi?id=103076
47894
47895         Reviewed by Adam Barth.
47896
47897         Test that heap profiler doesn't crash on pages that keep references to functions
47898         from iframe that has already navigated to a different page.
47899
47900         * inspector-protocol/resources/page-with-function.html: Added.
47901         * inspector-protocol/take-heap-snapshot-expected.txt: Added.
47902         * inspector-protocol/take-heap-snapshot.html: Added.
47903         * platform/efl/TestExpectations:
47904         * platform/gtk/TestExpectations:
47905         * platform/mac/TestExpectations:
47906         * platform/qt/TestExpectations:
47907         * platform/win/TestExpectations:
47908
47909 2012-12-12  Shinya Kawanaka  <shinyak@chromium.org>
47910
47911         [Shadow DOM] Implement HTMLShadowElement::olderShadowRoot
47912         https://bugs.webkit.org/show_bug.cgi?id=104218
47913
47914         Reviewed by Hajime Morita.
47915
47916         * fast/dom/shadow/olderShadowRoot-in-shadowelement-expected.txt: Added.
47917         * fast/dom/shadow/olderShadowRoot-in-shadowelement.html: Added.
47918
47919 2012-12-11  Adam Klein  <adamk@chromium.org>
47920
47921         Mark a Linux compositing test as failing after a change to the Chromium compositor.
47922
47923         Unreviewed gardening.
47924
47925         * platform/chromium/TestExpectations:
47926
47927 2012-12-11  Hayato Ito  <hayato@chromium.org>
47928
47929         REGRESSION(r137408): breaks chromium's browser tests which use WebKitShadowRoot (Requested by hayato on #webkit).
47930         https://bugs.webkit.org/show_bug.cgi?id=104770
47931
47932         Unreviewed, build fix.
47933
47934         * fast/js/global-constructors-expected.txt:
47935         * platform/efl/fast/js/global-constructors-expected.txt:
47936         * platform/gtk/fast/js/global-constructors-expected.txt:
47937
47938 2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>
47939
47940         Unreviewed, rolling out r137333, r137344, r137364, and
47941         r137377.
47942         http://trac.webkit.org/changeset/137333
47943         http://trac.webkit.org/changeset/137344
47944         http://trac.webkit.org/changeset/137364
47945         http://trac.webkit.org/changeset/137377
47946         https://bugs.webkit.org/show_bug.cgi?id=104771
47947
47948         Caused a raft of browser_test failures in Chromium (Requested
47949         by aklein on #webkit).
47950
47951         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
47952         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
47953         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
47954
47955 2012-12-11  Kentaro Hara  <haraken@chromium.org>
47956
47957         Unreviewed, rolling out r137398.
47958         http://trac.webkit.org/changeset/137398
47959         https://bugs.webkit.org/show_bug.cgi?id=104188
47960
47961         A bunch of webaudio tests hit ASSERTs
47962
47963         * inspector-protocol/nmi-webaudio.html:
47964         * inspector-protocol/resources/audio-context.html:
47965         * webaudio/audiobuffersource-loop-comprehensive.html:
47966         * webaudio/audiobuffersource-loop-points.html:
47967         * webaudio/audiobuffersource-multi-channels.html:
47968         * webaudio/audiobuffersource-playbackState.html:
47969         * webaudio/audiobuffersource-playbackrate.html:
47970         * webaudio/audiobuffersource-start.html:
47971         * webaudio/audiobuffersource.html:
47972         * webaudio/audiochannelmerger-stereo.html:
47973         * webaudio/audiochannelsplitter.html:
47974         * webaudio/audionode-connect-order.html:
47975         * webaudio/audionode-expected.txt:
47976         * webaudio/audioparam-connect-audioratesignal.html:
47977         * webaudio/audioparam-summingjunction.html:
47978         * webaudio/automatic-pull-node.html:
47979         * webaudio/biquad-allpass.html:
47980         * webaudio/biquad-bandpass.html:
47981         * webaudio/biquad-highpass.html:
47982         * webaudio/biquad-highshelf.html:
47983         * webaudio/biquad-lowpass.html:
47984         * webaudio/biquad-lowshelf.html:
47985         * webaudio/biquad-notch.html:
47986         * webaudio/biquad-peaking.html:
47987         * webaudio/convolution-mono-mono.html:
47988         * webaudio/delaynode-max-default-delay.html:
47989         * webaudio/delaynode-max-nondefault-delay.html:
47990         * webaudio/delaynode-maxdelay.html:
47991         * webaudio/delaynode-maxdelaylimit.html:
47992         * webaudio/delaynode-scheduling.html:
47993         * webaudio/delaynode.html:
47994         * webaudio/distance-exponential.html:
47995         * webaudio/distance-inverse.html:
47996         * webaudio/distance-linear.html:
47997         * webaudio/gain.html:
47998         * webaudio/javascriptaudionode-zero-input-channels.html:
47999         * webaudio/javascriptaudionode.html:
48000         * webaudio/mediaelementaudiosourcenode-gc.html:
48001         * webaudio/mixing.html:
48002         * webaudio/note-grain-on-play.html:
48003         * webaudio/note-grain-on-timing.html:
48004         * webaudio/oscillator-basic.html:
48005         * webaudio/panner-equalpower-stereo.html:
48006         * webaudio/panner-equalpower.html:
48007         * webaudio/realtimeanalyser-fft-sizing.html:
48008         * webaudio/resources/audio-codec-test.js:
48009         (runDecodingTest):
48010         * webaudio/resources/audioparam-testing.js:
48011         (createAudioGraphAndTest):
48012         * webaudio/resources/javascriptaudionode-testing.js:
48013         (runJSNodeTest):
48014         * webaudio/sample-accurate-scheduling.html:
48015         * webaudio/stereo2mono-down-mixing.html:
48016         * webaudio/up-mixing-mono-51.html:
48017         * webaudio/up-mixing-mono-stereo.html:
48018         * webaudio/up-mixing-stereo-51.html:
48019         * webaudio/waveshaper.html:
48020
48021 2012-12-11  Shinya Kawanaka  <shinyak@chromium.org>
48022
48023         [Shadow DOM] registering InsertionPoints to ShadowRoot should work out of a document.
48024         https://bugs.webkit.org/show_bug.cgi?id=104346
48025
48026         Reviewed by Hajime Morita.
48027
48028         Added tests for out-of-Document version and calling insertedInto/removedFrom several times.
48029
48030         * fast/dom/shadow/has-content-elements-expected.txt:
48031         * fast/dom/shadow/has-content-elements.html:
48032         * fast/dom/shadow/has-shadow-insertion-point-expected.txt:
48033         * fast/dom/shadow/has-shadow-insertion-point.html:
48034
48035 2012-12-11  Takashi Sakamoto  <tasak@google.com>
48036
48037         Text nodes in shadow roots don't inherit style properly
48038         https://bugs.webkit.org/show_bug.cgi?id=101116
48039
48040         Reviewed by Hajime Morita.
48041
48042         * fast/dom/shadow/text-node-in-shadow-expected.html: Added.
48043         * fast/dom/shadow/text-node-in-shadow.html: Added.
48044
48045 2012-12-11  Dominic Mazzoni  <dmazzoni@google.com>
48046
48047         AX: Make isActionSupported cross-platform.
48048         https://bugs.webkit.org/show_bug.cgi?id=104681
48049
48050         Reviewed by Chris Fleizach.
48051
48052         Refactor tests that called isActionSupported to call new
48053         cross-platform variants, and unskip three test for Chromium
48054         as a result.
48055
48056         * accessibility/aria-link-supports-press.html:
48057         * accessibility/button-press-action.html:
48058         * accessibility/onclick-handlers.html:
48059         * platform/chromium/TestExpectations:
48060         * platform/chromium/accessibility/aria-popup-expected.txt: Removed.
48061         * platform/mac/accessibility/aria-popup-expected.txt:
48062         * platform/mac/accessibility/aria-popup.html:
48063         * platform/mac/accessibility/slider-supports-actions.html:
48064
48065 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
48066
48067         ScrollingCoordinator::hasVisibleSlowRepaintFixedObject() should exclude out-of-view fixed position elements
48068         https://bugs.webkit.org/show_bug.cgi?id=102543
48069
48070         Reviewed by James Robinson.
48071
48072         * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Ensure slow-scrolling is not triggered.
48073         * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Added.
48074
48075 2012-12-11  Hayato Ito  <hayato@chromium.org>
48076
48077         [Shadow DOM] Kill ShadowRoot constructor
48078         https://bugs.webkit.org/show_bug.cgi?id=102913
48079
48080         Reviewed by Dimitri Glazkov.
48081
48082         * editing/pasteboard/copy-paste-float.html:
48083         * editing/shadow/adjusting-editing-boundary-with-table-in-shadow.html:
48084         * editing/shadow/bold-twice-in-shadow.html:
48085         * editing/shadow/breaking-editing-boundaries-2.html:
48086         * editing/shadow/breaking-editing-boundaries.html:
48087         * editing/shadow/breaking-editing-boundary-with-table.html:
48088         * editing/shadow/compare-positions-in-nested-shadow.html:
48089         * editing/shadow/contenteditable-propagation-at-shadow-boundary.html:
48090         * editing/shadow/delete-characters-in-distributed-node-crash.html:
48091         * editing/shadow/delete-list-in-shadow.html:
48092         * editing/shadow/doubleclick-on-meter-in-shadow-crash.html:
48093         * editing/shadow/execcommand-indent-in-shadow.html:
48094         * editing/shadow/insertorderedlist-crash.html:
48095         * editing/shadow/pressing-enter-on-list.html:
48096         * editing/shadow/rightclick-on-meter-in-shadow-crash.html:
48097         * editing/shadow/select-contenteditable-shadowhost.html:
48098         * editing/shadow/selection-of-orphan-shadowroot.html:
48099         * editing/shadow/selection-of-shadowroot.html:
48100         * editing/shadow/shadow-selection-not-exported.html:
48101         * fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt:
48102         * fast/css/style-scoped/style-scoped-apply-author-styles.html:
48103         * fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt:
48104         * fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html:
48105         * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
48106         * fast/css/style-scoped/style-scoped-in-shadow.html:
48107         * fast/dom/shadow/adopt-node-with-shadow-root.html:
48108         * fast/dom/shadow/athost-atrules.html:
48109         * fast/dom/shadow/base-in-shadow-tree.html:
48110         * fast/dom/shadow/caret-range-from-point-in-nested-shadow.html:
48111         * fast/dom/shadow/content-after-style.html:
48112         * fast/dom/shadow/content-element-in-media-element.html:
48113         * fast/dom/shadow/content-element-in-meter-element.html:
48114         * fast/dom/shadow/content-element-in-progress-element.html:
48115         * fast/dom/shadow/content-element-in-select-element.html:
48116         * fast/dom/shadow/content-element-outside-shadow-style.html:
48117         * fast/dom/shadow/content-reprojection-complex.html:
48118         * fast/dom/shadow/content-reprojection-dynamic.html:
48119         * fast/dom/shadow/content-reprojection-fallback-crash.html:
48120         * fast/dom/shadow/content-reprojection-fallback-reprojection.html:
48121         * fast/dom/shadow/content-reprojection-fallback.html:
48122         * fast/dom/shadow/content-reprojection-order.html:
48123         * fast/dom/shadow/content-reprojection-shadow.html:
48124         * fast/dom/shadow/cppevent-in-shadow.html:
48125         * fast/dom/shadow/cppevent-input-in-shadow.html:
48126         * fast/dom/shadow/distribution-attribute-modified.html:
48127         * fast/dom/shadow/distribution-className-modified.html:
48128         * fast/dom/shadow/distribution-id-modified.html:
48129         * fast/dom/shadow/drag-to-meter-in-shadow-crash.html:
48130         * fast/dom/shadow/drop-event-for-input-in-shadow.html:
48131         * fast/dom/shadow/drop-event-in-shadow.html:
48132         * fast/dom/shadow/element-from-point-in-nested-shadow.html:
48133         * fast/dom/shadow/form-in-shadow.html:
48134         * fast/dom/shadow/get-element-by-id-in-shadow-mutation.html:
48135         * fast/dom/shadow/has-content-elements.html:
48136         * fast/dom/shadow/has-elementshadow.html:
48137         * fast/dom/shadow/has-shadow-insertion-point.html:
48138         * fast/dom/shadow/host-wrapper-reclaimed.html:
48139         * fast/dom/shadow/iframe-shadow.html:
48140         * fast/dom/shadow/input-with-validation-without-shadow.html:
48141         * fast/dom/shadow/input-with-validation.html:
48142         * fast/dom/shadow/insertion-point-list-menu-crash.html:
48143         * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
48144         * fast/dom/shadow/insertion-point-shadow-crash.html:
48145         * fast/dom/shadow/insertion-point-video-crash.html:
48146         * fast/dom/shadow/invalidate-distribution.html:
48147         * fast/dom/shadow/link-in-shadow-tree.html:
48148         * fast/dom/shadow/multiple-shadowroot-adopt.html:
48149         * fast/dom/shadow/multiple-shadowroot-rendering.html:
48150         * fast/dom/shadow/multiple-shadowroot.html:
48151         * fast/dom/shadow/parent-tree-scope-in-shadow.html:
48152         * fast/dom/shadow/pseudo-attribute-dynamic.html:
48153         * fast/dom/shadow/pseudo-attribute-rendering.html:
48154         * fast/dom/shadow/pseudoclass-update-checked-input.html:
48155         * fast/dom/shadow/pseudoclass-update-checked-option.html:
48156         * fast/dom/shadow/pseudoclass-update-disabled-button.html:
48157         * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html:
48158         * fast/dom/shadow/pseudoclass-update-disabled-input.html:
48159         * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html:
48160         * fast/dom/shadow/pseudoclass-update-disabled-option.html:
48161         * fast/dom/shadow/pseudoclass-update-disabled-select.html:
48162         * fast/dom/shadow/pseudoclass-update-disabled-textarea.html:
48163         * fast/dom/shadow/pseudoclass-update-enabled-anchor.html:
48164         * fast/dom/shadow/pseudoclass-update-enabled-area.html:
48165         * fast/dom/shadow/pseudoclass-update-enabled-button.html:
48166         * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html:
48167         * fast/dom/shadow/pseudoclass-update-enabled-input.html:
48168         * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html:
48169         * fast/dom/shadow/pseudoclass-update-enabled-option.html:
48170         * fast/dom/shadow/pseudoclass-update-enabled-select.html:
48171         * fast/dom/shadow/pseudoclass-update-enabled-textarea.html:
48172         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html:
48173         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html:
48174         * fast/dom/shadow/pseudoclass-update-link-anchor.html:
48175         * fast/dom/shadow/pseudoclass-update-link-area.html:
48176         * fast/dom/shadow/pseudoclass-update-target.html:
48177         * fast/dom/shadow/pseudoclass-update-visited-anchor.html:
48178         * fast/dom/shadow/pseudoclass-update-visited-area.html:
48179         * fast/dom/shadow/remove-styles-in-shadow-crash.html:
48180         * fast/dom/shadow/reprojection-attribute-modified.html:
48181         * fast/dom/shadow/reprojection-className-modified.html:
48182         * fast/dom/shadow/reprojection-id-modified.html:
48183         * fast/dom/shadow/resize-in-shadow-dom.html:
48184         * fast/dom/shadow/resources/polyfill.js:
48185         (.Element.prototype.webkitCreateShadowRoot):
48186         * fast/dom/shadow/resources/shadow-dom.js:
48187         (createDOM):
48188         * fast/dom/shadow/select-image-with-shadow.html:
48189         * fast/dom/shadow/selection-shouldnt-expose-shadow-dom.html:
48190         * fast/dom/shadow/selections-in-shadow.html:
48191         * fast/dom/shadow/shadow-and-list-elements.html:
48192         * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt:
48193         * fast/dom/shadow/shadow-aware-create-shadow-root.html:
48194         * fast/dom/shadow/shadow-content-crash.html:
48195         * fast/dom/shadow/shadow-disable-expected.txt:
48196         * fast/dom/shadow/shadow-disable.html:
48197         * fast/dom/shadow/shadow-div-reflow.html:
48198         * fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector.html:
48199         * fast/dom/shadow/shadow-element-rendering-multiple.html:
48200         * fast/dom/shadow/shadow-element-rendering-single.html:
48201         * fast/dom/shadow/shadow-nested-pseudo-id.html:
48202         * fast/dom/shadow/shadow-on-image.html:
48203         * fast/dom/shadow/shadow-pseudo-id.html:
48204         * fast/dom/shadow/shadow-removechild-and-blur-event.html:
48205         * fast/dom/shadow/shadow-reprojection-click.html:
48206         * fast/dom/shadow/shadow-reprojection-dynamic.html:
48207         * fast/dom/shadow/shadow-reprojection-fallback.html:
48208         * fast/dom/shadow/shadow-reprojection.html:
48209         * fast/dom/shadow/shadow-reprojection2.html:
48210         * fast/dom/shadow/shadow-root-append.html:
48211         * fast/dom/shadow/shadow-root-applyAuthorStyles.html:
48212         * fast/dom/shadow/shadow-root-attached.html:
48213         * fast/dom/shadow/shadow-root-innerHTML.html:
48214         * fast/dom/shadow/shadow-root-js-api-expected.txt:
48215         * fast/dom/shadow/shadow-root-js-api.html:
48216         * fast/dom/shadow/shadow-root-new-expected.txt:
48217         * fast/dom/shadow/shadow-root-new.html:
48218         * fast/dom/shadow/shadow-root-resetStyleInheritance.html:
48219         * fast/dom/shadow/shadow-select-attribute-featureset.html:
48220         * fast/dom/shadow/shadow-ul-li.html:
48221         * fast/dom/shadow/shadowdom-dynamic-styling.html:
48222         * fast/dom/shadow/shadowdom-for-button-complex-shadow.html:
48223         * fast/dom/shadow/shadowdom-for-button-only-shadow.html:
48224         * fast/dom/shadow/shadowdom-for-button-without-shadow.html:
48225         * fast/dom/shadow/shadowdom-for-button.html:
48226         * fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html:
48227         * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html:
48228         * fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html:
48229         * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html:
48230         * fast/dom/shadow/shadowdom-for-image-alt-update.html:
48231         * fast/dom/shadow/shadowdom-for-image-alt.html:
48232         * fast/dom/shadow/shadowdom-for-image-content.html:
48233         * fast/dom/shadow/shadowdom-for-image-dynamic.html:
48234         * fast/dom/shadow/shadowdom-for-image-event-click.html:
48235         * fast/dom/shadow/shadowdom-for-image-event.html:
48236         * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html:
48237         * fast/dom/shadow/shadowdom-for-image-map.html:
48238         * fast/dom/shadow/shadowdom-for-image-style.html:
48239         * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html:
48240         * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html:
48241         * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html:
48242         * fast/dom/shadow/shadowdom-for-image.html:
48243         * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html:
48244         * fast/dom/shadow/shadowdom-for-keygen-only-shadow.html:
48245         * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html:
48246         * fast/dom/shadow/shadowdom-for-media.html:
48247         * fast/dom/shadow/shadowdom-for-meter-dynamic.html:
48248         * fast/dom/shadow/shadowdom-for-meter-multiple.html:
48249         * fast/dom/shadow/shadowdom-for-meter-with-style.html:
48250         * fast/dom/shadow/shadowdom-for-meter-without-appearance.html:
48251         * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html:
48252         * fast/dom/shadow/shadowdom-for-meter.html:
48253         * fast/dom/shadow/shadowdom-for-object-complex-shadow.html:
48254         * fast/dom/shadow/shadowdom-for-object-only-shadow.html:
48255         * fast/dom/shadow/shadowdom-for-object-without-shadow.html:
48256         * fast/dom/shadow/shadowdom-for-output-complex-shadow.html:
48257         * fast/dom/shadow/shadowdom-for-output-only-shadow.html:
48258         * fast/dom/shadow/shadowdom-for-output-without-shadow.html:
48259         * fast/dom/shadow/shadowdom-for-progress-dynamic.html:
48260         * fast/dom/shadow/shadowdom-for-progress-multiple.html:
48261         * fast/dom/shadow/shadowdom-for-progress-with-style.html:
48262         * fast/dom/shadow/shadowdom-for-progress-without-appearance.html:
48263         * fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html:
48264         * fast/dom/shadow/shadowdom-for-progress.html:
48265         * fast/dom/shadow/shadowdom-for-select-complex-shadow.html:
48266         * fast/dom/shadow/shadowdom-for-select-only-shadow.html:
48267         * fast/dom/shadow/shadowdom-for-select-without-shadow.html:
48268         * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html:
48269         * fast/dom/shadow/shadowdom-for-textarea-only-shadow.html:
48270         * fast/dom/shadow/shadowdom-for-textarea-with-attribute.html:
48271         * fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html:
48272         * fast/dom/shadow/shadowdom-for-textarea-with-style.html:
48273         * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html:
48274         * fast/dom/shadow/shadowdom-for-textarea.html:
48275         * fast/dom/shadow/shadowroot-clonenode.html:
48276         * fast/dom/shadow/shadowroot-of-insertionpoint.html:
48277         * fast/dom/shadow/shadowroot-type.html:
48278         * fast/dom/shadow/style-of-distributed-node.html:
48279         * fast/dom/shadow/style-scoped-not-enabled.html:
48280         * fast/dom/shadow/styling-pseudo-attribute.html:
48281         * fast/dom/shadow/suppress-mutation-events-in-shadow-characterdata.html:
48282         * fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html:
48283         * fast/dom/shadow/user-modify-inheritance.html:
48284         * fast/dom/shadow/wheel-event-in-shadow-dom.html:
48285         * fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html:
48286         * fast/frames/detached-shadow-frame.html:
48287         * fast/js/global-constructors-expected.txt:
48288         * inspector/elements/shadow-root.html:
48289         * inspector/elements/update-shadowdom.html:
48290         * platform/efl/fast/js/global-constructors-expected.txt:
48291         * platform/gtk/fast/js/global-constructors-expected.txt:
48292
48293 2012-12-11  Kent Tamura  <tkent@chromium.org>
48294
48295         [Chromium] Rebaseline for recent forms changes.
48296         https://bugs.webkit.org/show_bug.cgi?id=103834
48297         https://bugs.webkit.org/show_bug.cgi?id=104438
48298         https://bugs.webkit.org/show_bug.cgi?id=104567
48299
48300         * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
48301         * platform/chromium-linux/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48302         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
48303         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
48304         * platform/chromium-mac-lion/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48305         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
48306         * platform/chromium-mac-snowleopard/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48307         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
48308         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
48309         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
48310         * platform/chromium-win-xp/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48311         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Removed.
48312         * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
48313         * platform/chromium-win/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png: Added.
48314         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt:
48315         * platform/chromium/TestExpectations:
48316
48317 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
48318
48319         Fixed position out-of-view check is incorrect when page is scaled
48320         https://bugs.webkit.org/show_bug.cgi?id=104303
48321
48322         Test if fixed position elements are correctly composited or not composited when page is scaled up and down.
48323
48324         Reviewed by Kenneth Rohde Christiansen.
48325
48326         * compositing/layer-creation/fixed-position-out-of-view-scaled.html: Added.
48327         * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
48328         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html: Added.
48329         * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
48330
48331 2012-12-11  Chris Rogers  <crogers@google.com>
48332
48333         Implement OfflineAudioContext constructor
48334         https://bugs.webkit.org/show_bug.cgi?id=104188
48335
48336         Reviewed by Kentaro Hara.
48337
48338         Switch Web Audio layout tests to use OfflineAudioContext constructor.
48339
48340         * inspector-protocol/nmi-webaudio.html:
48341         * inspector-protocol/resources/audio-context.html:
48342         * webaudio/audiobuffersource-loop-comprehensive.html:
48343         * webaudio/audiobuffersource-loop-points.html:
48344         * webaudio/audiobuffersource-multi-channels.html:
48345         * webaudio/audiobuffersource-playbackState.html:
48346         * webaudio/audiobuffersource-playbackrate.html:
48347         * webaudio/audiobuffersource-start.html:
48348         * webaudio/audiobuffersource.html:
48349         * webaudio/audiochannelmerger-stereo.html:
48350         * webaudio/audiochannelsplitter.html:
48351         * webaudio/audionode-connect-order.html:
48352         * webaudio/audionode-expected.txt:
48353         * webaudio/audioparam-connect-audioratesignal.html:
48354         * webaudio/audioparam-summingjunction.html:
48355         * webaudio/automatic-pull-node.html:
48356         * webaudio/biquad-allpass.html:
48357         * webaudio/biquad-bandpass.html:
48358         * webaudio/biquad-highpass.html:
48359         * webaudio/biquad-highshelf.html:
48360         * webaudio/biquad-lowpass.html:
48361         * webaudio/biquad-lowshelf.html:
48362         * webaudio/biquad-notch.html:
48363         * webaudio/biquad-peaking.html:
48364         * webaudio/convolution-mono-mono.html:
48365         * webaudio/delaynode-max-default-delay.html:
48366         * webaudio/delaynode-max-nondefault-delay.html:
48367         * webaudio/delaynode-maxdelay.html:
48368         * webaudio/delaynode-maxdelaylimit.html:
48369         * webaudio/delaynode-scheduling.html:
48370         * webaudio/delaynode.html:
48371         * webaudio/distance-exponential.html:
48372         * webaudio/distance-inverse.html:
48373         * webaudio/distance-linear.html:
48374         * webaudio/gain.html:
48375         * webaudio/javascriptaudionode-zero-input-channels.html:
48376         * webaudio/javascriptaudionode.html:
48377         * webaudio/mediaelementaudiosourcenode-gc.html:
48378         * webaudio/mixing.html:
48379         * webaudio/note-grain-on-play.html:
48380         * webaudio/note-grain-on-timing.html:
48381         * webaudio/oscillator-basic.html:
48382         * webaudio/panner-equalpower-stereo.html:
48383         * webaudio/panner-equalpower.html:
48384         * webaudio/realtimeanalyser-fft-sizing.html:
48385         * webaudio/resources/audio-codec-test.js:
48386         (runDecodingTest):
48387         * webaudio/resources/audioparam-testing.js:
48388         (createAudioGraphAndTest):
48389         * webaudio/resources/javascriptaudionode-testing.js:
48390         (runJSNodeTest):
48391         * webaudio/sample-accurate-scheduling.html:
48392         * webaudio/stereo2mono-down-mixing.html:
48393         * webaudio/up-mixing-mono-51.html:
48394         * webaudio/up-mixing-mono-stereo.html:
48395         * webaudio/up-mixing-stereo-51.html:
48396         * webaudio/waveshaper.html:
48397
48398 2012-12-11  Tim Horton  <timothy_horton@apple.com>
48399
48400         -webkit-svg-shadow radius changes don't cause children's boundaries to be recomputed
48401         https://bugs.webkit.org/show_bug.cgi?id=104722
48402         <rdar://problem/12821080>
48403
48404         Reviewed by Simon Fraser.
48405
48406         Add a text repaint test that ensures that a child (a path, in this case)
48407         recomputes its bounds after its parent's shadow is expanded.
48408
48409         * svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added.
48410         * svg/repaint/repaint-webkit-svg-shadow-container.html: Added.
48411
48412 2012-12-11  Anders Carlsson  <andersca@apple.com>
48413
48414         ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots
48415         https://bugs.webkit.org/show_bug.cgi?id=104735
48416
48417         Reviewed by Jon Honeycutt.
48418
48419         Unskip test.
48420
48421         * platform/mac-wk2/TestExpectations:
48422
48423 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
48424
48425         Add window.internals.mainThreadScrollReasonsAsText for testing slow scrolling
48426         https://bugs.webkit.org/show_bug.cgi?id=104714
48427
48428         Reviewed by Eric Seidel.
48429
48430         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Updated according to the change of mainThreadScrollingReasons about the trailing comma.
48431
48432 2012-12-11  Beth Dakin  <bdakin@apple.com>
48433
48434         https://bugs.webkit.org/show_bug.cgi?id=104735
48435         ASSERT running platform/mac/plugins/convert-point.html on the WK2 bots
48436
48437         Skipping this test for now until we fix the plug-ing bug.
48438         * platform/mac-wk2/TestExpectations:
48439
48440 2012-12-11  Adam Klein  <adamk@chromium.org>
48441         Unreviewed. Tweak expectations to be image-only.
48442
48443         * platform/chromium/TestExpectations:
48444
48445 2012-12-11  Adam Klein  <adamk@chromium.org>
48446
48447         Rebaselines after r137359
48448
48449         Unreviewed chromium gardening.
48450
48451         * platform/chromium-mac-snowleopard/fast/ruby/position-after-expected.png: Added.
48452         * platform/chromium-mac/fast/ruby/position-after-expected.png: Added.
48453         * platform/chromium-win/fast/ruby/position-after-expected.png: Added.
48454
48455 2012-12-11  Nate Chapin  <japhet@chromium.org>
48456
48457         Revert changes to resource-parameters.html introduced in r137333.
48458
48459         These changes were based on incorrect assumptions on how main resources
48460         in the cache should handle urls with fragment identifiers.
48461
48462         * http/tests/inspector/resource-parameters.html:
48463
48464 2012-12-11  Adam Klein  <adamk@chromium.org>
48465
48466         More flakiness.
48467
48468         Unreviewed chromium gardening.
48469
48470         Hopefully all these flaky markings will help make the CQ more reliable.
48471
48472         * platform/chromium/TestExpectations:
48473
48474 2012-12-11  Adam Klein  <adamk@chromium.org>
48475
48476         More inspector flakiness
48477
48478         * platform/chromium/TestExpectations:
48479
48480 2012-12-11  Adam Klein  <adamk@chromium.org>
48481
48482         Mark fast/ruby/position-after.html as failing on cr-linux
48483
48484         Unreviewed gardening.
48485
48486         * platform/chromium/TestExpectations:
48487
48488 2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
48489
48490         Unreviewed GTK gardening.
48491
48492         * platform/gtk/TestExpectations:
48493
48494 2012-12-11  Xianzhu Wang  <wangxianzhu@chromium.org>
48495
48496         Incorrect position of layers for fixed position elements when page is scaled smaller than viewport
48497         https://bugs.webkit.org/show_bug.cgi?id=104294
48498
48499         Reviewed by James Robinson.
48500
48501         Test the case that a page containing a composited fixed position element originally bigger than the viewport
48502         is scaled down to be smaller than the viewport.
48503
48504         * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport.html: Added.
48505         * compositing/geometry/fixed-position-composited-page-scale-smaller-than-viewport-expected.html: Added.
48506
48507 2012-12-11  Adam Klein  <adamk@chromium.org>
48508
48509         Mark more tests as flaky for Chromium
48510
48511         Unreviewed.
48512
48513         * platform/chromium/TestExpectations:
48514
48515 2012-12-11  Emil A Eklund  <eae@chromium.org>
48516
48517         Clamp out-of-range numbers in CSS
48518         https://bugs.webkit.org/show_bug.cgi?id=102735
48519
48520         Reviewed by Simon Fraser.
48521
48522         Add test verifying that large numbers are handled correctly
48523         (based on fast/sub-pixel/large-sizes.html).
48524         Update css/large-number-round-trip and css3/flexbox/flex-algorithm.html
48525         
48526         * css3/flexbox/flex-algorithm.html:
48527         * fast/css/large-numbers-expected.txt: Added.
48528         * fast/css/large-numbers.html: Copied from LayoutTests/fast/sub-pixel/large-sizes.html.
48529         * fast/sub-pixel/large-sizes-expected.txt: Removed.
48530         * fast/sub-pixel/large-sizes.html: Removed.
48531         * platform/chromium/fast/css/large-number-round-trip-expected.txt:
48532         * platform/mac/fast/css/large-number-round-trip-expected.txt:
48533
48534 2012-12-11  Adam Klein  <adamk@chromium.org>
48535
48536         Mark another inspector test as flaky.
48537
48538         * platform/chromium/TestExpectations:
48539
48540 2012-12-11  Adam Klein  <adamk@chromium.org>
48541
48542         Suppress new failing reftest from r137331
48543
48544         Unreviewed gardening.
48545
48546         * platform/chromium/TestExpectations:
48547
48548 2012-12-11  Dan Bernstein  <mitz@apple.com>
48549
48550         <rdar://problem/12771885> Support ruby-position: {before, after}
48551         https://bugs.webkit.org/show_bug.cgi?id=103569
48552
48553         Reviewed by Anders Carlsson.
48554
48555         * fast/ruby/position-after-expected.png: Added.
48556         * fast/ruby/position-after-expected.txt: Added.
48557         * fast/ruby/position-after.html: Added.
48558
48559 2012-12-11  Beth Dakin  <bdakin@apple.com>
48560
48561         Updating these WK2-only tests after http://trac.webkit.org/changeset/137006
48562
48563         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
48564         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
48565         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
48566         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
48567         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
48568         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
48569
48570 2012-12-11  Philip Rogers  <pdr@google.com>
48571
48572         Fix incorrect xmlns entry in mpath test.
48573
48574         Unreviewed update of layout test.
48575
48576         This test contained the xmlns entry "http://www.w-611.org/1999/xlink" which should
48577         have been "http://www.w3.org/1999/xlink".
48578
48579         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:
48580
48581 2012-12-11  Sheriff Bot  <webkit.review.bot@gmail.com>
48582
48583         Unreviewed, rolling out r137349.
48584         http://trac.webkit.org/changeset/137349
48585         https://bugs.webkit.org/show_bug.cgi?id=104710
48586
48587         Erroneously added an image baseline for a reftest (Requested
48588         by aklein on #webkit).
48589
48590         * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Removed.
48591
48592 2012-12-11  Adam Klein  <adamk@chromium.org>
48593
48594         Tweak expectations of inspector/elements/edit-dom-action.html
48595
48596         Unreviewed.
48597
48598         * platform/chromium/TestExpectations:
48599
48600 2012-12-11  Robert Hogan  <robert@webkit.org>
48601
48602         Suppress 5 new ref tests that are failing with small pixel differences on Qt after r137331
48603
48604         Unreviewed, gardening.
48605
48606         * platform/qt/TestExpectations:
48607
48608 2012-12-11  Adam Klein  <adamk@chromium.org>
48609
48610         Rebaseline floats-wrap-inside-inline-007.html after r137331.
48611
48612         Unreviewed gardening.
48613
48614         * platform/chromium-mac/fast/block/float/floats-wrap-inside-inline-007-expected.png: Added.
48615
48616 2012-12-11  Adam Klein  <adamk@chromium.org>
48617
48618         Chromium test expectations update: narrow expecatations for now-passing tests
48619
48620         Unreviewed.
48621
48622         * platform/chromium/TestExpectations:
48623
48624 2012-12-11  Michael Pruett  <michael@68k.org>
48625
48626         [JSC] Add tests for explicit serialization values
48627         https://bugs.webkit.org/show_bug.cgi?id=104423
48628
48629         Reviewed by Oliver Hunt.
48630
48631         Add tests for serialization and deserialization mechanisms of
48632         the JSC implementation of SerializedScriptValue. Similar tests
48633         already exist for the V8 implementation.
48634
48635         * fast/storage/resources/serialized-script-value.js: Added utility functions common to both V8 and JSC tests.
48636         * fast/storage/serialized-script-value-expected.txt: Added.
48637         * fast/storage/serialized-script-value.html: Added.
48638         * platform/chromium/TestExpectations: Excluded new JSC-specific test.
48639         * platform/chromium/fast/storage/serialized-script-value.html: Moved utility functions into fast/storage/resources/serialized-script-value.js.
48640
48641 2012-12-11  Dirk Pranke  <dpranke@chromium.org>
48642
48643         nrwt isn't rejecting unrecognized expectations
48644         https://bugs.webkit.org/show_bug.cgi?id=104701
48645
48646         Reviewed by Ojan Vafai.
48647
48648         Remove a few lines referring to non-existent files, and
48649         change a few "Fail" and "Text" expectations to "Failure" now
48650         that "Fail" and "Text" will be correctly rejected.
48651
48652         * platform/mac/TestExpectations
48653         * platform/qt/TestExpectations
48654         * platform/gtk/TestExpectations
48655         * platform/win/TestExpectations
48656
48657 2012-12-11  Andreas Kling  <akling@apple.com>
48658
48659         REGRESSION(r133492): Heap-use-after-free in WebCore::Element::normalizeAttributes
48660         <http://webkit.org/b/104488>
48661
48662         Reviewed by Antti Koivisto.
48663
48664         * fast/dom/normalize-attributes-mutation-event-crash-expected.txt: Added.
48665         * fast/dom/normalize-attributes-mutation-event-crash.html: Added.
48666
48667 2012-12-11  Beth Dakin  <bdakin@apple.com>
48668
48669         Updating these test results after http://trac.webkit.org/changeset/137006 
48670         These tests have WK2-only results because WK2 forces compositing for fixed 
48671         position elements in WK2 but not WK1.
48672
48673         * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt:
48674         * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
48675
48676 2012-12-11  Adam Klein  <adamk@chromium.org>
48677
48678         Fix bogus test expectations
48679
48680         Unreviewed.
48681
48682         There were a bunch of uses of "Text" when they should have said "Failure".
48683
48684         * platform/chromium/TestExpectations:
48685
48686 2012-12-11  Elliott Sprehn  <esprehn@chromium.org>
48687
48688         Switch to new PseudoElement based :before and :after
48689         https://bugs.webkit.org/show_bug.cgi?id=104462
48690
48691         Reviewed by Antti Koivisto.
48692
48693         Add test for block generated content inside inlines which is now supported
48694         properly, and also for using box-orient and reordering.
48695
48696         before-content-continuation.html's expectations change because we now
48697         support block content properly.
48698
48699         I skipped fast/css-generated-content/table-row-group-to-inline.html
48700         which needs a rebaseline after this this lands. Unfortunately the test
48701         output is still wrong because we leave an anonymous RenderTable in the
48702         tree, but that bug has always been there.
48703
48704         I also skipped fast/css/empty-generated-content.html which needs rebaselines
48705         as we no longer create extra anonymous blocks, though the reason is not clear
48706         to me.
48707
48708         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
48709         * fast/css-generated-content/block-inside-inline-expected.html: Added.
48710         * fast/css-generated-content/block-inside-inline.html: Added.
48711         * fast/css-generated-content/box-orient-expected.html: Added.
48712         * fast/css-generated-content/box-orient.html: Added.
48713         * platform/chromium/TestExpectations:
48714         * platform/mac/TestExpectations:
48715
48716 2012-12-11  Nate Chapin  <japhet@chromium.org>
48717
48718         Route main resource loads through the memory cache.
48719         https://bugs.webkit.org/show_bug.cgi?id=49246
48720
48721         Reviewed by Antti Koivisto.
48722
48723         * http/tests/inspector/resource-parameters.html: The main resource's url will exclude the fragment identifier here.
48724         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: The error code for loads cancelled
48725             by an embedder's willSendRequest() will show as standard load cancellations rather than as a content policy
48726             failure. This was an odd quirk of how MainResourceLoader::willSendRequest() was implemented (namely, doing a
48727             content policy check on ResourceRequests with empty urls).
48728         * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: See previous.
48729
48730 2012-12-11  Aaron Colwell  <acolwell@chromium.org>
48731
48732         Update MediaSource to allow append() calls in "ended" state.
48733         https://bugs.webkit.org/show_bug.cgi?id=104581
48734
48735         Reviewed by Eric Carlson.
48736
48737         - Removed old test case that verified appending in "ended" state failed.
48738         - Added 3 new test cases that verify append behavior in the "ended" state.
48739
48740         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
48741         * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html:
48742         * http/tests/media/media-source/video-media-source-append-in-ended-state-expected.txt: Added.
48743         * http/tests/media/media-source/video-media-source-append-in-ended-state.html: Added.
48744         * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state-expected.txt: Added.
48745         * http/tests/media/media-source/video-media-source-append-with-offset-in-ended-state.html: Added.
48746         * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state-expected.txt: Added.
48747         * http/tests/media/media-source/video-media-source-zero-byte-append-in-ended-state.html: Added.
48748
48749 2012-12-11  Robert Hogan  <robert@webkit.org>
48750
48751         REGRESSION(r121789): Text not wrapping in presence of floating objects
48752         https://bugs.webkit.org/show_bug.cgi?id=101803
48753
48754         Reviewed by David Hyatt.
48755
48756         * fast/block/float/floats-offset-image-quirk-expected.html: Added.
48757         * fast/block/float/floats-offset-image-quirk-lineheight-expected.html: Added.
48758         * fast/block/float/floats-offset-image-quirk-lineheight.html: Added.
48759         * fast/block/float/floats-offset-image-quirk.html: Added.
48760         * fast/block/float/floats-offset-image-strict-expected.html: Added.
48761         * fast/block/float/floats-offset-image-strict-lineheight-expected.html: Added.
48762         * fast/block/float/floats-offset-image-strict-lineheight.html: Added.
48763         * fast/block/float/floats-offset-image-strict.html: Added.
48764         * fast/block/float/floats-offset-inline-block-quirk-lineheight-expected.html: Added.
48765         * fast/block/float/floats-offset-inline-block-quirk-lineheight.html: Added.
48766         * fast/block/float/floats-offset-inline-block-strict-lineheight-expected.html: Added.
48767         * fast/block/float/floats-offset-inline-block-strict-lineheight.html: Added.
48768         * fast/block/float/floats-offset-linebox-contain-block-expected.html: Added.
48769         * fast/block/float/floats-offset-linebox-contain-block.html: Added.
48770         * fast/block/float/floats-offset-linebox-contain-inline-expected.html: Added.
48771         * fast/block/float/floats-offset-linebox-contain-inline.html: Added.
48772         * fast/block/float/floats-wrap-inside-inline-006-expected.html: Added.
48773         * fast/block/float/floats-wrap-inside-inline-006.html: Added.
48774         * fast/block/float/floats-wrap-inside-inline-007-expected.html: Added.
48775         * fast/block/float/floats-wrap-inside-inline-007.html: Added.
48776
48777 2012-12-11  Adam Klein  <adamk@chromium.org>
48778
48779         Attempt to rebaseline move-by-line-001, which has become less flaky.
48780
48781         Unreviewed gardening.
48782
48783         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png:
48784         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Removed.
48785         * platform/chromium/TestExpectations:
48786
48787 2012-12-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>
48788
48789         [EFL] Update http/tests/multipart results now that we have soup multipart support
48790         https://bugs.webkit.org/show_bug.cgi?id=104671
48791
48792         Unreviewed gardening: r137150 added soup multipart support and updated 
48793         soup. This makes a few tests green. Also, multipart-wait-before-boundary.html
48794         is a duplicate result with wk2 TestExpectations.
48795
48796         * platform/efl/TestExpectations:
48797         * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
48798         * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
48799         * platform/efl-wk1/TestExpectations:
48800
48801 2012-12-11  Xabier Rodriguez Calvar  <calvaris@igalia.com>
48802
48803         [GTK] Fixing tests after removing default media stream sport
48804         https://bugs.webkit.org/show_bug.cgi?id=104658
48805
48806         Reviewed by Philippe Normand.
48807
48808         Updated test expections for fast/js/global-constructors.
48809
48810         * platform/gtk/fast/js/global-constructors-expected.txt: Updated
48811         expectations.
48812
48813 2012-12-11  Martin Robinson  <mrobinson@igalia.com>
48814
48815         [GTK] Implement some missing FrameLoaderClient message in DRT
48816         https://bugs.webkit.org/show_bug.cgi?id=104444
48817
48818         Reviewed by Gustavo Noronha Silva.
48819
48820         Unskip a test which is now passing.
48821
48822         * platform/gtk/TestExpectations: Unskip a newly passing test.
48823
48824 2012-12-11  Alexander Pavlov  <apavlov@chromium.org>
48825
48826         REGRESSION(r136948): inspector/styles/import-pseudoclass-crash.html hits an assertion
48827         https://bugs.webkit.org/show_bug.cgi?id=104473
48828
48829         Reviewed by Vsevolod Vlasov.
48830
48831         * platform/chromium/TestExpectations:
48832         * platform/efl-wk2/TestExpectations:
48833         * platform/qt/TestExpectations:
48834
48835 2012-12-11  Martin Robinson  <mrobinson@igalia.com>
48836
48837         Unskip some tests that are now passing with the switch to the Harfbuzz backend.
48838
48839         * platform/gtk/TestExpectations: Unskip some recently passing tests.
48840
48841 2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
48842
48843         [Qt] Support third-party cookie policy for Qt clients
48844         https://bugs.webkit.org/show_bug.cgi?id=45455
48845
48846         Unreviewed fixup.
48847
48848         window.location is not set for http tests in platform, so use a reset function
48849         that doesn't rely on it.
48850
48851         * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
48852
48853 2012-12-11  Alexander Pavlov  <apavlov@chromium.org>
48854
48855         Web Inspector: Duplicate emulated touch events in iframe
48856         https://bugs.webkit.org/show_bug.cgi?id=104653
48857
48858         Reviewed by Vsevolod Vlasov.
48859
48860         The test incorrectly expected two synthetic touchend events from an iframe,
48861         while only one touchstart and one touchend should be dispatched.
48862
48863         * fast/events/touch/emulated-touch-iframe-expected.txt:
48864         * fast/events/touch/emulated-touch-iframe.html:
48865         * fast/events/touch/resources/emulated-touch-iframe2.html:
48866
48867 2012-12-11  Ken Kania  <kkania@chromium.org>
48868
48869         [Inspector] Add command for dispatching mouse events.
48870         https://bugs.webkit.org/show_bug.cgi?id=104074
48871
48872         Reviewed by Yury Semikhatsky.
48873
48874         Platform mouse event coordinates are relative to the containing window,
48875         but the inspector command assumes they follow standard web coordinates,
48876         where the origin is at the top left of the page and y increases as you
48877         go down. We convert the coordinates to the window before constructing
48878         the event. This also fixes the fact that some platforms have flipped
48879         coordinate systems.
48880         Also, update dispatchKeyEvent test to follow simpler dispatchMouseEvent
48881         test.
48882
48883         * inspector-protocol/input/dispatchKeyEvent.html:
48884         * inspector-protocol/input/dispatchMouseEvent-expected.txt: Added.
48885         * inspector-protocol/input/dispatchMouseEvent.html: Added.
48886
48887 2012-12-11  Csaba Osztrogonác  <ossy@webkit.org>
48888
48889         [Qt] Unreviewed gardening, skip new failing tests.
48890
48891         * platform/qt/TestExpectations:
48892
48893 2012-12-11  Noel Gordon  <noel.gordon@gmail.com>
48894
48895         [chromium] Unreviewed gardening
48896
48897         fast/repaint/body-background-image.html
48898         fast/text/font-initial.html
48899
48900         * platform/chromium/TestExpectations: These tests are passing on WIN.
48901
48902 2012-12-11  Martin Robinson  <mrobinson@igalia.com>
48903
48904         [GTK] Bump the jhbuild libsoup version to fix an authentication issue
48905         https://bugs.webkit.org/show_bug.cgi?id=104448
48906
48907         Reviewed by Gustavo Noronha Silva.
48908
48909         * platform/gtk/TestExpectations: Unskip some tests which are now passing.
48910
48911 2012-12-11  Thiago Marcos P. Santos  <thiago.santos@intel.com>
48912
48913         [EFL] Unreviewed gardening.
48914
48915         Added more shadow tests to the list of flaky tests.
48916
48917         * platform/efl-wk2/TestExpectations:
48918
48919 2012-12-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
48920
48921         [Qt] Support third-party cookie policy for Qt clients
48922         https://bugs.webkit.org/show_bug.cgi?id=45455
48923
48924         Reviewed by Csaba Osztrogonác.
48925
48926         Fix regressed test. The test is now run from it own dir, not the platform independent dir.
48927
48928         * platform/qt/TestExpectations:
48929         * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
48930
48931 2012-12-11  Andrey Kosyakov  <caseq@chromium.org>
48932
48933         Unreviewed, rolling out r137266.
48934         http://trac.webkit.org/changeset/137266
48935         https://bugs.webkit.org/show_bug.cgi?id=104071
48936
48937         New test fails on WebKit Win7 and chromium mac
48938
48939         * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
48940         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
48941
48942 2012-12-11  Kent Tamura  <tkent@chromium.org>
48943
48944         INPUT_MULTIPLE_FIELDS_UI: Disable focus navigation by right/left keys in RTL locales
48945         https://bugs.webkit.org/show_bug.cgi?id=104644
48946
48947         Reviewed by Hajime Morita.
48948
48949         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
48950         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
48951         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt:
48952         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
48953         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
48954         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
48955         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
48956         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
48957
48958 2012-12-11  Pavel Podivilov  <podivilov@google.com>
48959
48960         [Chromium] Unreviewed, remove "platform/blackberry [ WontFix ]" from test expectations
48961         to make lint happy.
48962
48963         * platform/chromium/TestExpectations:
48964
48965 2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
48966
48967         Unreviewed GTK gardening.
48968
48969         Unskip a few test, adding expectations that (should) reflect the actual failure of each test.
48970         Also remove the expectations for the Animation API test. Support for that feature, along with
48971         the test, was removed just recently.
48972
48973         * platform/gtk/TestExpectations:
48974
48975 2012-12-11  Zan Dobersek  <zandobersek@gmail.com>
48976
48977         Unreviewed GTK gardening
48978
48979         Adding failure expectations for tests that regressed in r137198 and in r137159-r137161 range.
48980         Removing failure expectations for the SVG viewspec tests that now pass.
48981
48982         * platform/gtk/TestExpectations:
48983
48984 2012-12-11  Mike West  <mkwst@chromium.org>
48985
48986         Web Inspector: Evaluate private browsing mode's effect on console messages.
48987         https://bugs.webkit.org/show_bug.cgi?id=104383
48988
48989         Reviewed by Pavel Feldman.
48990
48991         * inspector/console/clients-ignored-in-privatebrowsing-expected.txt: Added.
48992         * inspector/console/clients-ignored-in-privatebrowsing.html: Added.
48993         * platform/chromium/TestExpectations:
48994             Skip this test on Chromium, as that port doesn't use PrivateBrowsing
48995
48996 2012-12-11  Andrey Kosyakov  <caseq@chromium.org>
48997
48998         Web Inspector: better coverage for inspector/profiler/cpu-profiler-profiling-without-inspector.html
48999         https://bugs.webkit.org/show_bug.cgi?id=104071
49000
49001         Reviewed by Pavel Feldman.
49002
49003         Extended test by spinning several function for a total of 400ms to provide coverage for sampling profiler.
49004
49005         * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt:
49006         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
49007
49008 2012-12-10  Mihnea Ovidenie  <mihnea@adobe.com>
49009
49010         [CSSRegions] Clean-up style for 2 regions expected results files
49011         https://bugs.webkit.org/show_bug.cgi?id=104572
49012
49013         Reviewed by Tony Chang.
49014
49015         Remove Win line endings, remove unnecessary spaces and close all html tags.
49016
49017         * fast/regions/positioned-objects-block-static-spanning-regions-expected.html:
49018         * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html:
49019
49020 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
49021
49022         [chromium] Unreviewed gardening
49023         https://bugs.webkit.org/show_bug.cgi?id=84432
49024
49025         fast/filesystem/op-restricted-names.html
49026         fast/filesystem/op-restricted-unicode.html
49027         fast/filesystem/read-directory.html
49028         fast/filesystem/simple-readonly-file-object.html
49029
49030         * platform/chromium/TestExpectations: These have been passing on WIN for over a month.
49031
49032 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
49033
49034         Unreviewed EFL gardening.
49035
49036         Mark new compositing/repaint/resize-repaint.html test introduced in
49037         r137215 as failing on EFL WK2.
49038
49039         * platform/efl-wk2/TestExpectations:
49040
49041 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
49042
49043         Unreviewed EFL gardening.
49044
49045         Rebaseline fast/js/global-constructors.html after r137243.
49046
49047         * platform/efl/fast/js/global-constructors-expected.txt:
49048
49049 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
49050
49051         [chromium] Unreviewed gardening
49052
49053         Mark platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape.html WontFix.
49054
49055         * platform/chromium/TestExpectations:
49056
49057 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
49058
49059         [chromium] Unreviewed gardening: rebase fast/repaint/body-background-image.html on linux
49060
49061         * platform/chromium/TestExpectations:
49062
49063 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
49064
49065         [chromium] Unreviewed gardening: rebase fast/text/font-initial.html on linux
49066
49067         * platform/chromium-linux/fast/text/font-initial-expected.png: Added.
49068         * platform/chromium/TestExpectations:
49069
49070 2012-12-10  No'am Rosenthal  <noam@webkit.org>
49071
49072         REGRESSION (r137006): CSS clip on solid color composited div broken
49073         https://bugs.webkit.org/show_bug.cgi?id=104604
49074
49075         Reviewed by Simon Fraser.
49076
49077         Added a new test (by Simon Fraser) to make sure background color doesn't break clipping.
49078
49079         * compositing/geometry/clip-inside-expected.txt: Added.
49080         * compositing/geometry/clip-inside.html: Added.
49081         * compositing/geometry/clip-expected:
49082                 New result.
49083
49084         * platform/chromium/compositing/geometry/clip-inside-expected.txt
49085                 Adjust Chromium expected result for new test.
49086
49087 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
49088
49089         [chromium] Unreviewed gardening after http://trac.webkit.org/changeset/137243
49090
49091         * platform/chromium/TestExpectations: Remove animations test.
49092
49093 2012-12-10  Simon Fraser  <simon.fraser@apple.com>
49094
49095         REGRESSION(r137215): WebKit stretches and shrinks a part of screen on scroll
49096         https://bugs.webkit.org/show_bug.cgi?id=104626
49097
49098         Reviewed by Beth Dakin.
49099
49100         Testcase that scrolls an overflow area containing a compositing layer.
49101
49102         * compositing/repaint/clipped-layer-size-change-expected.html: Added.
49103         * compositing/repaint/clipped-layer-size-change.html: Added.
49104
49105 2012-12-10  Noel Gordon  <noel.gordon@gmail.com>
49106
49107         [chromium] fast/dom/HTMLMeterElement/meter-boundary-values.html is flaky
49108         https://bugs.webkit.org/show_bug.cgi?id=104625
49109
49110         Unreviewed HTMLMeterElement/meter-boundary-values.html rebaselines.
49111
49112         * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
49113         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
49114         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
49115         * platform/efl-wk1/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Renamed from LayoutTests/platform/efl/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png.
49116
49117 2012-12-10  Dean Jackson  <dino@apple.com>
49118
49119         Remove old WebKit Animation API code
49120         https://bugs.webkit.org/show_bug.cgi?id=104611
49121
49122         Reviewed by Simon Fraser.
49123
49124         Remove the existing, unused animation API code. We'll look into
49125         implementing the W3C Animation API if/when it is stable.
49126
49127         * animations/animation-api-1-expected.txt: Removed.
49128         * animations/animation-api-1.html: Removed.
49129         * fast/js/global-constructors-expected.txt:
49130
49131 2012-12-10  Kangil Han  <kangil.han@samsung.com>
49132
49133         [EFL] Rebaseline expected results for "visibility:hidden; position: absolute;" cases
49134         https://bugs.webkit.org/show_bug.cgi?id=104620
49135
49136         Unreviewed, EFL gardening.
49137
49138         This is a following rebaseline of BUG 104195.
49139         This patch sets AC ON as a default expected result of EFL.
49140
49141         * 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.
49142         * 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.
49143         * platform/efl-wk1/fast/block/basic/020-expected.txt: Copied from LayoutTests/platform/efl/fast/block/basic/020-expected.txt.
49144         * platform/efl-wk2/fast/block/basic/020-expected.txt: Removed.
49145         * platform/efl/TestExpectations:
49146         * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
49147         * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
49148         * platform/efl/fast/block/basic/020-expected.txt:
49149
49150 2012-12-10  Adam Klein  <adamk@chromium.org>
49151
49152         Fix expectations lint errors in r137231
49153         Unreviewed gardening.
49154
49155         * platform/chromium/TestExpectations:
49156
49157 2012-12-10  Adam Klein  <adamk@chromium.org>
49158
49159         Rewrite last occurrences of "Image" in TestExpectations to "ImageOnlyFailure".
49160         Unreviewed test expectations update.
49161
49162         * platform/chromium/TestExpectations:
49163
49164 2012-12-10  Adam Klein  <adamk@chromium.org>
49165
49166         Expand flakiness of move-by-line-001.html.
49167         Unreviewed gardening.
49168
49169         * platform/chromium/TestExpectations:
49170
49171 2012-12-10  Aaron Colwell  <acolwell@chromium.org>
49172
49173         Temporarily disable video-media-source-seek.html & video-media-source-state-changes.html
49174         https://bugs.webkit.org/show_bug.cgi?id=104584
49175
49176         Reviewed by Dirk Pranke.
49177
49178         Changes in Chromium needed for Bug 104581 and Bug 104583 will break these tests so they are
49179         being temporarily disabled until the Chromium & WebKit changes are both landed.
49180
49181         * platform/chromium/TestExpectations:
49182
49183 2012-12-10  Adam Klein  <adamk@chromium.org>
49184
49185         Mark an encrypted media test as failing after http://crrev.com/172175
49186         Unreviewed gardening.
49187
49188         * platform/chromium/TestExpectations:
49189
49190 2012-12-10  Min Qin  <qinmin@chromium.org>
49191
49192         Sending multi-touch events to the same Iframe
49193         https://bugs.webkit.org/show_bug.cgi?id=97973
49194
49195         Reviewed by Dimitri Glazkov.
49196
49197         Check that all multi-touch events are sent to the same iframe.
49198
49199         * fast/events/touch/multi-touch-inside-iframes-expected.txt: Added.
49200         * fast/events/touch/multi-touch-inside-iframes.html: Added.
49201         * fast/events/touch/resources/multi-touch-inside-iframes2.html: Added.
49202         * fast/events/touch/multi-touch-inside-nested-iframes-expected.txt: Added.
49203         * fast/events/touch/multi-touch-inside-nested-iframes.html: Added.
49204         * fast/events/touch/resources/multi-touch-inside-nested-iframes2.html: Added.
49205         * fast/events/touch/resources/multi-touch-inside-nested-iframes3.html: Added.
49206
49207 2012-12-10  Simon Fraser  <simon.fraser@apple.com>
49208
49209         When converting a layer into a tiled layer, ensure that we update the visible rect
49210         https://bugs.webkit.org/show_bug.cgi?id=104467
49211
49212         Reviewed by Darin Adler.
49213
49214         Test that resizes a layer over the tiled layer threshold, then dumps layer data.
49215         
49216         Mac-specific results added because only Mac dumps tile cache info.
49217
49218         * compositing/tiling/tiled-layer-resize-expected.txt: Added.
49219         * compositing/tiling/tiled-layer-resize.html: Added.
49220         * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt: Added.
49221
49222 2012-12-10  Simon Fraser  <simon.fraser@apple.com>
49223
49224         Don't unconditionally repaint compositing layers when their size changes
49225         https://bugs.webkit.org/show_bug.cgi?id=104461
49226
49227         Reviewed by Sam Weinig.
49228
49229         Test that dumps repaint rects after adding content to a compositing layer.
49230
49231         * compositing/repaint/resize-repaint-expected.txt: Added.
49232         * compositing/repaint/resize-repaint.html: Added.
49233
49234 2012-12-10  Ojan Vafai  <ojan@chromium.org>
49235
49236         Unreviewed, rolling out r134150.
49237         http://trac.webkit.org/changeset/134150
49238         https://bugs.webkit.org/show_bug.cgi?id=99940
49239
49240         Caused JS-based tooltips to remain during scroll on Facebook
49241         and Gmail. Rollout until I have time to experiment with less
49242         aggresive approaches.
49243
49244         * fast/scrolling/fake-mouse-event-throttling-expected.txt: Removed.
49245         * fast/scrolling/fake-mouse-event-throttling.html: Removed.
49246         * platform/mac/TestExpectations:
49247
49248 2012-12-10  Yi Shen  <max.hong.shen@gmail.com>
49249
49250         Keyboard caret movement in textarea with RTL Override Character can make tab unresponsive
49251         https://bugs.webkit.org/show_bug.cgi?id=103067
49252
49253         Reviewed by Ryosuke Niwa.
49254
49255         New test for moving caret in textarea with RTL override character causes crash.
49256
49257         * editing/selection/move-by-character-crash-test-textarea-expected.txt: Added.
49258         * editing/selection/move-by-character-crash-test-textarea.html: Added.
49259
49260 2012-12-10  Dirk Pranke  <dpranke@chromium.org>
49261
49262         nrwt: use the default logic for skipping platform-specific tests for chromium
49263         https://bugs.webkit.org/show_bug.cgi?id=104403
49264
49265         Reviewed by Stephen White.
49266
49267         Remove a bunch of WONTFIX lines that will now be handled programmatically.
49268
49269         * platform/chromium-android/TestExpectations:
49270         * platform/chromium/TestExpectations:
49271
49272 2012-12-10  Dean Jackson  <dino@apple.com>
49273
49274         Unreviewed update to test results after http://trac.webkit.org/changeset/137200.
49275         The 'widows' and 'orphans' properties have an initial value of 'auto'.
49276
49277         * editing/pasteboard/onpaste-text-html-expected.txt:
49278         * fast/events/ondrop-text-html-expected.txt:
49279
49280 2012-12-10  Dean Jackson  <dino@apple.com>
49281
49282         Support for CSS widows and orphans
49283         https://bugs.webkit.org/show_bug.cgi?id=9410
49284
49285         Reviewed by Darin Adler.
49286
49287         A new, slightly more comprehensive, test for widows and orphans. We also
49288         now pass the existing widows and orphans tests from printing. And
49289         since the default value of the properties changed, update the
49290         computed style test as well.
49291
49292         * fast/css/getComputedStyle/computed-style-expected.txt: New auto value.
49293         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: New auto value.
49294         * fast/multicol/widows-and-orphans-expected.txt: Added.
49295         * fast/multicol/widows-and-orphans.html: Added.
49296         * printing/page-break-orphans-and-widows-expected.txt:
49297         * printing/page-break-orphans-expected.txt:
49298         * printing/page-break-widows-expected.txt:
49299         * svg/css/getComputedStyle-basic-expected.txt: New auto value.
49300
49301 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
49302
49303         [EFL] Massive rebaseline after r137146
49304         https://bugs.webkit.org/show_bug.cgi?id=104576
49305
49306         Unreviewed EFL gardening.
49307
49308         Rebaseline several test cases after r137146.
49309
49310         * platform/efl/fast/text/atsui-spacing-features-expected.png:
49311         * platform/efl/fast/text/atsui-spacing-features-expected.txt:
49312         * platform/efl/fast/text/complex-text-opacity-expected.png:
49313         * platform/efl/fast/text/complex-text-opacity-expected.txt:
49314         * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.png:
49315         * platform/efl/fast/text/international/bidi-AN-after-empty-run-expected.txt:
49316         * platform/efl/fast/text/international/bidi-CS-after-AN-expected.png:
49317         * platform/efl/fast/text/international/bidi-CS-after-AN-expected.txt:
49318         * platform/efl/fast/text/international/bidi-neutral-run-expected.txt:
49319         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
49320         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
49321         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
49322         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
49323         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
49324         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
49325         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
49326         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
49327         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
49328         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
49329         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
49330         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
49331         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
49332         * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
49333         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
49334         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
49335         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
49336         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
49337         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
49338         * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
49339         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
49340         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
49341         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
49342         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
49343         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
49344         * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
49345         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
49346         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
49347         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
49348         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
49349         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
49350         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
49351         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
49352         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
49353         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
49354         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
49355         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
49356         * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
49357         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.png:
49358         * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
49359         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
49360         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
49361         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
49362         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
49363         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
49364         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
49365         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
49366         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
49367         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
49368         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
49369         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
49370         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
49371         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
49372         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
49373         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
49374         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
49375         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
49376         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
49377         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
49378         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
49379         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
49380         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
49381         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
49382         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
49383         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
49384         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
49385         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
49386         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
49387         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
49388         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
49389         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
49390         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
49391         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
49392         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
49393         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
49394         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
49395         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
49396         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
49397         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png:
49398         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
49399         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
49400         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
49401         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
49402         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
49403         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
49404         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
49405         * platform/efl/svg/text/bidi-text-query-expected.png:
49406         * platform/efl/svg/text/bidi-text-query-expected.txt:
49407         * platform/efl/svg/text/bidi-tspans-expected.png:
49408         * platform/efl/svg/text/bidi-tspans-expected.txt:
49409         * platform/efl/svg/text/text-intro-05-t-expected.png:
49410         * platform/efl/svg/text/text-intro-05-t-expected.txt:
49411
49412 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49413
49414         Unreviewed gardening.
49415
49416         Adding failure expectations for failing http tests that started
49417         failing on EFL and GTK after the Jhbuild libsoup was bumped to 2.40.0.
49418
49419         * platform/efl/TestExpectations:
49420         * platform/gtk/TestExpectations:
49421
49422 2012-12-10  Mike West  <mkwst@chromium.org>
49423
49424         Log to console when script is blocked by sandbox attributes.
49425         https://bugs.webkit.org/show_bug.cgi?id=104365
49426
49427         Reviewed by Ojan Vafai.
49428
49429         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
49430         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
49431         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
49432         * fast/frames/sandboxed-iframe-scripting-expected.txt:
49433         * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
49434         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
49435         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
49436         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
49437         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
49438         * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
49439         * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
49440         * media/video-controls-no-scripting-expected.txt:
49441             Rebaselining tests with new expectations.
49442
49443 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49444
49445         Unreviewed GTK gardening.
49446
49447         Fixing most of the expectations added in r137153, the baselines are missing so the expectations
49448         are changed according to that. The a11y gurus will have a look at them and determine what the
49449         baselines should look like and whether the tests can be fixed.
49450
49451         * platform/gtk/TestExpectations:
49452
49453 2012-12-10  Adam Klein  <adamk@chromium.org>
49454
49455         inspector/styles/styles-computed-trace still times out after r137156.
49456
49457         Unreviewed gardening.
49458
49459         * platform/chromium/TestExpectations:
49460
49461 2012-12-10  Ryosuke Niwa  <rniwa@webkit.org>
49462
49463         Removed failing test expectations for GTK+ port after r137107.
49464
49465         * platform/gtk/TestExpectations:
49466
49467 2012-12-10  Adam Klein  <adamk@chromium.org>
49468
49469         Chromium test expectations update after r137152.
49470         Unreviewed gardening.
49471
49472         * platform/chromium/TestExpectations:
49473
49474 2012-12-10  Alejandro Piñeiro  <apinheiro@igalia.com>
49475
49476         AX: wrong Enabled states on a ListBox
49477         https://bugs.webkit.org/show_bug.cgi?id=104483
49478
49479         Reviewed by Chris Fleizach.
49480
49481         * accessibility/listbox-enabled-states-expected.txt: Added.
49482         * accessibility/listbox-enabled-states.html: Added.
49483
49484 2012-12-10  Alexis Menard  <alexis@webkit.org>
49485
49486         [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
49487         https://bugs.webkit.org/show_bug.cgi?id=104539
49488
49489         Reviewed by Antonio Gomes.
49490
49491         Unskip the related CSS3 <position> type tests for background-position
49492         as now the feature is enabled by default.
49493
49494         * platform/win/TestExpectations:
49495         * platform/wincairo/TestExpectations:
49496
49497 2012-12-10  Adam Klein  <adamk@chromium.org>
49498
49499         Remove expectation of previously failing test.
49500         It passes after r137152.
49501
49502         Unreviewed gardening.
49503
49504         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Removed.
49505
49506 2012-12-10  Eric Carlson  <eric.carlson@apple.com>
49507
49508         Add support for in-band text tracks to Mac port
49509         https://bugs.webkit.org/show_bug.cgi?id=103663
49510
49511         Reviewed by Sam Weinig.
49512
49513         Test for initial support for in-band text tracks. New test skipped on all ports that don't 
49514         have support in the media engine.
49515
49516         * media/content/counting-subtitled.m4v: Added.
49517         * media/track/track-in-band-expected.txt: Added.
49518         * media/track/track-in-band.html: Added.
49519         * platform/chromium/TestExpectations:
49520         * platform/efl/TestExpectations:
49521         * platform/gtk/TestExpectations:
49522         * platform/mac/TestExpectations:
49523         * platform/qt/TestExpectations:
49524         * platform/win/TestExpectations:
49525
49526 2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>
49527
49528         Unreviewed: Web Inspector: update test expectation for inspector/styles/styles-computed-trace.html.
49529         it is slow in debug version. ~20 sec on linux.
49530
49531         * platform/chromium/TestExpectations:
49532
49533 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49534
49535         Unreviewed GTK gardening.
49536
49537         Unskipping 8 failing accessibility tests, adding expected failures for them.
49538
49539         * platform/gtk/TestExpectations:
49540
49541 2012-12-10  Kent Tamura  <tkent@chromium.org>
49542
49543         Visual order of empty value placeholder in INPUT_MULTIPLE_FIELDS_UI is wrong in RTL
49544         https://bugs.webkit.org/show_bug.cgi?id=104438
49545
49546         Reviewed by Hajime Morita.
49547
49548         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
49549         * platform/chromium/TestExpectations:
49550         Update bug numbers and add time-multiple-fields-localization.html.
49551         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
49552         Adjust test scenario for the new behavior.
49553         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html:
49554         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
49555         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
49556
49557 2012-12-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
49558
49559         [Soup] utilize multipart/x-mixed-replace support recently added to libsoup
49560         https://bugs.webkit.org/show_bug.cgi?id=94515
49561
49562         Reviewed by Martin Robinson.
49563
49564         * platform/efl/TestExpectations: adjust expectations for tests that now pass.
49565         * platform/gtk/TestExpectations: ditto.
49566         * platform/gtk-wk2/TestExpectations: add missing multipart tests expectations.
49567         * platform/gtk/http/tests/multipart/invalid-image-data-expected.png: new baseline
49568         * platform/gtk/http/tests/multipart/invalid-image-data-expected.txt: ditto.
49569
49570 2012-12-10  Zoltan Nyul  <zoltan.nyul@intel.com>
49571
49572         Implement testRunner.setViewModeMediaFeature() in WebKitTestRunner
49573         https://bugs.webkit.org/show_bug.cgi?id=103886
49574
49575         Reviewed by Kenneth Rohde Christiansen.
49576
49577         Unskipping the following tests for EFL WebKit2:
49578         fast/media/media-query-list-02.html
49579         fast/media/media-query-list-03.html
49580         fast/media/media-query-list-04.html
49581         fast/media/media-query-list-05.html
49582         fast/media/media-query-list-06.html
49583         fast/media/media-query-list-07.html
49584         fast/media/view-mode-media-feature.html
49585
49586         * platform/efl-wk2/TestExpectations:
49587
49588 2012-12-10  Martin Robinson  <mrobinson@igalia.com>
49589
49590         [GTK] Bring Harfbuzz-ng support to Gtk
49591         https://bugs.webkit.org/show_bug.cgi?id=92098
49592
49593         Reviewed by Gustavo Noronha Silva.
49594
49595         Update tests results that have changed due to the switch to HarfBuzz.
49596         In general, these are progressions or harmless metrics differences.
49597
49598         * platform/gtk: Update test results that have changed.
49599
49600 2012-12-10  Kent Tamura  <tkent@chromium.org>
49601
49602         [Chromium] Test expectation update
49603         https://bugs.webkit.org/show_bug.cgi?id=104548
49604
49605         * platform/chromium/TestExpectations:
49606         Hyphenation tests failure on WebKit-only checkout Linux
49607
49608 2012-12-10  Ilya Tikhonovsky  <loislo@chromium.org>
49609
49610         Unreviewed: update expectation for inspector/styles/svg-style.xhtml
49611
49612         * inspector/styles/svg-style-expected.txt:
49613         * platform/chromium/TestExpectations:
49614
49615 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49616
49617         Unreviewed GTK gardening.
49618
49619         Managing current failures on the 64-bit debug builder to get it green.
49620
49621         * platform/gtk/TestExpectations:
49622
49623 2012-12-10  Jussi Kukkonen  <jussi.kukkonen@intel.com>
49624
49625         [EFL] Remove duplicate expectations
49626         https://bugs.webkit.org/show_bug.cgi?id=104526
49627
49628         Unreviewed gardening: collect all WebAudio-related skips
49629         to one place.
49630
49631         * platform/efl-wk2/TestExpectations:
49632         * platform/efl/TestExpectations:
49633
49634 2012-12-10  Zan Dobersek  <zandobersek@gmail.com>
49635
49636         Unreviewed GTK gardening.
49637
49638         Removing failure expectations for the MicroData tests that were fixed in r137107.
49639
49640         * platform/gtk/TestExpectations:
49641
49642 2012-12-10  Pavel Feldman  <pfeldman@chromium.org>
49643
49644         Web Inspector: console broken? - console.dirxml behaves like console.log
49645         https://bugs.webkit.org/show_bug.cgi?id=104245
49646
49647         Reviewed by Vsevolod Vlasov.
49648
49649         * inspector/console/console-dirxml-expected.txt:
49650         * inspector/console/console-dirxml.html:
49651         * platform/chromium/TestExpectations:
49652
49653 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
49654
49655         Unreviewed EFL gardening.
49656
49657         Unskip 5 MicroData test cases that were fixed in r137107.
49658
49659         * platform/efl/TestExpectations:
49660
49661 2012-12-10  Christophe Dumez  <christophe.dumez@intel.com>
49662
49663         Unreviewed EFL gardening.
49664
49665         Add fast/canvas/webgl tests to TestExpectations since they
49666         sometimes crash on the bots.
49667
49668         * platform/efl/TestExpectations:
49669
49670 2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>
49671
49672         [GTK] accessibility/language-attribute.html is failing
49673         https://bugs.webkit.org/show_bug.cgi?id=98369
49674
49675         Reviewed by Chris Fleizach.
49676
49677         The test is failing for two reasons: Not exposing the language
49678         for accessible objects and AccessibilityUIElement::language() not
49679         being implemented.
49680
49681         * accessibility/language-attribute.html: Modified the test to work with
49682         both Mac and Atk platforms. (The former exposes static text objects as
49683         accessibles; the latter folds the text into the parent element.)
49684         * platform/gtk/TestExpectations: Unskipped the previously-failing test.
49685
49686 2012-12-10  Joanmarie Diggs  <jdiggs@igalia.com>
49687
49688         [GTK] accessibility/editable-webarea-context-menu-point.html is failing
49689         https://bugs.webkit.org/show_bug.cgi?id=98364
49690
49691         Reviewed by Chris Fleizach.
49692
49693         This test seems to be Mac-specific. Therefore, move the test to that
49694         platform and remove the skips from the other platforms.
49695
49696         * platform/chromium/TestExpectations: Remove editable-webarea-context-menu-point.html
49697         * platform/efl-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
49698         * platform/gtk-wk2/TestExpectations: Remove editable-webarea-context-menu-point.html
49699         * platform/gtk/TestExpectations: Remove editable-webarea-context-menu-point.html
49700         * platform/mac/accessibility/editable-webarea-context-menu-point-expected.txt: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point-expected.txt.
49701         * platform/mac/accessibility/editable-webarea-context-menu-point.html: Renamed from LayoutTests/accessibility/editable-webarea-context-menu-point.html.
49702         * platform/win/TestExpectations: Remove editable-webarea-context-menu-point.html
49703         * platform/wincairo/TestExpectations: Remove editable-webarea-context-menu-point.html
49704
49705 2012-12-09  Takashi Sakamoto  <tasak@google.com>
49706
49707         [Shadow DOM]: reset-style-inheritance doesn't work for insertion point
49708         https://bugs.webkit.org/show_bug.cgi?id=103711
49709
49710         Reviewed by Hajime Morita.
49711
49712         * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt:
49713         * fast/dom/shadow/insertion-point-resetStyleInheritance.html:
49714         Added two more basic tests to cover <content reset-style-inheritance>
49715         and <shadow reset-style-inheritance>.
49716
49717 2012-12-09  Huang Dongsung  <luxtella@company100.net>
49718
49719         [Qt] Gardening after r137006.
49720         https://bugs.webkit.org/show_bug.cgi?id=104432
49721
49722         Reviewed by Kentaro Hara.
49723
49724         Update existing tests that are affected by r137006.
49725
49726         * compositing/rtl/rtl-iframe-absolute-expected.txt:
49727         * compositing/rtl/rtl-iframe-fixed-expected.txt:
49728         * compositing/rtl/rtl-iframe-relative-expected.txt:
49729         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
49730         * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
49731         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
49732         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
49733         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
49734         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
49735         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
49736         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
49737         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
49738         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
49739         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
49740         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
49741         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
49742         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
49743         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
49744         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
49745         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
49746         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
49747         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
49748         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
49749         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
49750         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
49751         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
49752         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
49753         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
49754         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
49755         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
49756         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
49757         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
49758         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
49759         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
49760         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
49761         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
49762         * platform/qt/compositing/backing/no-backing-for-clip-expected.txt:
49763         * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt:
49764         * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt:
49765         * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt:
49766
49767 2012-12-09  Kangil Han  <kangil.han@samsung.com>
49768
49769         [EFL][WK1] Gardening for Accelerated Compositing
49770         https://bugs.webkit.org/show_bug.cgi?id=104466
49771
49772         Unreviewed, EFL gardening.
49773
49774         As EFL WK1 does not support Accelerated Compositing, related cases should be skipped from layout tests.
49775
49776         * platform/efl-wk1/TestExpectations:
49777
49778 2012-12-09  Noel Gordon  <noel.gordon@gmail.com>
49779
49780         [Chromium] Unreviewed gardening: broken or flakey hardness perftests
49781
49782         fast/harness/perftests/runs-per-second-iterations.html
49783         fast/harness/perftests/perf-runner-compute-statistics.html
49784         fast/harness/perftests/runs-per-second-log.html
49785
49786         * platform/chromium/TestExpectations:
49787
49788 2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
49789
49790         [GTK] accessibility/placeholder.html is failing
49791         https://bugs.webkit.org/show_bug.cgi?id=98373
49792
49793         Reviewed by Martin Robinson.
49794
49795         The test was failing because the placeholder text was not supported and
49796         AccessibilityUIElement::stringAttributeValue() was not implemented.
49797
49798         * platform/gtk/TestExpectations: Unskip the failing test
49799
49800 2012-12-09  Zan Dobersek  <zandobersek@gmail.com>
49801
49802         Unreviewed GTK gardening.
49803
49804         Adding failure expectations for 15 layout tests that started failing after libxml2
49805         version used in Jhbuild was bumped in r137090.
49806
49807         * platform/gtk/TestExpectations:
49808
49809 2012-12-09  Stephen White  <senorblanco@chromium.org>
49810
49811         [Chromium] Unreviewed gardening.
49812
49813         * platform/chromium/TestExpectations:
49814
49815 2012-12-09  Pavel Feldman  <pfeldman@chromium.org>
49816
49817         Web Inspector: do not treat object as equal to itself when logging to console
49818         https://bugs.webkit.org/show_bug.cgi?id=104487
49819
49820         Reviewed by Alexander Pavlov.
49821
49822         * inspector/console/console-object-preview-expected.txt: Added.
49823         * inspector/console/console-object-preview.html: Added.
49824
49825 2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
49826
49827         [GTK] accessibility/canvas-fallback-content.html is failing
49828         https://bugs.webkit.org/show_bug.cgi?id=98362
49829
49830         Reviewed by Martin Robinson.
49831
49832         The failure was due to platform-specific expectations of the accessible
49833         role reported for comboboxes. The solution was conditionalizing the test.
49834
49835         * accessibility/canvas-fallback-content.html: Base expected role on platform.
49836         * platform/gtk/TestExpectations: Unskipped the test.
49837         * platform/gtk/accessibility/canvas-fallback-content-expected.txt: Added.
49838
49839 2012-12-09  Stephen White  <senorblanco@chromium.org>
49840
49841         [Chromium] Unreviewed gardening.
49842
49843         * platform/chromium/TestExpectations:
49844
49845 2012-12-09  Stephen White  <senorblanco@chromium.org>
49846
49847         Try to fix a finnicky reftest.
49848         https://bugs.webkit.org/show_bug.cgi?id=104486
49849
49850         Reviewed by Simon Fraser.
49851
49852         This reftest fails on Chromium Mac since the leftmost pixel of the 'T'
49853         of 'Text' is clipped in composited mode, and non-clipped in software
49854         painting.  Not sure exactly why, but a lowercase 't' doesn't seem to
49855         have this problem.
49856
49857         * compositing/background-color/background-color-change-to-text-expected.html:
49858         * compositing/background-color/background-color-change-to-text.html:
49859         * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Removed.
49860         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Removed.
49861         * platform/chromium/TestExpectations:
49862
49863 2012-12-09  Stephen White  <senorblanco@chromium.org>
49864
49865         [Chromium] Unreviewed gardening.
49866
49867         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49868         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49869         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49870         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49871         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49872         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49873         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49874         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49875         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49876         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49877         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49878         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49879         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49880         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49881         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49882         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49883         * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
49884         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
49885         * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
49886         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49887         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49888         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49889         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49890         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
49891         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
49892         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49893         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49894         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49895         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: Added.
49896         * platform/chromium/TestExpectations:
49897         * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
49898         * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
49899         * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
49900         * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
49901
49902 2012-12-09  Mihnea Ovidenie  <mihnea@adobe.com>
49903
49904         Unreviewed. Unskip a skipped test for which i have added expectation in http://trac.webkit.org/changeset/135851.
49905
49906         * platform/gtk-wk2/TestExpectations:
49907
49908 2012-12-09  Joanmarie Diggs  <jdiggs@igalia.com>
49909
49910         [GTK] accessibility/label-for-control-hittest.html is failing
49911         https://bugs.webkit.org/show_bug.cgi?id=98368
49912
49913         Reviewed by Martin Robinson.
49914
49915         Unskip the test having implemented AccessibilityUIElement::elementAtPoint.
49916
49917         * platform/gtk/TestExpectations: unskip accessibility/label-for-control-hittest.html
49918
49919 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49920
49921         Unreviewed EFL gardening.
49922
49923         Mark 2 compositing/background-color ref tests introduced
49924         in r137006 as failing for WK2 EFL.
49925
49926         * platform/efl-wk2/TestExpectations:
49927
49928 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49929
49930         Unreviewed EFL gardening.
49931
49932         Rebaseline 2 media/track test cases after r136991.
49933
49934         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
49935         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
49936
49937 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49938
49939         Unreviewed EFL gardening.
49940
49941         Mark inspector/styles/import-pseudoclass-crash.html as crashing
49942         since it is hitting m_childRuleCSSOMWrappers.size() == ruleCount
49943         assertion after r136948.
49944
49945         * platform/efl-wk2/TestExpectations:
49946
49947 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49948
49949         Unreviewed EFL gardening.
49950
49951         Skip fast/text/hyphenate-locale.html since the EFL port does
49952         not support hyphenation. Also remove wrong expected results
49953         for WK1 EFL.
49954
49955         * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Removed.
49956         * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Removed.
49957         * platform/efl/TestExpectations:
49958
49959 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49960
49961         Unreviewing gardening.
49962
49963         Rebaseline several compositing test cases after r137051.
49964
49965         * compositing/iframes/overlapped-nested-iframes-expected.txt:
49966         * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
49967         * compositing/rtl/rtl-iframe-absolute-expected.txt:
49968         * compositing/rtl/rtl-iframe-fixed-expected.txt:
49969         * compositing/rtl/rtl-iframe-relative-expected.txt:
49970         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
49971         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
49972         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
49973         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
49974
49975 2012-12-09  Sheriff Bot  <webkit.review.bot@gmail.com>
49976
49977         Unreviewed, rolling out r137053.
49978         http://trac.webkit.org/changeset/137053
49979         https://bugs.webkit.org/show_bug.cgi?id=104471
49980
49981         Broke PerformanceTests/Parser/html-parser.html (Requested by
49982         mkwst_ on #webkit).
49983
49984         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
49985         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
49986         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
49987         * fast/frames/sandboxed-iframe-scripting-expected.txt:
49988         * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
49989         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
49990         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
49991         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
49992         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
49993         * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
49994         * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
49995         * media/video-controls-no-scripting-expected.txt:
49996
49997 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
49998
49999         Unreviewed EFL gardening.
50000
50001         Rebaseline fast/js/global-constructors.html after WebGL
50002         was enabled for EFL port in r137050.
50003
50004         * platform/efl/fast/js/global-constructors-expected.txt:
50005
50006 2012-12-09  Christophe Dumez  <christophe.dumez@intel.com>
50007
50008         Unreviewed EFL gardening.
50009
50010         Adding failure expectation for several MicroData test cases
50011         that started failing after r137003.
50012
50013         * platform/efl/TestExpectations:
50014
50015 2012-12-09  Zan Dobersek  <zandobersek@gmail.com>
50016
50017         Unreviewed GTK gardening.
50018
50019         Adding a failure expectation for an accelerated compositing layout test introduced in r136959.
50020         Adding failure expectations for MicroData layout tests that regressed in r137003.
50021
50022         * platform/gtk/TestExpectations:
50023
50024 2012-12-08  Kangil Han  <kangil.han@samsung.com>
50025
50026         [EFL][WK1] Gardening for WebGL
50027         https://bugs.webkit.org/show_bug.cgi?id=104464
50028
50029         Unreviewed, EFL gardening.
50030
50031         As EFL WK1 does not support WebGL, it should be skipped from layout tests.
50032
50033         * platform/efl-wk1/TestExpectations:
50034
50035 2012-12-08  Mike West  <mkwst@chromium.org>
50036
50037         Log to console when script is blocked by sandbox attributes.
50038         https://bugs.webkit.org/show_bug.cgi?id=104365
50039
50040         Reviewed by Ojan Vafai.
50041
50042         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
50043         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
50044         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
50045         * fast/frames/sandboxed-iframe-scripting-expected.txt:
50046         * http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
50047         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
50048         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
50049         * http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
50050         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
50051         * http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
50052         * http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
50053         * media/video-controls-no-scripting-expected.txt:
50054             Rebaselining tests with new expectations.
50055
50056 2012-12-08  Kent Tamura  <tkent@chromium.org>
50057
50058         Add appearance tests for input[type=datetime-local]
50059         https://bugs.webkit.org/show_bug.cgi?id=104439
50060
50061         Reviewed by Kentaro Hara.
50062
50063         * fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.txt: Added.
50064         * fast/forms/datetimelocal/datetimelocal-appearance-basic.html: Added.
50065         * fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.txt: Added.
50066         * fast/forms/datetimelocal/datetimelocal-appearance-l10n.html: Added.
50067         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-basic-expected.png: Added.
50068         * platform/chromium-mac/fast/forms/datetimelocal/datetimelocal-appearance-l10n-expected.png:
50069         Added.
50070         The placeholder strings "yyyy" "mm" "dd" are expected to be
50071         non-localized because they don't support
50072         setLangAttributeAwareFormControlUIEnabled(true).
50073         Note that sub-fields order of filled-outs input and empty inputs
50074         in ar-eg and he-il locales are mismatched. It will be addressed in
50075         webkit.org/b/104438.
50076         * platform/chromium/TestExpectations:
50077
50078 2012-12-08  No'am Rosenthal  <noam@webkit.org>
50079
50080         Use background color for GraphicsLayers when applicable
50081         https://bugs.webkit.org/show_bug.cgi?id=103786
50082
50083         Created new tests for composited background colors, update existing tests that are affected by the change,
50084         and created platform-specific overrides for Chromium, since it does not yet support composited background
50085         colors.
50086
50087         Reviewed by Simon Fraser.
50088
50089         * compositing/background-color/background-color-alpha-expected.html: Added.
50090         * compositing/background-color/background-color-alpha.html: Added.
50091         * compositing/background-color/background-color-change-to-text-expected.html: Added.
50092         * compositing/background-color/background-color-change-to-text.html: Added.
50093         * compositing/background-color/background-color-composite-expected.html: Added.
50094         * compositing/background-color/background-color-composite.html: Added.
50095         * compositing/background-color/background-color-container-expected.html: Added.
50096         * compositing/background-color/background-color-container.html: Added.
50097         * compositing/background-color/background-color-content-clip-expected.html: Added.
50098         * compositing/background-color/background-color-content-clip.html: Added.
50099         * compositing/background-color/background-color-padding-change-expected.html: Added.
50100         * compositing/background-color/background-color-padding-change.html: Added.
50101         * compositing/background-color/background-color-padding-clip-expected.html: Added.
50102         * compositing/background-color/background-color-padding-clip.html: Added.
50103         * compositing/background-color/background-color-simple-expected.html: Added.
50104         * compositing/background-color/background-color-simple.html: Added.
50105         * compositing/background-color/background-color-text-change-expected.html: Added.
50106         * compositing/background-color/background-color-text-change.html: Added.
50107         * compositing/background-color/background-color-text-clip-expected.html: Added.
50108         * compositing/background-color/background-color-text-clip.html: Added.
50109                 Added new tests for the specific functionality added, with the edge cases regarding composited
50110                 backgrounds.
50111
50112         * compositing/backing/no-backing-for-clip-expected.txt:
50113         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
50114         * compositing/backing/no-backing-for-perspective-expected.txt:
50115         * compositing/columns/composited-in-paginated-expected.txt:
50116         * compositing/geometry/ancestor-overflow-change-expected.txt:
50117         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
50118         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
50119         * compositing/geometry/clip-expected.txt:
50120         * compositing/geometry/composited-in-columns-expected.txt:
50121         * compositing/geometry/flipped-writing-mode-expected.txt:
50122         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
50123         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
50124         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
50125         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
50126         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
50127         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
50128         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
50129         * compositing/geometry/preserve-3d-switching-expected.txt:
50130         * compositing/iframes/become-composited-nested-iframes-expected.txt:
50131         * compositing/iframes/become-overlapped-iframe-expected.txt:
50132         * compositing/iframes/composited-parent-iframe-expected.txt:
50133         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
50134         * compositing/iframes/connect-compositing-iframe-expected.txt:
50135         * compositing/iframes/connect-compositing-iframe2-expected.txt:
50136         * compositing/iframes/connect-compositing-iframe3-expected.txt:
50137         * compositing/iframes/enter-compositing-iframe-expected.txt:
50138         * compositing/iframes/iframe-resize-expected.txt:
50139         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
50140         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
50141         * compositing/iframes/overlapped-iframe-expected.txt:
50142         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
50143         * compositing/iframes/page-cache-layer-tree-expected.txt:
50144         * compositing/iframes/scrolling-iframe-expected.txt:
50145         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
50146         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
50147         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
50148         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
50149         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
50150         * compositing/layer-creation/overlap-animation-expected.txt:
50151         * compositing/layer-creation/overlap-child-layer-expected.txt:
50152         * compositing/layer-creation/overlap-clipping-expected.txt:
50153         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
50154         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
50155         * compositing/layer-creation/overlap-transforms-expected.txt:
50156         * compositing/layer-creation/scroll-partial-update-expected.txt:
50157         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
50158         * compositing/layer-creation/stacking-context-overlap-expected.txt:
50159         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
50160         * compositing/layer-creation/translatez-overlap-expected.txt:
50161         * compositing/overflow-trumps-transform-style-expected.txt:
50162         * compositing/overflow/clip-descendents-expected.txt:
50163         * compositing/plugins/no-backing-store-expected.txt:
50164         * compositing/rtl/rtl-absolute-expected.txt:
50165         * compositing/rtl/rtl-absolute-overflow-expected.txt:
50166         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
50167         * compositing/rtl/rtl-fixed-expected.txt:
50168         * compositing/rtl/rtl-fixed-overflow-expected.txt:
50169         * compositing/rtl/rtl-relative-expected.txt:
50170         * compositing/tiled-layers-hidpi-expected.txt:
50171         * compositing/visible-rect/2d-transformed-expected.txt:
50172         * compositing/visible-rect/3d-transform-style-expected.txt:
50173         * compositing/visible-rect/3d-transformed-expected.txt:
50174         * compositing/visible-rect/animated-expected.txt:
50175         * compositing/visible-rect/animated-from-none-expected.txt:
50176         * compositing/visible-rect/clipped-by-viewport-expected.txt:
50177         * compositing/visible-rect/clipped-visible-rect-expected.txt:
50178         * compositing/visible-rect/iframe-and-layers-expected.txt:
50179         * compositing/visible-rect/nested-transform-expected.txt:
50180         * compositing/visible-rect/scrolled-expected.txt:
50181         * css3/filters/filtered-compositing-descendant-expected.txt:
50182                 Updated existing tests that now print different layer-tree results.
50183
50184         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
50185         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
50186         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
50187         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
50188         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
50189         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
50190         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
50191         * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
50192         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
50193         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
50194         * 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.
50195         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
50196         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
50197         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
50198         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
50199         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
50200         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
50201         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
50202         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
50203         * 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.
50204         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
50205         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
50206         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
50207         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
50208         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
50209         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
50210         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
50211         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
50212         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
50213         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
50214         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
50215         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
50216         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
50217         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
50218         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
50219         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
50220         * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
50221         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
50222                 Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.
50223
50224 2012-12-08  Kondapally Kalyan  <kalyan.kondapally@intel.com>
50225
50226         [EFL] Enable WebGL by default.
50227         https://bugs.webkit.org/show_bug.cgi?id=102991.
50228
50229         Reviewed by Kenneth Rohde Christiansen.
50230
50231         Update TestExpectations file to enable WebGL tests.
50232
50233         * platform/efl/TestExpectations:
50234
50235 2012-12-08  Sheriff Bot  <webkit.review.bot@gmail.com>
50236
50237         Unreviewed, rolling out r137006.
50238         http://trac.webkit.org/changeset/137006
50239         https://bugs.webkit.org/show_bug.cgi?id=104446
50240
50241         Broke plugin painting on Mac (youtube, etc.) (Requested by
50242         thorton_ on #webkit).
50243
50244         * compositing/background-color/background-color-alpha-expected.html: Removed.
50245         * compositing/background-color/background-color-alpha.html: Removed.
50246         * compositing/background-color/background-color-change-to-text-expected.html: Removed.
50247         * compositing/background-color/background-color-change-to-text.html: Removed.
50248         * compositing/background-color/background-color-composite-expected.html: Removed.
50249         * compositing/background-color/background-color-composite.html: Removed.
50250         * compositing/background-color/background-color-container-expected.html: Removed.
50251         * compositing/background-color/background-color-container.html: Removed.
50252         * compositing/background-color/background-color-content-clip-expected.html: Removed.
50253         * compositing/background-color/background-color-content-clip.html: Removed.
50254         * compositing/background-color/background-color-padding-change-expected.html: Removed.
50255         * compositing/background-color/background-color-padding-change.html: Removed.
50256         * compositing/background-color/background-color-padding-clip-expected.html: Removed.
50257         * compositing/background-color/background-color-padding-clip.html: Removed.
50258         * compositing/background-color/background-color-simple-expected.html: Removed.
50259         * compositing/background-color/background-color-simple.html: Removed.
50260         * compositing/background-color/background-color-text-change-expected.html: Removed.
50261         * compositing/background-color/background-color-text-change.html: Removed.
50262         * compositing/background-color/background-color-text-clip-expected.html: Removed.
50263         * compositing/background-color/background-color-text-clip.html: Removed.
50264         * compositing/backing/no-backing-for-clip-expected.txt:
50265         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
50266         * compositing/backing/no-backing-for-perspective-expected.txt:
50267         * compositing/columns/composited-in-paginated-expected.txt:
50268         * compositing/geometry/ancestor-overflow-change-expected.txt:
50269         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
50270         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
50271         * compositing/geometry/clip-expected.txt:
50272         * compositing/geometry/composited-in-columns-expected.txt:
50273         * compositing/geometry/flipped-writing-mode-expected.txt:
50274         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
50275         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
50276         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
50277         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
50278         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
50279         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
50280         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
50281         * compositing/geometry/preserve-3d-switching-expected.txt:
50282         * compositing/iframes/become-composited-nested-iframes-expected.txt:
50283         * compositing/iframes/become-overlapped-iframe-expected.txt:
50284         * compositing/iframes/composited-parent-iframe-expected.txt:
50285         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
50286         * compositing/iframes/connect-compositing-iframe-expected.txt:
50287         * compositing/iframes/connect-compositing-iframe2-expected.txt:
50288         * compositing/iframes/connect-compositing-iframe3-expected.txt:
50289         * compositing/iframes/enter-compositing-iframe-expected.txt:
50290         * compositing/iframes/iframe-resize-expected.txt:
50291         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
50292         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
50293         * compositing/iframes/overlapped-iframe-expected.txt:
50294         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
50295         * compositing/iframes/page-cache-layer-tree-expected.txt:
50296         * compositing/iframes/scrolling-iframe-expected.txt:
50297         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
50298         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
50299         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
50300         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
50301         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
50302         * compositing/layer-creation/overlap-animation-expected.txt:
50303         * compositing/layer-creation/overlap-child-layer-expected.txt:
50304         * compositing/layer-creation/overlap-clipping-expected.txt:
50305         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
50306         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
50307         * compositing/layer-creation/overlap-transforms-expected.txt:
50308         * compositing/layer-creation/scroll-partial-update-expected.txt:
50309         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
50310         * compositing/layer-creation/stacking-context-overlap-expected.txt:
50311         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
50312         * compositing/layer-creation/translatez-overlap-expected.txt:
50313         * compositing/overflow-trumps-transform-style-expected.txt:
50314         * compositing/overflow/clip-descendents-expected.txt:
50315         * compositing/overflow/content-gains-scrollbars-expected.txt:
50316         * compositing/overflow/overflow-scrollbar-layers-expected.txt:
50317         * compositing/overflow/resize-painting-expected.txt:
50318         * compositing/plugins/no-backing-store-expected.txt:
50319         * compositing/rtl/rtl-absolute-expected.txt:
50320         * compositing/rtl/rtl-absolute-overflow-expected.txt:
50321         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
50322         * compositing/rtl/rtl-fixed-expected.txt:
50323         * compositing/rtl/rtl-fixed-overflow-expected.txt:
50324         * compositing/rtl/rtl-relative-expected.txt:
50325         * compositing/tiled-layers-hidpi-expected.txt:
50326         * compositing/visible-rect/2d-transformed-expected.txt:
50327         * compositing/visible-rect/3d-transform-style-expected.txt:
50328         * compositing/visible-rect/3d-transformed-expected.txt:
50329         * compositing/visible-rect/animated-expected.txt:
50330         * compositing/visible-rect/animated-from-none-expected.txt:
50331         * compositing/visible-rect/clipped-by-viewport-expected.txt:
50332         * compositing/visible-rect/clipped-visible-rect-expected.txt:
50333         * compositing/visible-rect/iframe-and-layers-expected.txt:
50334         * compositing/visible-rect/nested-transform-expected.txt:
50335         * compositing/visible-rect/scrolled-expected.txt:
50336         * css3/filters/filtered-compositing-descendant-expected.txt:
50337         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Removed.
50338         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed.
50339         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Removed.
50340         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Removed.
50341         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Removed.
50342         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Removed.
50343         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Removed.
50344         * platform/chromium/compositing/geometry/clip-expected.txt: Removed.
50345         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Removed.
50346         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
50347         * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Removed.
50348         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.
50349         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed.
50350         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed.
50351         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed.
50352         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
50353         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Removed.
50354         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Removed.
50355         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Removed.
50356         * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Removed.
50357         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Removed.
50358         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
50359         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Removed.
50360         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Removed.
50361         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
50362         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Removed.
50363         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Removed.
50364         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
50365         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
50366         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Removed.
50367         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Removed.
50368         * platform/chromium/compositing/overflow/content-gains-scrollbars-expected.txt:
50369         * platform/chromium/compositing/overflow/overflow-scrollbar-layers-expected.txt:
50370         * platform/chromium/compositing/overflow/resize-painting-expected.txt:
50371         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Removed.
50372         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
50373         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
50374         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Removed.
50375         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
50376         * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Removed.
50377         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Removed.
50378         * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt:
50379         * platform/mac/compositing/iframes/resizer-expected.txt:
50380         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
50381         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
50382         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt:
50383         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt:
50384         * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
50385         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
50386
50387 2012-12-08  Stephen White  <senorblanco@chromium.org>
50388
50389         [Chromium] Unreviewed gardening.
50390
50391         * platform/chromium/TestExpectations:
50392
50393 2012-12-08  Stephen White  <senorblanco@chromium.org>
50394
50395         [Chromium] Unreviewed gardening.
50396
50397         * platform/chromium/TestExpectations:
50398
50399 2012-12-08  Adam Klein  <adamk@chromium.org>
50400
50401         HTMLTemplateElement.innerHTML should be parsed into the template contents owner document
50402         https://bugs.webkit.org/show_bug.cgi?id=104407
50403
50404         Reviewed by Eric Seidel.
50405
50406         * fast/dom/HTMLTemplateElement/innerHTML-inert-expected.txt: Added.
50407         * fast/dom/HTMLTemplateElement/innerHTML-inert.html: Added.
50408
50409 2012-12-07  Stephen White  <senorblanco@chromium.org>
50410
50411         [Chromium] Unreviewed gardening.
50412
50413         * platform/chromium-win-xp/fast/text/hyphenate-character-expected.txt: Added.
50414
50415 2012-12-07  Stephen White  <senorblanco@chromium.org>
50416
50417         [Chromium] Unreviewed gardening.
50418
50419         * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Removed.
50420         * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Removed.
50421         * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Removed.
50422         * platform/chromium-win/css3/flexbox/repaint-column-reverse-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png.
50423
50424 2012-12-07  Stephen White  <senorblanco@chromium.org>
50425
50426         [Chromium] Unreviewed gardening.
50427
50428         * platform/chromium-mac/compositing/background-color/background-color-change-to-text-expected.png: Added.
50429         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/background-color/background-color-change-to-text-expected.png: Added.
50430
50431 2012-12-07  Stephen White  <senorblanco@chromium.org>
50432
50433         [Chromium] Unreviewed gardening.  Remove some incorrect baselines.
50434
50435         * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
50436         * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Removed.
50437         * platform/chromium/TestExpectations:
50438
50439 2012-12-07  Stephen White  <senorblanco@chromium.org>
50440
50441         [Chromium] Unreviewed gardening.
50442
50443         * platform/chromium-mac-lion/css3/flexbox/repaint-column-reverse-expected.png: Added.
50444         * platform/chromium-mac-snowleopard/css3/flexbox/repaint-column-reverse-expected.png: Added.
50445         * platform/chromium-mac/css3/flexbox/repaint-column-reverse-expected.png: Added.
50446
50447 2012-12-07  Stephen White  <senorblanco@chromium.org>
50448
50449         [Chromium] Unreviewed gardening.
50450
50451         * platform/chromium-linux/fast/text/hyphenate-character-expected.png: Added.
50452         * platform/chromium-linux/fast/text/hyphenate-character-expected.txt: Added.
50453         * platform/chromium-linux/fast/text/hyphenate-first-word-expected.png: Added.
50454         * platform/chromium-linux/fast/text/hyphenate-limit-before-after-expected.png: Added.
50455         * platform/chromium-linux/fast/text/hyphenate-limit-lines-expected.png: Added.
50456         * platform/chromium-linux/fast/text/hyphenate-locale-expected.png: Added.
50457         * platform/chromium-linux/fast/text/hyphens-expected.png: Added.
50458         * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.png: Added.
50459         * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.txt: Added.
50460         * platform/chromium-mac-lion/fast/text/hyphenate-limit-before-after-expected.png: Added.
50461
50462 2012-12-07  Stephen White  <senorblanco@chromium.org>
50463
50464         [Chromium] Unreviewed gardening.
50465
50466         * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
50467         * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.png: Added.
50468         * platform/chromium-mac-lion/fast/text/hyphenate-character-expected.txt: Added.
50469         * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.png: Added.
50470         * platform/chromium-mac-lion/fast/text/hyphenate-first-word-expected.txt: Added.
50471         * 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.
50472         * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.png: Added.
50473         * platform/chromium-mac-lion/fast/text/hyphenate-limit-lines-expected.txt: Added.
50474         * platform/chromium-mac-lion/fast/text/hyphenate-locale-expected.png: Added.
50475         * platform/chromium-mac-lion/fast/text/hyphens-expected.png: Added.
50476         * platform/chromium-mac-lion/fast/text/hyphens-expected.txt: Added.
50477         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
50478         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.txt: Added.
50479         * platform/chromium-mac-snowleopard/fast/text/hyphenate-first-word-expected.txt: Added.
50480         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.png: Added.
50481         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt:
50482         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.png:
50483         * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.txt:
50484         * platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.png: Added.
50485         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
50486         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.txt: Added.
50487         * platform/chromium-mac/fast/text/hyphenate-character-expected.png:
50488         * platform/chromium-mac/fast/text/hyphenate-character-expected.txt: Added.
50489         * platform/chromium-mac/fast/text/hyphenate-first-word-expected.png: Added.
50490         * platform/chromium-mac/fast/text/hyphenate-first-word-expected.txt: Added.
50491         * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png:
50492         * 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.
50493         * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.png: Added.
50494         * platform/chromium-mac/fast/text/hyphenate-limit-lines-expected.txt: Added.
50495         * platform/chromium-mac/fast/text/hyphenate-locale-expected.png: Added.
50496         * platform/chromium-mac/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.txt.
50497         * platform/chromium-mac/fast/text/hyphens-expected.png:
50498         * platform/chromium-mac/fast/text/hyphens-expected.txt: Added.
50499         * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
50500         * platform/chromium-win-xp/fast/text/hyphenate-character-expected.png: Added.
50501         * platform/chromium-win-xp/fast/text/hyphens-expected.png: Added.
50502         * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.png: Added.
50503         * platform/chromium-win-xp/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt.
50504         * platform/chromium-win/fast/text/hyphenate-character-expected.png: Added.
50505         * platform/chromium-win/fast/text/hyphenate-character-expected.txt: Added.
50506         * platform/chromium-win/fast/text/hyphenate-first-word-expected.png: Added.
50507         * platform/chromium-win/fast/text/hyphenate-limit-before-after-expected.png: Added.
50508         * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.png: Added.
50509         * platform/chromium-win/fast/text/hyphenate-locale-expected.png: Added.
50510         * platform/chromium-win/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/chromium/fast/text/hyphenate-locale-expected.txt.
50511         * platform/chromium-win/fast/text/hyphens-expected.png: Added.
50512         * platform/chromium-win/fast/text/international/hindi-whitespace-expected.png:
50513         * platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt:
50514         * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
50515         * platform/chromium/TestExpectations:
50516         * platform/chromium/fast/text/hyphenate-character-expected.png: Removed.
50517         * platform/chromium/fast/text/hyphenate-first-word-expected.png: Removed.
50518         * platform/chromium/fast/text/hyphenate-limit-before-after-expected.png: Removed.
50519         * platform/chromium/fast/text/hyphenate-limit-lines-expected.png: Removed.
50520         * platform/chromium/fast/text/hyphenate-locale-expected.png: Removed.
50521         * platform/chromium/fast/text/hyphens-expected.png: Removed.
50522         * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
50523         * platform/efl-wk1/fast/text/hyphenate-character-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-character-expected.png.
50524         * platform/efl-wk1/fast/text/hyphenate-first-word-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-first-word-expected.png.
50525         * platform/efl-wk1/fast/text/hyphenate-limit-before-after-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-before-after-expected.png.
50526         * platform/efl-wk1/fast/text/hyphenate-limit-lines-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-limit-lines-expected.png.
50527         * platform/efl-wk1/fast/text/hyphenate-locale-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.png.
50528         * platform/efl-wk1/fast/text/hyphenate-locale-expected.txt: Renamed from LayoutTests/platform/efl/fast/text/hyphenate-locale-expected.txt.
50529         * platform/efl-wk1/fast/text/hyphens-expected.png: Renamed from LayoutTests/platform/efl/fast/text/hyphens-expected.png.
50530
50531 2012-12-07  Alexis Menard  <alexis@webkit.org>
50532
50533         Enable CSS3 position offset for CSS Masking.
50534         https://bugs.webkit.org/show_bug.cgi?id=104252
50535
50536         Reviewed by Dirk Schulze.
50537
50538         Add coverage for the new cases. Both when setting the position with the
50539         longhand or with the shorthand.
50540
50541         * fast/masking/parsing-mask-expected.txt:
50542         * fast/masking/parsing-mask.html:
50543
50544 2012-12-07  No'am Rosenthal  <noam@webkit.org>
50545
50546         Use background color for GraphicsLayers when applicable
50547         https://bugs.webkit.org/show_bug.cgi?id=103786
50548
50549         Created new tests for composited background colors, update existing tests that are affected by the change,
50550         and created platform-specific overrides for Chromium, since it does not yet support composited background
50551         colors.
50552
50553         Reviewed by Simon Fraser.
50554
50555         * compositing/background-color/background-color-alpha-expected.html: Added.
50556         * compositing/background-color/background-color-alpha.html: Added.
50557         * compositing/background-color/background-color-change-to-text-expected.html: Added.
50558         * compositing/background-color/background-color-change-to-text.html: Added.
50559         * compositing/background-color/background-color-composite-expected.html: Added.
50560         * compositing/background-color/background-color-composite.html: Added.
50561         * compositing/background-color/background-color-container-expected.html: Added.
50562         * compositing/background-color/background-color-container.html: Added.
50563         * compositing/background-color/background-color-content-clip-expected.html: Added.
50564         * compositing/background-color/background-color-content-clip.html: Added.
50565         * compositing/background-color/background-color-padding-change-expected.html: Added.
50566         * compositing/background-color/background-color-padding-change.html: Added.
50567         * compositing/background-color/background-color-padding-clip-expected.html: Added.
50568         * compositing/background-color/background-color-padding-clip.html: Added.
50569         * compositing/background-color/background-color-simple-expected.html: Added.
50570         * compositing/background-color/background-color-simple.html: Added.
50571         * compositing/background-color/background-color-text-change-expected.html: Added.
50572         * compositing/background-color/background-color-text-change.html: Added.
50573         * compositing/background-color/background-color-text-clip-expected.html: Added.
50574         * compositing/background-color/background-color-text-clip.html: Added.
50575                 Added new tests for the specific functionality added, with the edge cases regarding composited
50576                 backgrounds.
50577
50578         * compositing/backing/no-backing-for-clip-expected.txt:
50579         * compositing/backing/no-backing-for-clip-overlap-expected.txt:
50580         * compositing/backing/no-backing-for-perspective-expected.txt:
50581         * compositing/columns/composited-in-paginated-expected.txt:
50582         * compositing/geometry/ancestor-overflow-change-expected.txt:
50583         * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
50584         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
50585         * compositing/geometry/clip-expected.txt:
50586         * compositing/geometry/composited-in-columns-expected.txt:
50587         * compositing/geometry/flipped-writing-mode-expected.txt:
50588         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
50589         * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
50590         * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
50591         * compositing/geometry/limit-layer-bounds-positioned-expected.txt:
50592         * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
50593         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
50594         * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
50595         * compositing/geometry/preserve-3d-switching-expected.txt:
50596         * compositing/iframes/become-composited-nested-iframes-expected.txt:
50597         * compositing/iframes/become-overlapped-iframe-expected.txt:
50598         * compositing/iframes/composited-parent-iframe-expected.txt:
50599         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
50600         * compositing/iframes/connect-compositing-iframe-expected.txt:
50601         * compositing/iframes/connect-compositing-iframe2-expected.txt:
50602         * compositing/iframes/connect-compositing-iframe3-expected.txt:
50603         * compositing/iframes/enter-compositing-iframe-expected.txt:
50604         * compositing/iframes/iframe-resize-expected.txt:
50605         * compositing/iframes/invisible-nested-iframe-hide-expected.txt:
50606         * compositing/iframes/invisible-nested-iframe-show-expected.txt:
50607         * compositing/iframes/overlapped-iframe-expected.txt:
50608         * compositing/iframes/overlapped-iframe-iframe-expected.txt:
50609         * compositing/iframes/page-cache-layer-tree-expected.txt:
50610         * compositing/iframes/scrolling-iframe-expected.txt:
50611         * compositing/layer-creation/animation-overlap-with-children-expected.txt:
50612         * compositing/layer-creation/fixed-position-and-transform-expected.txt:
50613         * compositing/layer-creation/fixed-position-under-transform-expected.txt:
50614         * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
50615         * compositing/layer-creation/overflow-scroll-overlap-expected.txt:
50616         * compositing/layer-creation/overlap-animation-expected.txt:
50617         * compositing/layer-creation/overlap-child-layer-expected.txt:
50618         * compositing/layer-creation/overlap-clipping-expected.txt:
50619         * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
50620         * compositing/layer-creation/overlap-transformed-layer-expected.txt:
50621         * compositing/layer-creation/overlap-transforms-expected.txt:
50622         * compositing/layer-creation/scroll-partial-update-expected.txt:
50623         * compositing/layer-creation/spanOverlapsCanvas-expected.txt:
50624         * compositing/layer-creation/stacking-context-overlap-expected.txt:
50625         * compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
50626         * compositing/layer-creation/translatez-overlap-expected.txt:
50627         * compositing/overflow-trumps-transform-style-expected.txt:
50628         * compositing/overflow/clip-descendents-expected.txt:
50629         * compositing/plugins/no-backing-store-expected.txt:
50630         * compositing/rtl/rtl-absolute-expected.txt:
50631         * compositing/rtl/rtl-absolute-overflow-expected.txt:
50632         * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
50633         * compositing/rtl/rtl-fixed-expected.txt:
50634         * compositing/rtl/rtl-fixed-overflow-expected.txt:
50635         * compositing/rtl/rtl-relative-expected.txt:
50636         * compositing/tiled-layers-hidpi-expected.txt:
50637         * compositing/visible-rect/2d-transformed-expected.txt:
50638         * compositing/visible-rect/3d-transform-style-expected.txt:
50639         * compositing/visible-rect/3d-transformed-expected.txt:
50640         * compositing/visible-rect/animated-expected.txt:
50641         * compositing/visible-rect/animated-from-none-expected.txt:
50642         * compositing/visible-rect/clipped-by-viewport-expected.txt:
50643         * compositing/visible-rect/clipped-visible-rect-expected.txt:
50644         * compositing/visible-rect/iframe-and-layers-expected.txt:
50645         * compositing/visible-rect/nested-transform-expected.txt:
50646         * compositing/visible-rect/scrolled-expected.txt:
50647         * css3/filters/filtered-compositing-descendant-expected.txt:
50648                 Updated existing tests that now print different layer-tree results.
50649
50650         * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-expected.txt.
50651         * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-clip-overlap-expected.txt.
50652         * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: Copied from LayoutTests/compositing/backing/no-backing-for-perspective-expected.txt.
50653         * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: Copied from LayoutTests/compositing/columns/composited-in-paginated-expected.txt.
50654         * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt.
50655         * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt.
50656         * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Copied from LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt.
50657         * platform/chromium/compositing/geometry/clip-expected.txt: Copied from LayoutTests/compositing/geometry/clip-expected.txt.
50658         * platform/chromium/compositing/geometry/composited-in-columns-expected.txt: Copied from LayoutTests/compositing/geometry/composited-in-columns-expected.txt.
50659         * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: Copied from LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt.
50660         * 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.
50661         * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt.
50662         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt.
50663         * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt.
50664         * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt.
50665         * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: Copied from LayoutTests/compositing/geometry/preserve-3d-switching-expected.txt.
50666         * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Copied from LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt.
50667         * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt.
50668         * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: Copied from LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt.
50669         * 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.
50670         * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-animation-expected.txt.
50671         * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt.
50672         * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt.
50673         * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt.
50674         * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt.
50675         * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: Copied from LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt.
50676         * platform/chromium/compositing/layer-creation/scroll-partial-update-expected.txt: Copied from LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt.
50677         * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt.
50678         * platform/chromium/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Copied from LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt.
50679         * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: Copied from LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt.
50680         * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: Copied from LayoutTests/compositing/overflow-trumps-transform-style-expected.txt.
50681         * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-expected.txt.
50682         * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt.
50683         * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt.
50684         * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-expected.txt.
50685         * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt.
50686         * platform/chromium/compositing/rtl/rtl-relative-expected.txt: Copied from LayoutTests/compositing/rtl/rtl-relative-expected.txt.
50687         * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: Copied from LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt.
50688                 Create chromium-specific results since chromium does not yet support setContentsToBackgroundColor.
50689
50690 2012-12-07  Stephen White  <senorblanco@chromium.org>
50691
50692         [Chromium] Unreviewed gardening.
50693
50694         * platform/chromium/TestExpectations:
50695
50696 2012-12-07  Stephen White  <senorblanco@chromium.org>
50697
50698         [Chromium] Unreviewed gardening.  New baselines for new tests.
50699
50700         * platform/chromium-mac/css3/filters/effect-reference-after-expected.png: Added.
50701         * platform/chromium-mac/css3/filters/effect-reference-delete-expected.png: Added.
50702         * platform/chromium-mac/css3/filters/effect-reference-rename-expected.png: Added.
50703         * platform/chromium-win/css3/filters/effect-reference-after-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-after-expected.png.
50704         * platform/chromium-win/css3/filters/effect-reference-delete-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-delete-expected.png.
50705         * platform/chromium-win/css3/filters/effect-reference-rename-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/effect-reference-rename-expected.png.
50706
50707 2012-12-07  Adam Klein  <adamk@chromium.org>
50708
50709         MutationRecord addedNodes/removedNodes should never be null
50710         https://bugs.webkit.org/show_bug.cgi?id=98921
50711
50712         Reviewed by Ryosuke Niwa.
50713
50714         Updated nullity test to check for empty nodelists.
50715
50716         * fast/mutation/mutation-record-nullity-expected.txt:
50717         * fast/mutation/mutation-record-nullity.html:
50718
50719 2012-12-07  Emil A Eklund  <eae@chromium.org>
50720
50721         Unreviewed chromium-win rebaselines.
50722
50723         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.
50724         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50725
50726 2012-12-07  Dima Gorbik  <dgorbik@apple.com>
50727
50728         Implement general ::cue pseudo element for the <video>
50729         https://bugs.webkit.org/show_bug.cgi?id=104043
50730
50731         Reviewed by Eric Carlson.
50732
50733         * media/track/captions-webvtt/styling.vtt: Added.
50734         * media/track/track-css-all-cues-expected.txt: Added.
50735         * media/track/track-css-all-cues.html: Added.
50736
50737 2012-12-07  Kondapally Kalyan  <kalyan.kondapally@intel.com>
50738
50739         Fix webgl-depth-texture.html to match the test expectation.
50740         https://bugs.webkit.org/show_bug.cgi?id=104259.
50741
50742         Reviewed by Kenneth Russell.
50743
50744         The text expectation of this testcase expects to check for FrameBuffer status and compare the value
50745         using ShouldBe after creating the framebuffer.
50746         Currently, we do it only in case of adding a color buffer. This patch ensures that the Framebuffer
50747         Status check using ShouldBe is done in all cases.
50748
50749         * fast/canvas/webgl/webgl-depth-texture.html:
50750
50751 2012-12-06  Filip Pizlo  <fpizlo@apple.com>
50752
50753         Strange results calculating a square root in a loop
50754         https://bugs.webkit.org/show_bug.cgi?id=104247
50755         <rdar://problem/12826880>
50756
50757         Reviewed by Oliver Hunt.
50758
50759         * fast/js/dfg-cfg-simplify-redundant-dead-get-local-expected.txt: Added.
50760         * fast/js/dfg-cfg-simplify-redundant-dead-get-local.html: Added.
50761         * fast/js/jsc-test-list:
50762         * fast/js/script-tests/dfg-cfg-simplify-redundant-dead-get-local.js: Added.
50763         (getDist):
50764         (calcError):
50765
50766 2012-12-07  Emil A Eklund  <eae@chromium.org>
50767
50768         Unreviewed chromium rebaselines.
50769
50770         * platform/chromium-linux-x86/ietestcenter: Removed.
50771         * platform/chromium-linux/compositing/backface-visibility: Added.
50772         * platform/chromium-linux/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
50773         * platform/chromium-mac/compositing/backface-visibility: Added.
50774         * platform/chromium-mac/compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
50775         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Removed.
50776         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Removed.
50777         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
50778
50779 2012-12-07  Emil A Eklund  <eae@chromium.org>
50780
50781         Unreviewed chromium rebaselines.
50782
50783         * platform/chromium-linux-x86/ietestcenter/css3: Removed.
50784         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50785         * platform/chromium-mac-lion/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50786         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50787         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50788         * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds: Added.
50789         * platform/efl-wk1/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
50790         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Removed.
50791
50792 2012-12-07  Stephen Chenney  <schenney@chromium.org>
50793
50794         XMLSerializer is too aggressive in adding prefixes
50795         https://bugs.webkit.org/show_bug.cgi?id=104387
50796
50797         Reviewed by Ryosuke Niwa.
50798
50799         Add a test case for a prefix that is already set, but to a different name than the default.
50800
50801         * svg/custom/xlink-prefix-in-attributes.html:
50802         * svg/custom/xlink-prefix-in-attributes-expected.txt:
50803
50804 2012-12-07  Eric Carlson  <eric.carlson@apple.com>
50805
50806         Captions menu doesn't update to track changes
50807         https://bugs.webkit.org/show_bug.cgi?id=104393
50808
50809         Reviewed by Dean Jackson.
50810
50811         Test to ensure that the captions menu is updated as tracks added and removed.
50812
50813         * media/video-controls-captions-trackmenu-expected.txt:
50814         * media/video-controls-captions-trackmenu.html:
50815
50816 2012-12-07  Stephen White  <senorblanco@chromium.org>
50817
50818         CSS url() filters with forward references don't work
50819         https://bugs.webkit.org/show_bug.cgi?id=90405
50820
50821         Based on a patch by Keyar Hood.
50822
50823         Reviewed by Dirk Schulze.
50824
50825         * css3/filters/effect-reference-after-expected.txt: Added.
50826         * css3/filters/effect-reference-after.html: Added.
50827         * css3/filters/effect-reference-delete-crash-expected.txt: Added.
50828         * css3/filters/effect-reference-delete-crash.html: Added.
50829         * css3/filters/effect-reference-delete-expected.txt: Added.
50830         * css3/filters/effect-reference-delete.html: Added.
50831         * css3/filters/effect-reference-rename-expected.txt: Added.
50832         * css3/filters/effect-reference-rename.html: Added.
50833         * css3/filters/effect-reference-reset-style-delete-crash-expected.txt: Added.
50834         * css3/filters/effect-reference-reset-style-delete-crash.html: Added.
50835         * css3/filters/script-tests/effect-reference-delete-crash.js: Added.
50836         * css3/filters/script-tests/effect-reference-reset-style-delete-crash.js: Added.
50837         * svg/filters/filter-cycle.html: Added.
50838         * svg/filters/filter-cycle-expected.html: Added.
50839         * platform/chromium-linux/css3/filters/effect-reference-after-expected: Added.
50840         * platform/chromium-linux/css3/filters/effect-reference-delete-expected.png: Added.
50841         * platform/chromium-linux/css3/filters/effect-reference-rename-expected.png: Added.
50842         * platform/chromium/TestExpectations:
50843
50844 2012-12-07  Alexis Menard  <alexis@webkit.org>
50845
50846         Unreviewed EFL gardening.
50847
50848         css3/calc/background-position-parsing.html is now working as
50849         webkit.org/b/104131 has been fixed. I also rebased
50850         background_position_three_four_values-expected.png which was incorrect and
50851         now with the CSS3 background-position offsets it renders correctly.
50852
50853         * platform/efl-wk2/TestExpectations:
50854         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
50855
50856 2012-12-07  Alexis Menard  <alexis@webkit.org>
50857
50858         [Chromium] Enable CSS3 background-position offset by default.
50859         https://bugs.webkit.org/show_bug.cgi?id=104253
50860
50861         Reviewed by Tony Chang.
50862
50863         Enable by default the new CSS3 background position offsets therefore we
50864         can unskip the tests.
50865
50866         * platform/chromium/TestExpectations:
50867
50868 2012-12-07  James Simonsen  <simonjam@chromium.org>
50869
50870         [Chromium] Enable Intel's Resource Timing tests
50871         https://bugs.webkit.org/show_bug.cgi?id=104330
50872
50873         Reviewed by Tony Gentilcore.
50874
50875         * platform/chromium/TestExpectations: 2 fail because they rely on iframes.
50876
50877 2012-12-07  Robert Hogan  <robert@webkit.org>
50878
50879         REGRESSION(r127163): Content is offset to the right at rea.ru
50880         https://bugs.webkit.org/show_bug.cgi?id=103116
50881
50882         Reviewed by David Hyatt.
50883
50884         * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins-expected.html: Added.
50885         * fast/block/margin-collapse/self-collapsing-block-with-float-child-collapsed-margins.html: Added.
50886         * fast/block/margin-collapse/self-collapsing-block-with-float-child-expected.html: Added.
50887         * fast/block/margin-collapse/self-collapsing-block-with-float-child.html: Added.
50888
50889 2012-12-07  Mike West  <mkwst@chromium.org>
50890
50891         fast/frames/sandboxed-iframe-scripting.html contains very misleading comments.
50892         https://bugs.webkit.org/show_bug.cgi?id=104363
50893
50894         Reviewed by Darin Adler.
50895
50896         The comments in this test describe a state that is in fact the opposite
50897         of what's being tested. That confused me. This patch corrects the
50898         comments to make it clear that adding a sandbox attribute at runtime has
50899         no effect on the frame; the sandboxing flags are set when the nested
50900         browsing context is _navigated_, not when the attribute changes value.
50901
50902         Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-sandbox
50903
50904         * fast/frames/resources/sandboxed-iframe-script-dynamic.html:
50905         * fast/frames/sandboxed-iframe-scripting-expected.txt:
50906         * fast/frames/sandboxed-iframe-scripting.html:
50907
50908 2012-12-07  Antoine Quint  <graouts@apple.com>
50909
50910         Provide the backend for exposing the layer tree to the Web Inspector
50911         https://bugs.webkit.org/show_bug.cgi?id=103513
50912
50913         Reviewed by Pavel Feldman.
50914
50915         Adding a LayoutTest that exercises the various APIs and event exposed by the LayerTreeAgent.
50916         This test is skipped on EFL where ACCELERATED_COMPOSITING is not available.
50917
50918         * inspector-protocol/layer-tree-expected.txt: Added.
50919         * inspector-protocol/layer-tree.html: Added.
50920         * platform/efl/TestExpectations:
50921
50922 2012-12-07  Zan Dobersek  <zandobersek@gmail.com>
50923
50924         Unreviewed GTK gardening.
50925
50926         Adding an image mismatch expectation for fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html.
50927
50928         * platform/gtk/TestExpectations:
50929
50930 2012-12-07  Allan Sandfeld Jensen  <allan.jensen@digia.com>
50931
50932         [TexMap] Can not do multiple accelerated animations
50933         https://bugs.webkit.org/show_bug.cgi?id=104364
50934
50935         Reviewed by Kenneth Rohde Christiansen.
50936
50937         Unskip test animating multiple accelerated properties.
50938
50939         * platform/qt/TestExpectations:
50940
50941 2012-10-03   Pavel Feldman  <pfeldman@chromium.org>
50942
50943         Web Inspector: provide a way to reload page with given script preprocessor.
50944         https://bugs.webkit.org/show_bug.cgi?id=80992
50945
50946         Reviewed by Yury Semikhatsky.
50947
50948         * http/tests/inspector/inspector-test.js:
50949         (initialize_InspectorTest.InspectorTest.hardReloadPage):
50950         (initialize_InspectorTest.InspectorTest.reloadPage):
50951         (initialize_InspectorTest.InspectorTest._innerReloadPage):
50952         * inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
50953         * inspector/debugger/debugger-script-preprocessor.html: Added.
50954         * platform/chromium/inspector/debugger/debugger-script-preprocessor-expected.txt: Added.
50955
50956 2012-12-07  Alexander Pavlov  <apavlov@chromium.org>
50957
50958         Web Inspector: the "Sources" column is always empty in CSS selector profiles
50959         https://bugs.webkit.org/show_bug.cgi?id=104225
50960
50961         Reviewed by Pavel Feldman.
50962
50963         * inspector/profiler/selector-profiler-url-expected.txt: Added.
50964         * inspector/profiler/selector-profiler-url.html: Added.
50965
50966 2012-12-07  Ilya Tikhonovsky  <loislo@chromium.org>
50967
50968         Web Inspector: enable inspector tests on chromium-mac.
50969         https://bugs.webkit.org/show_bug.cgi?id=104357
50970
50971         Reviewed by Pavel Feldman.
50972
50973         After chromium r171707 patch we can enable inspector tests on chromium-mac.
50974         Two expectation files were moved from chromium-win to chromium because chromium-mac doesn't inherit expectations from chromium-win.
50975         Expectations in chromium-mac were removed because they were added by mistake.
50976         [ Win Linux ] filter was removed because I need to add Mac but [ Mac Win Linux ] is equivalent to nothing.
50977
50978         * platform/chromium-mac/inspector/console/command-line-api-getEventListeners-expected.txt: Removed.
50979         * platform/chromium-mac/inspector/cookie-parser-expected.txt: Removed.
50980         * platform/chromium-mac/inspector/debugger/debugger-activation-crash2-expected.txt: Removed.
50981         * platform/chromium-mac/inspector/debugger/event-listener-breakpoints-expected.txt: Removed.
50982         * platform/chromium/TestExpectations:
50983         * platform/chromium/inspector/console/command-line-api-getEventListeners-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/console/command-line-api-getEventListeners-expected.txt.
50984         * platform/chromium/inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt.
50985
50986 2012-12-07  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
50987
50988         Unreviewed EFL gardening.
50989
50990         Remove platform-specific baselines for viewsource-attribute.html
50991         and viewsource-on-image-file.html as the current results matches
50992         base expectations. Also, add missing platform-specific baselines
50993         for fast/text/decorations-with-text-combine.html.
50994
50995         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Removed.
50996         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Removed.
50997         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Removed.
50998         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Removed.
50999         * platform/efl/fast/text/decorations-with-text-combine-expected.png: Added.
51000         * platform/efl/fast/text/decorations-with-text-combine-expected.txt: Added.
51001
51002 2012-12-07  János Badics  <jbadics@inf.u-szeged.hu>
51003
51004         [Qt] Gardening after r136857, r136893 and 136919.
51005         https://bugs.webkit.org/show_bug.cgi?id=104351
51006
51007         Reviewed by Csaba Osztrogonác.
51008
51009         r136857: skipped a newly added failing reftest.
51010         r136893: skipped two newly added xmlhttprequest tests
51011         r136919: skipped a test because layoutTestController.setBackingScaleFactor() is unimplemented
51012
51013         * platform/qt/TestExpectations:
51014
51015 2012-12-06  Filip Pizlo  <fpizlo@apple.com>
51016
51017         Incorrect inequality for checking whether a statement is within bounds of a handler
51018         https://bugs.webkit.org/show_bug.cgi?id=104313
51019         <rdar://problem/12808934>
51020
51021         Reviewed by Geoffrey Garen.
51022
51023         * fast/js/jsc-test-list:
51024         * fast/js/script-tests/try-catch-try-try-catch-try-finally-return-catch-finally.js: Added.
51025         (foo):
51026         * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt: Added.
51027         * fast/js/try-catch-try-try-catch-try-finally-return-catch-finally.html: Added.
51028
51029 2012-12-06  Noel Gordon  <noel.gordon@gmail.com>
51030
51031         Unreviewed Gardening. More http://trac.webkit.org/changeset/136910. Add Chromium Linux results. 
51032
51033         * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
51034         * platform/chromium-linux/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
51035
51036 2012-12-06  James Simonsen  <simonjam@chromium.org>
51037
51038         [Resource Timing] Allow detailed timing on same origin sites
51039         https://bugs.webkit.org/show_bug.cgi?id=104328
51040
51041         Reviewed by Tony Gentilcore.
51042
51043         * platform/chromium/TestExpectations: This was mismarked as an iframe failure.
51044
51045 2012-12-06  Rick Byers  <rbyers@chromium.org>
51046
51047         CSS cursor property should support webkit-image-set
51048         https://bugs.webkit.org/show_bug.cgi?id=99493
51049
51050         Reviewed by Beth Dakin.
51051
51052         Add tests for parser round-tripping of cursor rules with -webkit-image-set,
51053         and also end-to-end mouse cursor tests that validate the cursor details
51054         ultimately used at different device scales.
51055
51056         Tests are disabled on ports other than chromium (require ENABLE(MOUSE_CURSOR_SCALE))
51057
51058         * fast/css/cursor-parsing-image-set-expected.txt: Added.
51059         * fast/css/cursor-parsing-image-set.html: Added.
51060         * fast/events/mouse-cursor-image-set-expected.txt: Added.
51061         * fast/events/mouse-cursor-image-set.html: Added.
51062         * fast/events/resources/greenbox200.png: Added.
51063         * fast/events/resources/greenbox30-hotspot28-3.cur: Added.
51064         * fast/events/resources/greenbox30.png: Added.
51065         * platform/efl/TestExpectations:
51066         * platform/gtk/TestExpectations:
51067         * platform/mac/TestExpectations:
51068         * platform/win/TestExpectations:
51069
51070 2012-12-06  Hayato Ito  <hayato@chromium.org>
51071
51072         Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
51073         https://bugs.webkit.org/show_bug.cgi?id=102681
51074
51075         Reviewed by Dimitri Glazkov.
51076
51077         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
51078         * fast/dom/shadow/shadow-dom-event-dispatching.html:
51079         * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
51080         * fast/events/dispatch-synthetic-mouseevent.html: Added.
51081
51082 2012-12-06  Kunihiko Sakamoto  <ksakamoto@chromium.org>
51083
51084         Disabled file input box stops a certain other div from being rendered
51085         https://bugs.webkit.org/show_bug.cgi?id=104226
51086
51087         Reviewed by Dimitri Glazkov.
51088
51089         Add a test to ensure that sibling of disabled file input is correctly rendered.
51090
51091         * fast/forms/file/sibling-of-disabled-file-input-expected.txt: Added.
51092         * fast/forms/file/sibling-of-disabled-file-input.html: Added.
51093
51094 2012-12-06  Dominic Cooney  <dominicc@chromium.org>
51095
51096         Element.pseudo property should be prefixed
51097         https://bugs.webkit.org/show_bug.cgi?id=104060
51098
51099         Reviewed by Hajime Morita.
51100
51101         Updated tests.
51102
51103         * fast/dom/shadow/pseudo-attribute-dynamic.html:
51104         * fast/dom/shadow/pseudo-attribute-expected.txt:
51105         * fast/dom/shadow/pseudo-attribute-rendering.html:
51106         * fast/dom/shadow/pseudo-attribute.html:
51107         * fast/dom/shadow/shadow-pseudo-id.html:
51108
51109 2012-12-06  Li Yin  <li.yin@intel.com>
51110
51111         [Chromium] Unreviewed, webaudio/audioparam-connect-audioratesignal.html is flaky
51112         https://bugs.webkit.org/show_bug.cgi?id=87273
51113
51114         Remove audioparam-connect-audioratesignal.html from chromium/TestExpectations,
51115         since it no longer appears on the flakiness dashboard.
51116
51117         * platform/chromium/TestExpectations:
51118
51119 2012-12-06  Emil A Eklund  <eae@chromium.org>
51120
51121         Unreviewed chromium rebaseline for r136909.
51122
51123         * platform/chromium-win-xp/http/tests/w3c: Added.
51124         * platform/chromium-win-xp/http/tests/w3c/webperf: Added.
51125         * platform/chromium-win-xp/http/tests/w3c/webperf/submission: Added.
51126         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel: Added.
51127         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
51128         * platform/chromium-win-xp/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
51129         * platform/chromium-win/http/tests/w3c: Added.
51130         * platform/chromium-win/http/tests/w3c/webperf: Added.
51131         * platform/chromium-win/http/tests/w3c/webperf/submission: Added.
51132         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel: Added.
51133         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing: Added.
51134         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_clearMarks-expected.txt: Added.
51135         * platform/chromium-win/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_mark-expected.txt: Added.
51136
51137 2012-12-06  Philip Rogers  <pdr@google.com>
51138
51139         Unify SVG's animation and target tracking systems.
51140         https://bugs.webkit.org/show_bug.cgi?id=102655
51141
51142         Reviewed by Dirk Schulze.
51143
51144         * svg/animations/svg-animation-order-expected.html: Added.
51145         * svg/animations/svg-animation-order.html: Added.
51146         * svg/custom/svg-pending-twice-expected.html: Added.
51147         * svg/custom/svg-pending-twice.html: Added.
51148
51149 2012-12-06  James Simonsen  <simonjam@chromium.org>
51150
51151         [Chromium] Enable Resource Timing and User Timing
51152         https://bugs.webkit.org/show_bug.cgi?id=103788
51153
51154         Reviewed by Tony Gentilcore.
51155
51156         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_iframe_navigation.html: Removed. Incomplete, shouldn't have been submitted.
51157         * platform/chromium/TestExpectations: Remove 'Skip' expectations and add expected failures for iframes.
51158         * platform/chromium/fast/dom/Window/window-properties-performance-expected.txt: Added. Now includes User Timing and Resource Timing properties.
51159
51160 2012-12-06  Adam Klein  <adamk@chromium.org>
51161
51162         [HTMLTemplateElement] make content readonly and cloneNode(deep) clone content
51163         https://bugs.webkit.org/show_bug.cgi?id=104181
51164
51165         Reviewed by Adam Barth.
51166
51167         * fast/dom/HTMLTemplateElement/cloneNode-expected.txt:
51168         * fast/dom/HTMLTemplateElement/cloneNode.html:
51169         * fast/dom/HTMLTemplateElement/contentWrappers-expected.txt: Added.
51170         * fast/dom/HTMLTemplateElement/contentWrappers.html: Added.
51171         * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt:
51172         * fast/dom/HTMLTemplateElement/ownerDocument.html:
51173
51174 2012-12-06  Emil A Eklund  <eae@chromium.org>
51175
51176         Unreviewed chromium rebaseline for r136885.
51177
51178         * platform/chromium-mac-lion/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
51179         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
51180         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
51181         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
51182         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
51183         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
51184         * platform/efl-wk1/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
51185         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Removed.
51186
51187 2012-12-06  Jochen Eisinger  <jochen@chromium.org>
51188
51189         [chromium] when forwarding events through the WebPluginContainer, create a UserGestureIndicator if processing a user gesture
51190         https://bugs.webkit.org/show_bug.cgi?id=104306
51191
51192         Reviewed by Dimitri Glazkov.
51193
51194         * platform/chromium/plugins/user-gesture-expected.txt: Added.
51195         * platform/chromium/plugins/user-gesture.html: Added.
51196
51197 2012-12-06  David Grogan  <dgrogan@chromium.org>
51198
51199         IndexedDB: Add webkitErrorMessage to IDBTransaction
51200         https://bugs.webkit.org/show_bug.cgi?id=104199
51201
51202         Reviewed by Tony Chang.
51203
51204         Test for webkitErrorMessage in the three circumstances that can
51205         generate one:
51206         1) Bubble from operation error
51207         2) Uncaught exception in operation event handler
51208         3) Asynchronous abort from the backend
51209
51210         And fix a FIXME in the test.
51211
51212         * storage/indexeddb/resources/transaction-error.js:
51213         (testErrorFromRequest.trans.onabort):
51214         (testErrorFromRequest):
51215         (testErrorFromException.trans.onabort):
51216         (testErrorFromException):
51217         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort):
51218         (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded):
51219         (testErrorFromCommit.trans.oncomplete):
51220         (testErrorFromCommit):
51221         * storage/indexeddb/transaction-error-expected.txt:
51222
51223 2012-12-06  Alexander Shalamov  <alexander.shalamov@intel.com>
51224
51225         XMLHttpRequest Content-Type should be taken from Blob type
51226         https://bugs.webkit.org/show_bug.cgi?id=99983
51227
51228         Reviewed by Alexey Proskuryakov.
51229
51230         Added tests that check if content type is set correctly when blob object is sent.
51231
51232         * http/tests/xmlhttprequest/post-blob-content-type-expected.txt: Added.
51233         * http/tests/xmlhttprequest/post-blob-content-type.html: Added.
51234
51235 2012-12-06  Joshua Bell  <jsbell@chromium.org>
51236
51237         [Chromium] IndexedDB: storage/indexeddb/resources/cursor-advance.html flaky in content_shell after WK136782
51238         https://bugs.webkit.org/show_bug.cgi?id=104292
51239
51240         Reviewed by Tony Chang.
51241
51242         Test had a read-only transaction depending on the completion of a prior read-write transaction,
51243         which is not guaranteed by the spec. Switch from triggering the second transaction into the
51244         oncomplete of the first.
51245
51246         * storage/indexeddb/resources/cursor-advance.js:
51247         (populateObjectStore):
51248
51249 2012-12-06  Andrew Scherkus  <scherkus@chromium.org>
51250
51251         [Chromium] Unreviewed, rebaselining http/tests/media/video-buffered-range-contains-currentTime.html
51252         https://bugs.webkit.org/show_bug.cgi?id=104300
51253
51254         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51255         * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51256         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51257         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51258         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
51259         * platform/chromium/TestExpectations:
51260
51261 2012-12-06  Xianzhu Wang  <wangxianzhu@chromium.org>
51262
51263         internals.settings.setEnableCompositingForFixedPosition() should be called before onload
51264         https://bugs.webkit.org/show_bug.cgi?id=104277
51265
51266         Fixed some tests that set enableCompositingForFixedPosition in onload handler which may not take effect because it is too late.
51267         Leave the image mismatches to bug 96839.
51268
51269         Reviewed by Simon Fraser.
51270
51271         * compositing/geometry/fixed-position-composited-page-scale-down.html:
51272         * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
51273         * compositing/geometry/fixed-position-composited-page-scale.html:
51274         * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
51275         * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
51276         * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
51277         * compositing/geometry/fixed-position-transform-composited-page-scale.html:
51278         * compositing/layer-creation/fixed-position-out-of-view.html:
51279         * 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.
51280
51281 2012-12-06  Stephen White  <senorblanco@chromium.org>
51282
51283         [Chromium] Unreviewed gardening.
51284
51285         * platform/chromium/TestExpectations:
51286
51287 2012-12-06  Tony Chang  <tony@chromium.org>
51288
51289         REGRESSION(r135082): Restore the ability to insert author level style sheets from script
51290         https://bugs.webkit.org/show_bug.cgi?id=104042
51291
51292         Reviewed by Antti Koivisto.
51293
51294         Add a test that makes sure that an author level style is set.
51295
51296         * userscripts/insert-stylesheets-expected.txt: Added.
51297         * userscripts/insert-stylesheets.html: Added.
51298
51299 2012-12-06  Stephen White  <senorblanco@chromium.org>
51300
51301         [Chromium] Unreviewed gardening.
51302
51303         effect-reference-hw.html is failing (lighting has a Y-flip), but people
51304         seem tempted to rebaseline it.  Put the software result in its place
51305         for now, and mark it failing, so people aren't tempted to rebaseline it.
51306
51307         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Removed.
51308         * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
51309         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
51310         * platform/chromium/TestExpectations:
51311
51312 2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>
51313
51314         [Qt] Unreviewed gardening, skip a new test because of missing test font.
51315
51316         * platform/qt/TestExpectations:
51317
51318 2012-12-06  Stephen White  <senorblanco@chromium.org>
51319
51320         [Chromium] Unreviewed gardening.
51321
51322         * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
51323         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
51324         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
51325         * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
51326         * platform/chromium-mac-lion/fast/css/background-clip-radius-values-expected.png: Removed.
51327         * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
51328         * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
51329         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
51330         * platform/chromium-mac/fast/css/background-clip-radius-values-expected.png:
51331         * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
51332         * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
51333         * platform/chromium-win/fast/css/background-clip-radius-values-expected.png: Added.
51334         * platform/chromium/TestExpectations:
51335
51336 2012-12-06  Stephen White  <senorblanco@chromium.org>
51337
51338         [Chromium] Unreviewed gardening.
51339
51340         Add some bug IDs to failing tests, and restore some old expectations.
51341         * platform/chromium/TestExpectations:
51342
51343 2012-12-06  Emil A Eklund  <eae@chromium.org>
51344
51345         Unreviewed chromium rebaselines.
51346
51347         * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
51348         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks: Removed.
51349         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
51350         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows: Removed.
51351         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Removed.
51352         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes: Added.
51353         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
51354
51355 2012-12-06  Justin Novosad  <junov@google.com>
51356
51357         New pixel baselines for fast/backgrounds/gradient-background-leakage.html
51358         https://bugs.webkit.org/show_bug.cgi?id=103896
51359
51360         Unreviewed
51361
51362         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
51363         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
51364         * platform/chromium/TestExpectations:
51365         * platform/efl-wk1/fast/backgrounds: Added.
51366         * platform/efl-wk1/fast/backgrounds/gradient-background-leakage-expected.png: Added.
51367         * platform/efl/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
51368
51369 2012-12-06  Yael Aharon  <yael.aharon@intel.com>
51370
51371         Unreviewed gardening.
51372
51373         Add expected results for transforms/3d tests that are producing correct resulta.
51374
51375         * platform/efl/TestExpectations:
51376         * platform/efl/transforms/3d: Added.
51377         * platform/efl/transforms/3d/general: Added.
51378         * platform/efl/transforms/3d/general/perspective-non-layer-expected.png: Added.
51379         * platform/efl/transforms/3d/general/perspective-non-layer-expected.txt: Added.
51380         * platform/efl/transforms/3d/general/perspective-units-expected.png: Added.
51381         * platform/efl/transforms/3d/general/perspective-units-expected.txt: Added.
51382         * platform/efl/transforms/3d/hit-testing: Added.
51383         * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
51384         * platform/efl/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
51385         * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
51386         * platform/efl/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
51387         * platform/efl/transforms/3d/point-mapping: Added.
51388         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
51389         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
51390         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
51391         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
51392         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
51393         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
51394         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
51395         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
51396         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
51397         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
51398         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
51399         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
51400         * platform/efl/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
51401
51402 2012-12-06  Stephen Chenney  <schenney@chromium.org>
51403
51404         Fix a bad rebaseline
51405
51406         Unreviewed expectations fix.
51407
51408         This test is apparently flaky and I put in the wrong flake.
51409
51410         * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Removed.
51411         * platform/chromium-win/svg/custom/mask-invalidation-expected.png:
51412
51413 2012-12-06  Hans Muller  <hmuller@adobe.com>
51414
51415         [CSS Exclusions] Add support for computing the first included interval position.
51416         https://bugs.webkit.org/show_bug.cgi?id=103327
51417
51418         Test the rounded rectangle support for adjusting the top of a line downwards
51419         when the first word doesn't fit within the shape.
51420
51421         Reviewed by Levi Weintraub.
51422
51423         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html: Added.
51424         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001.html: Added.
51425         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html: Added.
51426         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html: Added.
51427
51428 2012-12-06  Stephen Chenney  <schenney@chromium.org>
51429
51430         Rebaseline some expectations
51431
51432         Unreviewed expectations update
51433
51434         These test have expectations but apparently just need rebaselines.
51435         Some may still be flakey.
51436
51437         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
51438         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
51439         * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
51440         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
51441         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
51442         * platform/chromium-mac-lion/svg/custom/mask-invalidation-expected.png: Added.
51443         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
51444         * platform/chromium-mac-snowleopard/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
51445         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
51446         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
51447         * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
51448         * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
51449         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
51450         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
51451         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
51452         * platform/chromium-win/svg/custom/mask-invalidation-expected.png:
51453         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.png:
51454         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
51455         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.png:
51456         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
51457         * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png: Added.
51458         * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
51459         * platform/chromium/svg/custom/radialGradient-focal-radius-expected.png: Removed.
51460         * platform/chromium/svg/custom/transform-with-shadow-and-gradient-expected.png: Removed.
51461         * platform/efl-wk1/svg/custom: Added.
51462         * platform/efl-wk1/svg/custom/radialGradient-focal-radius-expected.png: Added.
51463         * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Removed.
51464
51465 2012-12-06  Stephen Chenney  <schenney@chromium.org>
51466
51467         Test expectations update
51468         https://bugs.webkit.org/show_bug.cgi?id=104007
51469
51470         Unreviewed expectations update.
51471
51472         * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png:
51473
51474 2012-12-06  W. James MacLean  <wjmaclean@chromium.org>
51475
51476         [chromium] Should apply link highlight to largest enclosing node with a handCursor.
51477         https://bugs.webkit.org/show_bug.cgi?id=104264
51478
51479         Reviewed by Adrienne Walker.
51480
51481         Add layout test to cover new functionality.
51482
51483         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested.html: Added.
51484         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.png: Added.
51485         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-nested-expected.txt: Added.
51486
51487 2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
51488
51489         UndoManager layout tests should be removed
51490         https://bugs.webkit.org/show_bug.cgi?id=104246
51491
51492         Reviewed by Adam Barth.
51493
51494         The UndoManager feature support was removed from the source tree
51495         in r133326. The layout tests should be removed as well. As with
51496         the feature implementation, these too can be restored back when needed.
51497
51498         * editing/undomanager: Removed.
51499         * editing/undomanager/automatic-transaction-attribute-expected.txt: Removed.
51500         * editing/undomanager/automatic-transaction-attribute.html: Removed.
51501         * editing/undomanager/automatic-transaction-data-expected.txt: Removed.
51502         * editing/undomanager/automatic-transaction-data.html: Removed.
51503         * editing/undomanager/automatic-transaction-node-expected.txt: Removed.
51504         * editing/undomanager/automatic-transaction-node.html: Removed.
51505         * editing/undomanager/document-has-undomanager-expected.txt: Removed.
51506         * editing/undomanager/document-has-undomanager.html: Removed.
51507         * editing/undomanager/domtransaction-survives-gc-expected.txt: Removed.
51508         * editing/undomanager/domtransaction-survives-gc.html: Removed.
51509         * editing/undomanager/undomanager-isolated-world-expected.txt: Removed.
51510         * editing/undomanager/undomanager-isolated-world.html: Removed.
51511         * editing/undomanager/undomanager-item-expected.txt: Removed.
51512         * editing/undomanager/undomanager-item.html: Removed.
51513         * editing/undomanager/undomanager-reenter-expected.txt: Removed.
51514         * editing/undomanager/undomanager-reenter.html: Removed.
51515         * editing/undomanager/undomanager-transact-expected.txt: Removed.
51516         * editing/undomanager/undomanager-transact.html: Removed.
51517         * editing/undomanager/undomanager-undo-redo-expected.txt: Removed.
51518         * editing/undomanager/undomanager-undo-redo.html: Removed.
51519         * editing/undomanager/undoscopehost-use-after-free-expected.txt: Removed.
51520         * editing/undomanager/undoscopehost-use-after-free.html: Removed.
51521         * platform/chromium/TestExpectations:
51522         * platform/efl/TestExpectations:
51523         * platform/gtk/TestExpectations:
51524         * platform/mac/TestExpectations:
51525         * platform/qt-4.8/TestExpectations:
51526         * platform/qt-mac/TestExpectations:
51527         * platform/qt/TestExpectations:
51528         * platform/win/TestExpectations:
51529         * platform/wincairo/TestExpectations:
51530
51531 2012-12-06  Alexis Menard  <alexis@webkit.org>
51532
51533         [Mac] Unreviewed gardening after r136415.
51534
51535         r136415 enables the CSS3 background position offsets therefore this
51536         expected png needs to be updated with the new result (the correct one
51537         actually). It was not failing on the bot as the Apple Mac bot does not
51538         seem to run pixel tests.
51539
51540         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
51541
51542 2012-12-06  Tommy Widenflycht  <tommyw@google.com>
51543
51544         Speech Recognition API: Change the error code to a string on SpeechRecognitionError
51545         https://bugs.webkit.org/show_bug.cgi?id=104254
51546
51547         Reviewed by Adam Barth.
51548
51549         Adjusting tests.
51550
51551         * fast/events/constructors/speech-recognition-error-constructor-expected.txt:
51552         * fast/events/constructors/speech-recognition-error-constructor.html:
51553         * fast/speech/scripted/speechrecognition-errors-expected.txt:
51554         * fast/speech/scripted/speechrecognition-errors.html:
51555         * fast/speech/scripted/speechrecognitionerror-basics-expected.txt:
51556         * fast/speech/scripted/speechrecognitionerror-basics.html:
51557         * platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt:
51558
51559 2012-12-06  Stephen Chenney  <schenney@chromium.org>
51560
51561         SVG <use> element inside an svg-as-image fails
51562         https://bugs.webkit.org/show_bug.cgi?id=104007
51563
51564         Reviewed by Eric Seidel.
51565
51566         Upon redraw, SVGImage calls layout on the document it is drawing into
51567         the image if the image, provided it believes the redraw does not need
51568         to be delayed. Unfortunately, when an SVG <use> element is modified
51569         (by animation, say) and regenerates its shadow tree, the destructors
51570         invoke redraw, causing the SVGImage to call layout on something that
51571         is in the process of being deleted. That's bad.
51572
51573         This change causes SVGImage to always delay the redraw. It is the most robust
51574         way to protect against this problem, as there may be any number of
51575         ways to cause this issue (a node being deleted in an svg-as-image
51576         target) and this protects against them all.
51577
51578         The test case crashes in Asan Chromium.
51579
51580         * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png: Changed as a result of this change.
51581         * svg/as-image/animated-use-as-image-crash-expected.txt: Added.
51582         * svg/as-image/animated-use-as-image-crash.html: Added.
51583         * svg/as-image/resources/animated-href-on-use.svg: Added.
51584
51585 2012-12-06  Csaba Osztrogonác  <ossy@webkit.org>
51586
51587         [Qt] Unreviewed gardening, update an expected file.
51588
51589         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
51590
51591 2012-12-06  Antoine Quint  <graouts@apple.com>
51592
51593         TextTrack's .cues not ordered correctly when two cues have the same .startTime
51594         https://bugs.webkit.org/show_bug.cgi?id=103266
51595
51596         Reviewed by Eric Carlson.
51597
51598         Unskip an Opera test that we now pass. Note that the original test has two issues that prompted
51599         changes in this patch. The first issue is https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066
51600         and I've elected to comment the sub-test that fails and tracking turning it back on when the test
51601         is corrected with https://bugs.webkit.org/show_bug.cgi?id=104255. The second issue was in the sub-test
51602         that revealed the failure covered by this bug and had an issue acknowledged by the author
51603         (see https://www.w3.org/Bugs/Public/show_bug.cgi?id=20066) so I fixed it in our repository.
51604
51605         * media/track/opera/interfaces/TextTrack/cues-expected.txt: Added.
51606         * media/track/opera/interfaces/TextTrack/cues.html:
51607         * platform/chromium/TestExpectations:
51608         * platform/efl/TestExpectations:
51609         * platform/gtk/TestExpectations:
51610         * platform/mac/TestExpectations:
51611         * platform/qt/TestExpectations:
51612         * platform/win/TestExpectations:
51613
51614 2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
51615
51616         Unreviewed GTK gardening.
51617
51618         Adding missing platform-specific baselines.
51619
51620         * platform/gtk/fast/text/decorations-with-text-combine-expected.png: Added.
51621         * platform/gtk/fast/text/decorations-with-text-combine-expected.txt: Added.
51622         * platform/gtk/fast/text/orientation-sideways-expected.png: Added.
51623         * platform/gtk/fast/text/orientation-sideways-expected.txt: Added.
51624
51625 2012-12-06  Yael Aharon  <yael.aharon@intel.com>
51626
51627         [EFL][Qt] fast/regions/autowidth-normalflow-maxwidth.html is failing
51628         https://bugs.webkit.org/show_bug.cgi?id=104160
51629
51630         Reviewed by Kenneth Rohde Christiansen.
51631
51632         The test fast/regions/autowidth-normalflow-maxwidth.html is failing for EFL and Qt
51633         because the test expects that the text of the test would fit in 400 pixels,
51634         but both for Qt and for EFL, the text requires more than that.
51635         Changed the test and the expectation ref-test to allow 450 pixels.
51636
51637         * fast/regions/autowidth-normalflow-maxwidth-expected.html:
51638         * fast/regions/autowidth-normalflow-maxwidth.html:
51639         * platform/efl-wk2/TestExpectations:
51640         * platform/qt-5.0-wk2/TestExpectations:
51641
51642 2012-12-06  Shinya Kawanaka  <shinyak@chromium.org>
51643
51644         Internals.getElementByIdInShadowRoot is nonsense now.
51645         https://bugs.webkit.org/show_bug.cgi?id=104241
51646
51647         Reviewed by Kent Tamura.
51648
51649         * fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt:
51650         * fast/dom/shadow/get-element-by-id-in-shadow-root.html:
51651         * fast/dom/shadow/resources/shadow-dom.js: Uses ShadowRoot.getElementById() instead.
51652         (getNodeInShadowTreeStack):
51653
51654 2012-12-06  Sheriff Bot  <webkit.review.bot@gmail.com>
51655
51656         Unreviewed, rolling out r136818.
51657         http://trac.webkit.org/changeset/136818
51658         https://bugs.webkit.org/show_bug.cgi?id=104249
51659
51660         simulatedClick does not work as per #chrmium irc. (Requested
51661         by hayato on #webkit).
51662
51663         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
51664         * fast/dom/shadow/shadow-dom-event-dispatching.html:
51665         * fast/events/dispatch-synthetic-mouseevent-expected.txt: Removed.
51666         * fast/events/dispatch-synthetic-mouseevent.html: Removed.
51667
51668 2012-12-06  Pavel Podivilov  <podivilov@google.com>
51669
51670         [chromium] Unreviewed, fix baselines for plugins/npp-set-window-called-during-destruction.html on win7.
51671
51672         * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
51673         * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
51674         * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
51675         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
51676
51677 2012-12-06  Kent Tamura  <tkent@chromium.org>
51678
51679         [Chromium] Test expectation update
51680         https://bugs.webkit.org/show_bug.cgi?id=104210
51681         https://bugs.webkit.org/show_bug.cgi?id=103869
51682
51683         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
51684         * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png:
51685         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51686         * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png:
51687         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
51688         * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
51689         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51690         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
51691         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51692         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
51693         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51694         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
51695         * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png:
51696         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51697         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png:
51698         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
51699         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
51700         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51701         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
51702         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51703         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
51704         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51705         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
51706         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png:
51707         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51708         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png:
51709         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
51710         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
51711         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51712         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
51713         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51714         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
51715         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51716         * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png:
51717         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51718         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
51719         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51720         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51721         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51722         * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png:
51723         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
51724         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
51725         * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png:
51726         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png:
51727         * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png:
51728         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
51729         * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
51730         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
51731         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
51732         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png:
51733         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
51734         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
51735         * platform/chromium/TestExpectations:
51736
51737 2012-12-06  Kent Tamura  <tkent@chromium.org>
51738
51739         [Chromium] Update test expectations
51740         https://bugs.webkit.org/show_bug.cgi?id=103853
51741         https://bugs.webkit.org/show_bug.cgi?id=103869
51742
51743         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51744         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51745         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51746         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51747         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51748         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51749         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51750         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51751         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51752         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51753         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51754         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51755         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51756         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51757         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51758         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51759         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51760         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51761         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51762         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51763         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51764         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51765         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51766         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51767         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51768         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51769         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51770         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51771         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51772         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51773         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51774         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51775         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51776         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51777         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51778         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51779         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51780         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51781         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51782         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51783         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51784         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51785         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51786         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51787         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51788         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51789         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51790         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51791         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51792         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51793         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51794         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51795         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51796         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51797         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51798         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51799         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51800         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51801         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51802         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51803         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51804         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51805         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51806         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51807         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51808         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51809         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51810         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51811         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51812         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51813         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51814         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51815         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51816         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51817         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51818         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51819         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51820         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51821         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51822         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51823         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51824         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png:
51825         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51826         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51827         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51828         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png:
51829         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51830         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51831         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51832         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51833         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51834         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png:
51835         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51836         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51837         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51838         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51839         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51840         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51841         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51842         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51843         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
51844         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
51845         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
51846         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
51847         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
51848         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
51849         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
51850         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
51851         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
51852         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51853         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
51854         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
51855         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
51856         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51857         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
51858         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
51859         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
51860         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
51861         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
51862         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
51863         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
51864         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
51865         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
51866         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
51867         * platform/chromium/TestExpectations:
51868
51869 2012-12-06  Hayato Ito  <hayato@chromium.org>
51870
51871         Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent().
51872         https://bugs.webkit.org/show_bug.cgi?id=102681
51873
51874         Reviewed by Dimitri Glazkov.
51875
51876         * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
51877         * fast/dom/shadow/shadow-dom-event-dispatching.html:
51878         * fast/events/dispatch-synthetic-mouseevent-expected.txt: Added.
51879         * fast/events/dispatch-synthetic-mouseevent.html: Added.
51880
51881 2012-12-06  Zan Dobersek  <zandobersek@gmail.com>
51882
51883         Turn pixel tests in dom/xhtml/level3/core into reftests
51884         https://bugs.webkit.org/show_bug.cgi?id=103809
51885
51886         Reviewed by Dirk Pranke.
51887
51888         Turn 15 pixel tests under dom/xhtml/level3/core into reftests.
51889         The reference files are tailored so they present the same output that
51890         the pixel baselines (being removed) do.
51891
51892         * dom/xhtml/level3/core/canonicalform08-expected.html: Added.
51893         * dom/xhtml/level3/core/canonicalform09-expected.html: Added.
51894         * dom/xhtml/level3/core/documentgetinputencoding03-expected.html: Added.
51895         * dom/xhtml/level3/core/entitygetinputencoding02-expected.html: Added.
51896         * dom/xhtml/level3/core/entitygetxmlversion02-expected.html: Added.
51897         * dom/xhtml/level3/core/nodegetbaseuri05-expected.html: Added.
51898         * dom/xhtml/level3/core/nodegetbaseuri07-expected.html: Added.
51899         * dom/xhtml/level3/core/nodegetbaseuri09-expected.html: Added.
51900         * dom/xhtml/level3/core/nodegetbaseuri10-expected.html: Added.
51901         * dom/xhtml/level3/core/nodegetbaseuri11-expected.html: Added.
51902         * dom/xhtml/level3/core/nodegetbaseuri15-expected.html: Added.
51903         * dom/xhtml/level3/core/nodegetbaseuri17-expected.html: Added.
51904         * dom/xhtml/level3/core/nodegetbaseuri18-expected.html: Added.
51905         * dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.html: Added.
51906         * dom/xhtml/level3/core/nodelookupprefix19-expected.html: Added.
51907         * The now-unnecessary pixel and render tree baselines: Removed.
51908
51909 2012-12-05  Kent Tamura  <tkent@chromium.org>
51910
51911         [Chromium] Test expectation update
51912         https://bugs.webkit.org/show_bug.cgi?id=103869
51913
51914         * platform/chromium/TestExpectations:
51915         Fix duplicated entries.
51916
51917 2012-12-03  Kent Tamura  <tkent@chromium.org>
51918
51919         INPUT_MULTIPLE_FIELDS_UI doesn't show digits well in RTL locales
51920         https://bugs.webkit.org/show_bug.cgi?id=103869
51921
51922         Reviewed by Hajime Morita.
51923
51924         - Year fields and month fields are shrunk because we stop specifying
51925           min-width.
51926         - Focus rectangle for sub-fields get larger.
51927
51928         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html:
51929         Need to update mouse click positions because we have some position/width
51930         changes in sub-fields.
51931         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html:
51932         Ditto.
51933         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html:
51934         Ditto.
51935         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
51936         * platform/chromium-mac/fast/forms/datetime/datetime-l10n-expected.png:
51937         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
51938         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
51939         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
51940         * platform/chromium/TestExpectations:
51941
51942 2012-12-05  Shinya Kawanaka  <shinyak@chromium.org>
51943
51944         [Chromium] DRT on Windows crashes when a testcase has a progress element in indeterminate state
51945         https://bugs.webkit.org/show_bug.cgi?id=102459
51946
51947         Reviewed by Dimitri Glazkov.
51948
51949         * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash-expected.txt: Added.
51950         * fast/dom/HTMLProgressElement/progress-element-indeterminate-crash.html: Added.
51951
51952 2012-12-05  Kent Tamura  <tkent@chromium.org>
51953
51954         INPUT_MULTIPLE_FIELDS_UI: The hour field and the am/pm field should support read-only state correctly
51955         https://bugs.webkit.org/show_bug.cgi?id=104210
51956
51957         Reviewed by Kentaro Hara.
51958
51959         * fast/forms/time/time-appearance-basic.html:
51960         Add test cases for step=86400 (24 hours)
51961         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
51962         * platform/chromium/TestExpectations:
51963
51964 2012-12-05  Dan Beam  <dbeam@chromium.org>
51965
51966         HTMLFormElement#requestAutocomplete() should require a user action
51967         https://bugs.webkit.org/show_bug.cgi?id=102320
51968
51969         Reviewed by Kent Tamura.
51970
51971         This patch dispatches an autocompleteerror when HTMLFormElement::requestAutocomplete() is called while not processing
51972         a user gesture.
51973
51974         * fast/forms/form-request-autocomplete.html:
51975
51976         Added a test to ensure that dispatching a call to HTMLFormElement#requestAutocomplete() in a setTimeout() (which will
51977         never be a user gesture) always fails.
51978
51979 2012-12-05  Andrei Bucur  <abucur@adobe.com>
51980
51981         [CSS Regions] Blocks don't relayout children if the width of a region changes
51982         https://bugs.webkit.org/show_bug.cgi?id=103993
51983
51984         Reviewed by David Hyatt.
51985
51986         The first test covers the case of reducing the width of a region for a block content node.
51987         The second test covers the case of expanding the width of a region for a block content node.
51988         The third test covers the case of reducing the width of a region for an inline content node.
51989
51990         * fast/regions/region-width-change-relayout-1-expected.html: Added.
51991         * fast/regions/region-width-change-relayout-1.html: Added.
51992         * fast/regions/region-width-change-relayout-2-expected.html: Added.
51993         * fast/regions/region-width-change-relayout-2.html: Added.
51994         * fast/regions/region-width-change-relayout-3-expected.html: Added.
51995         * fast/regions/region-width-change-relayout-3.html: Added.
51996
51997 2012-12-05  KyungTae Kim  <ktf.kim@samsung.com>
51998
51999         [WK2][EFL] Gardening. Rebase fast/block/basic/020.html
52000         https://bugs.webkit.org/show_bug.cgi?id=104195
52001
52002         Unreviewed Gardening.
52003
52004         The layer for "visibility:hidden;position:absolute;" object should be in RenderTree when USE(ACCELERATED_COMPOSITING),
52005         because the HiddenLayers are included in zOrderList when CompositingMode is on.
52006
52007         * platform/efl-wk2/fast/block/basic/020-expected.txt: Added.
52008         * platform/efl/TestExpectations:
52009
52010 2012-12-05  Joshua Bell  <jsbell@chromium.org>
52011
52012         IndexedDB: Allow multiple transactions to interleave request execution
52013         https://bugs.webkit.org/show_bug.cgi?id=97570
52014
52015         Reviewed by Tony Chang.
52016
52017         New tests for parallel transactions, update existing tests that relied on sequential execution.
52018
52019         * storage/indexeddb/database-close-expected.txt:
52020         * storage/indexeddb/mozilla/clear-expected.txt:
52021         * storage/indexeddb/mozilla/resources/clear.js: Split up transaction steps.
52022         * storage/indexeddb/resources/database-close.js: Don't log on individual transaction completion.
52023         * storage/indexeddb/resources/transaction-coordination-within-database.js: Added.
52024         * storage/indexeddb/resources/transaction-scope-sequencing.js: Added.
52025         * storage/indexeddb/resources/transaction-starvation.js: Added.
52026         * storage/indexeddb/transaction-coordination-within-database-expected.txt: Added.
52027         * storage/indexeddb/transaction-coordination-within-database.html: Added.
52028         * storage/indexeddb/transaction-scope-sequencing-expected.txt: Added.
52029         * storage/indexeddb/transaction-scope-sequencing.html: Added.
52030         * storage/indexeddb/transaction-starvation-expected.txt: Added.
52031         * storage/indexeddb/transaction-starvation.html: Added.
52032
52033 2012-12-05  Dan Bernstein  <mitz@apple.com>
52034
52035         Text decorations are rotated when text-combine takes effect
52036         https://bugs.webkit.org/show_bug.cgi?id=104172
52037
52038         Reviewed by Dave Hyatt.
52039
52040         * fast/text/decorations-with-text-combine.html: Added.
52041         * platform/chromium/TestExpectations: Added to tests missing platform-specific results.
52042         * platform/mac/fast/text/decorations-with-text-combine-expected.png: Added.
52043         * platform/mac/fast/text/decorations-with-text-combine-expected.txt: Added.
52044
52045 2012-12-05  Tony Chang  <tony@chromium.org>
52046
52047         Unreviewed, add Mac baselines after r136409 (mathml sup/sub box changes).
52048
52049         * platform/mac/TestExpectations:
52050         * platform/mac/mathml/presentation/roots-expected.txt:
52051         * platform/mac/mathml/presentation/row-alignment-expected.txt:
52052         * platform/mac/mathml/presentation/sub-expected.txt:
52053         * platform/mac/mathml/presentation/subsup-expected.txt:
52054         * platform/mac/mathml/presentation/sup-expected.txt:
52055         * platform/mac/mathml/presentation/tables-expected.txt:
52056
52057 2012-12-05  Leo Yang  <leoyang@rim.com>
52058
52059         Extra space in fast/css/image-resolution/image-resolution.html
52060         https://bugs.webkit.org/show_bug.cgi?id=104130
52061
52062         Reviewed by Emil A Eklund.
52063
52064         String returned by cssText doesn't include an extra tailing space.
52065         This patch is removing an expectation of the extra tailing space in the test.
52066
52067         * fast/css/image-resolution/image-resolution-expected.txt:
52068         * fast/css/image-resolution/image-resolution.html:
52069
52070 2012-12-05  Justin Novosad  <junov@google.com>
52071
52072         [skia] Improve performance of GraphicsContext::createCompatibleBuffer by using SkDevice:createCompatibleDevice
52073         https://bugs.webkit.org/show_bug.cgi?id=103896
52074
52075         Reviewed by Stephen White.
52076
52077         Added image failure expectation for test needing new baselines
52078
52079         * platform/chromium/TestExpectations:
52080
52081 2012-12-05  Stephen White  <senorblanco@chromium.org>
52082
52083         [Chromium] Unreviewed gardening.
52084
52085         * platform/chromium/TestExpectations:
52086
52087 2012-12-05  David Dorwin  <ddorwin@chromium.org>
52088
52089         [Chromium] Re-enabling encrypted-media tests now that the issues are fixed.
52090         https://bugs.webkit.org/show_bug.cgi?id=104137
52091
52092         Unreviewed revert of r136312.
52093         The issues were fixed in Chromium r171039 & r171081.
52094
52095         * platform/chromium/TestExpectations:
52096
52097 2012-12-05  Martin Robinson  <mrobinson@igalia.com>
52098
52099         http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php returns a malformed authentication header
52100         https://bugs.webkit.org/show_bug.cgi?id=104052
52101
52102         Reviewed by Alexey Proskuryakov.
52103
52104         Add an authentication realm to the WWW-Authenticate header of the PHP script. Some networking
52105         libraries do not cope well with WWW-Authenticate headers that do not include realms. Additionally
52106         RFC2617 specifies that this part of the header is not-optional.
52107
52108         This test will be unskipped once the rest of the authentication support is complete in the
52109         libsoup backend and GTK+ DRT/WTR.
52110
52111         * http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-2-auth-then-redirect-to-finish.php:
52112
52113 2012-12-05  Roger Fong  <roger_fong@apple.com>
52114
52115         Unreviewed Windows re-rebaseline.
52116
52117         * platform/win/fast/text/orientation-sideways-expected.txt:
52118
52119 2012-12-05  Bear Travis  <betravis@adobe.com>
52120
52121         [CSS Exclusions] Enable shape-inside for multiple-segment polygons
52122         https://bugs.webkit.org/show_bug.cgi?id=91878
52123
52124         Reviewed by David Hyatt.
52125
52126         Adding tests for multiple segment polygons. These tests make sure that text can be
52127         properly broken up into multiple segments per line to fit into a shape-inside.
52128
52129         * fast/exclusions/shape-inside/shape-inside-multiple-segments-001-expected.html: Added.
52130         * fast/exclusions/shape-inside/shape-inside-multiple-segments-001.html: Added.
52131         * fast/exclusions/shape-inside/shape-inside-multiple-segments-002-expected.html: Added.
52132         * fast/exclusions/shape-inside/shape-inside-multiple-segments-002.html: Added.
52133         * fast/exclusions/shape-inside/shape-inside-multiple-segments-003-expected.html: Added.
52134         * fast/exclusions/shape-inside/shape-inside-multiple-segments-003.html: Added.
52135         * fast/exclusions/shape-inside/shape-inside-multiple-segments-004-expected.html: Added.
52136         * fast/exclusions/shape-inside/shape-inside-multiple-segments-004.html: Added.
52137
52138 2012-12-05  Roger Fong  <roger_fong@apple.com>
52139
52140         Unreviewed. Re-add Windows specific results removed in r136699 that were actually correct.
52141
52142         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52143
52144 2012-12-05  Emil A Eklund  <eae@chromium.org>
52145
52146         Unreviewed chromium rebaselines.
52147
52148         * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
52149         * platform/chromium-linux/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52150         * platform/chromium-mac-lion/fast/harness: Added.
52151         * platform/chromium-mac-lion/fast/harness/perftests: Added.
52152         * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.png: Added.
52153         * platform/chromium-mac-lion/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
52154         * platform/chromium-mac-snowleopard/fast/harness: Added.
52155         * platform/chromium-mac-snowleopard/fast/harness/perftests: Added.
52156         * platform/chromium-mac-snowleopard/fast/harness/perftests/runs-per-second-log-expected.png: Added.
52157         * platform/chromium-win-xp/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52158         * platform/chromium-win/fast/harness/perftests: Added.
52159         * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.png: Added.
52160         * platform/chromium-win/fast/harness/perftests/runs-per-second-log-expected.txt: Added.
52161         * platform/chromium/TestExpectations:
52162
52163 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52164
52165         Unreviewed gardening.
52166
52167         Manage failing fast/media reftests for EFL and Qt.
52168
52169         * platform/efl-wk2/TestExpectations:
52170         * platform/qt/TestExpectations:
52171
52172 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52173
52174         Unreviewed GTK gardening.
52175
52176         Adding GTK-specific reference files for two fast/media tests after r136708.
52177         The GTK port isn't yet supporting 3D transforms so these two reference files
52178         should reflect that.
52179
52180         * platform/gtk/fast/media/mq-transform-02-expected.html: Added.
52181         * platform/gtk/fast/media/mq-transform-03-expected.html: Added.
52182
52183 2012-12-05  Andreas Kling  <akling@apple.com>
52184
52185         REGRESSION(r136615): Incorrect style sharing in view-source documents.
52186         <http://webkit.org/b/104089>
52187
52188         Reviewed by Antti Koivisto.
52189
52190         Unskip: fast/frames/viewsource-attribute.html
52191                 fast/frames/viewsource-on-image-file.html
52192
52193         * platform/chromium/TestExpectations:
52194         * platform/efl/TestExpectations:
52195         * platform/gtk/TestExpectations:
52196         * platform/mac/TestExpectations:
52197         * platform/qt/TestExpectations:
52198
52199 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52200
52201         Unreviewed gardening.
52202
52203         Removing redundant pixel and render tree baselines for fast/media tests.
52204         This is the second and last patch covering non-Chromium ports.
52205
52206         Too many files to list.
52207
52208 2012-12-05  Roger Fong  <roger_fong@apple.com>
52209
52210         Unreviewed rebaseline on Windows after r136640.
52211
52212         * platform/win/fast/text/orientation-sideways-expected.txt: Added.
52213
52214 2012-12-05  Roger Fong  <roger_fong@apple.com>
52215
52216         Unreviewed rebaseline.
52217         https://bugs.webkit.org/show_bug.cgi?id=98209.
52218
52219         * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt:
52220
52221 2012-12-05  Csaba Osztrogonác  <ossy@webkit.org>
52222
52223         [Qt] REGRESSION: 2 tests started to fail with newer Qt5
52224         https://bugs.webkit.org/show_bug.cgi?id=104140
52225
52226         Unreviewed gardening, skip new failing tests to paint the bots green.
52227
52228         * platform/qt-5.0/TestExpectations:
52229
52230 2012-12-05  Robert Hogan  <robert@webkit.org>
52231
52232         REGRESSION(r126683): Table cell are getting borders when the style doesn't mention any
52233         https://bugs.webkit.org/show_bug.cgi?id=101677
52234
52235         Reviewed by Julien Chaffraix.
52236
52237         * fast/table/td-bordercolor-attribute-expected.txt: Added.
52238         * fast/table/td-bordercolor-attribute.html: Added.
52239
52240 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52241
52242         Unreviewed gardening.
52243
52244         Removing redundant pixel and render tree baselines for fast/media tests.
52245         This first patch of a two-part cleanup covers Chromium ports.
52246
52247         Too many files to list.
52248
52249 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52250
52251         Turn pixel tests in fast/media into reftests
52252         https://bugs.webkit.org/show_bug.cgi?id=103632
52253
52254         Reviewed by Darin Adler.
52255
52256         Turn the pixel tests under fast/media into reftests.
52257         The reference files are tailored so they present the same output
52258         that the pixel baselines. The latter will be removed in two subsequent commits.
52259
52260         * fast/media/implicit-media-all-expected.html: Added.
52261         * fast/media/media-descriptor-syntax-01-expected.html: Added.
52262         * fast/media/media-descriptor-syntax-02-expected.html: Added.
52263         * fast/media/media-descriptor-syntax-03-expected.html: Added.
52264         * fast/media/media-descriptor-syntax-04-expected.html: Added.
52265         * fast/media/media-descriptor-syntax-05-expected.html: Added.
52266         * fast/media/media-descriptor-syntax-06-expected.html: Added.
52267         * fast/media/media-query-invalid-value-expected.html: Added.
52268         * fast/media/media-query-invalid-value-expected.txt: Removed.
52269         * fast/media/media-type-syntax-01-expected.html: Added.
52270         * fast/media/media-type-syntax-02-expected.html: Added.
52271         * fast/media/monochrome-expected.html: Added.
52272         * fast/media/mq-animation-expected.html: Added.
52273         * fast/media/mq-aspect-ratio-expected.html: Added.
52274         * fast/media/mq-compound-query-01-expected.html: Added.
52275         * fast/media/mq-compound-query-02-expected.html: Added.
52276         * fast/media/mq-compound-query-03-expected.html: Added.
52277         * fast/media/mq-compound-query-04-expected.html: Added.
52278         * fast/media/mq-compound-query-05-expected.html: Added.
52279         * fast/media/mq-grid-01-expected.html: Added.
52280         * fast/media/mq-grid-02-expected.html: Added.
52281         * fast/media/mq-invalid-media-feature-01-expected.html: Added.
52282         * fast/media/mq-invalid-media-feature-02-expected.html: Added.
52283         * fast/media/mq-invalid-media-feature-03-expected.html: Added.
52284         * fast/media/mq-invalid-media-feature-04-expected.html: Added.
52285         * fast/media/mq-invalid-syntax-01-expected.html: Added.
52286         * fast/media/mq-invalid-syntax-02-expected.html: Added.
52287         * fast/media/mq-invalid-syntax-03-expected.html: Added.
52288         * fast/media/mq-invalid-syntax-04-expected.html: Added.
52289         * fast/media/mq-invalid-syntax-05-expected.html: Added.
52290         * fast/media/mq-js-media-except-01-expected.html: Added.
52291         * fast/media/mq-js-media-except-01-expected.txt: Removed.
52292         * fast/media/mq-js-media-except-02-expected.html: Added.
52293         * fast/media/mq-js-media-except-02-expected.txt: Removed.
52294         * fast/media/mq-js-media-except-03-expected.html: Added.
52295         * fast/media/mq-js-media-except-03-expected.txt: Removed.
52296         * fast/media/mq-js-media-forward-syntax-expected.html: Added.
52297         * fast/media/mq-js-stylesheet-media-01-expected.html: Added.
52298         * fast/media/mq-js-stylesheet-media-02-expected.html: Added.
52299         * fast/media/mq-js-stylesheet-media-03-expected.html: Added.
52300         * fast/media/mq-js-stylesheet-media-04-expected.html: Added.
52301         * fast/media/mq-max-pixel-ratio-expected.html: Added.
52302         * fast/media/mq-min-constraint-expected.html: Added.
52303         * fast/media/mq-min-pixel-ratio-expected.html: Added.
52304         * fast/media/mq-min-pixel-ratio-expected.txt: Removed.
52305         * fast/media/mq-orientation-expected.html: Added.
52306         * fast/media/mq-pixel-ratio-expected.html: Added.
52307         * fast/media/mq-relative-constraints-02-expected.html: Added.
52308         * fast/media/mq-relative-constraints-03-expected.html: Added.
52309         * fast/media/mq-relative-constraints-04-expected.html: Added.
52310         * fast/media/mq-relative-constraints-05-expected.html: Added.
52311         * fast/media/mq-relative-constraints-06-expected.html: Added.
52312         * fast/media/mq-relative-constraints-07-expected.html: Added.
52313         * fast/media/mq-relative-constraints-08-expected.html: Added.
52314         * fast/media/mq-relative-constraints-08-expected.txt: Removed.
52315         * fast/media/mq-relative-constraints-09-expected.html: Added.
52316         * fast/media/mq-simple-neg-query-01-expected.html: Added.
52317         * fast/media/mq-simple-neg-query-02-expected.html: Added.
52318         * fast/media/mq-simple-neg-query-03-expected.html: Added.
52319         * fast/media/mq-simple-neg-query-04-expected.html: Added.
52320         * fast/media/mq-simple-neg-query-05-expected.html: Added.
52321         * fast/media/mq-simple-query-01-expected.html: Added.
52322         * fast/media/mq-simple-query-02-expected.html: Added.
52323         * fast/media/mq-simple-query-03-expected.html: Added.
52324         * fast/media/mq-simple-query-04-expected.html: Added.
52325         * fast/media/mq-simple-query-05-expected.html: Added.
52326         * fast/media/mq-transform-01-expected.html: Added.
52327         * fast/media/mq-transform-02-expected.html: Added.
52328         * fast/media/mq-transform-03-expected.html: Added.
52329         * fast/media/mq-transform-04-expected.html: Added.
52330         * fast/media/mq-transition-expected.html: Added.
52331         * fast/media/mq-valueless-expected.html: Added.
52332         * fast/media/mq-width-absolute-01-expected.html: Added.
52333         * fast/media/mq-width-absolute-02-expected.html: Added.
52334         * fast/media/mq-width-absolute-03-expected.html: Added.
52335         * fast/media/mq-width-absolute-04-expected.html: Added.
52336         * fast/media/view-mode-media-feature-expected.html: Added.
52337         * fast/media/view-mode-media-feature-expected.txt: Removed.
52338         * fast/media/viewport-media-query-expected.html: Added.
52339         * platform/gtk/fast/media/mq-transform-02-expected.html: Added as 3D transforms support
52340         isn't yet enabled on the GTK port.
52341         * platform/gtk/fast/media/mq-transform-03-expected.html: Ditto.
52342
52343 2012-12-05  Alexander Shalamov  <alexander.shalamov@intel.com>
52344
52345         [EFL][GTK] List value response headers are not handled in RespourceResponse (libsoup specific)
52346         https://bugs.webkit.org/show_bug.cgi?id=95181
52347
52348         Reviewed by Martin Robinson.
52349
52350         Added test that checks if list-value response headers handled correctly.
52351
52352         * http/tests/xmlhttprequest/resources/custom-headers.php: Added.
52353         * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt: Added.
52354         * http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html: Added.
52355
52356 2012-12-05  Krzysztof Czech  <k.czech@samsung.com>
52357
52358         [EFL][WK2] Introduce WebKit-EFL to Assistive Technologies - new baselines
52359         https://bugs.webkit.org/show_bug.cgi?id=104000
52360
52361         Reviewed by Chris Fleizach.
52362
52363         Added EFL baselines for accessibility/table-cells.html and accessibility/table-cell-spans.html.
52364
52365         * platform/efl-wk2/TestExpectations:
52366         * platform/efl-wk2/accessibility/table-cell-spans-expected.txt: Added.
52367         * platform/efl-wk2/accessibility/table-cells-expected.txt: Added.
52368
52369 2012-12-05  Pavel Feldman  <pfeldman@chromium.org>
52370
52371         Web Inspector: Don't include error message text in the editor buffer.
52372         https://bugs.webkit.org/show_bug.cgi?id=103932
52373
52374         Reviewed by Alexander Pavlov.
52375
52376         * inspector/editor/editor-test.js:
52377         (initialize_EditorTests.InspectorTest.getLineElement):
52378         (initialize_EditorTests):
52379         * inspector/editor/text-editor-type-over-decoration-expected.txt: Added.
52380         * inspector/editor/text-editor-type-over-decoration.html: Added.
52381
52382 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52383
52384         Unreviewed GTK gardening.
52385
52386         Skipping back the Media Stream layout tests, they're not behaving well.
52387         Removing a few failure expectations for tests that are passing.
52388
52389         * platform/gtk/TestExpectations:
52390
52391 2012-12-05  Emil A Eklund  <eae@chromium.org>
52392
52393         Unreviewed chromium rebaselines.
52394
52395         * platform/chromium-mac/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52396         * platform/chromium-win-xp/css3/flexbox: Added.
52397         * platform/chromium-win-xp/css3/flexbox/repaint-column-reverse-expected.png: Added.
52398         * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
52399         * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt:
52400         * platform/chromium/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
52401         * platform/win-7sp0/plugins: Added.
52402         * platform/win-7sp0/plugins/npp-set-window-called-during-destruction-expected.txt: Added.
52403         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed.
52404
52405 2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
52406
52407         [EFL] Unreviewed gardening.
52408
52409         * platform/efl-wk2/TestExpectations:
52410
52411 2012-12-05  Arnaud Renevier  <a.renevier@sisa.samsung.com>
52412
52413         [Gtk] navigator.plugins contains too many plugin entries. First one are garbages
52414         https://bugs.webkit.org/show_bug.cgi?id=102438
52415
52416         Reviewed by Xan Lopez.
52417
52418         Add a test to check that navigator.plugins only contain valid plugin
52419         objects.
52420
52421         * plugins/navigator-plugins-expected.txt: Added.
52422         * plugins/navigator-plugins.html: Added.
52423         * plugins/script-tests/navigator-plugins.js: Added.
52424
52425 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52426
52427         Unreviewed GTK gardening.
52428
52429         Moving some expectations for expected failures under the appropriate section.
52430
52431         Rather than skipping expected failures, they should be run (as long as they
52432         don't time out in great numbers) just to get the extra test coverage (mostly
52433         to confirm they don't crash unexpectably). Most of such expectations are being
52434         unskipped and changed into a proper failure expectation, but more can folllow.
52435
52436         * platform/gtk/TestExpectations:
52437
52438 2012-12-05  Stephen White  <senorblanco@chromium.org>
52439
52440         [Chromium] Unreviewed gardening.
52441
52442         * platform/chromium/TestExpectations:
52443
52444 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
52445
52446         Unreviewed GTK gardening, updating baselines after r136657 and r136672.
52447
52448         * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt:
52449         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Removed.
52450         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Removed.
52451         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Removed.
52452         * platform/gtk/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Removed.
52453         * platform/gtk/http/tests/xmlhttprequest/simple-cross-origin-denied-events-expected.txt: Removed.
52454
52455 2012-12-05  Jussi Kukkonen  <jussi.kukkonen@intel.com>
52456
52457         [EFL] InjectedBundle should check Intent url for null
52458         https://bugs.webkit.org/show_bug.cgi?id=104117
52459
52460         Reviewed by Kenneth Rohde Christiansen.
52461
52462         EFL is slightly more verbose than chromium on this one.
52463
52464         * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
52465
52466 2012-12-05  Antoine Quint  <graouts@apple.com>
52467
52468         TextTrackCue's .endTime property should fire a TypeError when NaN is assigned
52469         https://bugs.webkit.org/show_bug.cgi?id=103413
52470
52471         Reviewed by Eric Carlson.
52472
52473         Stop skipping two tests that now have new passing conditions, only held back from
52474         passing altogether by https://bugs.webkit.org/show_bug.cgi?id=103258.
52475
52476         * media/track/opera/interfaces/TextTrackCue/endTime-expected.txt: Added.
52477         * media/track/opera/interfaces/TextTrackCue/startTime-expected.txt: Added.
52478         * platform/chromium/TestExpectations:
52479         * platform/efl/TestExpectations:
52480         * platform/gtk/TestExpectations:
52481         * platform/mac/TestExpectations:
52482         * platform/qt/TestExpectations:
52483         * platform/win/TestExpectations:
52484
52485 2012-12-05  Alexis Menard  <alexis@webkit.org>
52486
52487         [CSS3 Backgrounds and Borders] Allow the CSS3 background position offset for background shorthand.
52488         https://bugs.webkit.org/show_bug.cgi?id=104014
52489
52490         Reviewed by Dirk Schulze.
52491
52492         Extend the current parsing tests of background-position to cover the
52493         case when it is set part of the background shorthand.
52494
52495         * fast/backgrounds/background-position-parsing-2-expected.txt:
52496         * fast/backgrounds/background-position-parsing-2.html:
52497
52498 2012-12-06  Keishi Hattori  <keishi@webkit.org>
52499
52500         [Chromium] Rebaseline suggestion picker tests because of CSS change in r136674
52501
52502         Unreviewed.
52503
52504         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
52505         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
52506         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
52507         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
52508         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
52509         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
52510         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
52511         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
52512         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
52513
52514 2012-12-05  Keishi Hattori  <keishi@webkit.org>
52515
52516         Marking *-suggestion-picker-appearance-locale-hebrew.html tests as Missing
52517
52518         Unreviewed.
52519
52520         * platform/chromium/TestExpectations:
52521
52522 2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
52523
52524         [Qt] Unreviewed gardening.
52525
52526         Revert some update of r136670, and update the generic expecteds.
52527
52528         * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt:
52529         * fast/media/mq-resolution-expected.txt:
52530         * fast/media/w3c/test_media_queries-expected.txt:
52531         * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
52532         * platform/qt/fast/media/mq-resolution-expected.txt: Removed.
52533         * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Removed.
52534
52535 2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
52536
52537         [EFL] Unreviewed gardening.
52538
52539         Removed duplicated test expectations.
52540
52541         * platform/efl-wk1/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Removed.
52542         * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
52543         * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Removed.
52544         * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Removed.
52545         * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
52546         * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Removed.
52547         * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Removed.
52548         * platform/efl-wk1/mathml/presentation/roots-expected.txt: Removed.
52549         * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Removed.
52550         * platform/efl-wk1/mathml/presentation/sub-expected.txt: Removed.
52551         * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Removed.
52552         * platform/efl-wk1/media/video-aspect-ratio-expected.png: Removed.
52553         * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
52554         * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Removed.
52555         * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Removed.
52556         * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Removed.
52557         * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Removed.
52558         * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Removed.
52559         * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Removed.
52560         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Removed.
52561         * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
52562         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
52563         * platform/efl/fast/forms/005-expected.png: Removed.
52564         * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
52565         * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
52566         * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Removed.
52567         * 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.
52568         * platform/efl/fast/media/mq-resolution-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/mq-resolution-expected.txt.
52569         * platform/efl/fast/media/w3c/test_media_queries-expected.txt: Renamed from LayoutTests/platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt.
52570         * platform/efl/fast/multicol/overflow-across-columns-expected.png: Removed.
52571         * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.png: Removed.
52572         * platform/efl/fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Removed.
52573         * platform/efl/fast/regions/autowidth-attachedinvalidregion-expected.txt: Removed.
52574         * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed.
52575         * platform/efl/fast/regions/content-flowed-into-regions-no-scroll-expected.txt: Removed.
52576         * platform/efl/fast/regions/content-webkit-from-flow-parsing-expected.txt: Removed.
52577         * platform/efl/fast/regions/element-region-overset-state-expected.txt: Removed.
52578         * platform/efl/fast/regions/element-region-overset-state-negative-letter-spacing-expected.txt: Removed.
52579         * platform/efl/fast/regions/element-region-overset-state-vertical-rl-expected.txt: Removed.
52580         * platform/efl/fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing-expected.txt: Removed.
52581         * platform/efl/fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Removed.
52582         * platform/efl/fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Removed.
52583         * platform/efl/fast/regions/flexbox-in-region-crash-expected.txt: Removed.
52584         * platform/efl/fast/regions/flow-anonymous-children-expected.txt: Removed.
52585         * platform/efl/fast/regions/flow-region-into-itself-crash-expected.txt: Removed.
52586         * platform/efl/fast/regions/flowed-content-bounding-client-rect-expected.txt: Removed.
52587         * platform/efl/fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Removed.
52588         * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Removed.
52589         * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Removed.
52590         * platform/efl/fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Removed.
52591         * platform/efl/fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Removed.
52592         * platform/efl/fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Removed.
52593         * platform/efl/fast/regions/get-region-flow-ranges-display-none-expected.txt: Removed.
52594         * platform/efl/fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Removed.
52595         * platform/efl/fast/regions/get-region-flow-ranges-expected.txt: Removed.
52596         * platform/efl/fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Removed.
52597         * platform/efl/fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Removed.
52598         * platform/efl/fast/regions/get-region-flow-ranges-inline-only-expected.txt: Removed.
52599         * platform/efl/fast/regions/get-region-flow-ranges-text-expected.txt: Removed.
52600         * platform/efl/fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Removed.
52601         * platform/efl/fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Removed.
52602         * platform/efl/fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Removed.
52603         * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Removed.
52604         * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Removed.
52605         * platform/efl/fast/regions/get-regions-by-content-expected.txt: Removed.
52606         * platform/efl/fast/regions/get-regions-by-content-horiz-bt-expected.txt: Removed.
52607         * platform/efl/fast/regions/get-regions-by-content-horiz-tb-expected.txt: Removed.
52608         * platform/efl/fast/regions/get-regions-by-content-vert-lr-expected.txt: Removed.
52609         * platform/efl/fast/regions/get-regions-by-content-vert-rl-expected.txt: Removed.
52610         * platform/efl/fast/regions/get-regions-by-content2-expected.txt: Removed.
52611         * platform/efl/fast/regions/hit-test-float-expected.txt: Removed.
52612         * platform/efl/fast/regions/hit-test-region-expected.txt: Removed.
52613         * platform/efl/fast/regions/imbricated-flow-threads-crash-expected.txt: Removed.
52614         * platform/efl/fast/regions/move-anonymous-block-inside-named-flow-crash-expected.txt: Removed.
52615         * platform/efl/fast/regions/moved-content-node-crash-expected.txt: Removed.
52616         * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
52617         * platform/efl/fast/regions/no-split-line-box-expected.txt: Removed.
52618         * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
52619         * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
52620         * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Removed.
52621         * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
52622         * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
52623         * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
52624         * platform/efl/fast/regions/parse-incomplete-region-rule-expected.txt: Removed.
52625         * platform/efl/fast/regions/parsing-region-style-rule-expected.txt: Removed.
52626         * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Removed.
52627         * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Removed.
52628         * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Removed.
52629         * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.png: Removed.
52630         * platform/efl/fast/regions/positioned-vrl-in-named-flow-expected.txt: Removed.
52631         * platform/efl/fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Removed.
52632         * platform/efl/fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Removed.
52633         * platform/efl/fast/regions/region-attached-wrong-flow-crash-expected.txt: Removed.
52634         * platform/efl/fast/regions/region-element-display-change-expected.txt: Removed.
52635         * platform/efl/fast/regions/region-element-display-restriction-expected.txt: Removed.
52636         * platform/efl/fast/regions/region-element-dynamic-attach-flow-expected.txt: Removed.
52637         * platform/efl/fast/regions/region-element-dynamic-detach-flow-expected.txt: Removed.
52638         * platform/efl/fast/regions/region-flow-reattach-crash-expected.txt: Removed.
52639         * platform/efl/fast/regions/region-range-for-box-crash-expected.txt: Removed.
52640         * platform/efl/fast/regions/remove-flow-thread-crash-expected.txt: Removed.
52641         * platform/efl/fast/regions/removed-element-style-in-region-crash-expected.txt: Removed.
52642         * platform/efl/fast/regions/select-in-region-crash-expected.txt: Removed.
52643         * platform/efl/fast/regions/set-box-style-in-region-crash-expected.txt: Removed.
52644         * platform/efl/fast/regions/svg-root-element-collected-expected.txt: Removed.
52645         * platform/efl/fast/regions/symbol-in-named-flow-crash-expected.txt: Removed.
52646         * platform/efl/fast/regions/text-region-breaks-expected.txt: Removed.
52647         * platform/efl/fast/regions/text-region-split-after-resize-expected.txt: Removed.
52648         * platform/efl/fast/regions/text-region-split-expected.txt: Removed.
52649         * platform/efl/fast/regions/text-region-split-horizontal-bt-expected.txt: Removed.
52650         * platform/efl/fast/regions/text-region-split-vertical-expected.txt: Removed.
52651         * platform/efl/fast/regions/text-region-split-vertical-rl-expected.txt: Removed.
52652         * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Removed.
52653         * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
52654         * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
52655         * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
52656         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
52657         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
52658         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed.
52659         * platform/efl/fast/regions/webkit-flow-parsing-expected.txt: Removed.
52660         * platform/efl/fast/regions/webkit-region-overflow-parsing-expected.txt: Removed.
52661         * platform/efl/fast/regions/webkit-region-rule-expected.txt: Removed.
52662         * platform/efl/fast/repaint/background-generated-expected.png: Removed.
52663         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png: Removed.
52664         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png: Removed.
52665         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png: Removed.
52666         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png: Removed.
52667         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png: Removed.
52668         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png: Removed.
52669         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png: Removed.
52670         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png: Removed.
52671         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png: Removed.
52672         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png: Removed.
52673         * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Removed.
52674         * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Removed.
52675         * platform/efl/fast/table/025-expected.png: Removed.
52676         * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Removed.
52677         * platform/efl/fast/text/international/bidi-listbox-expected.txt: Removed.
52678         * platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
52679         * platform/efl/fast/text/international/bidi-override-expected.txt: Removed.
52680         * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Removed.
52681         * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Removed.
52682         * platform/efl/svg/css/path-gradient-stroke-shadow-expected.txt: Removed.
52683         * platform/efl/svg/dom/css-transforms-expected.txt: Removed.
52684         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Removed.
52685         * platform/efl/svg/text/scaled-font-expected.png: Removed.
52686         * platform/efl/svg/text/text-hkern-expected.png: Removed.
52687         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Removed.
52688         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
52689         * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed.
52690         * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Removed.
52691         * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: Removed.
52692         * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Removed.
52693         * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Removed.
52694         * platform/efl/tables/mozilla/bugs/bug11026-expected.txt: Removed.
52695         * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Removed.
52696         * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed.
52697         * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Removed.
52698         * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Removed.
52699         * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Removed.
52700         * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Removed.
52701         * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: Removed.
52702         * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
52703         * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: Removed.
52704         * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Removed.
52705         * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Removed.
52706         * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Removed.
52707         * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: Removed.
52708         * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: Removed.
52709         * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: Removed.
52710         * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Removed.
52711         * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Removed.
52712         * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Removed.
52713         * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: Removed.
52714         * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Removed.
52715         * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Removed.
52716         * platform/efl/tables/mozilla/bugs/bug196870-expected.txt: Removed.
52717         * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Removed.
52718         * platform/efl/tables/mozilla/bugs/bug26553-expected.png: Removed.
52719         * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Removed.
52720         * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
52721         * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: Removed.
52722         * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Removed.
52723         * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Removed.
52724         * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: Removed.
52725         * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Removed.
52726         * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Removed.
52727         * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Removed.
52728         * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: Removed.
52729         * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Removed.
52730         * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: Removed.
52731         * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Removed.
52732         * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Removed.
52733         * platform/efl/tables/mozilla/bugs/bug50695-2-expected.txt: Removed.
52734         * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Removed.
52735         * platform/efl/tables/mozilla/bugs/bug56563-expected.txt: Removed.
52736         * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: Removed.
52737         * platform/efl/tables/mozilla/bugs/bug625-expected.txt: Removed.
52738         * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Removed.
52739         * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Removed.
52740         * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Removed.
52741         * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Removed.
52742         * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Removed.
52743         * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: Removed.
52744         * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Removed.
52745         * platform/efl/tables/mozilla/bugs/bug9024-expected.txt: Removed.
52746         * platform/efl/tables/mozilla/core/bloomberg-expected.txt: Removed.
52747         * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: Removed.
52748         * platform/efl/tables/mozilla/core/misc-expected.txt: Removed.
52749         * platform/efl/tables/mozilla/core/row_span-expected.txt: Removed.
52750         * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Removed.
52751         * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: Removed.
52752         * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: Removed.
52753         * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: Removed.
52754         * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: Removed.
52755         * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: Removed.
52756         * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: Removed.
52757         * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: Removed.
52758         * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: Removed.
52759         * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: Removed.
52760         * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: Removed.
52761         * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: Removed.
52762         * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: Removed.
52763         * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: Removed.
52764         * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: Removed.
52765         * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: Removed.
52766         * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: Removed.
52767         * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: Removed.
52768         * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: Removed.
52769         * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: Removed.
52770         * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: Removed.
52771         * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: Removed.
52772         * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: Removed.
52773         * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: Removed.
52774         * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: Removed.
52775         * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed.
52776         * platform/efl/tables/mozilla/other/cell_widths-expected.txt: Removed.
52777         * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Removed.
52778
52779 2012-12-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
52780
52781         [Qt] Unreviewed gardening.
52782
52783         Skip a test and update an other one.
52784
52785         * platform/qt/TestExpectations:
52786         * platform/qt/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
52787
52788 2012-12-04  Stephen White  <senorblanco@chromium.org>
52789
52790         [chromium] New baselines after http://webkit.org/b/103906.  Unreviewed.
52791
52792         * 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.
52793         * platform/chromium-linux/compositing/geometry/clipping-foreground-expected.png:
52794         * platform/chromium-linux/compositing/iframes/composited-iframe-alignment-expected.png:
52795         * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
52796         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
52797         * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
52798         * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
52799         * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
52800         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
52801         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
52802         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
52803         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
52804         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
52805         * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png:
52806         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png:
52807         * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
52808         * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png:
52809         * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png:
52810         * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
52811         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
52812         * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
52813         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
52814         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
52815         * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png:
52816         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
52817         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
52818         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
52819         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
52820         * platform/chromium-linux/fast/text/shadow-translucent-fill-expected.png:
52821         * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
52822         * platform/chromium-linux/fast/text/stroking-expected.png:
52823         * platform/chromium-linux/fast/transforms/shadows-expected.png:
52824         * platform/chromium-linux/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
52825         * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-lr-expected.png:
52826         * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-rl-expected.png:
52827         * platform/chromium-linux/fast/writing-mode/english-lr-text-expected.png:
52828         * platform/chromium-linux/ietestcenter/css3/text/textshadow-001-expected.png:
52829         * platform/chromium-linux/ietestcenter/css3/text/textshadow-002-expected.png:
52830         * platform/chromium-linux/ietestcenter/css3/text/textshadow-003-expected.png:
52831         * platform/chromium-linux/ietestcenter/css3/text/textshadow-004-expected.png:
52832         * platform/chromium-linux/ietestcenter/css3/text/textshadow-010-expected.png:
52833         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
52834         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
52835         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
52836         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
52837         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
52838         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
52839         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
52840         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
52841         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
52842         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
52843         * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
52844         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
52845         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
52846         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
52847         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
52848         * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
52849         * platform/chromium-linux/svg/css/stars-with-shadow-expected.png:
52850         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
52851         * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
52852         * platform/chromium-linux/transitions/svg-text-shadow-transition-expected.png:
52853         * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png:
52854         * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png:
52855         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
52856         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
52857         * platform/chromium-mac-lion/fast/borders/border-radius-constraints-expected.png:
52858         * platform/chromium-mac-lion/fast/borders/border-radius-split-inline-expected.png:
52859         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
52860         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
52861         * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
52862         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png:
52863         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png:
52864         * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
52865         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
52866         * platform/chromium-mac-lion/fast/multicol/shadow-breaking-expected.png:
52867         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
52868         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
52869         * platform/chromium-mac-lion/fast/repaint/moving-shadow-on-path-expected.png:
52870         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
52871         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
52872         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
52873         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
52874         * platform/chromium-mac-lion/fast/text/shadow-translucent-fill-expected.png:
52875         * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
52876         * platform/chromium-mac-lion/fast/text/stroking-expected.png:
52877         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
52878         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
52879         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-lr-expected.png:
52880         * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-rl-expected.png:
52881         * platform/chromium-mac-lion/fast/writing-mode/english-lr-text-expected.png:
52882         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-001-expected.png:
52883         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-002-expected.png:
52884         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-003-expected.png:
52885         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-004-expected.png:
52886         * platform/chromium-mac-lion/ietestcenter/css3/text/textshadow-010-expected.png:
52887         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
52888         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
52889         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
52890         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
52891         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
52892         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
52893         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
52894         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
52895         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
52896         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
52897         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
52898         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
52899         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
52900         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
52901         * platform/chromium-mac-lion/svg/css/stars-with-shadow-expected.png:
52902         * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
52903         * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
52904         * platform/chromium-mac-lion/svg/custom/repaint-shadow-expected.png:
52905         * platform/chromium-mac-lion/transitions/svg-text-shadow-transition-expected.png:
52906         * platform/chromium-mac-snowleopard/compositing/geometry/clipping-foreground-expected.png:
52907         * platform/chromium-mac-snowleopard/compositing/iframes/composited-iframe-alignment-expected.png:
52908         * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
52909         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
52910         * platform/chromium-mac-snowleopard/fast/borders/border-radius-constraints-expected.png:
52911         * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png:
52912         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
52913         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
52914         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png:
52915         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png:
52916         * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
52917         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
52918         * platform/chromium-mac-snowleopard/fast/multicol/shadow-breaking-expected.png:
52919         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
52920         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
52921         * platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-path-expected.png:
52922         * platform/chromium-mac-snowleopard/fast/text/shadow-translucent-fill-expected.png:
52923         * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-lr-expected.png:
52924         * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-rl-expected.png:
52925         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-001-expected.png:
52926         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-002-expected.png:
52927         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-003-expected.png:
52928         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-004-expected.png:
52929         * platform/chromium-mac-snowleopard/ietestcenter/css3/text/textshadow-010-expected.png:
52930         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
52931         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
52932         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
52933         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
52934         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
52935         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
52936         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
52937         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
52938         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
52939         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
52940         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
52941         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
52942         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
52943         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
52944         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
52945         * platform/chromium-mac-snowleopard/svg/css/stars-with-shadow-expected.png:
52946         * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
52947         * platform/chromium-mac-snowleopard/transitions/svg-text-shadow-transition-expected.png:
52948         * platform/chromium-mac/compositing/culling/scrolled-within-boxshadow-expected.png: Added.
52949         * platform/chromium-mac/compositing/culling/translated-boxshadow-expected.png: Added.
52950         * platform/chromium-mac/compositing/culling/unscrolled-within-boxshadow-expected.png: Added.
52951         * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
52952         * platform/chromium-mac/compositing/geometry/foreground-layer-expected.png:
52953         * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
52954         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
52955         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
52956         * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png:
52957         * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
52958         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png:
52959         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
52960         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
52961         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
52962         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
52963         * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
52964         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
52965         * platform/chromium-mac/fast/box-shadow/inset-expected.png:
52966         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
52967         * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
52968         * platform/chromium-mac/fast/box-shadow/shadow-tiling-artifact-expected.png:
52969         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
52970         * platform/chromium-mac/fast/canvas/fillText-shadow-expected.txt: Removed.
52971         * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png:
52972         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png:
52973         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png:
52974         * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
52975         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
52976         * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png:
52977         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
52978         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
52979         * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png:
52980         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
52981         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
52982         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
52983         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
52984         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png:
52985         * platform/chromium-mac/fast/text/shadow-translucent-fill-expected.png:
52986         * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
52987         * platform/chromium-mac/fast/text/stroking-expected.png:
52988         * platform/chromium-mac/fast/transforms/shadows-expected.png:
52989         * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
52990         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
52991         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
52992         * platform/chromium-mac/fast/writing-mode/english-lr-text-expected.png:
52993         * platform/chromium-mac/ietestcenter/css3/text/textshadow-001-expected.png:
52994         * platform/chromium-mac/ietestcenter/css3/text/textshadow-002-expected.png:
52995         * platform/chromium-mac/ietestcenter/css3/text/textshadow-003-expected.png:
52996         * platform/chromium-mac/ietestcenter/css3/text/textshadow-004-expected.png:
52997         * platform/chromium-mac/ietestcenter/css3/text/textshadow-010-expected.png:
52998         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
52999         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
53000         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
53001         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
53002         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
53003         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
53004         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
53005         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
53006         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
53007         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
53008         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
53009         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/scrolled-within-boxshadow-expected.png: Added.
53010         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/translated-boxshadow-expected.png: Added.
53011         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/culling/unscrolled-within-boxshadow-expected.png: Added.
53012         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png:
53013         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
53014         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
53015         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
53016         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
53017         * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
53018         * platform/chromium-mac/svg/css/path-with-shadow-expected.png:
53019         * platform/chromium-mac/svg/css/shadow-and-opacity-expected.png:
53020         * platform/chromium-mac/svg/css/shadow-with-large-radius-expected.png:
53021         * platform/chromium-mac/svg/css/shadow-with-negative-offset-expected.png:
53022         * platform/chromium-mac/svg/css/stars-with-shadow-expected.png:
53023         * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
53024         * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
53025         * platform/chromium-mac/svg/custom/repaint-shadow-expected.png:
53026         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
53027         * platform/chromium-mac/transitions/svg-text-shadow-transition-expected.png:
53028         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
53029         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
53030         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
53031         * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
53032         * platform/chromium-win-xp/fast/text/stroking-expected.png:
53033         * platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png:
53034         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
53035         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Removed.
53036         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
53037         * 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.
53038         * 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.
53039         * 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.
53040         * platform/chromium-win/compositing/geometry/clipping-foreground-expected.png:
53041         * platform/chromium-win/compositing/geometry/foreground-layer-expected.png:
53042         * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
53043         * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
53044         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
53045         * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
53046         * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
53047         * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
53048         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
53049         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
53050         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
53051         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
53052         * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
53053         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
53054         * platform/chromium-win/fast/box-shadow/inset-expected.png:
53055         * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
53056         * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
53057         * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png:
53058         * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
53059         * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
53060         * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png:
53061         * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png:
53062         * platform/chromium-win/fast/css/shadow-multiple-expected.png:
53063         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
53064         * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
53065         * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
53066         * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
53067         * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png:
53068         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
53069         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
53070         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
53071         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
53072         * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
53073         * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
53074         * platform/chromium-win/fast/text/stroking-decorations-expected.png:
53075         * platform/chromium-win/fast/text/stroking-expected.png:
53076         * platform/chromium-win/fast/transforms/shadows-expected.png:
53077         * platform/chromium-win/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
53078         * platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
53079         * platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
53080         * platform/chromium-win/fast/writing-mode/english-lr-text-expected.png:
53081         * platform/chromium-win/ietestcenter/css3/text/textshadow-001-expected.png:
53082         * platform/chromium-win/ietestcenter/css3/text/textshadow-002-expected.png:
53083         * platform/chromium-win/ietestcenter/css3/text/textshadow-003-expected.png:
53084         * platform/chromium-win/ietestcenter/css3/text/textshadow-004-expected.png:
53085         * platform/chromium-win/ietestcenter/css3/text/textshadow-010-expected.png:
53086         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
53087         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
53088         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
53089         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
53090         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
53091         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
53092         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
53093         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
53094         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
53095         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
53096         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
53097         * 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.
53098         * 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.
53099         * 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.
53100         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
53101         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/foreground-layer-expected.png: Added.
53102         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png:
53103         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png:
53104         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
53105         * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
53106         * platform/chromium-win/svg/css/path-with-shadow-expected.png:
53107         * platform/chromium-win/svg/css/shadow-and-opacity-expected.png:
53108         * platform/chromium-win/svg/css/shadow-with-large-radius-expected.png:
53109         * platform/chromium-win/svg/css/shadow-with-negative-offset-expected.png:
53110         * platform/chromium-win/svg/css/stars-with-shadow-expected.png:
53111         * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
53112         * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
53113         * platform/chromium-win/svg/custom/repaint-shadow-expected.png:
53114         * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
53115         * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:
53116         * platform/chromium/TestExpectations:
53117         * platform/efl-wk1/compositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/clipping-foreground-expected.png.
53118         * platform/efl-wk1/compositing/geometry/foreground-layer-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/foreground-layer-expected.png.
53119         * platform/efl-wk1/fast/borders/border-radius-constraints-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-constraints-expected.png.
53120         * platform/efl-wk1/fast/borders/border-radius-split-inline-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/border-radius-split-inline-expected.png.
53121         * platform/efl-wk1/fast/borders/mixed-border-styles-radius-expected.png: Renamed from LayoutTests/platform/efl/fast/borders/mixed-border-styles-radius-expected.png.
53122         * platform/efl-wk1/fast/box-shadow/inset-box-shadows-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-box-shadows-expected.png.
53123         * platform/efl-wk1/fast/box-shadow/inset-expected.png: Renamed from LayoutTests/platform/efl/fast/box-shadow/inset-expected.png.
53124         * 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.
53125         * platform/efl-wk1/fast/css/shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/fast/css/shadow-multiple-expected.png.
53126         * platform/efl-wk1/fast/multicol/shadow-breaking-expected.png: Renamed from LayoutTests/platform/efl/fast/multicol/shadow-breaking-expected.png.
53127         * platform/efl-wk1/fast/repaint/moving-shadow-on-path-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-path-expected.png.
53128         * platform/efl-wk1/fast/text/shadow-translucent-fill-expected.png: Renamed from LayoutTests/platform/efl/fast/text/shadow-translucent-fill-expected.png.
53129         * platform/efl-wk1/fast/text/stroking-decorations-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-decorations-expected.png.
53130         * platform/efl-wk1/fast/text/stroking-expected.png: Renamed from LayoutTests/platform/efl/fast/text/stroking-expected.png.
53131         * 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.
53132         * 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.
53133         * 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.
53134         * platform/efl-wk1/fast/writing-mode/english-lr-text-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/english-lr-text-expected.png.
53135         * platform/efl-wk1/ietestcenter/css3/text/textshadow-001-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-001-expected.png.
53136         * platform/efl-wk1/ietestcenter/css3/text/textshadow-002-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-002-expected.png.
53137         * platform/efl-wk1/ietestcenter/css3/text/textshadow-003-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-003-expected.png.
53138         * platform/efl-wk1/ietestcenter/css3/text/textshadow-004-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-004-expected.png.
53139         * platform/efl-wk1/ietestcenter/css3/text/textshadow-010-expected.png: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-010-expected.png.
53140         * 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.
53141         * platform/efl-wk1/svg/css/path-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/path-with-shadow-expected.png.
53142         * platform/efl-wk1/svg/css/shadow-with-large-radius-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-large-radius-expected.png.
53143         * platform/efl-wk1/svg/css/shadow-with-negative-offset-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-with-negative-offset-expected.png.
53144         * platform/efl-wk1/svg/css/stars-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/stars-with-shadow-expected.png.
53145         * platform/efl-wk1/svg/css/text-gradient-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-gradient-shadow-expected.png.
53146         * platform/efl-wk1/svg/css/text-shadow-multiple-expected.png: Renamed from LayoutTests/platform/efl/svg/css/text-shadow-multiple-expected.png.
53147         * platform/efl/fast/canvas/fillText-shadow-expected.txt: Removed.
53148         * platform/gtk/fast/canvas/fillText-shadow-expected.txt: Removed.
53149         * platform/gtk/svg/css/shadow-and-opacity-expected.png: Removed.
53150         * svg/css/shadow-and-opacity-expected.png: Renamed from LayoutTests/platform/efl/svg/css/shadow-and-opacity-expected.png.
53151
53152 2012-12-05  Keishi Hattori  <keishi@webkit.org>
53153
53154         Fix text direction in datalist popup for time controls
53155         https://bugs.webkit.org/show_bug.cgi?id=103853
53156
53157         Reviewed by Kent Tamura.
53158
53159         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
53160         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
53161         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
53162         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
53163         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.png: Added.
53164         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
53165         * platform/chromium/TestExpectations:
53166         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
53167         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-locale-hebrew.html: Added.
53168         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
53169         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-locale-hebrew.html: Added.
53170         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew-expected.txt: Added.
53171         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-locale-hebrew.html: Added.
53172
53173 2012-12-05  Mike West  <mkwst@chromium.org>
53174
53175         [mac][chromium] Unreviewed gardening.
53176
53177         Rebaselining tests after r136657 to pick up changes to console messages.
53178
53179         * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
53180         * platform/chromium-win/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
53181         * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
53182
53183 2012-12-05  Mike West  <mkwst@chromium.org>
53184
53185         [gtk] Unreviewed gardening.
53186
53187         Rebaselining tests after r136657 to pick up changes to console messages.
53188
53189         * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
53190         * 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.
53191         * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
53192         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: Added.
53193         * platform/gtk/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: Added.
53194         * platform/gtk/svg/custom/polyline-setattribute-points-null-expected.txt:
53195
53196 2012-12-05  Mike West  <mkwst@chromium.org>
53197
53198         [qt] Unreviewed gardening.
53199
53200         Rebaselining tests after r136657 to pick up changes to console messages.
53201
53202         * platform/qt/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
53203         * platform/qt/fast/media/mq-resolution-expected.txt: Added.
53204         * platform/qt/fast/media/w3c/test_media_queries-expected.txt: Added.
53205         * platform/qt/svg/custom/polyline-setattribute-points-null-expected.txt:
53206             These shouldn't have had line numbers; they were all pointing to the
53207             end of the style or script block in which the message was generated.
53208
53209 2012-12-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
53210
53211         [EFL] Unreviewed gardening.
53212
53213         Updated the expectations of MathML tests.
53214
53215         * platform/efl-wk1/mathml/presentation/roots-expected.txt:
53216         * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt:
53217         * platform/efl-wk1/mathml/presentation/sub-expected.txt:
53218         * platform/efl-wk1/mathml/presentation/subsup-expected.txt:
53219         * platform/efl-wk2/TestExpectations:
53220         * platform/efl/TestExpectations:
53221         * platform/efl/mathml/presentation/attributes-expected.png:
53222         * platform/efl/mathml/presentation/attributes-expected.txt:
53223         * platform/efl/mathml/presentation/fenced-expected.png:
53224         * platform/efl/mathml/presentation/fenced-expected.txt:
53225         * platform/efl/mathml/presentation/fenced-mi-expected.png:
53226         * platform/efl/mathml/presentation/fractions-expected.png:
53227         * platform/efl/mathml/presentation/fractions-expected.txt:
53228         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
53229         * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
53230         * platform/efl/mathml/presentation/mo-stretch-expected.png:
53231         * platform/efl/mathml/presentation/mo-stretch-expected.txt:
53232         * platform/efl/mathml/presentation/mroot-pref-width-expected.png:
53233         * platform/efl/mathml/presentation/roots-expected.png:
53234         * platform/efl/mathml/presentation/roots-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/roots-expected.txt.
53235         * platform/efl/mathml/presentation/row-alignment-expected.png:
53236         * platform/efl/mathml/presentation/row-alignment-expected.txt: Added.
53237         * platform/efl/mathml/presentation/style-expected.png:
53238         * platform/efl/mathml/presentation/sub-expected.png:
53239         * platform/efl/mathml/presentation/sub-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/sub-expected.txt.
53240         * platform/efl/mathml/presentation/subsup-expected.png:
53241         * platform/efl/mathml/presentation/subsup-expected.txt: Copied from LayoutTests/platform/efl-wk1/mathml/presentation/subsup-expected.txt.
53242         * platform/efl/mathml/presentation/sup-expected.png:
53243         * platform/efl/mathml/presentation/sup-expected.txt:
53244         * platform/efl/mathml/presentation/tables-expected.png:
53245         * platform/efl/mathml/presentation/tables-expected.txt:
53246         * platform/efl/mathml/presentation/tokenElements-expected.png:
53247         * platform/efl/mathml/presentation/under-expected.png:
53248         * platform/efl/mathml/presentation/underover-expected.png:
53249         * platform/efl/mathml/xHeight-expected.png:
53250
53251 2012-12-05  Mike West  <mkwst@chromium.org>
53252
53253         [efl] Unreviewed gardening.
53254
53255         Rebaselining tests after r136657 to pick up changes to console messages.
53256
53257         * platform/efl-wk1/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
53258         * platform/efl-wk1/fast/media/mq-resolution-expected.txt: Added.
53259         * platform/efl-wk1/fast/media/w3c/test_media_queries-expected.txt: Added.
53260         * platform/efl-wk1/inspector/console/console-object-constructor-name-expected.txt: Added.
53261         * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
53262         * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Added.
53263         * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Added.
53264             These shouldn't have had line numbers; they were all pointing to the
53265             end of the style or script block in which the message was generated.
53266         * platform/efl-wk1/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: Added.
53267         * platform/efl-wk1/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: Added.
53268             New stack trace.
53269
53270 2012-12-05  Kent Tamura  <tkent@chromium.org>
53271
53272         Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html are slow
53273         https://bugs.webkit.org/show_bug.cgi?id=104094
53274
53275         Reviewed by Kentaro Hara.
53276
53277         Make them faster by spliting them into the main frame HTML files
53278         and the sub frame HTML files. The sub frame HTML files are loaded
53279         five times in one test, and don't need to load
53280         js-test-pre/post.js. This change makes them about 2x faster on my
53281         local machine.
53282
53283         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
53284         * 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.
53285         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
53286         * 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.
53287         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html:
53288         * 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.
53289         * 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.
53290         * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
53291         * 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.
53292         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
53293         * platform/chromium/TestExpectations:
53294
53295 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
53296
53297         Unreviewed gardening.
53298
53299         Moving Chromium's baseline for media/track/opera/interfaces/TextTrack/addCue.html
53300         (that contains correct, platform-agnostic results) alongside the test.
53301
53302         * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Copied from LayoutTests/platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt.
53303         * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Removed.
53304         * platform/efl/TestExpectations: Removed the missing expectation for this test.
53305
53306 2012-12-05  Zan Dobersek  <zandobersek@gmail.com>
53307
53308         Unreviewed GTK gardening.
53309
53310         Adding a platform-specific baseline for fast/css/image-set-value-not-removed-crash.html.
53311         Adding a failure expectation for svg/custom/use-href-update-crash.html.
53312
53313         * platform/gtk/TestExpectations:
53314         * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
53315
53316 2012-12-05  Mike West  <mkwst@chromium.org>
53317
53318         Unreviewed gardening.
53319
53320         fast/frames/viewsource-on-image-file.html and
53321         fast/overflow/scrollbar-click-retains-focus.html are failing on every
53322         port. Skipping.
53323
53324         * platform/efl/TestExpectations:
53325         * platform/gtk/TestExpectations:
53326         * platform/mac/TestExpectations:
53327         * platform/qt/TestExpectations:
53328
53329 2012-12-05  Carlos Garcia Campos  <cgarcia@igalia.com>
53330
53331         Flex item auto margins in the cross direction should safe center
53332         https://bugs.webkit.org/show_bug.cgi?id=103919
53333
53334         Reviewed by Ojan Vafai.
53335
53336         * css3/flexbox/flex-flow-auto-margins-no-available-space-expected.txt: Added.
53337         * css3/flexbox/flex-flow-auto-margins-no-available-space.html: Added.
53338
53339 2012-12-05  Mike West  <mkwst@chromium.org>
53340
53341         [mac][gtk] Unreviewed gardening.
53342
53343         fast/overflow/scrollbar-click-retains-focus.html was added in r136646
53344         and fails only on Mac WK1, and GTK. Skipping.
53345
53346         * platform/gtk/TestExpectations:
53347         * platform/mac/TestExpectations:
53348
53349 2012-12-05  Mike West  <mkwst@chromium.org>
53350
53351         Web Inspector: Autogenerate stack traces and line numbers when possible.
53352         https://bugs.webkit.org/show_bug.cgi?id=100650
53353
53354         Reviewed by Yury Semikhatsky.
53355
53356         New line numbers! Huzzah! (Also, removing some that shouldn't be there).
53357
53358         * http/tests/inspector/console-xhr-logging-expected.txt:
53359         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
53360             One new stack trace! OMG!
53361         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
53362         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
53363         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
53364         * html5lib/run-test11-expected.txt:
53365         * http/tests/misc/bubble-drag-events-expected.txt:
53366         * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
53367         * http/tests/misc/iframe-invalid-source-crash-expected.txt:
53368         * http/tests/misc/image-blocked-src-change-expected.txt:
53369         * http/tests/misc/image-blocked-src-no-change-expected.txt:
53370         * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
53371         * http/tests/security/frame-loading-via-document-write-expected.txt:
53372         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
53373         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
53374         * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
53375         * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
53376         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
53377         * http/tests/security/xssAuditor/base-href-expected.txt:
53378         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
53379         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
53380         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
53381         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
53382         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
53383         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
53384         * http/tests/security/xssAuditor/embed-tag-expected.txt:
53385         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
53386         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
53387         * http/tests/security/xssAuditor/form-action-expected.txt:
53388         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
53389         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
53390         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
53391         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
53392         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
53393         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
53394         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
53395         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
53396         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
53397         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
53398         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
53399         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
53400         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
53401         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
53402         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
53403         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
53404         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
53405         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
53406         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
53407         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
53408         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
53409         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
53410         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
53411         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
53412         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
53413         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
53414         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
53415         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
53416         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
53417         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
53418         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
53419         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
53420         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
53421         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
53422         * http/tests/security/xssAuditor/javascript-link-expected.txt:
53423         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
53424         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
53425         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
53426         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
53427         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
53428         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
53429         * http/tests/security/xssAuditor/link-onclick-expected.txt:
53430         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
53431         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
53432         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
53433         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
53434         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
53435         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
53436         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
53437         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
53438         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
53439         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
53440         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
53441         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
53442         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
53443         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
53444         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
53445         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
53446         * http/tests/security/xssAuditor/object-tag-expected.txt:
53447         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
53448         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
53449         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
53450         * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
53451         * http/tests/security/xssAuditor/open-script-src-expected.txt:
53452         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
53453         * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
53454         * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
53455         * http/tests/security/xssAuditor/property-escape-expected.txt:
53456         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
53457         * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
53458         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
53459         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
53460         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
53461         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
53462         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
53463         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
53464         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
53465         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
53466         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
53467         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
53468         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
53469         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
53470         * http/tests/security/xssAuditor/script-tag-expected.txt:
53471         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
53472         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
53473         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
53474         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
53475         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
53476         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
53477         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
53478         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
53479         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
53480         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
53481         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
53482         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
53483         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
53484         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
53485         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
53486         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
53487         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
53488         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
53489         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
53490         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
53491         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
53492         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
53493         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
53494         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
53495         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
53496         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
53497         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
53498         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
53499         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
53500         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
53501         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
53502         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
53503         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
53504         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
53505         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
53506         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
53507         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
53508         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
53509         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
53510         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
53511         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
53512         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
53513         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
53514         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
53515         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
53516         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
53517         * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
53518         * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
53519         * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
53520         * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
53521         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
53522         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
53523         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
53524         * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
53525         * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
53526         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
53527         * svg/custom/invalid-length-units-expected.txt:
53528         * svg/custom/poly-parsing-error-expected.txt:
53529         * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
53530         * svg/dom/fuzz-path-parser-expected.txt:
53531         * svg/dom/path-parser-expected.txt:
53532         * svg/dom/points-parser-expected.txt:
53533
53534 2012-12-04  Carlos Garcia Campos  <cgarcia@igalia.com>
53535
53536         Reduce the children repaints when moved multiple times during the layout
53537         https://bugs.webkit.org/show_bug.cgi?id=103510
53538
53539         Reviewed by Darin Adler.
53540
53541         Add test to check that for flex items moved multiple times during the
53542         layout, only the initial and final positions are repainted.
53543
53544         * css3/flexbox/repaint-column-reverse-expected.txt: Added.
53545         * css3/flexbox/repaint-column-reverse.html: Added.
53546         * platform/chromium-linux/css3/flexbox/repaint-column-reverse-expected.png: Added.
53547
53548 2012-12-05  Dominik Röttsches  <dominik.rottsches@intel.com>
53549
53550         [EFL] Unreviewed gardening.
53551
53552         Rebaselining viewsource* after r126683.
53553         Adding new baseline for orientation-sideways, new test.
53554         Moving addCue test to TestExpectations until it's fixed in bug 103925.
53555
53556         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.png: Added.
53557         * platform/efl-wk2/fast/frames/viewsource-attribute-expected.txt: Added.
53558         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.png: Added.
53559         * platform/efl-wk2/fast/frames/viewsource-on-image-file-expected.txt: Added.
53560         * platform/efl/TestExpectations:
53561         * platform/efl/fast/text/orientation-sideways-expected.png: Added.
53562         * platform/efl/fast/text/orientation-sideways-expected.txt: Added.
53563
53564 2012-12-05  Mike West  <mkwst@chromium.org>
53565
53566         [chromium] Unreviewed gardening.
53567
53568         fast/text/hyphenate-character.html, fast/text/hyphenate-first-word.html
53569         fast/text/hyphenate-locale.html, and fast/text/hyphens.html have started
53570         failing on Linux. Widening the skip to cover that platform as well (they
53571         were already skipped for Windows, Mac, and Android.
53572
53573         * platform/chromium/TestExpectations:
53574
53575 2012-12-05  Takashi Sakamoto  <tasak@google.com>
53576
53577         Unreviewed, WebKit gardening.
53578         https://bugs.webkit.org/show_bug.cgi?id=103487
53579
53580         * platform/chromium/TestExpectations:
53581         fast/forms/placeholder-position.html is flaky on linux.
53582
53583 2012-12-05  Takashi Sakamoto  <tasak@google.com>
53584
53585         Unreviewed, WebKit gardening.
53586         https://bugs.webkit.org/show_bug.cgi?id=104092
53587
53588         * platform/chromium/TestExpectations:
53589         Mark fast/frames/paint-iframe-background.html as flaky.
53590
53591 2012-12-05  Bear Travis  <betravis@adobe.com>
53592
53593         Absolutely positioned non-replaced elements should resolve vertical margins against
53594         their containing block's logical width
53595         https://bugs.webkit.org/show_bug.cgi?id=103576
53596
53597         Reviewed by Emil A Eklund.
53598
53599         Test that different writing mode combinations between a parent and child correctly
53600         compute percentage margins for an absolutely positioned child.
53601
53602         * fast/writing-mode/percentage-margins-absolute-expected.txt: Added.
53603         * fast/writing-mode/percentage-margins-absolute.html: Added.
53604
53605 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53606
53607         Unreviewed, WebKit gardening.
53608         https://bugs.webkit.org/show_bug.cgi?id=104090
53609
53610         * platform/chromium/TestExpectations:
53611         Mark fast/css-grid-layout/grid-columns-rows-get-set-multiple.html and
53612         fast/css-grid-layout/grid-columns-rows-get-set.html as crash on Mac
53613         Debug.
53614
53615 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53616
53617         Unreviewed, WebKit gardening.
53618
53619         * platform/chromium/TestExpectations:
53620         Mark fast/frames/viewsource-attribute.html and
53621         viewsource-on-image-file.html as failure.
53622
53623 2012-12-04  Elliott Sprehn  <esprehn@chromium.org>
53624
53625         Clicking a scrollbar unfocuses the current activeElement
53626         https://bugs.webkit.org/show_bug.cgi?id=96335
53627  
53628         Reviewed by Ojan Vafai.
53629  
53630         Add test that ensures clicking inside a scrollbar doesn't move the
53631         focus unless the scrollbar is inside a mouse focusable element.
53632
53633         * fast/overflow/scrollbar-click-retains-focus-expected.txt: Added.
53634         * fast/overflow/scrollbar-click-retains-focus.html: Added.
53635
53636 2012-12-04  Viatcheslav Ostapenko  <v.ostapenko@samsung.com>
53637
53638         [EFL][WK2] Enable compositing pixel tests that are not fail after EFL WTR snapshot implementation.
53639         https://bugs.webkit.org/show_bug.cgi?id=104075
53640
53641         Unreviewed, EFL gardening.
53642
53643         * platform/efl-wk1/TestExpectations:
53644         * platform/efl/TestExpectations:
53645
53646 2012-12-04  Noel Gordon  <noel.gordon@gmail.com>
53647
53648         [v8] Improve worker.postMessage() string performance: avoid utf8 conversion
53649         https://bugs.webkit.org/show_bug.cgi?id=102230
53650
53651         Reviewed by Eric Seidel.
53652
53653         Update serialized-script-value-expected results for the new SerializedScriptValue
53654         wire format version. Add test cases for UChar string serialization to verify that
53655         the UChar string data appears on an even-byte boundary in the wire format, and to
53656         test reading string data from the previous wire format is backward-compatible.
53657
53658         * platform/chromium/fast/storage/serialized-script-value-expected.txt:
53659         * platform/chromium/fast/storage/serialized-script-value.html:
53660
53661 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53662
53663         Unreviewed, WebKit gardening. A rebaseline.
53664
53665         * platform/chromium/media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.
53666
53667 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53668
53669         Unreviewed, WebKit gardening.
53670
53671         * platform/chromium/TestExpectations:
53672         Updated css3/filters/effect-reference-hw.html's expectation.
53673
53674 2012-12-04  Florin Malita  <fmalita@chromium.org>
53675
53676         Unreviewed gardening - skip use-href-update-crash.svg on Win.
53677
53678         * platform/win/TestExpectations:
53679
53680 2012-12-04  Takashi Sakamoto  <tasak@google.com>
53681
53682         Unreviewed, WebKit gardening.
53683
53684         * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Removed, rebaseline.
53685
53686 2012-12-04  Florin Malita  <fmalita@chromium.org>
53687
53688         Unreviewed gardening - suppressing failing svg/custom/use-href-update-crash.svg on Mac and
53689         Qt.
53690
53691         * platform/mac/TestExpectations:
53692         * platform/qt/TestExpectations:
53693
53694 2012-12-04  Stephen White  <senorblanco@chromium.org>
53695
53696         [chromium] Turn on the new Skia mask blur algorithm.
53697         https://bugs.webkit.org/show_bug.cgi?id=103906
53698
53699         Reviewed by Adrienne Walker.
53700
53701         * platform/chromium/TestExpectations:
53702
53703 2012-12-04  Roger Fong  <roger_fong@apple.com>
53704
53705         Unreviewed. Add Windows specific results for some tests following r136558 and r136560.
53706
53707         Tests are indeed passing. The output is just slightly different on Windows.
53708
53709         * platform/win/TestExpectations:
53710         * platform/win/fast/css/image-set-value-not-removed-crash-expected.txt: Added.
53711         * platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
53712
53713 2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>
53714
53715         [CSS Grid Layout] Implement CSS parsing and handling for <track-minmax>
53716         https://bugs.webkit.org/show_bug.cgi?id=103799
53717
53718         Reviewed by Tony Chang.
53719
53720         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
53721         * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
53722         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
53723         * fast/css-grid-layout/grid-columns-rows-get-set.html:
53724         * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
53725         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
53726         Extended the following tests to cover the new grammar.
53727
53728 2012-12-04  Florin Malita  <fmalita@chromium.org>
53729
53730         Unreviewed gardening - add missing js-test-pre.js include to avoid use-href-update-crash.svg
53731         failures on platforms that do not define gc().
53732
53733         * svg/custom/use-href-update-crash.svg:
53734
53735 2012-12-04  Emil A Eklund  <eae@chromium.org>
53736
53737         Unreviewed, mark css3/filters/effect-reference-hw.html as failing rather than crashing.
53738
53739         * platform/chromium/TestExpectations:
53740
53741 2012-12-04  Yury Semikhatsky  <yurys@chromium.org>
53742
53743         [chromium] Layout test inspector-protocol/debugger-pause-dedicated-worker.html is flaky
53744         https://bugs.webkit.org/show_bug.cgi?id=101229
53745
53746         Reviewed by Vsevolod Vlasov.
53747
53748         Removed unnecessary logging that introduced flakiness to the tests.
53749
53750         * inspector-protocol/debugger-pause-dedicated-worker-expected.txt:
53751         * inspector-protocol/debugger-pause-dedicated-worker.html:
53752         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt:
53753         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html:
53754         * platform/chromium/TestExpectations:
53755
53756 2012-12-04  Emil A Eklund  <eae@chromium.org>
53757
53758         Unreviewed chromium rebaselines.
53759
53760         * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.png: Added.
53761         * platform/chromium-mac-snowleopard/fast/parser/document-write-ignores-later-network-bytes-expected.txt: Added.
53762
53763 2012-12-04  Emil A Eklund  <eae@chromium.org>
53764
53765         Unreviewed chromium expectations update.
53766
53767         * platform/chromium/TestExpectations:
53768
53769 2012-12-04  Abhishek Arya  <inferno@chromium.org>
53770
53771         Heap-use-after-free in WebCore::StyleCachedImageSet::cssValue
53772         https://bugs.webkit.org/show_bug.cgi?id=100621
53773
53774         Reviewed by Eric Seidel.
53775
53776         * fast/css/image-set-value-not-removed-crash-expected.txt: Added.
53777         * fast/css/image-set-value-not-removed-crash.html: Added.
53778
53779 2012-12-04  Abhishek Arya  <inferno@chromium.org>
53780
53781         Crash in CachedResource::checkNotify due to -webkit-crossfade.
53782         https://bugs.webkit.org/show_bug.cgi?id=98068
53783
53784         Reviewed by Nate Chapin.
53785
53786         * fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
53787         * fast/images/crossfade-client-not-removed-crash.html: Added.
53788
53789 2012-12-04  Roger Fong  <roger_fong@apple.com>
53790
53791         Unreviewed. Skip flaky "fake mouse move tests" on Windows port.
53792         https://bugs.webkit.org/show_bug.cgi?id=103043.
53793
53794         * platform/win/TestExpectations:
53795
53796 2012-12-04  Julien Chaffraix  <jchaffraix@webkit.org>
53797
53798         Heap-use-after-free in WebCore::RenderLayer::paintList [MathML]
53799         https://bugs.webkit.org/show_bug.cgi?id=100764
53800
53801         Reviewed by Eric Seidel.
53802
53803         * mathml/mfenced-root-layer-expected.txt: Added.
53804         * mathml/mfenced-root-layer.html: Added.
53805
53806 2012-12-04  Roger Fong  <roger_fong@apple.com>
53807
53808         Unreviewed gardening. Skip fast/loader/non-deferred-substitute-load.html on Windows port.
53809         https://bugs.webkit.org/show_bug.cgi?id=103968
53810
53811         * platform/win/TestExpectations:
53812
53813 2012-12-04  Emil A Eklund  <eae@chromium.org>
53814
53815         Unreviewed, mark fast/dom/HTMLTemplateElement/inertContents.html as flaky on mac debug.
53816
53817         * platform/chromium/TestExpectations:
53818
53819 2012-12-04  Florin Malita  <fmalita@chromium.org>
53820
53821         Stale SVGUseElement reference in CachedResource::checkNotify()
53822         https://bugs.webkit.org/show_bug.cgi?id=104004
53823
53824         Reviewed by Eric Seidel.
53825
53826         * svg/custom/use-href-update-crash-expected.txt: Added.
53827         * svg/custom/use-href-update-crash.svg: Added.
53828
53829 2012-12-04  Antoine Quint  <graouts@apple.com>
53830
53831         Missing -expected.txt files for new <track> tests
53832         https://bugs.webkit.org/show_bug.cgi?id=104006
53833
53834         Reviewed by Eric Carlson.
53835
53836         Add the missing -expected.txt files.
53837
53838         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53839         * media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53840
53841 2012-12-04  Sheriff Bot  <webkit.review.bot@gmail.com>
53842
53843         Unreviewed, rolling out r136509.
53844         http://trac.webkit.org/changeset/136509
53845         https://bugs.webkit.org/show_bug.cgi?id=104015
53846
53847         broke layout tests (Requested by eae on #webkit).
53848
53849         * platform/efl-wk2/TestExpectations:
53850
53851 2012-12-04  Antoine Quint  <graouts@apple.com>
53852
53853         INVALID_STATE_ERR error upon calling .addCue() for an already-in-use cue
53854         https://bugs.webkit.org/show_bug.cgi?id=103264
53855
53856         Reviewed by Eric Carlson.
53857
53858         Stop skipping media/track/opera/interfaces/TextTrack/addCue.html as it now mostly passes, the remaining issue
53859         being tracked by https://bugs.webkit.org/show_bug.cgi?id=103258.
53860
53861         * media/track/opera/interfaces/TextTrack/addCue-expected.txt: Added.
53862         * platform/chromium/TestExpectations:
53863         * platform/efl/TestExpectations:
53864         * platform/gtk/TestExpectations:
53865         * platform/mac/TestExpectations:
53866         * platform/qt/TestExpectations:
53867         * platform/win/TestExpectations:
53868
53869 2012-12-04  Mike West  <mkwst@chromium.org>
53870
53871         Log to console when forms and popups are blocked by 'sandbox'.
53872         https://bugs.webkit.org/show_bug.cgi?id=103615
53873
53874         Reviewed by Adam Barth.
53875
53876         * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt:
53877         * fast/frames/sandboxed-iframe-forms-dynamic-expected.txt:
53878         * fast/frames/sandboxed-iframe-forms-expected.txt:
53879         * fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
53880         * fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt:
53881         * http/tests/security/no-popup-from-sandbox.html:
53882         * http/tests/security/popup-allowed-by-sandbox-is-sandboxed.html:
53883             Updating effected tests with new console warnings.
53884
53885 2012-12-04  Emil A Eklund  <eae@chromium.org>
53886
53887         Unreviewed chromium rebaseline for r136508.
53888
53889         * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
53890         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png:
53891         * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png:
53892         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
53893         * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
53894         * platform/efl-wk1/compositing/masks: Added.
53895         * platform/efl-wk1/compositing/masks/masked-ancestor-expected.png: Added.
53896         * platform/efl/compositing/masks/masked-ancestor-expected.png: Removed.
53897
53898 2012-12-04  Ken Kania  <kkania@chromium.org>
53899
53900         Inspector: Introduce Input.dispatchKeyEvent and DOM.focus for typing simulation.
53901         https://bugs.webkit.org/show_bug.cgi?id=103530
53902
53903         Reviewed by Yury Semikhatsky.
53904
53905         Input.dispatchKeyEvent simply calls EventHandler::keyEvent with the key event data
53906         from the command parameters. The client will be responsible for providing proper
53907         events to simulate desired typing behavior.
53908         DOM.focus calls focus on a dom element.
53909
53910         * inspector-protocol/dom-focus-expected.txt: Added.
53911         * inspector-protocol/dom-focus.html: Added.
53912         * inspector-protocol/input/dispatchKeyEvent-expected.txt: Added.
53913         * inspector-protocol/input/dispatchKeyEvent.html: Added.
53914
53915 2012-12-04  Emil A Eklund  <eae@chromium.org>
53916
53917         Unreviewed mathml rebaseline.
53918
53919         * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Removed.
53920         * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Removed.
53921         * platform/chromium/mathml/presentation/sub-expected.txt: Removed.
53922         * platform/efl-wk1/mathml: Added.
53923         * platform/efl-wk1/mathml/presentation: Added.
53924         * platform/efl-wk1/mathml/presentation/roots-expected.txt: Added.
53925         * platform/efl-wk1/mathml/presentation/row-alignment-expected.txt: Added.
53926         * platform/efl-wk1/mathml/presentation/sub-expected.txt: Added.
53927         * platform/efl-wk1/mathml/presentation/subsup-expected.txt: Added.
53928         * platform/efl/mathml/presentation/roots-expected.txt: Removed.
53929         * platform/efl/mathml/presentation/row-alignment-expected.txt: Removed.
53930         * platform/efl/mathml/presentation/sub-expected.txt: Removed.
53931         * platform/efl/mathml/presentation/subsup-expected.txt: Removed.
53932
53933 2012-12-04  Emil A Eklund  <eae@chromium.org>
53934
53935         Unreviewed, skip new broken tests in chromium.
53936
53937         * platform/chromium/TestExpectations:
53938
53939 2012-12-04  Emil A Eklund  <eae@chromium.org>
53940
53941         Unreviewed chromium expectations update, mark unskipped svg tests as slow.
53942
53943         * platform/chromium/TestExpectations:
53944
53945 2012-12-04  Emil A Eklund  <eae@chromium.org>
53946
53947         Unreviewed chromium rebaseline for r136506 and 136502.
53948
53949         * platform/chromium-linux/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
53950         * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
53951         * platform/chromium-linux/media/track/opera: Added.
53952         * platform/chromium-linux/media/track/opera/interfaces: Added.
53953         * platform/chromium-linux/media/track/opera/interfaces/HTMLElement: Added.
53954         * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53955         * platform/chromium-linux/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53956         * platform/chromium-linux/media/track/opera/interfaces/TextTrack: Added.
53957         * platform/chromium-linux/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53958         * platform/chromium-mac-lion/media/track/opera: Added.
53959         * platform/chromium-mac-lion/media/track/opera/interfaces: Added.
53960         * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement: Added.
53961         * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53962         * platform/chromium-mac-lion/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53963         * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack: Added.
53964         * platform/chromium-mac-lion/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53965         * platform/chromium-mac-snowleopard/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
53966         * platform/chromium-mac-snowleopard/media/track/opera: Added.
53967         * platform/chromium-mac-snowleopard/media/track/opera/interfaces: Added.
53968         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement: Added.
53969         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53970         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53971         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack: Added.
53972         * platform/chromium-mac-snowleopard/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53973         * platform/chromium-mac/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
53974         * platform/chromium-mac/compositing/repaint/newly-composited-on-scroll-expected.png:
53975         * platform/chromium-mac/media/track/opera: Added.
53976         * platform/chromium-mac/media/track/opera/interfaces: Added.
53977         * platform/chromium-mac/media/track/opera/interfaces/HTMLElement: Added.
53978         * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53979         * platform/chromium-mac/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53980         * platform/chromium-mac/media/track/opera/interfaces/TextTrack: Added.
53981         * platform/chromium-mac/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53982         * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Removed.
53983         * platform/chromium-win-xp/media/track/opera: Added.
53984         * platform/chromium-win-xp/media/track/opera/interfaces: Added.
53985         * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement: Added.
53986         * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53987         * platform/chromium-win-xp/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53988         * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack: Added.
53989         * platform/chromium-win-xp/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
53990         * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Removed.
53991         * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png:
53992         * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png:
53993         * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
53994         * platform/chromium-win/media/track/opera: Added.
53995         * platform/chromium-win/media/track/opera/interfaces: Added.
53996         * platform/chromium-win/media/track/opera/interfaces/HTMLElement: Added.
53997         * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement: Added.
53998         * platform/chromium-win/media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack-expected.txt: Added.
53999         * platform/chromium-win/media/track/opera/interfaces/TextTrack: Added.
54000         * platform/chromium-win/media/track/opera/interfaces/TextTrack/kind-expected.txt: Added.
54001         * platform/efl-wk1/compositing/iframes: Added.
54002         * platform/efl-wk1/compositing/iframes/composited-iframe-alignment-expected.png: Added.
54003         * platform/efl-wk1/compositing/reflections/reflection-in-composited-expected.png: Added.
54004         * platform/efl-wk1/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
54005         * platform/efl/compositing/iframes/composited-iframe-alignment-expected.png: Removed.
54006         * platform/efl/compositing/reflections/reflection-in-composited-expected.png: Removed.
54007         * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png: Removed.
54008
54009 2012-12-04  Robert Hogan  <robert@webkit.org>
54010
54011         Redrawing issue with inserting new inline element between existing inline elements
54012         https://bugs.webkit.org/show_bug.cgi?id=50315
54013
54014         Reviewed by Levi Weintraub.
54015
54016         * fast/inline/layout-after-inserting-nested-br-expected.html: Added.
54017         * fast/inline/layout-after-inserting-nested-br.html: Added.
54018
54019 2012-12-04  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
54020
54021         IntSize::scale() should return rounded value
54022         https://bugs.webkit.org/show_bug.cgi?id=103984
54023
54024         Reviewed by Kenneth Rohde Christiansen.
54025
54026         Test css3/device-adapt/viewport-width-not-affecting-next-page.html is not flaky any more.
54027
54028         * platform/efl-wk2/TestExpectations:
54029
54030 2012-12-04  Stephen Chenney  <schenney@chromium.org>
54031
54032         [chromium] Turn on the new Skia mask blur algorithm.
54033         https://bugs.webkit.org/show_bug.cgi?id=103906
54034
54035         Unreviewed roll out.
54036
54037         The previous patch was premature and is causing issues rolling skia deps and Chromium deps.
54038
54039         * platform/chromium/TestExpectations:
54040
54041 2012-12-04  Antoine Quint  <graouts@apple.com>
54042
54043         TextTrack's .kind property should return lower-case values
54044         https://bugs.webkit.org/show_bug.cgi?id=103411
54045
54046         Reviewed by Eric Carlson.
54047
54048         Stop skipping passing tests.
54049
54050         * platform/chromium/TestExpectations:
54051         * platform/efl/TestExpectations:
54052         * platform/gtk/TestExpectations:
54053         * platform/mac/TestExpectations:
54054         * platform/qt/TestExpectations:
54055         * platform/win/TestExpectations:
54056
54057 2012-12-04  Markus Heintz  <markusheintz@chromium.org>
54058
54059         Web Inspector: Updating test expectations after viewport console warnings cleanup.
54060         https://bugs.webkit.org/show_bug.cgi?id=102890
54061
54062         Reviewed by Jochen Eisinger.
54063
54064         Updating test expectations after improving the console message text
54065         for a viewport console warning and change the log level to warning.
54066
54067         * fast/viewport/viewport-121-expected.txt:
54068         * fast/viewport/viewport-122-expected.txt:
54069         * fast/viewport/viewport-125-expected.txt:
54070         * fast/viewport/viewport-126-expected.txt:
54071         * fast/viewport/viewport-127-expected.txt:
54072         * fast/viewport/viewport-134-expected.txt:
54073         * fast/viewport/viewport-52-expected.txt:
54074         * fast/viewport/viewport-53-expected.txt:
54075         * fast/viewport/viewport-54-expected.txt:
54076         * fast/viewport/viewport-55-expected.txt:
54077         * fast/viewport/viewport-77-expected.txt:
54078         * fast/viewport/viewport-83-expected.txt:
54079         * fast/viewport/viewport-84-expected.txt:
54080         * fast/viewport/viewport-87-expected.txt:
54081         * fast/viewport/viewport-warnings-3-expected.txt:
54082         * fast/viewport/viewport-warnings-5-expected.txt:
54083         * fast/viewport/viewport-warnings-6-expected.txt:
54084
54085 2012-12-04  Takashi Sakamoto  <tasak@google.com>
54086
54087         Unreviewed, WebKit gardening.
54088
54089         * platform/chromium/TestExpectations:
54090         Update flaky tests' expectations.
54091
54092 2012-12-04  Takashi Sakamoto  <tasak@google.com>
54093
54094         Unreviewed, WebKit gardening.
54095
54096         * platform/chromium/TestExpectations:
54097         Mark css3/filters/effect-reference-hw.html and
54098         css3/filters/effect-reference-ordering-hw.html as crash.
54099
54100 2012-12-04  Zan Dobersek  <zandobersek@gmail.com>
54101
54102         Unreviewed GTK gardening.
54103
54104         Adding failure expectations for the sixth and seventh SVG viewspec tests.
54105
54106         * platform/gtk/TestExpectations:
54107
54108 2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
54109
54110         Web Inspector: [Overrides] Add ability to override the page CSS media type
54111         https://bugs.webkit.org/show_bug.cgi?id=103752
54112
54113         Reviewed by Pavel Feldman.
54114
54115         The test invokes PageAgent.setEmulatedMedia() and emits the WebInspector.cssModel.mediaQueryResultChanged() signal.
54116
54117         * inspector/styles/media-emulation-expected.txt: Added.
54118         * inspector/styles/media-emulation.html: Added.
54119
54120 2012-12-04  Ryosuke Niwa  <rniwa@webkit.org>
54121
54122         Fix a test and re-enable fast/harness/perftests on Chromium.
54123
54124         * fast/harness/perftests/runs-per-second-log.html:
54125         * platform/chromium/TestExpectations:
54126
54127 2012-12-04  Takashi Sakamoto  <tasak@google.com>
54128
54129         Unreviewed, WebKit gardening.
54130
54131         * platform/chromium/TestExpectations:
54132         Updated about 200 tests' expectations, because the tests were
54133         reported as "expected to XXX, but YYY".
54134
54135 2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
54136
54137         Web Inspector: [REGRESSION] [Styles] Rule disappears if edited selector does not affect selected node
54138         https://bugs.webkit.org/show_bug.cgi?id=103059
54139
54140         Reviewed by Pavel Feldman.
54141
54142         * http/tests/inspector/elements-test.js:
54143         (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
54144           Add dumping of the [no-affect] flag for rules not affecting the currently selected element.
54145         * inspector/styles/commit-selector-expected.txt: Rebaseline.
54146
54147 2012-12-04  Jussi Kukkonen  <jussi.kukkonen@intel.com>
54148
54149         Make svg/dom/viewspec-parser-*.html non-flaky
54150         https://bugs.webkit.org/show_bug.cgi?id=103744
54151
54152         Reviewed by Dirk Schulze.
54153
54154         Modified viewspec-parser-*.html in two ways:
54155         - remove duplicate testing: the five files were all running
54156           the exact same tests (only a few percent were unique).
54157         - move the test division out of viewspec-parser.js to make it more
54158           visible, divide the tests into logical sets.
54159
54160         * platform/efl-wk2/TestExpectations:
54161         * svg/dom/resources/viewspec-parser.js:
54162         (startViewspecTests):
54163         * svg/dom/viewspec-parser-1-expected.txt:
54164         * svg/dom/viewspec-parser-1.html:
54165         * svg/dom/viewspec-parser-2-expected.txt:
54166         * svg/dom/viewspec-parser-2.html:
54167         * svg/dom/viewspec-parser-3-expected.txt:
54168         * svg/dom/viewspec-parser-3.html:
54169         * svg/dom/viewspec-parser-4-expected.txt:
54170         * svg/dom/viewspec-parser-4.html:
54171         * svg/dom/viewspec-parser-5-expected.txt:
54172         * svg/dom/viewspec-parser-5.html:
54173         * svg/dom/viewspec-parser-6-expected.txt: Added.
54174         * svg/dom/viewspec-parser-6.html: Added.
54175         * svg/dom/viewspec-parser-7-expected.txt: Added.
54176         * svg/dom/viewspec-parser-7.html: Added.
54177
54178 2012-12-03  Nate Chapin  <japhet@chromium.org>
54179
54180         svg/foreignObject/viewport-foreignObject-crash.html recurses infinitely sometimes
54181         https://bugs.webkit.org/show_bug.cgi?id=103935.
54182
54183         Reviewed by Abhishek Arya.
54184
54185         * svg/foreignObject/viewport-foreignobject-crash.html:
54186
54187 2012-12-03  Joshua Bell  <jsbell@chromium.org>
54188
54189         IndexedDB: Correct database version after aborted upgrade
54190         https://bugs.webkit.org/show_bug.cgi?id=103763
54191
54192         Reviewed by Tony Chang.
54193
54194         Update test expectations and tweak a test so it's testing what it claimed.
54195
54196         * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt:
54197         * storage/indexeddb/mozilla/resources/versionchange-abort.js:
54198         (postAbort):
54199         * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
54200         * storage/indexeddb/resources/unblocked-version-changes.js:
54201         (onUpgradeNeeded):
54202         * storage/indexeddb/unblocked-version-changes-expected.txt:
54203
54204 2012-12-03  Roger Fong  <roger_fong@apple.com>
54205
54206         Unreviewed. Gardening of Apple Windows port.
54207         https://bugs.webkit.org/show_bug.cgi?id=102603.
54208
54209         * platform/win/TestExpectations:
54210
54211 2012-12-03  Takashi Sakamoto  <tasak@google.com>
54212
54213         Unreviewed, WebKit gardening.
54214
54215         * platform/chromium/TestExpectations:
54216         Marked the following tests as crash timeout for Android:
54217         media/encrypted-media/encrypted-media-syntax.html,
54218         media/encrypted-media/encrypted-media-events.html, and
54219         media/encrypted-media/encrypted-media-not-loaded.html.
54220
54221 2012-12-03  Roger Fong  <roger_fong@apple.com>
54222
54223         Unreviewed gardening of Apple Windows Port.
54224         https://bugs.webkit.org/show_bug.cgi?id=97026
54225
54226         * platform/win/TestExpectations:
54227
54228 2012-12-03  Roger Fong  <roger_fong@apple.com>
54229
54230         Unreviewed. Removing expected failing results for Windows port. Test now works.
54231         https://bugs.webkit.org/show_bug.cgi?id=51469
54232
54233         * platform/win/fast/js/large-expressions-expected.txt: Removed.
54234
54235 2012-12-03  Roger Fong  <roger_fong@apple.com>
54236
54237         Unreviewed. Skip fast/js/kde/Array.html.
54238         https://bugs.webkit.org/show_bug.cgi?id=103962.
54239
54240         * platform/win/TestExpectations:
54241
54242 2012-12-03  Roger Fong  <roger_fong@apple.com>
54243
54244         Unreviewed. Line ending fix.
54245
54246         * platform/win/css3/filters/effect-reference-expected.txt:
54247         * platform/win/css3/filters/effect-reference-hw-expected.txt:
54248
54249 2012-12-03  Rafael Weinstein  <rafaelw@chromium.org>
54250
54251         Implement HTMLTemplateElement
54252         https://bugs.webkit.org/show_bug.cgi?id=86031
54253
54254         Reviewed by Adam Barth.
54255
54256         * fast/dom/HTMLTemplateElement/cloneNode-expected.txt: Added.
54257         * fast/dom/HTMLTemplateElement/cloneNode.html: Added.
54258         * fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
54259         * fast/dom/HTMLTemplateElement/inertContents.html: Added.
54260         * fast/dom/HTMLTemplateElement/innerHTML-expected.txt: Added.
54261         * fast/dom/HTMLTemplateElement/innerHTML.html: Added.
54262         * fast/dom/HTMLTemplateElement/ownerDocument-expected.txt: Added.
54263         * fast/dom/HTMLTemplateElement/ownerDocument.html: Added.
54264         * html5lib/resources/template.dat: Added.
54265         * html5lib/run-template-expected.txt: Added.
54266         * html5lib/run-template.html: Added.
54267         * resources/dump-as-markup.js:
54268         (Markup._get):
54269         (Markup._getSelectionFromNode):
54270
54271 2012-12-03  Julien Chaffraix  <jchaffraix@webkit.org>
54272
54273         [CSS Grid Layout] Support percentage paddings and margins on grid items
54274         https://bugs.webkit.org/show_bug.cgi?id=103677
54275
54276         Reviewed by Tony Chang.
54277
54278         * resources/check-layout.js:
54279         Extended check-layout to be able to query paddings and margins. Note that in order to compare,
54280         the attribute with the returned value from getComputedStyle, we need to trim the unit ("px")
54281         from the actual values. This trick also works in FireFox and Opera.
54282
54283         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item-expected.txt: Added.
54284         * fast/css-grid-layout/percent-padding-margin-resolution-grid-item.html: Added.
54285
54286 2012-12-03  Roger Fong  <roger_fong@apple.com>
54287
54288         Unreviewed. Expected failing results on Windows.
54289
54290         * platform/win/css3/filters: Added.
54291         * platform/win/css3/filters/effect-reference-expected.txt: Added.
54292         * platform/win/css3/filters/effect-reference-hw-expected.txt: Added.
54293
54294 2012-12-03  Takashi Sakamoto  <tasak@google.com>
54295
54296         Unreviewed, WebKit gardening.
54297
54298         * platform/chromium/TestExpectations:
54299         Removed duplicate entries for compositing/masks/masked-ancestor.html.
54300         Fixed overriding: compositing/masks/simple-composited-mask.html.
54301
54302 2012-12-03  Antoine Quint  <graouts@apple.com>
54303
54304         Add Opera-submitted W3C <track> tests to LayoutTests
54305         https://bugs.webkit.org/show_bug.cgi?id=103887
54306
54307         Reviewed by Eric Carlson.
54308
54309         Adding the Opera-submitted W3C <track> testsuite and test results for passing tests. Failing tests are skipped
54310         on all platforms.
54311
54312         * media/track/opera/idl/media-idl-tests.html: Added.
54313         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/addTextTrack.html: Added.
54314         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html: Added.
54315         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks-expected.txt: Added.
54316         * media/track/opera/interfaces/HTMLElement/HTMLMediaElement/textTracks.html: Added.
54317         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default-expected.txt: Added.
54318         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/default.html: Added.
54319         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html: Added.
54320         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label-expected.txt: Added.
54321         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/label.html: Added.
54322         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState-expected.txt: Added.
54323         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/readyState.html: Added.
54324         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html: Added.
54325         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang-expected.txt: Added.
54326         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/srclang.html: Added.
54327         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track-expected.txt: Added.
54328         * media/track/opera/interfaces/HTMLElement/HTMLTrackElement/track.html: Added.
54329         * media/track/opera/interfaces/TextTrack/activeCues.html: Added.
54330         * media/track/opera/interfaces/TextTrack/addCue.html: Added.
54331         * media/track/opera/interfaces/TextTrack/constants-expected.txt: Added.
54332         * media/track/opera/interfaces/TextTrack/constants.html: Added.
54333         * media/track/opera/interfaces/TextTrack/cues.html: Added.
54334         * media/track/opera/interfaces/TextTrack/kind.html: Added.
54335         * media/track/opera/interfaces/TextTrack/label-expected.txt: Added.
54336         * media/track/opera/interfaces/TextTrack/label.html: Added.
54337         * media/track/opera/interfaces/TextTrack/language-expected.txt: Added.
54338         * media/track/opera/interfaces/TextTrack/language.html: Added.
54339         * media/track/opera/interfaces/TextTrack/mode-expected.txt: Added.
54340         * media/track/opera/interfaces/TextTrack/mode.html: Added.
54341         * media/track/opera/interfaces/TextTrack/oncuechange-expected.txt: Added.
54342         * media/track/opera/interfaces/TextTrack/oncuechange.html: Added.
54343         * media/track/opera/interfaces/TextTrack/removeCue.html: Added.
54344         * media/track/opera/interfaces/TextTrackCue/align.html: Added.
54345         * media/track/opera/interfaces/TextTrackCue/endTime.html: Added.
54346         * media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html: Added.
54347         * media/track/opera/interfaces/TextTrackCue/id.html: Added.
54348         * media/track/opera/interfaces/TextTrackCue/line.html: Added.
54349         * media/track/opera/interfaces/TextTrackCue/onenter.html: Added.
54350         * media/track/opera/interfaces/TextTrackCue/onexit.html: Added.
54351         * media/track/opera/interfaces/TextTrackCue/pauseOnExit.html: Added.
54352         * media/track/opera/interfaces/TextTrackCue/snapToLines.html: Added.
54353         * media/track/opera/interfaces/TextTrackCue/startTime.html: Added.
54354         * media/track/opera/interfaces/TextTrackCue/text.html: Added.
54355         * media/track/opera/interfaces/TextTrackCue/track.html: Added.
54356         * media/track/opera/interfaces/TextTrackCue/vertical.html: Added.
54357         * media/track/opera/interfaces/TextTrackCueList/getCueById-expected.txt: Added.
54358         * media/track/opera/interfaces/TextTrackCueList/getCueById.html: Added.
54359         * media/track/opera/interfaces/TextTrackCueList/getter.html: Added.
54360         * media/track/opera/interfaces/TextTrackCueList/length-expected.txt: Added.
54361         * media/track/opera/interfaces/TextTrackCueList/length.html: Added.
54362         * media/track/opera/interfaces/TextTrackList/getter.html: Added.
54363         * media/track/opera/interfaces/TextTrackList/length-expected.txt: Added.
54364         * media/track/opera/interfaces/TextTrackList/length.html: Added.
54365         * media/track/opera/interfaces/TextTrackList/onaddtrack-expected.txt: Added.
54366         * media/track/opera/interfaces/TextTrackList/onaddtrack.html: Added.
54367         * media/track/opera/interfaces/TextTrackList/onremovetrack.html: Added.
54368         * media/track/opera/interfaces/TrackEvent/constructor.html: Added.
54369         * media/track/opera/interfaces/TrackEvent/createEvent.html: Added.
54370         * media/track/opera/resources/WebIDLParser.js: Added.
54371         (window.WebIDLParser):
54372         (window.WebIDLParser.):
54373         * media/track/opera/resources/idlharness.js: Added.
54374         (.):
54375         * media/track/opera/resources/media/sunflower.mp4: Added.
54376         * media/track/opera/resources/media/sunflower.webm: Added.
54377         * media/track/opera/track/track-element/cloneNode.html: Added.
54378         * media/track/opera/track/track-element/src-clear-cues.html: Added.
54379         * media/track/opera/track/webvtt/parsing-cue-data/buildtests.py: Added.
54380         (appendtest):
54381         * media/track/opera/track/webvtt/parsing-cue-data/common.js: Added.
54382         (format):
54383         (test_serializer):
54384         (.if):
54385         (print_diffs):
54386         (runTests.tests.forEach):
54387         (runTests):
54388         (trackError):
54389         (removeElm):
54390         * media/track/opera/track/webvtt/parsing-cue-data/dat/entities.dat: Added.
54391         * media/track/opera/track/webvtt/parsing-cue-data/dat/tags.dat: Added.
54392         * media/track/opera/track/webvtt/parsing-cue-data/dat/timestamps.dat: Added.
54393         * media/track/opera/track/webvtt/parsing-cue-data/dat/tree-building.dat: Added.
54394         * media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html: Added.
54395         * media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html: Added.
54396         * media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html: Added.
54397         * media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html: Added.
54398         * media/track/opera/track/webvtt/parsing/001.html: Added.
54399         * media/track/opera/track/webvtt/parsing/support/.htaccess: Added.
54400         * media/track/opera/track/webvtt/parsing/support/arrows.vtt: Added.
54401         * media/track/opera/track/webvtt/parsing/support/cue-counts.json: Added.
54402         * media/track/opera/track/webvtt/parsing/support/header-garbage.vtt: Added.
54403         * media/track/opera/track/webvtt/parsing/support/header-space.vtt: Added.
54404         * media/track/opera/track/webvtt/parsing/support/header-tab.vtt: Added.
54405         * media/track/opera/track/webvtt/parsing/support/header-timings.vtt: Added.
54406         * media/track/opera/track/webvtt/parsing/support/ids.vtt: Added.
54407         * media/track/opera/track/webvtt/parsing/support/newlines.vtt: Added.
54408         * media/track/opera/track/webvtt/parsing/support/no-signature.vtt: Added.
54409         * media/track/opera/track/webvtt/parsing/support/nulls.vtt: Added.
54410         * media/track/opera/track/webvtt/parsing/support/omitted-hours.vtt: Added.
54411         * media/track/opera/track/webvtt/parsing/support/settings-align.vtt: Added.
54412         * media/track/opera/track/webvtt/parsing/support/settings-line.vtt: Added.
54413         * media/track/opera/track/webvtt/parsing/support/settings-multiple.vtt: Added.
54414         * media/track/opera/track/webvtt/parsing/support/settings-position.vtt: Added.
54415         * media/track/opera/track/webvtt/parsing/support/settings-size.vtt: Added.
54416         * media/track/opera/track/webvtt/parsing/support/settings-vertical.vtt: Added.
54417         * media/track/opera/track/webvtt/parsing/support/signature-bom.vtt: Added.
54418         * media/track/opera/track/webvtt/parsing/support/signature-formfeed.vtt: Added.
54419         * media/track/opera/track/webvtt/parsing/support/signature-lowercase.vtt: Added.
54420         * media/track/opera/track/webvtt/parsing/support/signature-no-newline.vtt: Added.
54421         * media/track/opera/track/webvtt/parsing/support/signature-null.vtt: Added.
54422         * media/track/opera/track/webvtt/parsing/support/signature-space-no-newline.vtt: Added.
54423         * media/track/opera/track/webvtt/parsing/support/signature-space.vtt: Added.
54424         * media/track/opera/track/webvtt/parsing/support/signature-tab-no-newline.vtt: Added.
54425         * media/track/opera/track/webvtt/parsing/support/signature-tab.vtt: Added.
54426         * media/track/opera/track/webvtt/parsing/support/signature-timings.vtt: Added.
54427         * media/track/opera/track/webvtt/parsing/support/signature-too-short.vtt: Added.
54428         * media/track/opera/track/webvtt/parsing/support/signature-two-boms.vtt: Added.
54429         * media/track/opera/track/webvtt/parsing/support/signature-websrt.vtt: Added.
54430         * media/track/opera/track/webvtt/parsing/support/space-chars.vtt: Added.
54431         * media/track/opera/track/webvtt/parsing/support/timings-60.vtt: Added.
54432         * media/track/opera/track/webvtt/parsing/support/timings-garbage.vtt: Added.
54433         * media/track/opera/track/webvtt/parsing/support/timings-negative.vtt: Added.
54434         * media/track/opera/track/webvtt/parsing/support/timings-too-long.vtt: Added.
54435         * media/track/opera/track/webvtt/parsing/support/timings-too-short.vtt: Added.
54436         * media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html: Added.
54437         * media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html: Added.
54438         * media/track/opera/track/webvtt/rendering/adhoc/support/12345_timestamps.vtt: Added.
54439         * media/track/opera/track/webvtt/rendering/adhoc/support/class.vtt: Added.
54440         * media/track/opera/track/webvtt/rendering/adhoc/support/voice_with_evil_timestamp.vtt: Added.
54441         * media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html: Added.
54442         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up-ref.html: Added.
54443         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up.html: Added.
54444         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down-ref.html: Added.
54445         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down.html: Added.
54446         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up-ref.html: Added.
54447         * media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up.html: Added.
54448         * media/track/opera/track/webvtt/rendering/reftest/2_tracks-ref.html: Added.
54449         * media/track/opera/track/webvtt/rendering/reftest/2_tracks.html: Added.
54450         * media/track/opera/track/webvtt/rendering/reftest/3_tracks-ref.html: Added.
54451         * media/track/opera/track/webvtt/rendering/reftest/3_tracks.html: Added.
54452         * media/track/opera/track/webvtt/rendering/reftest/align_end-ref.html: Added.
54453         * media/track/opera/track/webvtt/rendering/reftest/align_end.html: Added.
54454         * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped-ref.html: Added.
54455         * media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped.html: Added.
54456         * media/track/opera/track/webvtt/rendering/reftest/align_middle-ref.html: Added.
54457         * media/track/opera/track/webvtt/rendering/reftest/align_middle.html: Added.
54458         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50-ref.html: Added.
54459         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_50.html: Added.
54460         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50-ref.html: Added.
54461         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_gt_50.html: Added.
54462         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50-ref.html: Added.
54463         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50.html: Added.
54464         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size-ref.html: Added.
54465         * media/track/opera/track/webvtt/rendering/reftest/align_middle_position_lt_50_size_gt_maximum_size.html: Added.
54466         * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped-ref.html: Added.
54467         * media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped.html: Added.
54468         * media/track/opera/track/webvtt/rendering/reftest/align_start-ref.html: Added.
54469         * media/track/opera/track/webvtt/rendering/reftest/align_start.html: Added.
54470         * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped-ref.html: Added.
54471         * media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped.html: Added.
54472         * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles-ref.html: Added.
54473         * media/track/opera/track/webvtt/rendering/reftest/audio_has_no_subtitles.html: Added.
54474         * media/track/opera/track/webvtt/rendering/reftest/basic-ref.html: Added.
54475         * media/track/opera/track/webvtt/rendering/reftest/basic.html: Added.
54476         * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby-ref.html: Added.
54477         * media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby.html: Added.
54478         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0-ref.html: Added.
54479         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0.html: Added.
54480         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0-ref.html: Added.
54481         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0.html: Added.
54482         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0-ref.html: Added.
54483         * media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0.html: Added.
54484         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first-ref.html: Added.
54485         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first.html: Added.
54486         * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first-ref.html: Added.
54487         * media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first.html: Added.
54488         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first-ref.html: Added.
54489         * media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first.html: Added.
54490         * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir-ref.html: Added.
54491         * media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir.html: Added.
54492         * media/track/opera/track/webvtt/rendering/reftest/build-manifest.py: Added.
54493         * media/track/opera/track/webvtt/rendering/reftest/cue_too_long-ref.html: Added.
54494         * media/track/opera/track/webvtt/rendering/reftest/cue_too_long.html: Added.
54495         * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities-ref.html: Added.
54496         * media/track/opera/track/webvtt/rendering/reftest/decode_escaped_entities.html: Added.
54497         * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition-ref.html: Added.
54498         * media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition.html: Added.
54499         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size-ref.html: Added.
54500         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size.html: Added.
54501         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused-ref.html: Added.
54502         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_align_position_line_size_while_paused.html: Added.
54503         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line-ref.html: Added.
54504         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line.html: Added.
54505         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text-ref.html: Added.
54506         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text.html: Added.
54507         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused-ref.html: Added.
54508         * media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_text_while_paused.html: Added.
54509         * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused-ref.html: Added.
54510         * media/track/opera/track/webvtt/rendering/reftest/dom_override_remove_cue_while_paused.html: Added.
54511         * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition-ref.html: Added.
54512         * media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition.html: Added.
54513         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely-ref.html: Added.
54514         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely.html: Added.
54515         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html: Added.
54516         * media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp.html: Added.
54517         * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles-ref.html: Added.
54518         * media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles.html: Added.
54519         * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19-ref.html: Added.
54520         * media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19.html: Added.
54521         * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote-ref.html: Added.
54522         * media/track/opera/track/webvtt/rendering/reftest/evil/single_quote.html: Added.
54523         * media/track/opera/track/webvtt/rendering/reftest/evil/size_90-ref.html: Added.
54524         * media/track/opera/track/webvtt/rendering/reftest/evil/size_90.html: Added.
54525         * media/track/opera/track/webvtt/rendering/reftest/evil/size_99-ref.html: Added.
54526         * media/track/opera/track/webvtt/rendering/reftest/evil/size_99.html: Added.
54527         * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely.vtt: Added.
54528         * media/track/opera/track/webvtt/rendering/reftest/evil/support/9_cues_overlapping_completely_all_cues_have_same_timestamp.vtt: Added.
54529         * media/track/opera/track/webvtt/rendering/reftest/evil/support/single_quote.vtt: Added.
54530         * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_90.vtt: Added.
54531         * media/track/opera/track/webvtt/rendering/reftest/evil/support/size_99.vtt: Added.
54532         * media/track/opera/track/webvtt/rendering/reftest/evil/support/test.vtt: Added.
54533         * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards-ref.html: Added.
54534         * media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards.html: Added.
54535         * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top-ref.html: Added.
54536         * media/track/opera/track/webvtt/rendering/reftest/line_0_is_top.html: Added.
54537         * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards-ref.html: Added.
54538         * media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards.html: Added.
54539         * media/track/opera/track/webvtt/rendering/reftest/line_50_percent-ref.html: Added.
54540         * media/track/opera/track/webvtt/rendering/reftest/line_50_percent.html: Added.
54541         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap-ref.html: Added.
54542         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap.html: Added.
54543         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up-ref.html: Added.
54544         * media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up.html: Added.
54545         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap-ref.html: Added.
54546         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap.html: Added.
54547         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up-ref.html: Added.
54548         * media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up.html: Added.
54549         * media/track/opera/track/webvtt/rendering/reftest/media/background.gif: Added.
54550         * media/track/opera/track/webvtt/rendering/reftest/media/white.mp4: Added.
54551         * media/track/opera/track/webvtt/rendering/reftest/media/white.webm: Added.
54552         * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls-ref.html: Added.
54553         * media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls.html: Added.
54554         * media/track/opera/track/webvtt/rendering/reftest/media_with_controls-ref.html: Added.
54555         * media/track/opera/track/webvtt/rendering/reftest/media_with_controls.html: Added.
54556         * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position-ref.html: Added.
54557         * media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position.html: Added.
54558         * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue-ref.html: Added.
54559         * media/track/opera/track/webvtt/rendering/reftest/one_line_cue_plus_wrapped_cue.html: Added.
54560         * media/track/opera/track/webvtt/rendering/reftest/reftest.list: Added.
54561         * media/track/opera/track/webvtt/rendering/reftest/repaint-ref.html: Added.
54562         * media/track/opera/track/webvtt/rendering/reftest/repaint.html: Added.
54563         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties-ref.html: Added.
54564         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties.html: Added.
54565         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand-ref.html: Added.
54566         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand.html: Added.
54567         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url-ref.html: Added.
54568         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url.html: Added.
54569         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex-ref.html: Added.
54570         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex.html: Added.
54571         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla-ref.html: Added.
54572         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla.html: Added.
54573         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba-ref.html: Added.
54574         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba.html: Added.
54575         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon-ref.html: Added.
54576         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon.html: Added.
54577         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties-ref.html: Added.
54578         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties.html: Added.
54579         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand-ref.html: Added.
54580         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand.html: Added.
54581         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element-ref.html: Added.
54582         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element.html: Added.
54583         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties-ref.html: Added.
54584         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties.html: Added.
54585         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand-ref.html: Added.
54586         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand.html: Added.
54587         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through-ref.html: Added.
54588         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through.html: Added.
54589         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline-ref.html: Added.
54590         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline.html: Added.
54591         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through-ref.html: Added.
54592         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through.html: Added.
54593         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline-ref.html: Added.
54594         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline.html: Added.
54595         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow-ref.html: Added.
54596         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow.html: Added.
54597         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped-ref.html: Added.
54598         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped.html: Added.
54599         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped-ref.html: Added.
54600         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped.html: Added.
54601         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped-ref.html: Added.
54602         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped.html: Added.
54603         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-ref.html: Added.
54604         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped-ref.html: Added.
54605         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped.html: Added.
54606         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre.html: Added.
54607         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped-ref.html: Added.
54608         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped.html: Added.
54609         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box-ref.html: Added.
54610         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box.html: Added.
54611         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties-ref.html: Added.
54612         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties.html: Added.
54613         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand-ref.html: Added.
54614         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand.html: Added.
54615         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url-ref.html: Added.
54616         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url.html: Added.
54617         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp-ref.html: Added.
54618         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp.html: Added.
54619         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties-ref.html: Added.
54620         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties.html: Added.
54621         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand-ref.html: Added.
54622         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand.html: Added.
54623         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color-ref.html: Added.
54624         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color.html: Added.
54625         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties-ref.html: Added.
54626         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties.html: Added.
54627         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand-ref.html: Added.
54628         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand.html: Added.
54629         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace-ref.html: Added.
54630         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace.html: Added.
54631         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties-ref.html: Added.
54632         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties.html: Added.
54633         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand-ref.html: Added.
54634         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand.html: Added.
54635         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through-ref.html: Added.
54636         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through.html: Added.
54637         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow-ref.html: Added.
54638         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow.html: Added.
54639         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future-ref.html: Added.
54640         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future.html: Added.
54641         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past-ref.html: Added.
54642         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past.html: Added.
54643         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp-ref.html: Added.
54644         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp.html: Added.
54645         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped-ref.html: Added.
54646         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped.html: Added.
54647         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap-ref.html: Added.
54648         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap.html: Added.
54649         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped-ref.html: Added.
54650         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped.html: Added.
54651         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped-ref.html: Added.
54652         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped.html: Added.
54653         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped-ref.html: Added.
54654         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped.html: Added.
54655         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class-ref.html: Added.
54656         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class.html: Added.
54657         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector-ref.html: Added.
54658         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector.html: Added.
54659         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp-ref.html: Added.
54660         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp.html: Added.
54661         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties-ref.html: Added.
54662         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties.html: Added.
54663         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand-ref.html: Added.
54664         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand.html: Added.
54665         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color-ref.html: Added.
54666         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color.html: Added.
54667         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties-ref.html: Added.
54668         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties.html: Added.
54669         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand-ref.html: Added.
54670         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand.html: Added.
54671         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace-ref.html: Added.
54672         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace.html: Added.
54673         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties-ref.html: Added.
54674         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties.html: Added.
54675         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand-ref.html: Added.
54676         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand.html: Added.
54677         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through-ref.html: Added.
54678         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through.html: Added.
54679         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow-ref.html: Added.
54680         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow.html: Added.
54681         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future-ref.html: Added.
54682         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future.html: Added.
54683         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past-ref.html: Added.
54684         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past.html: Added.
54685         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp-ref.html: Added.
54686         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp.html: Added.
54687         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped-ref.html: Added.
54688         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped.html: Added.
54689         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap-ref.html: Added.
54690         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap.html: Added.
54691         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped-ref.html: Added.
54692         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped.html: Added.
54693         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped-ref.html: Added.
54694         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped.html: Added.
54695         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped-ref.html: Added.
54696         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped.html: Added.
54697         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class-ref.html: Added.
54698         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class.html: Added.
54699         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector-ref.html: Added.
54700         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector.html: Added.
54701         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex-ref.html: Added.
54702         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex.html: Added.
54703         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla-ref.html: Added.
54704         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla.html: Added.
54705         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba-ref.html: Added.
54706         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba.html: Added.
54707         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon-ref.html: Added.
54708         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon.html: Added.
54709         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties-ref.html: Added.
54710         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties.html: Added.
54711         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand-ref.html: Added.
54712         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand.html: Added.
54713         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color-ref.html: Added.
54714         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color.html: Added.
54715         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element-ref.html: Added.
54716         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element.html: Added.
54717         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp-ref.html: Added.
54718         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp.html: Added.
54719         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties-ref.html: Added.
54720         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties.html: Added.
54721         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand-ref.html: Added.
54722         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand.html: Added.
54723         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color-ref.html: Added.
54724         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color.html: Added.
54725         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties-ref.html: Added.
54726         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties.html: Added.
54727         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand-ref.html: Added.
54728         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand.html: Added.
54729         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace-ref.html: Added.
54730         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace.html: Added.
54731         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties-ref.html: Added.
54732         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties.html: Added.
54733         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand-ref.html: Added.
54734         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand.html: Added.
54735         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through-ref.html: Added.
54736         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through.html: Added.
54737         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow-ref.html: Added.
54738         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow.html: Added.
54739         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future-ref.html: Added.
54740         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future.html: Added.
54741         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past-ref.html: Added.
54742         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past.html: Added.
54743         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp-ref.html: Added.
54744         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp.html: Added.
54745         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped-ref.html: Added.
54746         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped.html: Added.
54747         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap-ref.html: Added.
54748         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap.html: Added.
54749         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped-ref.html: Added.
54750         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped.html: Added.
54751         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped-ref.html: Added.
54752         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped.html: Added.
54753         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped-ref.html: Added.
54754         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped.html: Added.
54755         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class-ref.html: Added.
54756         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class.html: Added.
54757         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector-ref.html: Added.
54758         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector.html: Added.
54759         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties-ref.html: Added.
54760         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties.html: Added.
54761         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector-ref.html: Added.
54762         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector.html: Added.
54763         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties-ref.html: Added.
54764         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties.html: Added.
54765         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand-ref.html: Added.
54766         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand.html: Added.
54767         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace-ref.html: Added.
54768         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace.html: Added.
54769         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector-ref.html: Added.
54770         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector.html: Added.
54771         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through-ref.html: Added.
54772         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through.html: Added.
54773         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline-ref.html: Added.
54774         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline.html: Added.
54775         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through-ref.html: Added.
54776         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through.html: Added.
54777         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline-ref.html: Added.
54778         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline.html: Added.
54779         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow-ref.html: Added.
54780         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow.html: Added.
54781         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root-ref.html: Added.
54782         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root.html: Added.
54783         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp-ref.html: Added.
54784         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp.html: Added.
54785         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties-ref.html: Added.
54786         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties.html: Added.
54787         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand-ref.html: Added.
54788         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand.html: Added.
54789         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color-ref.html: Added.
54790         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color.html: Added.
54791         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties-ref.html: Added.
54792         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties.html: Added.
54793         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand-ref.html: Added.
54794         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand.html: Added.
54795         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace-ref.html: Added.
54796         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace.html: Added.
54797         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties-ref.html: Added.
54798         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties.html: Added.
54799         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand-ref.html: Added.
54800         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand.html: Added.
54801         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through-ref.html: Added.
54802         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through.html: Added.
54803         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow-ref.html: Added.
54804         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow.html: Added.
54805         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future-ref.html: Added.
54806         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future.html: Added.
54807         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past-ref.html: Added.
54808         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past.html: Added.
54809         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp-ref.html: Added.
54810         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp.html: Added.
54811         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped-ref.html: Added.
54812         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped.html: Added.
54813         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap-ref.html: Added.
54814         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap.html: Added.
54815         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped-ref.html: Added.
54816         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped.html: Added.
54817         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped-ref.html: Added.
54818         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped.html: Added.
54819         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped-ref.html: Added.
54820         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped.html: Added.
54821         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class-ref.html: Added.
54822         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class.html: Added.
54823         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector-ref.html: Added.
54824         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector.html: Added.
54825         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp-ref.html: Added.
54826         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp.html: Added.
54827         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties-ref.html: Added.
54828         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties.html: Added.
54829         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand-ref.html: Added.
54830         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand.html: Added.
54831         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color-ref.html: Added.
54832         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color.html: Added.
54833         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties-ref.html: Added.
54834         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties.html: Added.
54835         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand-ref.html: Added.
54836         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand.html: Added.
54837         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace-ref.html: Added.
54838         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace.html: Added.
54839         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties-ref.html: Added.
54840         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties.html: Added.
54841         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand-ref.html: Added.
54842         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand.html: Added.
54843         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through-ref.html: Added.
54844         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through.html: Added.
54845         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow-ref.html: Added.
54846         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow.html: Added.
54847         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future-ref.html: Added.
54848         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future.html: Added.
54849         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past-ref.html: Added.
54850         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past.html: Added.
54851         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp-ref.html: Added.
54852         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp.html: Added.
54853         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute-ref.html: Added.
54854         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute.html: Added.
54855         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped-ref.html: Added.
54856         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped.html: Added.
54857         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap-ref.html: Added.
54858         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap.html: Added.
54859         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped-ref.html: Added.
54860         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped.html: Added.
54861         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped-ref.html: Added.
54862         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped.html: Added.
54863         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped-ref.html: Added.
54864         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped.html: Added.
54865         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class-ref.html: Added.
54866         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class.html: Added.
54867         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector-ref.html: Added.
54868         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector.html: Added.
54869         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped-ref.html: Added.
54870         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped.html: Added.
54871         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped-ref.html: Added.
54872         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped.html: Added.
54873         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped-ref.html: Added.
54874         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped.html: Added.
54875         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-ref.html: Added.
54876         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped-ref.html: Added.
54877         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped.html: Added.
54878         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre.html: Added.
54879         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped-ref.html: Added.
54880         * media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped.html: Added.
54881         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style-ref.html: Added.
54882         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style.html: Added.
54883         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element-ref.html: Added.
54884         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element.html: Added.
54885         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style-ref.html: Added.
54886         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style.html: Added.
54887         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style-ref.html: Added.
54888         * media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style.html: Added.
54889         * media/track/opera/track/webvtt/rendering/reftest/size_50-ref.html: Added.
54890         * media/track/opera/track/webvtt/rendering/reftest/size_50.html: Added.
54891         * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_completely_move_up.vtt: Added.
54892         * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_down.vtt: Added.
54893         * media/track/opera/track/webvtt/rendering/reftest/support/2_cues_overlapping_partially_move_up.vtt: Added.
54894         * media/track/opera/track/webvtt/rendering/reftest/support/align_end.vtt: Added.
54895         * media/track/opera/track/webvtt/rendering/reftest/support/align_end_long.vtt: Added.
54896         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle.vtt: Added.
54897         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_long.vtt: Added.
54898         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_50.vtt: Added.
54899         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_gt_50.vtt: Added.
54900         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50.vtt: Added.
54901         * media/track/opera/track/webvtt/rendering/reftest/support/align_middle_position_lt_50_size_gt_maximum_size.vtt: Added.
54902         * media/track/opera/track/webvtt/rendering/reftest/support/align_start.vtt: Added.
54903         * media/track/opera/track/webvtt/rendering/reftest/support/align_start_long.vtt: Added.
54904         * media/track/opera/track/webvtt/rendering/reftest/support/bidi_ruby.vtt: Added.
54905         * media/track/opera/track/webvtt/rendering/reftest/support/bold_long.vtt: Added.
54906         * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_2_timestamps.vtt: Added.
54907         * media/track/opera/track/webvtt/rendering/reftest/support/bold_with_timestamp.vtt: Added.
54908         * media/track/opera/track/webvtt/rendering/reftest/support/class_long.vtt: Added.
54909         * media/track/opera/track/webvtt/rendering/reftest/support/class_with_2_timestamps.vtt: Added.
54910         * media/track/opera/track/webvtt/rendering/reftest/support/class_with_timestamp.vtt: Added.
54911         * media/track/opera/track/webvtt/rendering/reftest/support/cue_with_id.vtt: Added.
54912         * media/track/opera/track/webvtt/rendering/reftest/support/decode_escaped_entities.vtt: Added.
54913         * media/track/opera/track/webvtt/rendering/reftest/support/foo.vtt: Added.
54914         * media/track/opera/track/webvtt/rendering/reftest/support/foo_c_bar.vtt: Added.
54915         * media/track/opera/track/webvtt/rendering/reftest/support/foo_space_space_bar_LF_baz.vtt: Added.
54916         * media/track/opera/track/webvtt/rendering/reftest/support/italic_long.vtt: Added.
54917         * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_2_timestamps.vtt: Added.
54918         * media/track/opera/track/webvtt/rendering/reftest/support/italic_with_timestamp.vtt: Added.
54919         * media/track/opera/track/webvtt/rendering/reftest/support/line_-2_long.vtt: Added.
54920         * media/track/opera/track/webvtt/rendering/reftest/support/line_0.vtt: Added.
54921         * media/track/opera/track/webvtt/rendering/reftest/support/line_1_long.vtt: Added.
54922         * media/track/opera/track/webvtt/rendering/reftest/support/line_50_percent.vtt: Added.
54923         * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap.vtt: Added.
54924         * media/track/opera/track/webvtt/rendering/reftest/support/line_integer_and_percent_overlap_move_up.vtt: Added.
54925         * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap.vtt: Added.
54926         * media/track/opera/track/webvtt/rendering/reftest/support/line_percent_and_integer_overlap_move_up.vtt: Added.
54927         * media/track/opera/track/webvtt/rendering/reftest/support/one_line_cue_plus_wrapped_cue.vtt: Added.
54928         * media/track/opera/track/webvtt/rendering/reftest/support/refTestWait.js: Added.
54929         (takeScreenshot):
54930         (takeScreenshoDelayed):
54931         * media/track/opera/track/webvtt/rendering/reftest/support/size_50.vtt: Added.
54932         * media/track/opera/track/webvtt/rendering/reftest/support/test.vtt: Added.
54933         * media/track/opera/track/webvtt/rendering/reftest/support/test_bold.vtt: Added.
54934         * media/track/opera/track/webvtt/rendering/reftest/support/test_bold_with_class.vtt: Added.
54935         * media/track/opera/track/webvtt/rendering/reftest/support/test_class.vtt: Added.
54936         * media/track/opera/track/webvtt/rendering/reftest/support/test_class_with_class.vtt: Added.
54937         * media/track/opera/track/webvtt/rendering/reftest/support/test_italic.vtt: Added.
54938         * media/track/opera/track/webvtt/rendering/reftest/support/test_italic_with_class.vtt: Added.
54939         * media/track/opera/track/webvtt/rendering/reftest/support/test_long.vtt: Added.
54940         * media/track/opera/track/webvtt/rendering/reftest/support/test_two_voices.vtt: Added.
54941         * media/track/opera/track/webvtt/rendering/reftest/support/test_underline.vtt: Added.
54942         * media/track/opera/track/webvtt/rendering/reftest/support/test_underline_with_class.vtt: Added.
54943         * media/track/opera/track/webvtt/rendering/reftest/support/test_voice.vtt: Added.
54944         * media/track/opera/track/webvtt/rendering/reftest/support/test_voice_with_class.vtt: Added.
54945         * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues.vtt: Added.
54946         * media/track/opera/track/webvtt/rendering/reftest/support/too_many_cues_wrapped.vtt: Added.
54947         * media/track/opera/track/webvtt/rendering/reftest/support/u002E_LF_u05D0.vtt: Added.
54948         * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2028_u05D0.vtt: Added.
54949         * media/track/opera/track/webvtt/rendering/reftest/support/u002E_u2029_u05D0.vtt: Added.
54950         * media/track/opera/track/webvtt/rendering/reftest/support/u0041_first.vtt: Added.
54951         * media/track/opera/track/webvtt/rendering/reftest/support/u05D0_first.vtt: Added.
54952         * media/track/opera/track/webvtt/rendering/reftest/support/u0628_first.vtt: Added.
54953         * media/track/opera/track/webvtt/rendering/reftest/support/u06E9_no_strong_dir.vtt: Added.
54954         * media/track/opera/track/webvtt/rendering/reftest/support/underline_long.vtt: Added.
54955         * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_2_timestamps.vtt: Added.
54956         * media/track/opera/track/webvtt/rendering/reftest/support/underline_with_timestamp.vtt: Added.
54957         * media/track/opera/track/webvtt/rendering/reftest/support/very_long_cue.vtt: Added.
54958         * media/track/opera/track/webvtt/rendering/reftest/support/voice_long.vtt: Added.
54959         * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_2_timestamps.vtt: Added.
54960         * media/track/opera/track/webvtt/rendering/reftest/support/voice_with_timestamp.vtt: Added.
54961         * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces.vtt: Added.
54962         * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long.vtt: Added.
54963         * media/track/opera/track/webvtt/rendering/reftest/support/white-spaces_long_size_20.vtt: Added.
54964         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues-ref.html: Added.
54965         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues.html: Added.
54966         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped-ref.html: Added.
54967         * media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped.html: Added.
54968         * platform/chromium/TestExpectations:
54969         * platform/efl/TestExpectations:
54970         * platform/gtk/TestExpectations:
54971         * platform/mac/TestExpectations:
54972         * platform/qt/TestExpectations:
54973         * platform/win/TestExpectations:
54974
54975 2012-12-03  Tony Chang  <tony@chromium.org>
54976
54977         Unreviewed, add Chromium GTK+ baselines after r136409 (mathml sup/sub box changes).
54978
54979         * platform/gtk/TestExpectations:
54980         * platform/gtk/mathml/presentation/roots-expected.txt:
54981         * platform/gtk/mathml/presentation/row-alignment-expected.txt:
54982         * platform/gtk/mathml/presentation/sub-expected.txt:
54983         * platform/gtk/mathml/presentation/subsup-expected.txt:
54984         * platform/gtk/mathml/presentation/sup-expected.txt:
54985         * platform/gtk/mathml/presentation/tables-expected.txt:
54986
54987 2012-12-03  Tony Chang  <tony@chromium.org>
54988
54989         Unreviewed, add Chromium Win/Mac baselines after r136409 (mathml sup/sub box changes).
54990
54991         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Removed.
54992         * platform/chromium-mac-lion/mathml/presentation/sub-expected.txt: Added.
54993         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Removed.
54994         * platform/chromium-mac-lion/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
54995         * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt:
54996         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt:
54997         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
54998         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt:
54999         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
55000         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt:
55001         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
55002         * platform/chromium-mac/mathml/presentation/roots-expected.txt: Renamed from LayoutTests/platform/chromium/mathml/presentation/roots-expected.txt.
55003         * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt:
55004         * platform/chromium-mac/mathml/presentation/sub-expected.txt: Added.
55005         * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
55006         * platform/chromium-mac/mathml/presentation/sup-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt.
55007         * platform/chromium-mac/mathml/presentation/tables-expected.txt:
55008         * platform/chromium-win-xp/mathml/presentation/roots-expected.txt:
55009         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt:
55010         * platform/chromium-win-xp/mathml/presentation/sub-expected.txt:
55011         * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt:
55012         * platform/chromium-win-xp/mathml/presentation/sup-expected.txt:
55013         * platform/chromium-win-xp/mathml/presentation/tables-expected.txt:
55014         * platform/chromium-win/mathml/presentation/roots-expected.txt:
55015         * platform/chromium-win/mathml/presentation/row-alignment-expected.txt:
55016         * platform/chromium-win/mathml/presentation/sub-expected.txt:
55017         * platform/chromium-win/mathml/presentation/subsup-expected.txt:
55018         * platform/chromium-win/mathml/presentation/sup-expected.txt:
55019         * platform/chromium-win/mathml/presentation/tables-expected.txt:
55020         * platform/chromium/TestExpectations:
55021         * platform/chromium/mathml/presentation/row-alignment-expected.txt: Removed.
55022         * platform/chromium/mathml/presentation/subsup-expected.txt: Removed.
55023
55024 2012-12-03  Roger Fong  <roger_fong@apple.com>
55025
55026         Unreviewed gardening on Apple Windows port.
55027
55028         * platform/win/TestExpectations:
55029
55030 2012-12-03  Xan Lopez  <xlopez@igalia.com>
55031
55032         Unreviewed gardening.
55033
55034         Update grid layout tests with proper expected results for cosmetic
55035         debug() changes I did in the previous patch.
55036
55037         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
55038         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
55039
55040 2012-12-03  Stephen White  <senorblanco@chromium.org>
55041
55042         [Chromium] Unreviewed gardening.
55043
55044         * platform/chromium/TestExpectations:
55045
55046 2012-12-03  Simon Fraser  <simon.fraser@apple.com>
55047
55048         When animating mask-postion on a composited layer, element renders incorrectly
55049         https://bugs.webkit.org/show_bug.cgi?id=103700
55050
55051         Reviewed by Tim Horton.
55052
55053         Test that dumps the layer tree for a composited layer with a mask.
55054
55055         * compositing/masks/mask-layer-size-expected.txt: Added.
55056         * compositing/masks/mask-layer-size.html: Added.
55057
55058 2012-12-03  Xan Lopez  <xan@igalia.com>
55059
55060         [CSS Grid Layout] Support <percentage> and viewport-relative breadth sizes
55061         https://bugs.webkit.org/show_bug.cgi?id=103335
55062
55063         Reviewed by Julien Chaffraix.
55064
55065         * fast/css-grid-layout/breadth-size-resolution-grid-expected.txt: Added.
55066         * fast/css-grid-layout/breadth-size-resolution-grid.html: Added.
55067         * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
55068         * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
55069         * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
55070         * fast/css-grid-layout/grid-columns-rows-get-set.html:
55071         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt:
55072         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt:
55073         * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
55074         * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
55075
55076 2012-12-03  Max Vujovic  <mvujovic@adobe.com>
55077
55078         [CSS Shaders] Do not clamp indirect array indices during CSS Shaders ANGLE validation pass
55079         https://bugs.webkit.org/show_bug.cgi?id=102731
55080
55081         Reviewed by Dean Jackson.
55082
55083         Add a vertex shader which indirectly indexes a uniform array. This shader should validate,
55084         compile, and execute properly.
55085
55086         The GLSL ES 1.0 spec [1], Appendix A, Section 5 "Uniforms (excluding samplers)" says:
55087         "In the vertex shader, support for all forms of array indexing is mandated."
55088
55089         [1]: http://www.khronos.org/registry/gles/specs/2.0/GLSL_ES_Specification_1.0.17.pdf
55090
55091         * css3/filters/custom/custom-filter-array-uniform-indirect-index-expected.html: Added.
55092         * css3/filters/custom/custom-filter-array-uniform-indirect-index.html: Added.
55093         * css3/filters/resources/array-indirect-index.vs: Added.
55094
55095 2012-12-03  Tony Chang  <tony@chromium.org>
55096
55097         Performance degradation while rendering MathML content, freezes the tab.
55098         https://bugs.webkit.org/show_bug.cgi?id=102585
55099
55100         Reviewed by Eric Seidel.
55101
55102         Add a regression test for nested fractions. The O(2^n) layout time should
55103         be fixed by r136324.
55104
55105         * mathml/presentation/mfrac-nested-expected.txt: Added.
55106         * mathml/presentation/mfrac-nested.html: Added.
55107
55108 2012-12-03  Alexis Menard  <alexis@webkit.org>
55109
55110         [EFL] Enable CSS3 background-position offsets by default.
55111         https://bugs.webkit.org/show_bug.cgi?id=103879
55112
55113         Reviewed by Laszlo Gombos.
55114
55115         Enable by default the new CSS3 background position offsets therefore we
55116         can unskip the tests.
55117
55118         * platform/efl/TestExpectations:
55119
55120 2012-12-03  Stephen White  <senorblanco@chromium.org>
55121
55122         [chromium]  Unreviewed gardening.
55123         Fix duplicate test expectations.
55124
55125         * platform/chromium/TestExpectations:
55126
55127 2012-12-03  Philip Rogers  <pdr@google.com>
55128
55129         Invalidate SVG width on width attribute change.
55130         https://bugs.webkit.org/show_bug.cgi?id=103304
55131
55132         Reviewed by Dirk Schulze.
55133
55134         * svg/custom/root-size-attribute-changes-expected.html: Added.
55135         * svg/custom/root-size-attribute-changes.html: Added.
55136
55137 2012-12-03  Stephen White  <senorblanco@chromium.org>
55138
55139         [chromium] Turn on the new Skia mask blur algorithm.
55140         https://bugs.webkit.org/show_bug.cgi?id=103906
55141
55142         Reviewed by Adrienne Walker.
55143
55144         * platform/chromium/TestExpectations:
55145
55146 2012-12-03  Alexis Menard  <alexis@webkit.org>
55147
55148         [Mac] Enable CSS3 background-position offset by default.
55149         https://bugs.webkit.org/show_bug.cgi?id=103905
55150
55151         Reviewed by Simon Fraser.
55152
55153         Enable by default the new CSS3 background position offsets therefore we
55154         can unskip the tests.
55155
55156         * platform/mac/TestExpectations:
55157
55158 2012-12-03  Takashi Sakamoto  <tasak@google.com>
55159
55160         [style scoped]: style scoped needs more tests.
55161         https://bugs.webkit.org/show_bug.cgi?id=99821
55162
55163         Reviewed by Dimitri Glazkov.
55164
55165         Test cases in this patch validate dynamically creating, moving and
55166         removing a scoped style works well.
55167
55168         * fast/css/style-scoped/style-scoped-with-dom-operation-expected.txt: Added.
55169         * fast/css/style-scoped/style-scoped-with-dom-operation.html: Added.
55170
55171 2012-12-03  Anton Vayvod  <avayvod@chromium.org>
55172
55173         Text Autosizing: don't autosize horizontal menu items implemented via floating list items
55174         https://bugs.webkit.org/show_bug.cgi?id=103840
55175
55176         Reviewed by Kenneth Rohde Christiansen.
55177
55178         Floating list items are often used to implement horizontal menus. Currently, text autosizing 
55179         disregards such elements as autosizing containers. List items are often then autosized as part
55180         of a bigger cluster (usually the whole page) and look too big.
55181         This change turns floating list items into autosizing clusters so they are autosized separately
55182         resulting in no font size multiplication for menu items implemented in this manner.
55183
55184         * fast/text-autosizing/cluster-list-item-expected.html: Renamed from LayoutTests/fast/text-autosizing/list-item-out-of-flow-expected.html.
55185         * 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.
55186
55187 2012-12-03  Tony Chang  <tony@chromium.org>
55188
55189         [mathml] Improve performance of nested sup or sub elements
55190         https://bugs.webkit.org/show_bug.cgi?id=103665
55191
55192         Reviewed by Darin Adler.
55193
55194         Update Chromium Linux baselines and mark tests as failing on other platforms.
55195         The mathml.css change causes these pixel results changes. This doesn't change
55196         the pixel results, it is only a change to the render tree. The render boxes
55197         should more tightly wrap the superscripts and subscripts but be positioned
55198         in the same place.
55199
55200         * mathml/presentation/sup-nested-expected.txt: Added.
55201         * mathml/presentation/sup-nested.html: Added.
55202         * platform/chromium/TestExpectations:
55203         * platform/efl/TestExpectations:
55204         * platform/gtk/TestExpectations:
55205         * platform/mac/TestExpectations:
55206         * platform/chromium-linux/mathml/presentation/roots-expected.txt:
55207         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt:
55208         * platform/chromium-linux/mathml/presentation/sub-expected.txt:
55209         * platform/chromium-linux/mathml/presentation/subsup-expected.txt:
55210         * platform/chromium-linux/mathml/presentation/sup-expected.txt:
55211         * platform/chromium-linux/mathml/presentation/tables-expected.txt:
55212
55213 2012-12-03  Alexis Menard  <alexis@webkit.org>
55214
55215         [GTK] Enable CSS3 background-background position offset by default.
55216         https://bugs.webkit.org/show_bug.cgi?id=103903
55217
55218         Reviewed by Philippe Normand.
55219
55220         Enable by default the new CSS3 background position offsets therefore we
55221         can unskip the tests.
55222
55223         * platform/gtk/TestExpectations:
55224
55225 2012-12-03  Hajime Morrita  <morrita@google.com>
55226
55227         Corrupted DOM tree during appendChild/insertBefore
55228         https://bugs.webkit.org/show_bug.cgi?id=103601
55229
55230         Reviewed by Abhishek Arya.
55231
55232         * fast/events/mutation-during-append-child-expected.txt: Added.
55233         * fast/events/mutation-during-append-child.html: Added.
55234         * fast/events/mutation-during-insert-before-expected.txt: Added.
55235         * fast/events/mutation-during-insert-before.html: Added.
55236
55237 2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
55238
55239         [GTK][EFL] Gardening for media/video-volume.html
55240         https://bugs.webkit.org/show_bug.cgi?id=103894
55241
55242         Unreviewed gardening: media/video-volume.html fails with
55243         gstreamer.
55244
55245         * platform/efl/TestExpectations:
55246         * platform/gtk/TestExpectations:
55247
55248 2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>
55249
55250         Unreviewed Qt gardening.
55251
55252         Remove image expectation for tests that now pass.
55253
55254         * platform/qt-5.0-wk2/TestExpectations:
55255
55256 2012-12-03  Stephen Chenney  <schenney@chromium.org>
55257
55258         [Chromium] Expectations fix up
55259
55260         Unreviewed expectations.
55261
55262         Two tests appear to have been out-of-date when they were last rebaselined.
55263
55264         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
55265         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
55266         * platform/chromium-win-xp/svg/carto.net: Removed.
55267         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Removed.
55268         * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
55269
55270 2012-12-03  Balazs Kelemen  <kbalazs@webkit.org>
55271
55272         svg/custom/baseval-animval-equality.svg should use dumpAsText
55273         https://bugs.webkit.org/show_bug.cgi?id=103873
55274
55275         Reviewed by Dirk Schulze.
55276
55277         Turn it to a dumpAsText test.
55278
55279         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
55280         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Removed.
55281         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
55282         * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt: Removed.
55283         * platform/chromium/svg/custom/baseval-animval-equality-expected.txt: Removed.
55284         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt: Removed.
55285         * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Removed.
55286         * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Removed.
55287         * platform/mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
55288         * platform/qt/svg/custom/baseval-animval-equality-expected.txt: Removed.
55289         * svg/custom/baseval-animval-equality-expected.txt: Added.
55290         * svg/custom/baseval-animval-equality.svg:
55291
55292 2012-12-03  Erik Arvidsson  <arv@chromium.org>
55293
55294         Update Acid3 test to the latest version
55295         https://bugs.webkit.org/show_bug.cgi?id=102943
55296
55297         Reviewed by Ojan Vafai.
55298
55299         The Acid3 test has been updated to not break when browsers starts to implement new
55300         standards. This updates our copy of the Acid3 test.
55301
55302         * fast/dom/Range/acid3-surround-contents.html:
55303         * http/tests/misc/acid3.html:
55304
55305 2012-12-03  Tommy Widenflycht  <tommyw@google.com>
55306
55307         Speech Recognition API: Update SpeechRecognitionEvent to match the specification
55308         https://bugs.webkit.org/show_bug.cgi?id=103407
55309
55310         Reviewed by Kentaro Hara.
55311
55312         Updating basic tests and removing emma tests temporarily.
55313
55314         * fast/speech/scripted/emma-expected.txt: Removed.
55315         * fast/speech/scripted/emma.html: Removed.
55316         * fast/speech/scripted/speechrecognition-basics-expected.txt:
55317         * fast/speech/scripted/speechrecognition-basics.html:
55318
55319 2012-12-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
55320
55321         [EFL] Gardening, mark tests flaky
55322         https://bugs.webkit.org/show_bug.cgi?id=103884
55323
55324         Unreviewed gardening to mark tests flaky based on flakiness dashboard.
55325
55326         * platform/efl-wk2/TestExpectations:
55327         * platform/efl/TestExpectations:
55328
55329 2012-12-03  Alexis Menard  <alexis@webkit.org>
55330
55331         [Qt] Enable CSS3 background-position offsets by default.
55332         https://bugs.webkit.org/show_bug.cgi?id=103877
55333
55334         Reviewed by Tor Arne Vestbø.
55335
55336         Enable by default the new CSS3 background position offsets therefore we
55337         can unskip the tests.
55338
55339         * platform/qt/TestExpectations:
55340
55341 2012-12-03  Sheriff Bot  <webkit.review.bot@gmail.com>
55342
55343         Unreviewed, rolling out r136377.
55344         http://trac.webkit.org/changeset/136377
55345         https://bugs.webkit.org/show_bug.cgi?id=103881
55346
55347         Causes crashes on debug builds that use JSC. (Requested by
55348         mkwst on #webkit).
55349
55350         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
55351         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
55352         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
55353         * html5lib/run-test11-expected.txt:
55354         * http/tests/inspector/console-xhr-logging-expected.txt:
55355         * http/tests/misc/bubble-drag-events-expected.txt:
55356         * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
55357         * http/tests/misc/iframe-invalid-source-crash-expected.txt:
55358         * http/tests/misc/image-blocked-src-change-expected.txt:
55359         * http/tests/misc/image-blocked-src-no-change-expected.txt:
55360         * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55361         * http/tests/security/frame-loading-via-document-write-expected.txt:
55362         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
55363         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
55364         * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
55365         * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
55366         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
55367         * http/tests/security/xssAuditor/base-href-expected.txt:
55368         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
55369         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
55370         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
55371         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
55372         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
55373         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
55374         * http/tests/security/xssAuditor/embed-tag-expected.txt:
55375         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
55376         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
55377         * http/tests/security/xssAuditor/form-action-expected.txt:
55378         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
55379         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
55380         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
55381         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
55382         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
55383         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
55384         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
55385         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
55386         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
55387         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
55388         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
55389         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
55390         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
55391         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
55392         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
55393         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
55394         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
55395         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
55396         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
55397         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
55398         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
55399         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
55400         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
55401         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
55402         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
55403         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
55404         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
55405         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
55406         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
55407         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
55408         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
55409         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
55410         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
55411         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
55412         * http/tests/security/xssAuditor/javascript-link-expected.txt:
55413         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
55414         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
55415         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
55416         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
55417         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
55418         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
55419         * http/tests/security/xssAuditor/link-onclick-expected.txt:
55420         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
55421         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
55422         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
55423         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
55424         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
55425         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
55426         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
55427         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
55428         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
55429         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
55430         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
55431         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
55432         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
55433         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
55434         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
55435         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
55436         * http/tests/security/xssAuditor/object-tag-expected.txt:
55437         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
55438         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
55439         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
55440         * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
55441         * http/tests/security/xssAuditor/open-script-src-expected.txt:
55442         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
55443         * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
55444         * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
55445         * http/tests/security/xssAuditor/property-escape-expected.txt:
55446         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
55447         * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
55448         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
55449         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
55450         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
55451         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
55452         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
55453         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
55454         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
55455         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
55456         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
55457         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
55458         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
55459         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
55460         * http/tests/security/xssAuditor/script-tag-expected.txt:
55461         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
55462         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
55463         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
55464         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
55465         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
55466         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
55467         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
55468         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
55469         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
55470         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
55471         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
55472         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
55473         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
55474         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
55475         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
55476         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
55477         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
55478         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
55479         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
55480         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
55481         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
55482         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
55483         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
55484         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
55485         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
55486         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
55487         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
55488         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
55489         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
55490         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
55491         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
55492         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
55493         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
55494         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
55495         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
55496         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
55497         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
55498         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
55499         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
55500         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
55501         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
55502         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
55503         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
55504         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
55505         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
55506         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
55507         * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
55508         * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55509         * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55510         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
55511         * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
55512         * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
55513         * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
55514         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
55515         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
55516         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
55517         * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
55518         * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
55519         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
55520         * svg/custom/invalid-length-units-expected.txt:
55521         * svg/custom/poly-parsing-error-expected.txt:
55522         * svg/dom/fuzz-path-parser-expected.txt:
55523         * svg/dom/path-parser-expected.txt:
55524         * svg/dom/points-parser-expected.txt:
55525
55526 2012-12-03  Kihong Kwon  <kihong.kwon@samsung.com>
55527
55528         Remove useless included header and change position of Proximity Events test cases
55529         https://bugs.webkit.org/show_bug.cgi?id=103871
55530
55531         Reviewed by Antonio Gomes.
55532
55533         Change the path of Proximity Events test cases from LayoutTests/fast/dom/Proximity to LayoutTests/proximity.
55534
55535         * platform/chromium/TestExpectations:
55536         * platform/efl/TestExpectations:
55537         * platform/gtk/TestExpectations:
55538         * platform/mac/TestExpectations:
55539         * platform/qt/TestExpectations:
55540         * platform/win/TestExpectations:
55541         * platform/wincairo/TestExpectations:
55542         * proximity/check-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity-expected.txt.
55543         * proximity/check-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/check-event-deviceproximity.html.
55544         * proximity/create-event-deviceproximity-expected.txt: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity-expected.txt.
55545         * proximity/create-event-deviceproximity.html: Renamed from LayoutTests/fast/dom/Proximity/create-event-deviceproximity.html.
55546
55547 2012-12-03  János Badics  <jbadics@inf.u-szeged.hu>
55548
55549         [Qt] Gardening after r136280, r136323, r136164 and r136031.
55550         https://bugs.webkit.org/show_bug.cgi?id=103876
55551
55552         Reviewed by Csaba Osztrogonác.
55553
55554         r136280: Added Qt baseline for fast/events/stopPropagation-submit.html.
55555         r136323: Skipped storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
55556         r136164: Skipped fast/dom/Geolocation/cached-position-iframe.html on Qt-WK2
55557         r136031: Updated Qt-WK2 baselines for http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag* tests.
55558
55559         * platform/qt-5.0-wk2/TestExpectations:
55560         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
55561         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
55562         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
55563         * platform/qt/TestExpectations:
55564         * platform/qt/fast/events/stopPropagation-submit-expected.txt: Added.
55565
55566 2012-12-03  Alexis Menard  <alexis@webkit.org>
55567
55568         [CSS3 Backgrounds and Borders] Implement CSS3 background-position offsets rendering.
55569         https://bugs.webkit.org/show_bug.cgi?id=103440
55570
55571         Reviewed by Julien Chaffraix.
55572
55573         Uncomment the computed style tests from background-position-parsing-2
55574         and add the expected output. Add a new
55575         background-position-rendering test to verify that the background has a
55576         correct position with the new <position> value. I also covered some old
55577         CSS 2.1 values for verification.
55578
55579         * fast/backgrounds/background-position-parsing-2-expected.txt:
55580         * fast/backgrounds/background-position-parsing-2.html:
55581         * fast/backgrounds/background-position-rendering-expected.html: Added.
55582         * fast/backgrounds/background-position-rendering.html: Added.
55583         * platform/chromium/TestExpectations:
55584         * platform/efl/TestExpectations:
55585         * platform/gtk/TestExpectations:
55586         * platform/mac/TestExpectations:
55587         * platform/qt/TestExpectations:
55588         * platform/win/TestExpectations:
55589         * platform/wincairo/TestExpectations:
55590
55591 2012-12-03  Mike West  <mkwst@chromium.org>
55592
55593         Web Inspector: Autogenerate stack traces and line numbers when possible.
55594         https://bugs.webkit.org/show_bug.cgi?id=100650
55595
55596         Reviewed by Yury Semikhatsky.
55597
55598         New line numbers! Huzzah! (Also, removing some that shouldn't be there).
55599
55600         * http/tests/inspector/console-xhr-logging-expected.txt:
55601         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
55602             One new stack trace! OMG!
55603         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
55604         * fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
55605         * fast/frames/xss-auditor-handles-file-urls-expected.txt:
55606         * html5lib/run-test11-expected.txt:
55607         * http/tests/misc/bubble-drag-events-expected.txt:
55608         * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
55609         * http/tests/misc/iframe-invalid-source-crash-expected.txt:
55610         * http/tests/misc/image-blocked-src-change-expected.txt:
55611         * http/tests/misc/image-blocked-src-no-change-expected.txt:
55612         * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55613         * http/tests/security/frame-loading-via-document-write-expected.txt:
55614         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
55615         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
55616         * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
55617         * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
55618         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
55619         * http/tests/security/xssAuditor/base-href-expected.txt:
55620         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
55621         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
55622         * http/tests/security/xssAuditor/cookie-injection-expected.txt:
55623         * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
55624         * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
55625         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
55626         * http/tests/security/xssAuditor/embed-tag-expected.txt:
55627         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
55628         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
55629         * http/tests/security/xssAuditor/form-action-expected.txt:
55630         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
55631         * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
55632         * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
55633         * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
55634         * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
55635         * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
55636         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
55637         * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
55638         * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
55639         * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
55640         * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
55641         * http/tests/security/xssAuditor/iframe-injection-expected.txt:
55642         * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
55643         * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
55644         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
55645         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
55646         * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
55647         * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
55648         * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
55649         * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
55650         * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
55651         * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
55652         * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
55653         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
55654         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
55655         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
55656         * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
55657         * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
55658         * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
55659         * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
55660         * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
55661         * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
55662         * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
55663         * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
55664         * http/tests/security/xssAuditor/javascript-link-expected.txt:
55665         * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
55666         * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
55667         * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
55668         * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
55669         * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
55670         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
55671         * http/tests/security/xssAuditor/link-onclick-expected.txt:
55672         * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
55673         * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
55674         * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
55675         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
55676         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
55677         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
55678         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
55679         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
55680         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
55681         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
55682         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
55683         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
55684         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
55685         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
55686         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
55687         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
55688         * http/tests/security/xssAuditor/object-tag-expected.txt:
55689         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
55690         * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
55691         * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
55692         * http/tests/security/xssAuditor/open-iframe-src-expected.txt:
55693         * http/tests/security/xssAuditor/open-script-src-expected.txt:
55694         * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
55695         * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
55696         * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
55697         * http/tests/security/xssAuditor/property-escape-expected.txt:
55698         * http/tests/security/xssAuditor/property-escape-long-expected.txt:
55699         * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
55700         * http/tests/security/xssAuditor/report-script-tag-expected.txt:
55701         * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
55702         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
55703         * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
55704         * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
55705         * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
55706         * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
55707         * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
55708         * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
55709         * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
55710         * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
55711         * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
55712         * http/tests/security/xssAuditor/script-tag-expected.txt:
55713         * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
55714         * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
55715         * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
55716         * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
55717         * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
55718         * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
55719         * http/tests/security/xssAuditor/script-tag-post-expected.txt:
55720         * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
55721         * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
55722         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
55723         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
55724         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
55725         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
55726         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
55727         * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
55728         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
55729         * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
55730         * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt:
55731         * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
55732         * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
55733         * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
55734         * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
55735         * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
55736         * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
55737         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
55738         * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
55739         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
55740         * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
55741         * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
55742         * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
55743         * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
55744         * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
55745         * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
55746         * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
55747         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
55748         * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
55749         * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
55750         * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
55751         * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
55752         * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
55753         * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
55754         * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
55755         * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
55756         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
55757         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
55758         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
55759         * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
55760         * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt:
55761         * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
55762         * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt:
55763         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
55764         * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
55765         * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
55766         * platform/chromium/svg/custom/polyline-setattribute-points-null-expected.txt:
55767         * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
55768         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
55769         * svg/custom/invalid-length-units-expected.txt:
55770         * svg/custom/poly-parsing-error-expected.txt:
55771         * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt:
55772         * svg/dom/fuzz-path-parser-expected.txt:
55773         * svg/dom/path-parser-expected.txt:
55774         * svg/dom/points-parser-expected.txt:
55775
55776 2012-12-03  Zan Dobersek  <zandobersek@gmail.com>
55777
55778         Unreviewed GTK gardening.
55779
55780         Adding a failure expectation for editing/selection/caret-alignment-for-vertical-text.html.
55781
55782         * platform/gtk/TestExpectations:
55783
55784 2012-12-03  Mateusz Leszko  <m.leszko@samsung.com>
55785
55786         [EFL] Accessibility gardening
55787         https://bugs.webkit.org/show_bug.cgi?id=103735
55788
55789         Unreviewed, EFL accessibility gardening.
55790
55791         Unskipping accessibility tests. Skipping failing ones.
55792
55793         * platform/efl-wk1/TestExpectations:
55794         * platform/efl-wk2/TestExpectations:
55795         * platform/efl/TestExpectations:
55796
55797 2012-12-03  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
55798
55799         CSS Device Adaptation: window.innerWidth returns wrong value if CSS viewport descriptors are applied
55800         https://bugs.webkit.org/show_bug.cgi?id=103737
55801
55802         Reviewed by Kenneth Rohde Christiansen.
55803
55804         Added new test css3/device-adapt/viewport-width-check-window-innerwidth-correct.html.
55805
55806         * css3/device-adapt/viewport-width-check-window-innerwidth-correct-expected.txt: Added.
55807         * css3/device-adapt/viewport-width-check-window-innerwidth-correct.html: Added.
55808
55809 2012-12-03  Alexander Pavlov  <apavlov@chromium.org>
55810
55811         Web Inspector: [Styles] Retain selector case as written in the source code
55812         https://bugs.webkit.org/show_bug.cgi?id=103118
55813
55814         Reviewed by Antti Koivisto.
55815
55816         * inspector/styles/selector-list-expected.txt: Added.
55817         * inspector/styles/selector-list.html: Added.
55818         * inspector/styles/styles-add-new-rule-expected.txt: Rebaselined.
55819
55820 2012-12-02  Christophe Dumez  <christophe.dumez@intel.com>
55821
55822         Unreviewed, WebKit2 gardening.
55823
55824         Skip storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
55825         on WebKit2 since testRunner.closeIdleLocalStorageDatabases() is not implemented yet.
55826
55827         * platform/wk2/TestExpectations:
55828
55829 2012-12-02  Kangil Han  <kangil.han@samsung.com>
55830
55831         [EFL] Unskip fast/js/array-sort-modifying-tostring.html in release mode
55832         https://bugs.webkit.org/show_bug.cgi?id=103850
55833
55834         Unreviewed, EFL gardening.
55835
55836         This case has been passed in release mode, whereas crashed occasionally in debug mode.
55837
55838         * platform/efl-wk2/TestExpectations:
55839         * platform/efl/TestExpectations:
55840
55841 2012-12-02  Takashi Sakamoto  <tasak@google.com>
55842
55843         Unreviewed, webkit gardening. Rebaseline of fast/css/font-weight-1.
55844
55845         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
55846         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
55847         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.
55848
55849 2012-12-02  Kunihiko Sakamoto  <ksakamoto@chromium.org>
55850
55851         [chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html is failing on all platforms.
55852         https://bugs.webkit.org/show_bug.cgi?id=103817
55853
55854         Reviewed by Kent Tamura.
55855
55856         Adding initial value to the datetime input. Without it, the test fails
55857         because calendar picker opens current month.
55858
55859         * platform/chromium/TestExpectations:
55860         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html:
55861
55862 2012-12-02  Takashi Sakamoto  <tasak@google.com>
55863
55864         Unreviewed, webkit gardening.
55865         https://bugs.webkit.org/show_bug.cgi?id=103834
55866
55867         * platform/chromium/TestExpectations:
55868         Mark month-multiple-fields-keyboard-events.html as FAIL for WinXP.
55869
55870 2012-12-02  Kangil Han  <kangil.han@samsung.com>
55871
55872         [EFL][WK1] Change AC bug url appropriately
55873         https://bugs.webkit.org/show_bug.cgi?id=103808
55874
55875         Unreviewed, EFL gardening.
55876
55877         From https://bugs.webkit.org/show_bug.cgi?id=103488 to https://bugs.webkit.org/show_bug.cgi?id=103847
55878
55879         * platform/efl-wk1/TestExpectations:
55880
55881 2012-12-02  Takashi Sakamoto  <tasak@google.com>
55882
55883         Unreviewed, webkit gardening, fix webkit lint.
55884
55885         * platform/chromium/TestExpectations:
55886
55887 2012-12-02  Sadrul Habib Chowdhury  <sadrul@chromium.org>
55888
55889         [chromium] Correct the location of synthetic mouse events when page is zoomed
55890         https://bugs.webkit.org/show_bug.cgi?id=103823
55891
55892         Reviewed by Adam Barth.
55893
55894         * platform/chromium/plugins/touch-events-synthesized-expected.txt:
55895         * platform/chromium/plugins/touch-events-synthesized.html:
55896
55897 2012-12-02  Robert Hogan  <robert@webkit.org>
55898
55899         Bad rendering of web page because of image's height is set to 100%
55900         https://bugs.webkit.org/show_bug.cgi?id=28035
55901
55902         Reviewed by Eric Seidel.
55903
55904         * fast/css/computed-image-width-with-percent-height-expected.html: Added.
55905         * fast/css/computed-image-width-with-percent-height-quirksmode-expected.html: Added.
55906         * fast/css/computed-image-width-with-percent-height-quirksmode.html: Added.
55907         * fast/css/computed-image-width-with-percent-height.html: Added.
55908
55909 2012-12-02  Mihnea Ovidenie  <mihnea@adobe.com>
55910
55911         [CSS Regions] regionlayoutupdate event fires continuously
55912         https://bugs.webkit.org/show_bug.cgi?id=102101
55913
55914         Reviewed by David Hyatt.
55915
55916         Add a test to make sure that for a flow thread with auto-height region, the regionlayoutupdate event is not unnecessary triggered.
55917
55918         * fast/regions/autoheight-regionlayoutupdate-multipletimes-expected.txt: Added.
55919         * fast/regions/autoheight-regionlayoutupdate-multipletimes.html: Added.
55920
55921 2012-12-02  Mike West  <mkwst@chromium.org>
55922
55923         [gtk] Enable the CSP_NEXT runtime flag.
55924         https://bugs.webkit.org/show_bug.cgi?id=103810
55925
55926         Reviewed by Adam Barth.
55927
55928         * platform/gtk/TestExpectations:
55929             Unskipping CSP 1.1 tests for GTK.
55930
55931 2012-12-02  Mike West  <mkwst@chromium.org>
55932
55933         [chromium] Unreviewed gardening.
55934
55935         Skipping failing tests on mac.
55936
55937         * platform/chromium/TestExpectations:
55938             Mark fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html
55939             and widening fast/css/font-weight-1.html to include 'Mac'.
55940
55941 2012-12-02  Rik Cabanier  <cabanier@adobe.com>
55942
55943         Extend JavaScript support for blending in canvas
55944         https://bugs.webkit.org/show_bug.cgi?id=101804
55945
55946         Reviewed by Dirk Schulze.
55947
55948         Added a test that checks that all blendingmodes are supported
55949
55950         * canvas/philip/tests/2d.composite.globalComposite-expected.txt: Added.
55951         * canvas/philip/tests/2d.composite.globalComposite.html: Added.
55952
55953 2012-12-02  Kent Tamura  <tkent@chromium.org>
55954
55955         [Chromium] fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is flaky
55956         https://bugs.webkit.org/show_bug.cgi?id=96720
55957
55958         * platform/chromium/TestExpectations: Mark them Slow
55959
55960 2012-12-02  Elliott Sprehn  <esprehn@gmail.com>
55961
55962         documentElement should not always get a renderer
55963         https://bugs.webkit.org/show_bug.cgi?id=103475
55964
55965         Reviewed by Ojan Vafai.
55966
55967         Test that using display: none on the documentElement hides the document.
55968
55969         * fast/css/display-none-documentElement-expected.html: Added.
55970         * fast/css/display-none-documentElement.html: Added.
55971
55972 2012-12-02  Pan Deng  <pan.deng@intel.com>
55973
55974         [Resource Timing]Test cases of cross origin resource timing.
55975         https://bugs.webkit.org/show_bug.cgi?id=84886.
55976
55977         Reviewed by Tony Gentilcore.
55978
55979         Test cases in this patch validate resource timing behavior when cross origin request with/without "allow-timing-origin" response header. 
55980
55981         * http/tests/w3c/webperf/resources/blank_page_green_with_allow_timing.php: Added.
55982         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request-expected.txt: Added.
55983         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html: Added.
55984         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request-expected.txt: Added.
55985         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_timing_allow_cross_origin_resource_request.html: Added.
55986
55987 2012-12-02  Justin Novosad  <junov@google.com>
55988
55989         Fix occlusion culling logic to handle css background layer clipping
55990         https://bugs.webkit.org/show_bug.cgi?id=103276
55991
55992         Reviewed by Simon Fraser.
55993
55994         New ref test that verifies the superposition of background layers with
55995         the layers having smaller clip regions than the layers beneath them.
55996         This test ensures the bottom layers are not removed by culling
55997         optimizations.
55998
55999         * fast/backgrounds/background-opaque-clipped-gradients-expected.html: Added.
56000         * fast/backgrounds/background-opaque-clipped-gradients.html: Added.
56001
56002 2012-12-02  Tony Chang  <tony@chromium.org>
56003
56004         Avoid a second layout of flex items in layoutAndPlaceChildren()
56005         https://bugs.webkit.org/show_bug.cgi?id=102352
56006
56007         Reviewed by Ojan Vafai.
56008
56009         Add a test case to make sure we relayout when a sibling is stretching.
56010
56011         * css3/flexbox/stretch-after-sibling-size-change-expected.txt: Added.
56012         * css3/flexbox/stretch-after-sibling-size-change.html: Added.
56013
56014 2012-12-02  Yongjun Zhang  <yongjun_zhang@apple.com>
56015
56016         Need a method to close all idle localstorage databases immediately.
56017         https://bugs.webkit.org/show_bug.cgi?id=103469
56018
56019         Reviewed by David Kilzer.
56020
56021         * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately-expected.txt: Added.
56022         * storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html: Added.
56023         * storage/resources/storage-close-idle-localstorage-databases-immediately.html: Added.
56024
56025 2012-12-02  Sheriff Bot  <webkit.review.bot@gmail.com>
56026
56027         Unreviewed, rolling out r136236.
56028         http://trac.webkit.org/changeset/136236
56029         https://bugs.webkit.org/show_bug.cgi?id=103833
56030
56031         [chromium] Flakey crashes in SpeechRecognitionEvent::emma
56032         during GC. (Requested by mkwst on #webkit).
56033
56034         * fast/speech/scripted/emma-expected.txt:
56035         * fast/speech/scripted/emma.html:
56036         * fast/speech/scripted/speechrecognition-basics-expected.txt:
56037         * fast/speech/scripted/speechrecognition-basics.html:
56038
56039 2012-12-01  Mike West  <mkwst@chromium.org>
56040
56041         [chromium] Unreviewed gardening. Skipping crashing tests.
56042
56043         The DEPS roll containing r170422 is causing three crashes cross-platform
56044         in the Chromium port. Skipping them here, filed crbug.com/163785 to fix.
56045
56046         * platform/chromium/TestExpectations:
56047             Marked media/encrypted-media/encrypted-media-events.html,
56048             media/encrypted-media/encrypted-media-not-loaded.html, and
56049             media/encrypted-media/encrypted-media-syntax.html as crashing.
56050
56051 2012-12-01  Mike West  <mkwst@chromium.org>
56052
56053         [chromium] Unreviewed gardening. Skipping calendar-picker-datetime-with-step.html.
56054
56055         It looks like platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html
56056         started failing at midnight PST, December 1st. I don't think it handled
56057         the month change correctly. Filed https://bugs.webkit.org/show_bug.cgi?id=103817
56058         to cover the fix.
56059
56060         * platform/chromium/TestExpectations:
56061
56062 2012-12-01  Mike West  <mkwst@chromium.org>
56063
56064         [gtk] Unreviewed gardening. Skipping CSP 1.1 tests.
56065
56066         The CSP 1.1 tests are failing under GTK after r136305 made the CSP_NEXT
56067         flag runtime enabled. Will fix in webkit.org/b/103810, skipping for now.
56068
56069         * platform/gtk/TestExpectations:
56070             Skipping CSP 1.1 tests.
56071
56072 2012-11-30  Ryosuke Niwa  <rniwa@webkit.org>
56073
56074         Shorten a file name as the test renamed in r136122 is still hosing Chromium Win perf. bot.
56075
56076         * 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.
56077         * 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.
56078         * http/tests/inspector/network/script-as-text-loading-long-url.html:
56079
56080 2012-11-30  Sujin Park  <sujjin.park@gmail.com>
56081
56082         [EFL][WK1] Gardening test cases which are not crashed after r135662
56083         https://bugs.webkit.org/show_bug.cgi?id=103803
56084
56085         Unreviewed, EFL gardening.
56086
56087         * platform/efl-wk1/TestExpectations:
56088
56089 2012-11-30  Jer Noble  <jer.noble@apple.com>
56090
56091         Add support for the 'unpause()' method on MediaController.
56092         https://bugs.webkit.org/show_bug.cgi?id=103751
56093
56094         Reviewed by Eric Carlson.
56095
56096         Add new test for unpause() and playbackState() methods.
56097
56098         * media/media-controller-unpause.html:
56099         * media/media-controller-unpause-expected.txt:
56100         * media/media-controller-playback.html:
56101         * media/media-controller-playback-expected.txt:
56102
56103 2012-11-30  Zhenyao Mo  <zmo@google.com>
56104
56105         Unreviewed, webkit gardening, fix webkit lint.
56106
56107         * platform/chromium/TestExpectations:
56108
56109 2012-11-30  Simon Fraser  <simon.fraser@apple.com>
56110
56111         Use the correct path to a test in TestExpectations.
56112
56113         * platform/chromium/TestExpectations:
56114
56115 2012-11-30  Simon Fraser  <simon.fraser@apple.com>
56116
56117         Make RenderLayer::updateLayerPosition() private
56118         https://bugs.webkit.org/show_bug.cgi?id=102624
56119
56120         Reviewed by Ryosuke Niwa.
56121
56122         New results with correctly computed event offsets.
56123
56124         * fast/events/stopPropagation-submit-expected.txt:
56125
56126 2012-11-30  Sheriff Bot  <webkit.review.bot@gmail.com>
56127
56128         Unreviewed, rolling out r136142.
56129         http://trac.webkit.org/changeset/136142
56130         https://bugs.webkit.org/show_bug.cgi?id=103768
56131
56132         break a bunch of interactive_ui_tests in chromium win
56133         (Requested by zhenyao_home on #webkit).
56134
56135         * fast/ruby/position-after.html: Removed.
56136         * platform/mac/fast/ruby/position-after-expected.png: Removed.
56137         * platform/mac/fast/ruby/position-after-expected.txt: Removed.
56138
56139 2012-11-30  Stephen Chenney  <schenney@chromium.org>
56140
56141         [Chromium] Rebaselining tests affected by recent Skia changes
56142
56143         Unreviewed test expectations updates.
56144
56145         Due to the Win7 builders being so far behind, some Win7 expectations may be wrong.
56146         Also fixes https://bugs.webkit.org/show_bug.cgi?id=103722
56147
56148         * platform/chromium-linux-x86/svg/transforms: Added.
56149         * platform/chromium-linux-x86/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
56150         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
56151         * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Removed.
56152         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
56153         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
56154         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
56155         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
56156         * platform/chromium-mac-lion/fast/box-shadow/inset-expected.png:
56157         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
56158         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png:
56159         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
56160         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png:
56161         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
56162         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
56163         * platform/chromium-mac-lion/fast/transforms/transformed-focused-text-input-expected.png:
56164         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
56165         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56166         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
56167         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
56168         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
56169         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
56170         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
56171         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
56172         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
56173         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
56174         * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
56175         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
56176         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
56177         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
56178         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
56179         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
56180         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
56181         * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
56182         * platform/chromium-mac-lion/svg/custom/pattern-rotate-expected.png:
56183         * platform/chromium-mac-lion/svg/custom/stroke-width-large-expected.png:
56184         * platform/chromium-mac-lion/svg/custom/use-transform-expected.png:
56185         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
56186         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
56187         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
56188         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
56189         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
56190         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
56191         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
56192         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
56193         * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
56194         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
56195         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56196         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
56197         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
56198         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
56199         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
56200         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
56201         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
56202         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
56203         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
56204         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
56205         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
56206         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
56207         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
56208         * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.png:
56209         * platform/chromium-mac-snowleopard/svg/custom/stroke-width-large-expected.png:
56210         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
56211         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
56212         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
56213         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
56214         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
56215         * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
56216         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
56217         * platform/chromium-mac/fast/box-shadow/inset-expected.png:
56218         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
56219         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
56220         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
56221         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
56222         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
56223         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
56224         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
56225         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png:
56226         * platform/chromium-mac/fast/transforms/shadows-expected.png:
56227         * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
56228         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
56229         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56230         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
56231         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
56232         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
56233         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
56234         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
56235         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
56236         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
56237         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
56238         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
56239         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
56240         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
56241         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
56242         * platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
56243         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
56244         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
56245         * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
56246         * platform/chromium-mac/svg/custom/pattern-rotate-expected.png:
56247         * platform/chromium-mac/svg/custom/stroke-width-large-expected.png:
56248         * platform/chromium-mac/svg/custom/use-transform-expected.png:
56249         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
56250         * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
56251         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
56252         * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
56253         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
56254         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
56255         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56256         * platform/chromium-win-xp/platform/chromium/fast/forms/color: Removed.
56257         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
56258         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
56259         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
56260         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
56261         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
56262         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
56263         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
56264         * platform/chromium-win/fast/box-shadow/inset-expected.png:
56265         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
56266         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
56267         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
56268         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
56269         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
56270         * 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.
56271         * platform/chromium-win/fast/transforms/shadows-expected.png:
56272         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
56273         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
56274         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
56275         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
56276         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
56277         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
56278         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
56279         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
56280         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
56281         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
56282         * platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
56283         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
56284         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
56285         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
56286         * platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
56287         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
56288         * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
56289         * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
56290         * platform/chromium-win/svg/custom/pattern-rotate-expected.png:
56291         * platform/chromium-win/svg/custom/stroke-width-large-expected.png:
56292         * platform/chromium-win/svg/custom/use-transform-expected.png:
56293         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
56294         * platform/chromium/TestExpectations:
56295
56296 2012-11-30  James Simonsen  <simonjam@chromium.org>
56297
56298         Report CSS as initiator instead of elements, except body
56299         https://bugs.webkit.org/show_bug.cgi?id=103546
56300
56301         Reviewed by Tony Gentilcore.
56302
56303         * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Rebaseline to match new behavior.
56304
56305 2012-11-30  Michelangelo De Simone  <michelangelo@webkit.org>
56306
56307         [CSS Shaders] Clamp input colors before blending
56308         https://bugs.webkit.org/show_bug.cgi?id=98962
56309
56310         Reviewed by Dean Jackson.
56311
56312         Test to check the correct clamping of color values.
56313
56314         * css3/filters/custom/custom-filter-color-clamping-expected.html: Added.
56315         * css3/filters/custom/custom-filter-color-clamping-negative-expected.html: Added.
56316         * css3/filters/custom/custom-filter-color-clamping-negative.html: Added.
56317         * css3/filters/custom/custom-filter-color-clamping.html: Added.
56318         * css3/filters/resources/custom-filter-color-clamping-negative.fs: Added.
56319         * css3/filters/resources/custom-filter-color-clamping.fs: Added.
56320
56321 2012-11-30  Abhishek Arya  <inferno@chromium.org>
56322
56323         Crash due to intruding float not removed after writing mode changed.
56324         https://bugs.webkit.org/show_bug.cgi?id=100149
56325
56326         Reviewed by Levi Weintraub.
56327
56328         * fast/block/float/intruding-float-not-removed-writing-mode-expected.txt: Added.
56329         * fast/block/float/intruding-float-not-removed-writing-mode.xhtml: Added.
56330
56331 2012-11-30  Florin Malita  <fmalita@chromium.org>
56332
56333         SVG pattern data deleted while in use
56334         https://bugs.webkit.org/show_bug.cgi?id=103415
56335
56336         Reviewed by Dirk Schulze.
56337
56338         * svg/custom/large-image-pattern-crash-expected.txt: Added.
56339         * svg/custom/large-image-pattern-crash.html: Added.
56340
56341 2012-11-30  Stephen Chenney  <schenney@chromium.org>
56342
56343         [Chromium] Fixing TestExpectations
56344
56345         Unreviewed fix to pass lint
56346
56347         * platform/chromium/TestExpectations:
56348
56349 2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
56350
56351         [EFL] Skip failing test editing/selection/caret-alignment-for-vertical-text.html
56352         https://bugs.webkit.org/show_bug.cgi?id=103741
56353
56354         Unreviewed, EFL gardening.
56355
56356         Skip failing test editing/selection/caret-alignment-for-vertical-text.html
56357         until bug 103740 is fixed.
56358
56359         * platform/efl/TestExpectations:
56360
56361 2012-11-29  Tommy Widenflycht  <tommyw@google.com>
56362
56363         Speech Recognition API: Update SpeechRecognitionEvent to match the specification
56364         https://bugs.webkit.org/show_bug.cgi?id=103407
56365
56366         Reviewed by Adam Barth.
56367
56368         Updating tests.
56369
56370         * fast/speech/scripted/emma-expected.txt:
56371         * fast/speech/scripted/emma.html:
56372         * fast/speech/scripted/speechrecognition-basics-expected.txt:
56373         * fast/speech/scripted/speechrecognition-basics.html:
56374
56375 2012-11-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
56376
56377         [WK2] TiledBackingStore: Frame view re-layouts with wrong Fixed Visible Content Rect.
56378         https://bugs.webkit.org/show_bug.cgi?id=103428
56379
56380         Reviewed by Kenneth Rohde Christiansen.
56381
56382         Unskipped corresponding test cases for EFL WK2.
56383
56384         * platform/efl-wk2/TestExpectations:
56385
56386 2012-11-30  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
56387
56388         [EFL] Gardening after r136031 and r136142
56389         https://bugs.webkit.org/show_bug.cgi?id=103734
56390
56391         Unreviewed, EFL gardening.
56392
56393         Add baselines for new test fast/ruby/position-after.html. Also
56394         unskip passing tests.
56395
56396         * platform/efl/TestExpectations:
56397         * platform/efl/fast/ruby/position-after-expected.png: Added.
56398         * platform/efl/fast/ruby/position-after-expected.txt: Added.
56399
56400 2012-11-30  Arpita Bahuguna  <arpitabahuguna@gmail.com>
56401
56402         Caret is painted horizontally in vertical writing mode when there are no visible text
56403         https://bugs.webkit.org/show_bug.cgi?id=102359
56404
56405         Reviewed by Ryosuke Niwa.
56406
56407         * editing/selection/caret-alignment-for-vertical-text-expected.txt: Added.
56408         * editing/selection/caret-alignment-for-vertical-text.html: Added.
56409         Test to verify that the orientation of the caret on an empty vertical text
56410         line or container is same as that for a non-empty container.
56411
56412 2012-11-30  Nandor Huszka  <hnandor@inf.u-szeged.hu>
56413
56414         [Qt] Unreviewed gardening.
56415
56416         Add expected results for a new test.
56417
56418         * platform/qt/fast/ruby/position-after-expected.png: Added.
56419         * platform/qt/fast/ruby/position-after-expected.txt: Added.
56420
56421 2012-11-30  Kent Tamura  <tkent@chromium.org>
56422
56423         [Chromium] Layout Test fast/forms/*-multiple-fields/*-multiple-fields-preserve-value-after-history-back.html is failing
56424         https://bugs.webkit.org/show_bug.cgi?id=96720
56425
56426         Reviewed by Kentaro Hara.
56427
56428         We should start tests after js-test-post.js loading to avoid missing
56429         testRunner.waitUntilDone calls.
56430
56431         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html:
56432         Make the outer switch a function to be called window.onload, and stop to
56433         remove the iframe because the script in the iframe calls notifyDone.
56434         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html:
56435         Ditto.
56436         * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html:
56437         Ditto.
56438         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html:
56439         Ditto.
56440         * platform/chromium/TestExpectations:
56441         Move the line for
56442         week-multiple-fields-preserve-value-after-history-back.html near to
56443         others. We don't remove these expectations yet just in case.
56444
56445 2012-11-30  Alexander Pavlov  <apavlov@chromium.org>
56446
56447         [Chromium] Unreviewed, fast/text/line-initial-and-final-swashes.html missing expectations on XP after r136153.
56448
56449         * platform/chromium/TestExpectations:
56450
56451 2012-11-30  Takashi Sakamoto  <tasak@google.com>
56452
56453         Unreviewed, WebKit gardening.
56454
56455         * platform/chromium/TestExpectations:
56456
56457 2012-11-30  Keishi Hattori  <keishi@webkit.org>
56458
56459         Layout Test fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html is failing
56460         https://bugs.webkit.org/show_bug.cgi?id=103713
56461
56462         Unreviewed.
56463
56464         Rebaselining month-multiple-fields-preserve-value-after-history-back.html for Windows.
56465
56466         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
56467         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
56468
56469 2012-11-29  Keishi Hattori  <keishi@webkit.org>
56470
56471         Better type ahead for DateTimeSymbolicFieldElement
56472         https://bugs.webkit.org/show_bug.cgi?id=103031
56473
56474         Reviewed by Kent Tamura.
56475
56476         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
56477         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.
56478
56479 2012-11-29  Keishi Hattori  <keishi@webkit.org>
56480
56481         Add month-multiple-fields tests
56482         https://bugs.webkit.org/show_bug.cgi?id=102046
56483
56484         Reviewed by Kent Tamura.
56485
56486         Adding tests for multiple field <input type=month>.
56487
56488         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt: Added.
56489         * fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html: Added.
56490         * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification-expected.txt: Added.
56491         * fast/forms/month-multiple-fields/month-multiple-fields-ax-value-changed-notification.html: Added.
56492         * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events-expected.txt: Added.
56493         * fast/forms/month-multiple-fields/month-multiple-fields-blur-and-focus-events.html: Added.
56494         * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value-expected.txt: Added.
56495         * fast/forms/month-multiple-fields/month-multiple-fields-change-layout-by-value.html: Added.
56496         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events-expected.txt: Added.
56497         * fast/forms/month-multiple-fields/month-multiple-fields-mouse-events.html: Added.
56498         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
56499         * fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html: Added.
56500         * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads-expected.txt: Added.
56501         * fast/forms/month-multiple-fields/month-multiple-fields-reset-value-after-reloads.html: Added.
56502         * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
56503         * fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events.html: Added.
56504         * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event-expected.txt: Added.
56505         * fast/forms/month-multiple-fields/month-multiple-fields-wheel-event.html: Added.
56506
56507 2012-11-29  Zhenyao Mo  <zmo@google.com>
56508
56509         Unreviewed, WebKit gardening.
56510
56511         * platform/chromium/TestExpectations:
56512
56513 2012-11-29  John Knottenbelt  <jknotten@chromium.org>
56514
56515         Use GeolocationController's last geoposition as cached position.
56516         https://bugs.webkit.org/show_bug.cgi?id=103540
56517
56518         Reviewed by Benjamin Poulain.
56519
56520         The page's GeolocationController mediates access to the
56521         GeolocationClient for multiple frames' Geolocation instances. This
56522         patch changes the position cache to be on the GeolocationController
56523         rather than on the Geolocation instance.
56524
56525         This fixes a bug where if one frame has has received a fresh
56526         position, then a request for a cached position from a second frame
56527         does not succeed because the Geolocation instance in the second
56528         frame's position cache hasn't received the position update that
56529         went to the first frame.
56530
56531         * fast/dom/Geolocation/cached-position-iframe-expected.txt: Added.
56532         * fast/dom/Geolocation/cached-position-iframe.html: Added.
56533         * fast/dom/Geolocation/resources/cached-position-iframe-inner.html: Added.
56534         * fast/dom/Geolocation/script-tests/cached-position-iframe.js: Added.
56535         (window.onmessage):
56536
56537 2012-11-29  Zhenyao Mo  <zmo@google.com>
56538
56539         Unreviewed, WebKit gardening.
56540
56541         * platform/chromium/TestExpectations:
56542
56543 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56544
56545         [Chromium] Skia rebaseline after we made kSrc_Mode go faster
56546
56547         Unreviewed expectations update.
56548
56549         Some of these are still crashing on Debug.
56550
56551         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
56552         * platform/chromium-mac-lion/svg/carto.net/colourpicker-expected.png:
56553         * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
56554         * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
56555         * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56556         * platform/chromium-mac-snowleopard/svg/carto.net/colourpicker-expected.png:
56557         * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
56558         * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
56559         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56560         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
56561         * platform/chromium-mac/svg/carto.net/colourpicker-expected.png:
56562         * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
56563         * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
56564         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
56565         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56566         * platform/chromium-win-xp/svg/carto.net: Added.
56567         * platform/chromium-win-xp/svg/carto.net/colourpicker-expected.png: Added.
56568         * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56569         * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
56570         * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
56571         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
56572         * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
56573         * platform/chromium/TestExpectations:
56574
56575 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56576
56577         [Chromium] Rebaseline after removed double drawing of clipped hairlines at edges
56578
56579         Unreviewed expectations update
56580
56581         * platform/chromium-linux-x86/svg/hixie/perf/003-expected.png: Removed.
56582         * platform/chromium-mac-lion/fast/repaint/list-marker-expected.png: Added.
56583         * platform/chromium-mac-lion/svg/hixie/perf/001-expected.png: Added.
56584         * platform/chromium-mac-lion/svg/hixie/perf/002-expected.png: Added.
56585         * platform/chromium-mac-lion/svg/hixie/perf/003-expected.png:
56586         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
56587         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
56588         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
56589         * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.png:
56590         * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.png:
56591         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
56592         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
56593         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
56594         * platform/chromium-mac/svg/hixie/perf/001-expected.png:
56595         * platform/chromium-mac/svg/hixie/perf/002-expected.png:
56596         * platform/chromium-mac/svg/hixie/perf/003-expected.png:
56597         * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
56598         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
56599         * platform/chromium-win/fast/repaint/list-marker-expected.png:
56600         * platform/chromium-win/svg/hixie/perf/001-expected.png:
56601         * platform/chromium-win/svg/hixie/perf/002-expected.png:
56602         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
56603         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
56604         * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
56605         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
56606         * svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
56607
56608 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56609
56610         [Chromium] Rebaseline after SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX was removed
56611
56612         Unreviewed test expectations update.
56613
56614         * platform/chromium-linux-x86/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Removed.
56615         * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Removed.
56616         * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png:
56617         * platform/chromium-mac-lion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
56618         * platform/chromium-mac-lion/fast/borders/border-image-rotate-transform-expected.png: Added.
56619         * platform/chromium-mac-lion/fast/forms/select-style-expected.png: Added.
56620         * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png: Added.
56621         * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png: Added.
56622         * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
56623         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
56624         * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
56625         * platform/chromium-mac-snowleopard/fast/forms/select-style-expected.png:
56626         * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
56627         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
56628         * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
56629         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
56630         * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
56631         * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
56632         * platform/chromium-mac/fast/forms/select-style-expected.png:
56633         * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
56634         * platform/chromium-mac/svg/custom/focus-ring-expected.png:
56635         * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
56636         * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Removed.
56637         * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
56638         * platform/chromium-win/fast/borders/border-image-rotate-transform-expected.png:
56639         * platform/chromium-win/fast/borders/borderRadiusDashed06-expected.png:
56640         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
56641         * platform/chromium-win/svg/custom/focus-ring-expected.png:
56642         * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
56643         * platform/chromium/TestExpectations:
56644
56645 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56646
56647         [Chromium] Expectations update
56648
56649         Unreviewed expectation.
56650
56651         These expectations seem to have been rebaselined in error or missed
56652         being rebaselined during the great Skia rebaseline of Thanksgiving
56653         Day. This fixes some failing expectations and removes some incorrect
56654         expectations that crept in.
56655
56656         * fast/repaint/bugzilla-6278-expected.png: Added.
56657         * fast/repaint/invisible-objects-expected.png: Added.
56658         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
56659         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
56660         * platform/chromium-mac-lion/fast/repaint/bugzilla-6278-expected.png: Added.
56661         * platform/chromium-mac-lion/fast/repaint/invisible-objects-expected.png: Removed.
56662         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
56663         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
56664         * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-6278-expected.png: Added.
56665         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Removed.
56666         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
56667         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
56668         * platform/chromium-mac/fast/repaint/bugzilla-6278-expected.png: Added.
56669         * platform/chromium-mac/fast/repaint/iframe-scroll-repaint-expected.png: Added.
56670         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png:
56671         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png:
56672         * platform/chromium-win/fast/repaint/body-background-image-expected.png:
56673         * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
56674         * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
56675         * platform/chromium-win/fast/repaint/invisible-objects-expected.png: Added.
56676         * platform/chromium-win/fast/text/font-initial-expected.png:
56677         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Removed.
56678         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
56679         * platform/chromium/TestExpectations:
56680         * platform/chromium/fast/js/date-toisostring-expected.txt: Removed.
56681         * platform/chromium/fast/js/toString-and-valueOf-override-expected.txt: Removed.
56682         * platform/chromium/fast/repaint/bugzilla-6278-expected.png: Removed.
56683         * platform/chromium/fast/repaint/iframe-scroll-repaint-expected.png: Removed.
56684         * platform/chromium/fast/repaint/invisible-objects-expected.png: Removed.
56685         * platform/chromium/svg/custom/getBBox-path-expected.txt: Removed.
56686         * platform/chromium/svg/custom/global-constructors-expected.txt: Removed.
56687         * platform/efl/fast/repaint/bugzilla-6278-expected.png: Removed.
56688         * platform/efl/fast/repaint/invisible-objects-expected.png: Removed.
56689         * platform/gtk/fast/repaint/bugzilla-6278-expected.png: Removed.
56690         * platform/gtk/fast/repaint/invisible-objects-expected.png: Removed.
56691
56692 2012-11-28  Daniel Bates  <dbates@webkit.org>
56693
56694         [Chromium] LayoutTests/fast/js/string-replacement-outofmemory.html crashes
56695         https://bugs.webkit.org/show_bug.cgi?id=103348
56696
56697         Reviewed by Abhishek Arya.
56698
56699         Add a comment to explain that the crash is expected and is performed in an
56700         orderly fashion.
56701
56702         * platform/chromium/TestExpectations:
56703
56704 2012-11-29  Dan Bernstein  <mitz@apple.com>
56705
56706         <rdar://problem/12771885> Support ruby-position: {before, after}
56707         https://bugs.webkit.org/show_bug.cgi?id=103569
56708
56709         Reviewed by Anders Carlsson.
56710
56711         * fast/ruby/position-after.html: Added.
56712         * platform/mac/fast/ruby/position-after-expected.png: Added.
56713         * platform/mac/fast/ruby/position-after-expected.txt: Added.
56714
56715 2012-11-29  Mike West  <mkwst@chromium.org>
56716
56717         Typo in 'autofocus' sandboxing error message.
56718         https://bugs.webkit.org/show_bug.cgi?id=103616
56719
56720         Reviewed by Jochen Eisinger.
56721
56722         * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
56723
56724 2012-11-29  Hajime Morrita  <morrita@google.com>
56725
56726         HTMLMediaElement's .textTracks property does not reflect <track> element
56727         https://bugs.webkit.org/show_bug.cgi?id=103420
56728         
56729         Reviewed by Eric Carlson.
56730
56731         * media/track/track-node-add-remove-expected.txt: Added.
56732         * media/track/track-node-add-remove.html: Added.
56733
56734 2012-11-29  Alexander Pavlov  <apavlov@chromium.org>
56735
56736         [Chromium] Unreviewed, update Mac expectation after r136128.
56737
56738         * platform/chromium/TestExpectations:
56739
56740 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56741
56742         Unreviewed Chromium expectations cleanup
56743
56744         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
56745         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
56746         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
56747         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Removed. Should not have been added ever.
56748         * platform/chromium-win/fast/css/font-weight-1-expected.png: Removed. Should not have been added ever.
56749         * platform/chromium/TestExpectations: Removed tests now passing
56750         * platform/chromium/fast/css/font-weight-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/css/font-weight-1-expected.png.
56751
56752 2012-11-29  Stephen Chenney  <schenney@chromium.org>
56753
56754         Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
56755         https://bugs.webkit.org/show_bug.cgi?id=103375
56756
56757         Unreviewed expectations update.
56758
56759         The test is no longer flakey after yeterdays test modification.
56760
56761         * platform/chromium/TestExpectations:
56762
56763 2012-11-29  KwangYong Choi  <ky0.choi@samsung.com>
56764
56765         [EFL] Remove duplicated entries from efl-wk1/TestExpectations
56766         https://bugs.webkit.org/show_bug.cgi?id=103236
56767
56768         Unreviewed. These entries exist in efl/TestExpectations. Remove duplication.
56769
56770         * platform/efl-wk1/TestExpectations:
56771
56772 2012-11-29  Mike West  <mkwst@chromium.org>
56773
56774         Layout Test http/tests/inspector/network/script-as-text-loading-long-url.html is failing
56775         https://bugs.webkit.org/show_bug.cgi?id=103619
56776
56777         Reviewed by Alexander Pavlov.
56778
56779         Windows doesn't like loooong filenames.
56780
56781         * 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.
56782         * http/tests/inspector/network/script-as-text-loading-long-url.html:
56783         * platform/chromium/TestExpectations:
56784             Unskipping the test on XP.
56785
56786 2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>
56787
56788         [EFL][WK2] flaky reftests after r135935
56789         https://bugs.webkit.org/show_bug.cgi?id=103618
56790
56791         Unreviewed gardening, mark more reftests flaky after r135935.
56792
56793         * platform/efl-wk2/TestExpectations:
56794
56795 2012-11-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>
56796
56797         [Qt] Unreviewed gardening.
56798         Rebase 3 tests. Skip one test because it needs Qt implementation.
56799
56800         * platform/qt/TestExpectations:
56801         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
56802         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
56803         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
56804
56805 2012-11-29  Jussi Kukkonen  <jussi.kukkonen@intel.com>
56806
56807         [EFL] remove failure expectations from passing tests
56808         https://bugs.webkit.org/show_bug.cgi?id=103523
56809
56810         Unreviewed gardening, remove failure expectations:
56811         http/tests/security/isolatedWorld/world-reuse.html was fixed in
56812         r135871 and the rest have been passing for a long while according
56813         to flakiness dashboard.
56814
56815         * platform/efl-wk2/TestExpectations:
56816         * platform/efl/TestExpectations:
56817
56818 2012-11-29  Sheriff Bot  <webkit.review.bot@gmail.com>
56819
56820         Unreviewed, rolling out r136111.
56821         http://trac.webkit.org/changeset/136111
56822         https://bugs.webkit.org/show_bug.cgi?id=103620
56823
56824         Broke compilation on Mac (unused private field m_matchMode)
56825         (Requested by apavlov on #webkit).
56826
56827         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
56828         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
56829
56830 2012-11-29  Mike West  <mkwst@chromium.org>
56831
56832         [Chromium] Unreviewed gardening.
56833
56834         * platform/chromium/TestExpectations:
56835             Skipping 'http/tests/inspector/network/script-as-text-loading-long-url.html'
56836             on WinXP.
56837
56838 2012-11-29  Keishi Hattori  <keishi@webkit.org>
56839
56840         Better type ahead for DateTimeSymbolicFieldElement
56841         https://bugs.webkit.org/show_bug.cgi?id=103031
56842
56843         Reviewed by Kent Tamura.
56844
56845         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
56846         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added tests for typeahead.
56847
56848 2012-11-29  Kent Tamura  <tkent@chromium.org>
56849
56850         Convert *-appearance-pseudo-classes.html to dumpAsText tests
56851         https://bugs.webkit.org/show_bug.cgi?id=103602
56852
56853         Reviewed by Kentaro Hara.
56854
56855         fast/forms/*/*-appearance-pseudo-classes.html doesn't need to be a pixel
56856         test because "how css properties are applied" is tested in
56857         fast/forms/*/*-appearance-basic.html. Checking querySelectorAll result
56858         is enough to check pseudo classes support, and we can convert the test
56859         to a dumpAsText test. We imporve test coverage in the new dumpAsText tests.
56860
56861         Also, this patch adds missing datetimelocal-pseudo-classes.html.
56862
56863         * fast/forms/date/date-pseudo-classes-expected.txt:
56864         * fast/forms/date/date-pseudo-classes.html: Add :in-range -> :out-of-range cases.
56865         * fast/forms/datetimelocal/datetimelocal-pseudo-classes-expected.txt: Added.
56866         * fast/forms/datetimelocal/datetimelocal-pseudo-classes.html: Added.
56867         * fast/forms/month/month-appearance-pseudo-classes-expected.txt: Removed.
56868         * fast/forms/month/month-appearance-pseudo-classes.html: Removed.
56869         * fast/forms/month/month-pseudo-classes-expected.txt: Added.
56870         * fast/forms/month/month-pseudo-classes.html: Added.
56871         * fast/forms/time/time-appearance-pseudo-classes-expected.txt: Removed.
56872         * fast/forms/time/time-appearance-pseudo-classes.html: Removed.
56873         * fast/forms/time/time-pseudo-classes-expected.txt: Added.
56874         * fast/forms/time/time-pseudo-classes.html: Added.
56875         * fast/forms/week/week-appearance-pseudo-classes-expected.txt: Removed.
56876         * fast/forms/week/week-appearance-pseudo-classes.html: Removed.
56877         * fast/forms/week/week-pseudo-classes-expected.txt: Added.
56878         * fast/forms/week/week-pseudo-classes.html: Added.
56879         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56880         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56881         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56882         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56883         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56884         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56885         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56886         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56887         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56888         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56889         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56890         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56891         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png: Removed.
56892         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png: Removed.
56893         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png: Removed.
56894
56895 2012-11-29  Alexander Pavlov  <apavlov@chromium.org>
56896
56897         [Chromium] Unreviewed, mark fast/regions tests failing after r136045 as failing, since they are actually reftests.
56898
56899         * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Removed.
56900         * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Removed.
56901         * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Removed.
56902         * platform/chromium/TestExpectations:
56903
56904 2012-11-29  Andrei Bucur  <abucur@adobe.com>
56905
56906         [CSS Regions] Fix content node renderers ordering inside the named flow thread
56907         https://bugs.webkit.org/show_bug.cgi?id=103501
56908
56909         Reviewed by David Hyatt.
56910
56911         The first two ref tests cover the issue with incorrectly computing the insertion position for a content node renderer.
56912         The third ref test covers the issue with nextRenderer and previousRenderer skipping valid nodes.
56913
56914         * fast/regions/named-flow-content-order-1-expected.html: Added.
56915         * fast/regions/named-flow-content-order-1.html: Added.
56916         * fast/regions/named-flow-content-order-2-expected.html: Added.
56917         * fast/regions/named-flow-content-order-2.html: Added.
56918         * fast/regions/named-flow-content-order-3-expected.html: Added.
56919         * fast/regions/named-flow-content-order-3.html: Added.
56920
56921 2012-11-28  Mike West  <mkwst@chromium.org>
56922
56923         Add a test to ensure that 'seamless' iframes do not inherit contenteditable.
56924         https://bugs.webkit.org/show_bug.cgi?id=95890
56925
56926         Reviewed by Ojan Vafai.
56927
56928         * fast/frames/seamless/seamless-contenteditable-not-inherited-expected.txt: Added.
56929         * fast/frames/seamless/seamless-contenteditable-not-inherited.html: Added.
56930
56931 2012-11-28  Mike West  <mkwst@chromium.org>
56932
56933         Web Inspector: Console message's anchor element should be trimmed for readability.
56934         https://bugs.webkit.org/show_bug.cgi?id=100095
56935
56936         Reviewed by Pavel Feldman.
56937
56938         * 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.
56939         * http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
56940         * http/tests/inspector/network/script-as-text-loading-long-url.html: Added.
56941         * platform/chromium/http/tests/inspector/network/script-as-text-loading-long-url-expected.txt: Added.
56942             JSC vs V8.
56943
56944 012-11-28  Alexander Pavlov  <apavlov@chromium.org>
56945
56946         [Chromium] Unreviewed, rebaseline CSS regions test expectations for Mac 10.8 after r136045.
56947
56948         * platform/chromium-mac/fast/regions/autoheight-dynamic-update-expected.png: Added.
56949         * platform/chromium-mac/fast/regions/firstletter-inside-flowthread-expected.png: Added.
56950         * platform/chromium-mac/fast/regions/listmarker-inside-flowthread-expected.png: Added.
56951
56952 2012-11-28  Hajime Morrita  <morrita@google.com>
56953
56954         [Shadow DOM] Element.createShadowRoot() should be prefixed.
56955         https://bugs.webkit.org/show_bug.cgi?id=103595
56956
56957         Reviewed by Kentaro Hara.
56958
56959         * fast/dom/shadow/shadow-aware-create-shadow-root.html:
56960
56961 2012-11-28  Hayato Ito <hayato@chromium.org>
56962
56963         Test the return value from Node::compareDocumentPositionMake more strictly.
56964         https://bugs.webkit.org/show_bug.cgi?id=103590
56965
56966         Reviewed by Dimitri Glazkov.
56967
56968         * fast/dom/shadow/compare-document-position-expected.txt:
56969         * fast/dom/shadow/compare-document-position.html:
56970
56971 2012-11-28  Yael Aharon  <yael.aharon@intel.com>
56972
56973         [EFL][WK2] input-with-validation-without-shadow.html makes following tests crash after r135935
56974         https://bugs.webkit.org/show_bug.cgi?id=103508
56975
56976         Reviewed by Kent Tamura.
56977
56978         Do not submit the form in the ref test, as it is also not submitted by the
56979         original test. This also fixes the timeout in EFL's tests.
56980         Remove the test from TestEexpectations as the test is passing now.
56981
56982         * fast/dom/shadow/input-with-validation-without-shadow-expected.html:
56983         * platform/efl-wk2/TestExpectations:
56984
56985 2012-11-28  Hayato Ito  <hayato@chromium.org>
56986
56987         Node::compareDocumentPosition returns wrong value for a node in the different shadow tree.
56988         https://bugs.webkit.org/show_bug.cgi?id=103502
56989
56990         Reviewed by Dimitri Glazkov.
56991
56992         * fast/dom/shadow/compare-document-position-expected.txt: Added.
56993         * fast/dom/shadow/compare-document-position.html: Added.
56994
56995 2012-11-28  Noel Gordon  <noel.gordon@gmail.com>
56996
56997         Unreviewed test fix: chromium/fast/storage/serialized-script-value.html
56998
56999         This test produces an undefined error if the test fails.
57000
57001         * platform/chromium/fast/storage/serialized-script-value.html: Use bufferView
57002         instead of view (view is not defined).
57003
57004 2012-11-28  Joshua Bell  <jsbell@chromium.org>
57005
57006         [Chromium] IndexedDB: Assert/crash in indexing layout tests in content_shell
57007         https://bugs.webkit.org/show_bug.cgi?id=103562
57008
57009         Reviewed by Tony Chang.
57010
57011         Fix an expectation glitch that may arise in multi-process ports (an error on
57012         the open request may arrive before logging has stopped; safe to ignore it).
57013
57014         * storage/indexeddb/resources/transaction-error.js:
57015
57016 2012-11-23  Dirk Schulze  <krit@webkit.org>
57017
57018         Remove -webkit-mask-attachment
57019         https://bugs.webkit.org/show_bug.cgi?id=67137
57020
57021         Reviewed by David Hyatt.
57022
57023         Added negative tests for '-webkit-mask' shorthand property attachment keywords.
57024
57025         * fast/css/getComputedStyle/computed-style-expected.txt: 
57026         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
57027         * fast/css/remove-shorthand.html: Corrected syntax for -webkit-mask test.
57028         * fast/masking/parsing-mask-expected.txt:
57029         * fast/masking/parsing-mask.html: Added negative tests for attachment property keywords.
57030         * svg/css/getComputedStyle-basic-expected.txt:
57031
57032 2012-11-28  Kenichi Ishibashi  <bashi@chromium.org>
57033
57034         StyleResolver should not set NaN to font size
57035         https://bugs.webkit.org/show_bug.cgi?id=99506
57036
57037         Reviewed by Abhishek Arya.
57038
57039         * fast/css/font-size-nan-expected.txt: Added.
57040         * fast/css/font-size-nan.svg: Added.
57041
57042 2012-11-23  Dirk Schulze  <krit@webkit.org>
57043
57044         CSS parser does not support -webkit-mask-size for -webkit-mask shorthand
57045         https://bugs.webkit.org/show_bug.cgi?id=103020
57046
57047         Reviewed by David Hyatt.
57048
57049         Added new subtests to exisiting test for the changed syntax of '-webkit-mask' shorthand property.
57050
57051         * fast/masking/parsing-mask-expected.txt:
57052         * fast/masking/parsing-mask.html:
57053
57054 2012-11-28  Tom Sepez  <tsepez@chromium.org>
57055
57056         XSSAuditor bypass with script src=data: URL ending in <!--
57057         https://bugs.webkit.org/show_bug.cgi?id=103548
57058
57059         Reviewed by Adam Barth.
57060
57061         * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt: Added.
57062         * http/tests/security/xssAuditor/script-tag-with-source-data-url3.html: Added.
57063
57064 2012-11-28  Abhishek Arya  <inferno@chromium.org>
57065
57066         Heap-use-after-free in WebCore::RenderLayerModelObject::hasSelfPaintingLayer
57067         https://bugs.webkit.org/show_bug.cgi?id=101970
57068
57069         Reviewed by David Hyatt.
57070
57071         * fast/block/float/float-not-removed-from-pre-block-expected.txt: Added.
57072         * fast/block/float/float-not-removed-from-pre-block.html: Added.
57073
57074 2012-11-28  Tony Chang  <tony@chromium.org>
57075
57076         Move internals.settings.setPageScaleFactor to internals.setPageScaleFactor
57077         https://bugs.webkit.org/show_bug.cgi?id=103559
57078
57079         Reviewed by Jochen Eisinger.
57080
57081         This method doesn't alter the Settings object, so move it to internals.
57082         Update the tests to call the right version.
57083
57084         * compositing/geometry/fixed-position-composited-page-scale-down.html:
57085         * compositing/geometry/fixed-position-composited-page-scale-scroll.html:
57086         * compositing/geometry/fixed-position-composited-page-scale.html:
57087         * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
57088         * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
57089         * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
57090         * compositing/geometry/fixed-position-transform-composited-page-scale.html:
57091         * compositing/overflow/overflow-scaled-descendant-overlapping.html:
57092         * compositing/repaint/page-scale-repaint.html:
57093         * compositing/scaling/tiled-layer-recursion.html:
57094         * fast/dom/Element/scale-page-bounding-client-rect-in-frame.html:
57095         * fast/dom/Element/scale-page-bounding-client-rect.html:
57096         * fast/dom/Element/scale-page-client-rects-in-frame.html:
57097         * fast/dom/Element/scale-page-client-rects.html:
57098         * fast/dom/Range/scale-page-bounding-client-rect.html:
57099         * fast/dom/Range/scale-page-client-rects.html:
57100         * fast/dom/elementFromPoint-scaled-scrolled.html:
57101         * fast/dom/iframe-inner-size-scaling.html:
57102         * fast/dom/window-inner-size-scaling.html:
57103         * fast/dom/window-scroll-scaling.html:
57104         * fast/events/scale-and-scroll-body.html:
57105         * fast/events/scale-and-scroll-iframe-body.html:
57106         * fast/events/scale-and-scroll-iframe-window.html:
57107         * fast/events/scale-and-scroll-window.html:
57108         * fast/events/script-tests/page-scaled-mouse-click-iframe.js:
57109         (iframeLoaded):
57110         * fast/events/script-tests/page-scaled-mouse-click.js:
57111         * fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
57112         * fast/events/touch/page-scaled-touch-gesture-click.html:
57113         * fast/events/touch/touch-scaled-scrolled.html:
57114         * fast/frames/frame-set-rotation-hit.html:
57115         * fast/frames/frame-set-scaling-hit.html:
57116         * fast/frames/iframe-double-scale-contents.html:
57117         * fast/repaint/background-scaling.html:
57118         * fast/repaint/scale-page-shrink.html:
57119         * fast/text/descent-clip-in-scaled-page-expected.html:
57120         * fast/text/descent-clip-in-scaled-page.html:
57121         * fast/transforms/selection-bounds-in-transformed-view.html:
57122         * inspector/elements/highlight-node-scaled.html:
57123         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html:
57124         * svg/as-image/image-respects-pageScaleFactor-change.html:
57125         * svg/as-image/image-respects-pageScaleFactor.html:
57126
57127 2012-11-28  Christophe Dumez  <christophe.dumez@intel.com>
57128
57129         CSS3 Multicolumn: column-span should accept value 'none' (instead of '1')
57130         https://bugs.webkit.org/show_bug.cgi?id=101462
57131
57132         Reviewed by David Hyatt.
57133
57134         Update expected results for several test cases now that the
57135         default value for column-span property was renamed from 1
57136         to none.
57137
57138         * fast/css/getComputedStyle/computed-style-expected.txt:
57139         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
57140         * svg/css/getComputedStyle-basic-expected.txt:
57141
57142 2012-11-28  Stephen Chenney  <schenney@chromium.org>
57143
57144         Chromium TestExpectations minor changes.
57145         https://bugs.webkit.org/show_bug.cgi?id=103148
57146
57147         Unreviewed test expectations changes.
57148
57149         Making some tests flakey rather than actually failing.
57150
57151         * platform/chromium/TestExpectations:
57152
57153 2012-11-28  Roger Fong  <roger_fong@apple.com>
57154
57155         Unreviewed. Skip flaky video test media/W3C/video/readyState/readyState_during_loadedmetadata.html.
57156         https://bugs.webkit.org/show_bug.cgi?id=103442
57157
57158         * platform/win/TestExpectations:
57159
57160 2012-11-28  Anton Vayvod  <avayvod@chromium.org>
57161
57162         Text Autosizing: Clusters should use width of LCA of their text nodes
57163         https://bugs.webkit.org/show_bug.cgi?id=102562
57164
57165         Reviewed by Kenneth Rohde Christiansen.
57166
57167         Many pages set a max-width on their content. So especially for the
57168         RenderView, instead of just taking the width of |cluster| we find
57169         the lowest common ancestor of the first and last descendant text node of
57170         the cluster (i.e. the deepest wrapper block that contains all the text),
57171         and use its width instead.
57172         Had to update a couple of existing tests since the actual width for font
57173         size multiplier calculation has been changed by the patch.
57174
57175         * fast/text-autosizing/cluster-wide-in-narrow-expected.html:
57176         * fast/text-autosizing/cluster-wide-in-narrow.html:
57177         * fast/text-autosizing/cluster-with-narrow-lca-and-cluster-expected.html: Added.
57178         * fast/text-autosizing/cluster-with-narrow-lca-and-cluster.html: Added.
57179         * fast/text-autosizing/cluster-with-narrow-lca-expected.html: Added.
57180         * fast/text-autosizing/cluster-with-narrow-lca.html: Added.
57181         * fast/text-autosizing/cluster-with-wide-lca-expected.html: Added.
57182         * fast/text-autosizing/cluster-with-wide-lca.html: Added.
57183         * fast/text-autosizing/em-margin-border-padding-expected.html:
57184         * fast/text-autosizing/em-margin-border-padding.html:
57185         * fast/text-autosizing/list-item-out-of-flow-expected.html: Added.
57186         * fast/text-autosizing/list-item-out-of-flow.html: Added.
57187         * fast/text-autosizing/wide-child-expected.html:
57188         * fast/text-autosizing/wide-child.html:
57189         * fast/text-autosizing/wide-in-narrow-overflow-scroll-expected.html: Added.
57190         * fast/text-autosizing/wide-in-narrow-overflow-scroll.html: Added.
57191
57192 2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
57193
57194         [CSS Regions] Crash when using hover and first-letter inside a flow-thread
57195         https://bugs.webkit.org/show_bug.cgi?id=102957
57196
57197         Reviewed by David Hyatt.
57198
57199         Added CSS Regions tests for the firstLetter and listMarker render objects that use 
57200         different destroy paths in the code.
57201
57202         * fast/regions/firstletter-inside-flowthread-expected.html: Added.
57203         * fast/regions/firstletter-inside-flowthread.html: Added.
57204         * fast/regions/listmarker-inside-flowthread-expected.html: Added.
57205         * fast/regions/listmarker-inside-flowthread.html: Added.
57206
57207 2012-11-28  Tony Chang  <tony@chromium.org>
57208
57209         Unreviewed, fix duplicate expectation.
57210
57211         * platform/efl-wk1/TestExpectations:
57212
57213 2012-11-28  Pravin D  <pravind.2k4@gmail.com>
57214
57215         LayoutTests/fast/table/css-table-max-height.html failing on Qt Linux
57216         https://bugs.webkit.org/show_bug.cgi?id=103453
57217
57218         Reviewed by Julien Chaffraix.
57219
57220         The testcase failure was due to the difference in the default line-height value
57221         used by Qt-linux port from other ports.
57222
57223         * fast/table/css-table-max-height.html:
57224         * platform/qt/TestExpectations:
57225
57226 2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
57227
57228         [CSS Regions] Auto-height regions will not calculate the height correctly when the content changes dynamically
57229         https://bugs.webkit.org/show_bug.cgi?id=102954
57230
57231         Reviewed by David Hyatt.
57232
57233         Added test to check for auto-height region size update after an element is added to the flow.
57234         In this case the first region will need to resize to accommodate the size of the added elements.
57235
57236         * fast/regions/autoheight-dynamic-update-expected.html: Added.
57237         * fast/regions/autoheight-dynamic-update.html: Added.
57238
57239 2012-11-28  Andrew Scherkus  <scherkus@chromium.org>
57240
57241         [Chromium] Unreviewed. Fixing lint errors introduced in r136030.
57242
57243         * platform/chromium/TestExpectations:
57244
57245 2012-11-28  Alexandru Chiculita  <achicu@adobe.com>
57246
57247         [CSS Regions] InRenderFlowThread returns false in the first setStyle
57248         https://bugs.webkit.org/show_bug.cgi?id=102839
57249
57250         Reviewed by Dave Hyatt.
57251
57252         Added test to check that the composited elements added to a RenderFlowThread are painted correctly.
57253
57254         * fast/repaint/region-painting-composited-element-expected.html: Added.
57255         * fast/repaint/region-painting-composited-element.html: Added.
57256
57257 2012-11-28  Tony Chang  <tony@chromium.org>
57258
57259         Unreviewed, land updated Mac results after track limiter removal.
57260
57261         * fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57262         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57263         * fast/forms/range/input-appearance-range-expected.txt:
57264         * fast/forms/range/slider-padding-expected.txt:
57265         * fast/forms/range/slider-thumb-stylability-expected.txt:
57266         * fast/multicol/client-rects-expected.txt:
57267         * fast/repaint/slider-thumb-drag-release-expected.txt:
57268         * fast/repaint/slider-thumb-float-expected.txt:
57269         * platform/mac/TestExpectations:
57270         * platform/mac/fast/forms/box-shadow-override-expected.txt:
57271         * platform/mac/fast/forms/input-appearance-height-expected.txt:
57272         * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
57273         * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
57274         * platform/mac/media/audio-controls-rendering-expected.txt:
57275         * platform/mac/media/controls-after-reload-expected.txt:
57276         * platform/mac/media/controls-strict-expected.txt:
57277         * platform/mac/media/controls-styling-strict-expected.txt:
57278         * platform/mac/media/controls-without-preload-expected.txt:
57279         * platform/mac/media/video-controls-rendering-expected.txt:
57280         * platform/mac/media/video-display-toggle-expected.txt:
57281         * platform/mac/media/video-no-audio-expected.txt:
57282         * platform/mac/media/video-playing-and-pause-expected.txt:
57283
57284 2012-11-28  Dan Bernstein  <mitz@apple.com>
57285
57286         <rdar://problem/12645085> REGRESSION (r130851): With kerning enabled, a white-space: pre-wrap inline starting with tab+space has the wrong width
57287         https://bugs.webkit.org/show_bug.cgi?id=103541
57288
57289         Reviewed by Anders Carlsson.
57290
57291         * fast/text/tab-with-kerning-expected.html: Added.
57292         * fast/text/tab-with-kerning.html: Added.
57293
57294 2012-11-28  Nate Chapin  <japhet@chromium.org>
57295
57296         Move empty loading to DocumentLoader, simplify FrameLoader::init()
57297         https://bugs.webkit.org/show_bug.cgi?id=101512
57298
57299         Reviewed by Adam Barth.
57300
57301         Don't expect resource load callbacks for empty loads.
57302
57303         * http/tests/inspector/network/network-iframe-load-and-delete.html:
57304         * http/tests/loading/redirect-methods-expected.txt:
57305         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
57306         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
57307         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
57308
57309 2012-11-28  Andrew Scherkus  <scherkus@chromium.org>
57310
57311         [Chromium] Unreviewed. Mark http/tests/media/video-buffered-range-contains-currentTime.html as requiring an image rebaseline.
57312
57313         * platform/chromium/TestExpectations:
57314
57315 2012-11-28  Tony Chang  <tony@chromium.org>
57316
57317         Unreviewed, land updated Chromium results after track limiter removal.
57318
57319         * fast/forms/range/range-thumb-height-percentage-expected.txt:
57320         * platform/chromium-mac-lion/media/video-empty-source-expected.png:
57321         * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
57322         * platform/chromium-mac-snowleopard/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
57323         * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Removed.
57324         * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
57325         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
57326         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
57327         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
57328         * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt: Added.
57329         * 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.
57330         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
57331         * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
57332         * platform/chromium-mac/fast/forms/range/slider-thumb-stylability-expected.txt:
57333         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
57334         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
57335         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
57336         * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Removed.
57337         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
57338         * platform/chromium-mac/media/audio-repaint-expected.txt:
57339         * platform/chromium-mac/media/controls-after-reload-expected.txt:
57340         * platform/chromium-mac/media/controls-strict-expected.txt:
57341         * platform/chromium-mac/media/controls-styling-expected.txt:
57342         * platform/chromium-mac/media/controls-styling-strict-expected.txt:
57343         * platform/chromium-mac/media/controls-without-preload-expected.txt:
57344         * platform/chromium-mac/media/media-controls-clone-expected.txt:
57345         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
57346         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
57347         * platform/chromium-mac/media/video-display-toggle-expected.txt:
57348         * platform/chromium-mac/media/video-empty-source-expected.png:
57349         * platform/chromium-mac/media/video-empty-source-expected.txt:
57350         * platform/chromium-mac/media/video-no-audio-expected.txt:
57351         * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
57352         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
57353         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:
57354         * platform/chromium-win-xp/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
57355         * platform/chromium-win-xp/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
57356         * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Removed.
57357         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57358         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57359         * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
57360         * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
57361         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
57362         * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
57363         * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
57364         * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
57365         * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
57366         * platform/chromium-win/fast/multicol/client-rects-expected.txt:
57367         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
57368         * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
57369         * platform/chromium-win/media/video-empty-source-expected.txt:
57370         * platform/chromium/TestExpectations:
57371         * 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.
57372         * platform/chromium/fast/forms/range/slider-thumb-shared-style-expected.txt: Removed.
57373         * platform/chromium/fast/multicol/client-rects-expected.txt: Added.
57374         * platform/chromium/fast/repaint/slider-thumb-float-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/slider-thumb-float-expected.txt.
57375         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed.
57376         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
57377         * platform/win-future/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/fast/forms/range/range-thumb-height-percentage-expected.txt.
57378
57379 2012-11-28  Antoine Quint  <graouts@apple.com>
57380
57381         Calling .removeCue() for a cue that was never added should raise a NOT_FOUND_ERR
57382         https://bugs.webkit.org/show_bug.cgi?id=103412
57383
57384         Reviewed by Eric Carlson.
57385
57386         Updating the .removeCue() test checking on the exception to be NOT_FOUND_ERR instead
57387         of INVALID_STATE_ERR.
57388
57389         * media/track/track-add-remove-cue-expected.txt:
57390         * media/track/track-add-remove-cue.html:
57391
57392 2012-11-28  Stephen Chenney  <schenney@chromium.org>
57393
57394         Layout Test svg/animations/mpath-remove-from-dependents-on-delete-crash.html is flaky
57395         https://bugs.webkit.org/show_bug.cgi?id=103375
57396
57397         Unreviewed test update.
57398
57399         According to the original bug, at least 4 iterations were required to
57400         crash (without the fix). To make the test faster, I've reduced the max
57401         iteration count to 5, rather than 10. This may not fix the timeoout
57402         issue because it might be a real timeout, not just a slow test.
57403
57404         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html:
57405
57406 2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>
57407
57408         [chromium] Allow plugins to opt-in to receive synthetic mouse events out of touch events.
57409         https://bugs.webkit.org/show_bug.cgi?id=103092
57410
57411         Reviewed by Tony Chang.
57412
57413         Add test for synthesized mouse events from touch (and update existing tests).
57414
57415         * platform/chromium/plugins/touch-events-details.html:
57416         * platform/chromium/plugins/touch-events-synthesized-expected.txt: Added.
57417         * platform/chromium/plugins/touch-events-synthesized.html: Copied from LayoutTests/platform/chromium/plugins/touch-events.html.
57418         * platform/chromium/plugins/touch-events.html:
57419         * platform/chromium/plugins/transformed-events.html:
57420
57421 2012-11-28  Sadrul Habib Chowdhury  <sadrul@chromium.org>
57422
57423         Fix gesture scrolling when the target-element of scroll-begin is removed
57424         https://bugs.webkit.org/show_bug.cgi?id=103355
57425
57426         Reviewed by Antonio Gomes.
57427
57428         Added a test that starts a touch-scroll, removes the initial element under the
57429         touch-point, and scrolls some more, to test that the scrolling happens correctly
57430         after the element is removed.
57431
57432         * fast/events/touch/gesture/touch-gesture-scroll-remove-node-expected.txt: Added.
57433         * fast/events/touch/gesture/touch-gesture-scroll-remove-node.html: Added.
57434
57435 2012-11-28  Jussi Kukkonen  <jussi.kukkonen@intel.com>
57436
57437         [EFL][WK2] add flaky results after r135935
57438         https://bugs.webkit.org/show_bug.cgi?id=103514
57439
57440         Unreviewed gardening: add flaky results after r135935 enabled
57441         loads of reftests. Also move the existing flaky results from efl
57442         to efl-wk2 since this does not concern WK1.
57443
57444         * platform/efl-wk2/TestExpectations:
57445         * platform/efl/TestExpectations:
57446
57447 2012-11-28  Allan Sandfeld Jensen  <allan.jensen@digia.com>
57448
57449         Move childrenAffectedBy bits from RenderStyle to Element
57450         https://bugs.webkit.org/show_bug.cgi?id=101448
57451         https://bugs.webkit.org/show_bug.cgi?id=98021
57452
57453         Reviewed by Antti Koivisto.
57454         New test-case by Takashi Sakamoto
57455
57456         * fast/css/nth-child-not-in-rightmost-expected.html: Added.
57457         * fast/css/nth-child-not-in-rightmost.html: Added.
57458         * touchadjustment/event-triggered-widgets.html: Fix bug exposed by patch.
57459
57460 2012-11-28  Kent Tamura  <tkent@chromium.org>
57461
57462         Merge tests for date pseudo classes into one
57463         https://bugs.webkit.org/show_bug.cgi?id=103489
57464
57465         Reviewed by Kentaro Hara.
57466
57467         date-appearance-pseudo-classes.html doesn't need to be a pixel
57468         test because "how css properties are applied" is tested in
57469         date-appearance-basic.html. Checking querySelectorAll result is
57470         enough to check pseudo classes support, and we can convert the
57471         test to a dumpAsText test.
57472
57473         Also, we should remove type=date dependencies in
57474         fast/css/pseudo-*.html because some platforms don't enable
57475         INPUT_TYPE_DATE and we had better put such tests into one place,
57476         fast/forms/date/.
57477
57478         * fast/css/pseudo-in-range-expected.txt:
57479         * fast/css/pseudo-in-range-invalid-value-expected.txt:
57480         * fast/css/pseudo-out-of-range-expected.txt:
57481         * fast/css/script-tests/pseudo-in-range-invalid-value.js:
57482         * fast/css/script-tests/pseudo-in-range.js:
57483         * fast/css/script-tests/pseudo-out-of-range.js:
57484         * fast/forms/date/date-appearance-pseudo-classes-expected.txt: Removed.
57485         * fast/forms/date/date-appearance-pseudo-classes.html: Removed.
57486         * fast/forms/date/date-pseudo-classes-expected.txt: Added.
57487         * fast/forms/date/date-pseudo-classes.html: Added.
57488         * fast/forms/resources/common-pseudo-classes.js: Added.
57489         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57490         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57491         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57492         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57493         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png: Removed.
57494
57495         * platform/efl/TestExpectations:
57496         * platform/gtk/TestExpectations:
57497         * platform/mac/TestExpectations:
57498         * platform/qt/TestExpectations:
57499         * platform/win/TestExpectations:
57500 2012-11-28  Tommy Widenflycht  <tommyw@google.com>
57501
57502         Add basic implementation for MediaStreamAudioDestinationNode
57503         https://bugs.webkit.org/show_bug.cgi?id=101815
57504
57505         Reviewed by Chris Rogers.
57506
57507         * webaudio/mediastreamaudiodestinationnode-expected.txt: Added.
57508         * webaudio/mediastreamaudiodestinationnode.html: Added.
57509
57510 2012-11-28  Jaehun Lim  <ljaehun.lim@samsung.com>
57511
57512         [EFL][WK1] Gardening AC testcases in efl-wk1
57513         https://bugs.webkit.org/show_bug.cgi?id=103488
57514
57515         Unreviewed, EFL gardening.
57516
57517         efl-wk1 doesn't fully support AC.
57518
57519         * platform/efl-wk1/TestExpectations:
57520
57521 2012-11-27  Mike West  <mkwst@chromium.org>
57522
57523         Improve WebSocketChannel connection failure console messages.
57524         https://bugs.webkit.org/show_bug.cgi?id=103448
57525
57526         Reviewed by Adam Barth.
57527
57528         * http/tests/websocket/tests/hybi/bad-handshake-crash-expected.txt:
57529         * http/tests/websocket/tests/hybi/broken-utf8-expected.txt:
57530         * http/tests/websocket/tests/hybi/close-before-open-expected.txt:
57531         * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
57532         * http/tests/websocket/tests/hybi/close-expected.txt:
57533         * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt:
57534         * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt:
57535         * http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt:
57536         * http/tests/websocket/tests/hybi/handshake-error-expected.txt:
57537         * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
57538         * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt:
57539         * http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt:
57540         * http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt:
57541         * http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt:
57542         * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt:
57543         * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt:
57544         * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt:
57545         * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt:
57546         * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt:
57547         * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt:
57548         * http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt:
57549         * http/tests/websocket/tests/hybi/invalid-continuation-expected.txt:
57550         * http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt:
57551         * http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt:
57552         * http/tests/websocket/tests/hybi/long-control-frame-expected.txt:
57553         * http/tests/websocket/tests/hybi/long-invalid-header-expected.txt:
57554         * http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
57555         * http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt:
57556         * http/tests/websocket/tests/hybi/send-file-blob-fail-expected.txt:
57557         * http/tests/websocket/tests/hybi/too-long-payload-expected.txt:
57558         * http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
57559         * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
57560         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
57561             Update test expectations with the new error messages.
57562
57563 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
57564
57565         [Chromium] Unreviewed, mark http/tests/inspector/indexeddb/database-data.html as flaky on Linux, too.
57566
57567         * platform/chromium/TestExpectations:
57568
57569 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
57570
57571         [Chromium] Unreviewed, mark http/tests/canvas/canvas-slow-font-loading.html as failing on all of Mac.
57572
57573         * platform/chromium/TestExpectations:
57574
57575 2012-11-27  Kent Tamura  <tkent@chromium.org>
57576
57577         [Chromium] Test expectation update
57578         https://bugs.webkit.org/show_bug.cgi?id=96720
57579
57580         * platform/chromium/TestExpectations:
57581         datetimelocal-multiple-fields-preserve-value-after-history-back.html is flaky.
57582
57583 2012-11-27  Noel Gordon  <noel.gordon@gmail.com>
57584
57585         Unreviewed gardening: http/tests/inspector/network/network-xhr-replay.html times-out on win release
57586         https://bugs.webkit.org/show_bug.cgi?id=96953
57587
57588         * platform/chromium/TestExpectations:
57589
57590 2012-11-27  Kent Tamura  <tkent@chromium.org>
57591
57592         [Chromium] Update test results for recent forms changes
57593
57594         * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png:
57595         * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png:
57596         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
57597         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
57598         * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
57599         * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png:
57600         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
57601         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
57602         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
57603         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
57604         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57605         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
57606         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
57607         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57608         * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png:
57609         * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png:
57610         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
57611         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
57612         * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
57613         * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png:
57614         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
57615         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
57616         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
57617         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
57618         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57619         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
57620         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
57621         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57622         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png:
57623         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png:
57624         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
57625         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
57626         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
57627         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png:
57628         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
57629         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
57630         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
57631         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
57632         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57633         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
57634         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
57635         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57636         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png:
57637         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png:
57638         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png:
57639         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png:
57640         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png:
57641         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png:
57642         * platform/chromium-win-xp/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
57643         * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png:
57644         * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png:
57645         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
57646         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
57647         * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
57648         * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png:
57649         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
57650         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
57651         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
57652         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
57653         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57654         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
57655         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
57656         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
57657         * platform/chromium/TestExpectations:
57658
57659 2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>
57660
57661         Support proper <percent> / calc() resolution for grid items
57662         https://bugs.webkit.org/show_bug.cgi?id=102968
57663
57664         Reviewed by Ojan Vafai.
57665
57666         * fast/css-grid-layout/calc-resolution-grid-item-expected.txt: Added.
57667         * fast/css-grid-layout/calc-resolution-grid-item.html: Added.
57668         * fast/css-grid-layout/percent-resolution-grid-item-expected.txt: Added.
57669         * fast/css-grid-layout/percent-resolution-grid-item.html: Added.
57670         Test that checks that our override containing block's logical width / height logic
57671         works as expected.
57672
57673         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-expected.txt: Added.
57674         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track.html: Added.
57675         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid.html: Added.
57676         * fast/css-grid-layout/percent-grid-item-in-percent-grid-track-in-percent-grid-expected.txt: Added.
57677         Those test cases covers the cases of percentage sized grid items with percentage sized grid tracks
57678         inside a fixed or percentage sized grid element. They don't pass yet as we don't support percentage
57679         sized grid tracks (see bug 103335).
57680
57681 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
57682
57683         Unreviewed gardening. Add more tests that started failing after http://trac.webkit.org/changeset/135935
57684         to TestExpectations. Mark pailures as [ ImageOnlyFailure Pass ] because
57685         the failures on Release and Debug bots are not the same.
57686
57687         * platform/efl/TestExpectations:
57688
57689 2012-11-27  Dana Jansens  <danakj@chromium.org>
57690
57691         Rebaseline and remove expectations for deferred virtual test suite
57692         https://bugs.webkit.org/show_bug.cgi?id=102294
57693
57694         Unreviewed gardening.
57695
57696         These three tests are failing on mac, but other platforms are fine.
57697         Rebaseline windows, and mark as failing only for Mac.
57698
57699         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png:
57700         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png:
57701         * platform/chromium/TestExpectations:
57702
57703 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57704
57705         Unreviewed gardening: crashing on XP
57706         fast/frames/sandboxed-iframe-navigation-parent.html
57707         https://bugs.webkit.org/show_bug.cgi?id=103472
57708
57709         * platform/chromium/TestExpectations:
57710
57711 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57712
57713         Unreviewed gardening:
57714         Layout Test http/tests/navigation/slowmetaredirect-basic.html is failing
57715         https://bugs.webkit.org/show_bug.cgi?id=103471
57716
57717         * platform/chromium/TestExpectations:
57718
57719 2012-11-27  Tony Chang  <tony@chromium.org>
57720
57721         Unreviewed, land updated Gtk results after track limiter removal.
57722
57723         * fast/dom/HTMLInputElement/input-slider-update-expected.txt: Renamed from LayoutTests/platform/chromium/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
57724         * fast/forms/range/input-appearance-range-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt.
57725         * platform/gtk/TestExpectations:
57726         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57727         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57728         * platform/gtk/fast/forms/box-shadow-override-expected.txt:
57729         * platform/gtk/fast/forms/input-appearance-height-expected.txt:
57730         * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
57731         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
57732         * platform/gtk/fast/forms/range/slider-padding-expected.txt:
57733         * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
57734         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
57735         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
57736         * platform/gtk/fast/layers/video-layer-expected.txt:
57737         * platform/gtk/fast/multicol/client-rects-expected.txt:
57738         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
57739         * platform/gtk/fast/repaint/slider-thumb-float-expected.txt:
57740         * platform/gtk/media/audio-controls-rendering-expected.txt:
57741         * platform/gtk/media/audio-repaint-expected.txt:
57742         * platform/gtk/media/controls-after-reload-expected.txt:
57743         * platform/gtk/media/controls-strict-expected.txt:
57744         * platform/gtk/media/controls-styling-expected.txt:
57745         * platform/gtk/media/controls-styling-strict-expected.txt:
57746         * platform/gtk/media/controls-without-preload-expected.txt:
57747         * platform/gtk/media/media-controls-clone-expected.txt:
57748         * platform/gtk/media/video-controls-rendering-expected.txt:
57749         * platform/gtk/media/video-display-toggle-expected.txt:
57750         * platform/gtk/media/video-empty-source-expected.txt:
57751         * platform/gtk/media/video-no-audio-expected.txt:
57752         * platform/gtk/media/video-volume-slider-expected.txt:
57753         * platform/gtk/media/video-zoom-controls-expected.txt:
57754         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
57755         * platform/mac/fast/forms/range/input-appearance-range-expected.txt: Removed.
57756
57757 2012-11-27  Kunihiko Sakamoto  <ksakamoto@chromium.org>
57758
57759         Add behavior tests for input[type=datetime-local] with multiple fields
57760         https://bugs.webkit.org/show_bug.cgi?id=103386
57761
57762         Reviewed by Kent Tamura.
57763
57764         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes-expected.txt: Added.
57765         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-aria-attributes.html: Added.
57766         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification-expected.txt: Added.
57767         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-ax-value-changed-notification.html: Added.
57768         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events-expected.txt: Added.
57769         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-blur-and-focus-events.html: Added.
57770         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value-expected.txt: Added.
57771         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-change-layout-by-value.html: Added.
57772         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events-expected.txt: Added.
57773         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-keyboard-events.html: Added.
57774         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events-expected.txt: Added.
57775         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-mouse-events.html: Added.
57776         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
57777         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back.html: Added.
57778         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads-expected.txt: Added.
57779         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-reset-value-after-reloads.html: Added.
57780         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
57781         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-spinbutton-change-and-input-events.html: Added.
57782         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event-expected.txt: Added.
57783         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-wheel-event.html: Added.
57784         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
57785         (startTestFor): Support datetime and datetime-local.
57786
57787 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57788
57789         Unreviewed gardening:
57790         media/video-currentTime-set.html crashes
57791         https://bugs.webkit.org/show_bug.cgi?id=103183
57792
57793         * platform/chromium/TestExpectations:
57794
57795 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
57796
57797         Unreviewed gardening. Add tests that started failing after http://trac.webkit.org/changeset/135935
57798         to TestExpectations.
57799
57800         * platform/efl/TestExpectations:
57801
57802 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57803
57804         Unreviewed gardening:
57805         http/tests/inspector/network/network-xhr-replay.html times out crashes
57806         https://bugs.webkit.org/show_bug.cgi?id=96953
57807
57808         * platform/chromium/TestExpectations:
57809
57810 2012-11-27  Tony Chang  <tony@chromium.org>
57811
57812         Unreviewed, land updated Qt results after track limiter removal.
57813
57814         * fast/forms/range/slider-padding-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/range/slider-padding-expected.txt.
57815         * fast/multicol/client-rects-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/client-rects-expected.txt.
57816         * fast/repaint/slider-thumb-drag-release-expected.txt: Renamed from LayoutTests/platform/chromium/fast/repaint/slider-thumb-drag-release-expected.txt.
57817         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
57818         * platform/mac/fast/forms/range/slider-padding-expected.txt: Removed.
57819         * platform/mac/fast/multicol/client-rects-expected.txt: Removed.
57820         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
57821         * platform/qt/TestExpectations:
57822         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57823         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57824         * platform/qt/fast/forms/box-shadow-override-expected.txt:
57825         * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
57826         * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
57827         * platform/qt/fast/forms/range/slider-padding-expected.txt:
57828         * platform/qt/fast/multicol/client-rects-expected.txt:
57829         * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
57830         * platform/qt/fast/repaint/slider-thumb-float-expected.txt:
57831
57832 2012-11-27  Tony Chang  <tony@chromium.org>
57833
57834         Unreviewed, land updated EFL results after track limiter removal.
57835
57836         * platform/efl/TestExpectations:
57837         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57838         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
57839         * platform/efl/fast/forms/box-shadow-override-expected.txt:
57840         * platform/efl/fast/forms/input-appearance-height-expected.txt:
57841         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
57842         * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
57843         * platform/efl/fast/forms/range/slider-padding-expected.txt:
57844         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
57845         * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
57846         * platform/efl/fast/layers/video-layer-expected.txt:
57847         * platform/efl/fast/multicol/client-rects-expected.txt:
57848         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
57849         * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Added.
57850         * platform/efl/media/audio-controls-rendering-expected.txt:
57851         * platform/efl/media/controls-strict-expected.txt:
57852         * platform/efl/media/controls-styling-strict-expected.txt:
57853         * platform/efl/media/controls-without-preload-expected.txt:
57854         * platform/efl/media/media-controls-clone-expected.txt:
57855         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
57856         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
57857         * platform/efl/media/video-display-toggle-expected.txt:
57858         * platform/efl/media/video-empty-source-expected.txt:
57859         * platform/efl/media/video-no-audio-expected.txt:
57860         * platform/efl/media/video-zoom-controls-expected.txt:
57861
57862 2012-11-27  Dean Jackson  <dino@apple.com>
57863
57864         Make track list control active
57865         https://bugs.webkit.org/show_bug.cgi?id=101670
57866
57867         Reviewed by Eric Carlson.
57868
57869         New test that exercises the track list menu, and how it can be used
57870         to enable specific tracks. Since this is only enabled for Mac, it is
57871         skipped on all other platforms.
57872
57873         Meanwhile, the existing test for a on/off captions button now
57874         does not work on Mac, so skip it there. I copied the functionality
57875         into the new test so we still have coverage.
57876
57877         * media/video-controls-captions-trackmenu-expected.txt: Added.
57878         * media/video-controls-captions-trackmenu.html: Added.
57879         * platform/chromium/TestExpectations:
57880         * platform/efl/TestExpectations:
57881         * platform/gtk/TestExpectations:
57882         * platform/mac/TestExpectations:
57883         * platform/qt/TestExpectations:
57884         * platform/win/TestExpectations:
57885
57886 2012-11-27  Tony Chang  <tony@chromium.org>
57887
57888         Unreviewed, updating TestExpectations after input slider change.
57889
57890         * platform/chromium/TestExpectations:
57891
57892 2012-11-27  Tony Chang  <tony@chromium.org>
57893
57894         Unreviewed, updating TestExpectations after input slider change.
57895
57896         * platform/gtk/TestExpectations:
57897
57898 2012-11-26  Filip Pizlo  <fpizlo@apple.com>
57899
57900         DFG SetLocal should use forwardSpeculationCheck instead of its own half-baked version of same
57901         https://bugs.webkit.org/show_bug.cgi?id=103353
57902
57903         Reviewed by Oliver Hunt and Gavin Barraclough.
57904
57905         * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit-expected.txt: Added.
57906         * fast/js/dfg-intrinsic-side-effect-assignment-osr-exit.html: Added.
57907         * fast/js/dfg-side-effect-assignment-osr-exit-expected.txt: Added.
57908         * fast/js/dfg-side-effect-assignment-osr-exit.html: Added.
57909         * fast/js/jsc-test-list:
57910         * fast/js/script-tests/dfg-intrinsic-side-effect-assignment-osr-exit.js: Added.
57911         (foo):
57912         * fast/js/script-tests/dfg-side-effect-assignment-osr-exit.js: Added.
57913         (foo):
57914         (bar):
57915
57916 2012-11-27  Alexandru Chiculita  <achicu@adobe.com>
57917
57918         [CSS Regions] Elements using transforms are not repainted correctly when rendered in a region
57919         https://bugs.webkit.org/show_bug.cgi?id=102826
57920
57921         Reviewed by David Hyatt.
57922
57923         Added test file to check for repainting inside a RenderFlowThread when the page is in composited mode.
57924
57925         * fast/repaint/region-painting-in-composited-view-expected.html: Added.
57926         * fast/repaint/region-painting-in-composited-view.html: Added.
57927
57928 2012-11-27  Tony Chang  <tony@chromium.org>
57929
57930         Unreviewed, updating TestExpectations after input slider change.
57931
57932         * platform/efl/TestExpectations:
57933         * platform/mac/TestExpectations:
57934
57935 2012-11-27  Julien Chaffraix  <jchaffraix@webkit.org>
57936
57937         Unreviewed Qt gardening.
57938
57939         * platform/qt/TestExpectations:
57940         Skipped fast/table/css-table-max-height.html as it is showing a 12px difference.
57941         The test is actually passing but the output wouldn't make it obvious that it is the case.
57942
57943 2012-11-27  Tom Sepez  <tsepez@chromium.org>
57944
57945         Regression(r129406): Fix the scope of the WidgetHierarchyUpdateSuspensionScope in Element::Attach().
57946         https://bugs.webkit.org/show_bug.cgi?id=100803
57947
57948         Reviewed by Abhishek Arya.
57949
57950         * fast/dom/adopt-node-crash-2-expected.txt: Added.
57951         * fast/dom/adopt-node-crash-2.html: Added.
57952
57953 2012-11-27  Tony Chang  <tony@chromium.org>
57954
57955         Remove hidden limiter div in the input slider shadow DOM
57956         https://bugs.webkit.org/show_bug.cgi?id=102993
57957
57958         Reviewed by Ojan Vafai.
57959
57960         Pixel results should be the same, but the render tree for RenderSlider has one less div.
57961
57962         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
57963         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
57964         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
57965         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
57966         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
57967         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
57968         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
57969         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
57970         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
57971         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
57972         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
57973         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
57974         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
57975         * platform/chromium-win/fast/layers/video-layer-expected.txt:
57976         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
57977         * platform/chromium-win/media/audio-repaint-expected.txt:
57978         * platform/chromium-win/media/controls-after-reload-expected.txt:
57979         * platform/chromium-win/media/controls-strict-expected.txt:
57980         * platform/chromium-win/media/controls-styling-expected.txt:
57981         * platform/chromium-win/media/controls-styling-strict-expected.txt:
57982         * platform/chromium-win/media/controls-without-preload-expected.txt:
57983         * platform/chromium-win/media/media-controls-clone-expected.txt:
57984         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
57985         * platform/chromium-win/media/video-controls-rendering-expected.txt:
57986         * platform/chromium-win/media/video-display-toggle-expected.txt:
57987         * platform/chromium-win/media/video-no-audio-expected.txt:
57988         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
57989         * platform/chromium-win/media/video-zoom-controls-expected.txt:
57990         * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.txt:
57991
57992 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
57993
57994         Unreviewed gardening: fast/frames/frame-name-reset.html crashing intermittently
57995         https://bugs.webkit.org/show_bug.cgi?id=103451
57996
57997         * platform/chromium/TestExpectations:
57998
57999 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
58000
58001         Unreviewed gardening: platform/chromium/virtual/gpu/fast/canvas/font-update.html
58002         https://bugs.webkit.org/show_bug.cgi?id=103449
58003
58004         * platform/chromium/TestExpectations:
58005
58006 2012-11-27  Aaron Colwell  <acolwell@chromium.org>
58007
58008         Use-after-free in media player handling
58009         https://bugs.webkit.org/show_bug.cgi?id=103426
58010
58011         Reviewed by Eric Carlson.
58012
58013         - Added a test to verify that the MediaSource gets closed when the HTMLMediaElement is destroyed
58014           after it is removed from the DOM.
58015         - Updated video-media-source-state-changes-expected.txt to reflect a slight change in event dispatch ordering.
58016
58017
58018         * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction-expected.txt: Added.
58019         * http/tests/media/media-source/video-media-source-closed-on-htmlmediaelement-destruction.html: Added.
58020         * http/tests/media/media-source/video-media-source-state-changes-expected.txt:
58021
58022 2012-11-27  David Grogan  <dgrogan@chromium.org>
58023
58024         IndexedDB: Remove IDBDatabase.setVersion API
58025         https://bugs.webkit.org/show_bug.cgi?id=94972
58026
58027         Reviewed by Tony Chang.
58028
58029         * storage/indexeddb/removed-expected.txt:
58030         * storage/indexeddb/resources/removed.js:
58031         (test):
58032
58033 2012-11-27  Mike West  <mkwst@chromium.org>
58034
58035         Log to console when autofocus is blocked by sandbox attribute.
58036         https://bugs.webkit.org/show_bug.cgi?id=103255
58037
58038         Reviewed by Ojan Vafai.
58039
58040         * fast/forms/autofocus-in-sandbox-without-allow-scripts-expected.txt: Added.
58041         * fast/forms/autofocus-in-sandbox-without-allow-scripts.html: Added.
58042
58043 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
58044
58045         Unreviewed gardening: ImageOnlyFailure in fast/canvas/font-update.html
58046         https://bugs.webkit.org/show_bug.cgi?id=103447
58047
58048         * platform/chromium/TestExpectations:
58049
58050 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
58051
58052         Unreviewed gardening. Add bug numbers to flaky tests.
58053
58054         * platform/efl/TestExpectations:
58055
58056 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
58057
58058         Gardening: Updated TestExpecations for failure in
58059         http/tests/canvas/canvas-slow-font-loading.html
58060         https://bugs.webkit.org/show_bug.cgi?id=103446
58061
58062         * platform/chromium/TestExpectations:
58063
58064 2012-11-27  Roger Fong  <roger_fong@apple.com>
58065
58066         Unreviewed. Skip some flaky video tests on Windows.
58067         https://bugs.webkit.org/show_bug.cgi?id=103442
58068
58069         * platform/win/TestExpectations:
58070
58071 2012-11-27  Pravin D  <pravind.2k4@gmail.com>
58072
58073         max-height property not respected in case of tables
58074         https://bugs.webkit.org/show_bug.cgi?id=98633
58075
58076         Reviewed by Julien Chaffraix.
58077
58078         * fast/table/css-table-max-height-expected.txt: Added.
58079         * fast/table/css-table-max-height.html: Added.
58080
58081 2012-11-27  Roger Fong  <roger_fong@apple.com>
58082
58083         Windows specific implementation of usesTileCacheLayer needed after r133056.
58084         https://bugs.webkit.org/show_bug.cgi?id=103321
58085
58086         Reviewed by Simon Fraser.
58087
58088         After r133056 it no longer suffices to use the existing usesTileCacheLayer method on Windows.
58089         The change resulted in 3 crashing tests:
58090         compositing/rotated-tiled-clamped
58091         compositing/rotated-tiled-preserve3d-clamped
58092         fast/events/tabindex-focus-blur-all
58093
58094         * platform/win/TestExpectations: 
58095         Remove the tests below from the Windows skip list. 
58096
58097         * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
58098         * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
58099         Add Windows specific results for tests added in r133056.
58100
58101 2012-11-27  Thiago Marcos P. Santos  <thiago.santos@intel.com>
58102
58103         [EFL] Gardening of failing tests
58104         https://bugs.webkit.org/show_bug.cgi?id=103434
58105
58106         Unreviewed gardening.
58107
58108         * platform/efl-wk2/TestExpectations:
58109         * platform/efl/TestExpectations:
58110         * platform/efl/fast/js/global-constructors-expected.txt:
58111
58112 2012-11-27  Christophe Dumez  <christophe.dumez@intel.com>
58113
58114         Canvas does not draw any text if the font is not fully loaded yet
58115         https://bugs.webkit.org/show_bug.cgi?id=103392
58116
58117         Reviewed by Kenneth Rohde Christiansen.
58118
58119         Add canvas test to check that text is drawn using a fallback font
58120         if the primary font is not fully loaded yet.
58121
58122         * http/tests/canvas/canvas-slow-font-loading-expected.html: Added.
58123         * http/tests/canvas/canvas-slow-font-loading.html: Added.
58124
58125 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
58126
58127         Unreviewed gardening. fast/loader/submit-form-while-parsing-2.html is still flaky
58128         so put it back in TestExpectations.
58129
58130         * platform/efl/TestExpectations:
58131
58132 2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>
58133
58134         Layout Test transitions/transition-shorthand-delay.html should usePauseAPI
58135         https://bugs.webkit.org/show_bug.cgi?id=103402
58136
58137         Reviewed by Simon Fraser.
58138
58139         PauseAPI works when pausing during delay in transitions now, using it
58140         should fix the flakiness.
58141
58142         * platform/efl/TestExpectations:
58143         * transitions/transition-shorthand-delay.html:
58144
58145 2012-11-27  Robert Hogan  <robert@webkit.org>
58146
58147         REGRESSION (r125578): word-wrapping in absolute position with nbsp, word-spacing and custom font
58148         https://bugs.webkit.org/show_bug.cgi?id=101443
58149
58150         Reviewed by David Hyatt.
58151
58152         * fast/text/word-space-nbsp-expected.html: Added.
58153         * fast/text/word-space-nbsp.html: Added.
58154
58155 2012-11-27  Tony Chang  <tony@chromium.org>
58156
58157         Unreviewed gardening, fixing lint errors in TestExpectations.
58158
58159         * platform/gtk/TestExpectations:
58160         * platform/qt/TestExpectations:
58161
58162 2012-11-27  Yael Aharon  <yael.aharon@intel.com>
58163
58164         Unreviewed gardening. Remove from TestExpectations tests that are passing.
58165
58166         * platform/efl/TestExpectations:
58167
58168 2012-11-27  Istiaque Ahmed  <lazyboy@chromium.org>
58169
58170         freeV8NPObject: Skip trying to remove object from per context data's ObjectMap if the object does not exist in the map.
58171         https://bugs.webkit.org/show_bug.cgi?id=103356
58172
58173         Reviewed by Adam Barth.
58174
58175         Before introducing per context data, it used to be the case that we would ignore removing v8 object
58176         from context data's map if we couldn't find it. With perContextData change, this turned into an ASSERT
58177         instead and we had crash reports.
58178         Related crbug.com/154462.
58179
58180         * platform/chromium/plugins/release-frame-content-window-expected.txt: Added.
58181         * platform/chromium/plugins/release-frame-content-window.html: Added.
58182         * platform/chromium/plugins/resources/empty.html: Added.
58183         * platform/chromium/plugins/resources/empty2.html: Added.
58184
58185 2012-11-27  Justin Novosad  <junov@google.com>
58186
58187         Skipping fast/backgrounds/background-opaque-images-over-color.html on mac
58188         https://bugs.webkit.org/show_bug.cgi?id=103435
58189
58190         Unreviewed
58191
58192         * platform/mac/TestExpectations:
58193
58194 2012-11-27  Marja Hölttä  <marja@chromium.org>
58195
58196         Add callbacks to the FrameLoaderClient when a resource is requested
58197         https://bugs.webkit.org/show_bug.cgi?id=92761
58198
58199         Reviewed by Adam Barth.
58200
58201         In Chromium, when an extension script cancels a network
58202         request (which happens out of process), we'd like to
58203         notify content scripts running on the current page about
58204         which elements failed to load because the requests were
58205         cancelled (as opposed to e.g. the network request just
58206         didn't work). Since the resource request itself does not
58207         carry any information what DOM element is was made for,
58208         currently a content script has to search the DOM tree and
58209         guess which requests will be cancelled by its counter
58210         part. By adding these callbacks, the embedder can make
58211         this connection explictly.
58212
58213         * platform/chromium/fast/loader/resource-request-callbacks-expected.txt: Added.
58214         * platform/chromium/fast/loader/resource-request-callbacks.html: Added.
58215
58216 2012-11-27  Dan Carney  <dcarney@google.com>
58217
58218         Fix world-reuse test for mac build
58219         https://bugs.webkit.org/show_bug.cgi?id=103385
58220
58221         Reviewed by Jochen Eisinger.
58222
58223         Mac and chrome builds have different expectations for where
58224         an isolated world is executed. 
58225
58226         * http/tests/security/isolatedWorld/world-reuse.html:
58227
58228 2012-11-27  Robert Kroeger  <rjkroege@chromium.org>
58229
58230         Unreviewed gardening: updated TestExpectations for crashes in
58231         media/video-duration-known-after-eos.html
58232         https://bugs.webkit.org/show_bug.cgi?id=103183
58233
58234         * platform/chromium/TestExpectations:
58235
58236 2012-11-27  David Grogan  <dgrogan@chromium.org>
58237
58238         IndexedDB: Make test resilient to different event ordering
58239         https://bugs.webkit.org/show_bug.cgi?id=103344
58240
58241         Reviewed by Tony Chang.
58242
58243         This test was failing in multi-process chromium because the blocked
58244         event can arrive before the versionchange event.
58245
58246         * storage/indexeddb/pending-version-change-on-exit.html:
58247
58248 2012-11-27  Min Qin  <qinmin@chromium.org>
58249
58250         Don't throw an exception if user gesture is required for load
58251         https://bugs.webkit.org/show_bug.cgi?id=103318
58252
58253         Reviewed by Eric Carlson.
58254
58255         Check that exception is not thrown and metadata is not loaded if media load requires user gesture.
58256
58257         * media/video-load-require-user-gesture-expected.txt:
58258         * media/video-load-require-user-gesture.html:
58259
58260 2012-11-27  Csaba Osztrogonác  <ossy@webkit.org>
58261
58262         [Qt] Unreviewed gardening, skip a new failing test to paint the bots green.
58263
58264         * platform/qt/TestExpectations:
58265
58266 2012-11-27  Justin Novosad  <junov@google.com>
58267
58268         Correcting baseline for fast/backgrounds/background-opaque-images-over-color.html
58269         https://bugs.webkit.org/show_bug.cgi?id=103275
58270
58271         Unreviewed
58272
58273         Fixing small error in ref test baseline.
58274
58275         * fast/backgrounds/background-opaque-images-over-color-expected.html:
58276
58277 2012-11-27  Justin Novosad  <junov@google.com>
58278
58279         Convert test fast/backgrounds/background-opaque-images-over-color.html to a ref test
58280         https://bugs.webkit.org/show_bug.cgi?id=103275
58281
58282         Reviewed by Simon Fraser
58283
58284         Removing existing baselines, and adding an -expecte.html to make
58285         fast/backgrounds/background-opaque-images-over-color.html a ref test
58286
58287         * fast/backgrounds/background-opaque-images-over-color-expected.html: Added.
58288         * fast/backgrounds/background-opaque-images-over-color-expected.txt: Removed.
58289         * fast/backgrounds/background-opaque-images-over-color.html:
58290         * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.
58291         * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Removed.
58292
58293 2012-11-27  Jussi Kukkonen  <jussi.kukkonen@intel.com>
58294
58295         [EFL] Mark tests flaky
58296         https://bugs.webkit.org/show_bug.cgi?id=103403
58297
58298         Unreviewed expectations update for EFL: Mark tests flaky based on
58299         flakiness dashboard and testing. Also rearrange efl/TestExpectations
58300         so all media flakes are next to each other.
58301
58302         * platform/efl-wk2/TestExpectations:
58303         * platform/efl/TestExpectations:
58304
58305 2012-11-27  Andrei Bucur  <abucur@adobe.com>
58306
58307         [CSS Regions] Crash when dispatching regionlayoutupdate
58308         https://bugs.webkit.org/show_bug.cgi?id=102944
58309
58310         Reviewed by Andreas Kling.
58311
58312         The test modifies the layout, forces a regionlayoutupdate event to be scheduled and then removes the content and the regions.
58313         The event is dispatched on a named flow in the "NULL" state. Without this patch a crash occurs.
58314
58315         * fast/regions/webkit-named-flow-event-crash-expected.txt: Added.
58316         * fast/regions/webkit-named-flow-event-crash.html: Added.
58317
58318 2012-11-27  Allan Sandfeld Jensen  <allan.jensen@digia.com>
58319
58320         Reduce XHR timeout tests execution time
58321         https://bugs.webkit.org/show_bug.cgi?id=102184
58322
58323         Reviewed by Csaba Osztrogonác.
58324
58325         Reduce all timeouts by five.
58326
58327         * http/tests/resources/load-and-stall.cgi:
58328         * http/tests/resources/load-and-stall.php:
58329         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js:
58330         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js:
58331         (RequestTracker.prototype.startXHR):
58332         (RequestTracker.prototype.handleEvent):
58333         (AbortedRequest.prototype.getMessage):
58334         (AbortedRequest.prototype.handleEvent):
58335         (SyncRequestSettingTimeoutAfterOpen.startXHR):
58336         (SyncRequestSettingTimeoutBeforeOpen.startXHR):
58337         (TestCounter.testComplete):
58338
58339 2012-11-27  Mihnea Ovidenie  <mihnea@adobe.com>
58340
58341         [CSS Regions] Absolutely positioned regions do not expand to fill their container
58342         https://bugs.webkit.org/show_bug.cgi?id=102385
58343
58344         Reviewed by Julien Chaffraix.
58345
58346         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
58347         in the anchored direction.
58348         Also modified expectations for another test that has absolutely positioned auto-height regions, which now have height computed properly.
58349
58350         * fast/regions/autosize-abspos-anchoredregion-expected.txt: Added.
58351         * fast/regions/autosize-abspos-anchoredregion-vertlr-expected.txt: Added.
58352         * fast/regions/autosize-abspos-anchoredregion-vertlr.html: Added.
58353         * fast/regions/autosize-abspos-anchoredregion.html: Added.
58354         * platform/chromium/fast/regions/autoheight-regions-mark-expected.txt:
58355         * platform/efl/fast/regions/autoheight-regions-mark-expected.txt:
58356         * platform/gtk/fast/regions/autoheight-regions-mark-expected.txt:
58357         * platform/mac/fast/regions/autoheight-regions-mark-expected.txt:
58358         * platform/qt/fast/regions/autoheight-regions-mark-expected.txt:
58359
58360 2012-11-27  János Badics  <jbadics@inf.u-szeged.hu>
58361
58362         [Qt] Gardening after r135723, r135740 and r135789. Skipped 3 tests and added rebaseline to a test.
58363
58364         Reviewed by Csaba Osztrogonác.
58365
58366         r135723: Added Qt baseline to http/tests/inspector/network/script-as-text-loading-with-caret.html
58367         r135740: Skipped fast/frames/page-visibility-crash.html because Page Visibility API is disabled.
58368         r135789: Skipped fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html because gestureLongTap is not supported on Qt, and
58369                          fast/events/touch/gesture/context-menu-on-long-tap.html because Drag and Drop support is disabled on Qt.
58370
58371         * platform/qt/TestExpectations:
58372         * platform/qt/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.
58373
58374 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
58375
58376         Incorrect value of CSSStyleDeclaration#length when a shorthand property is inherit or initial
58377         https://bugs.webkit.org/show_bug.cgi?id=73002
58378
58379         Reviewed by Alexis Menard.
58380
58381         Expectations get fixed in some cases.
58382
58383         * css3/flexbox/flex-property-parsing-expected.txt:
58384         * fast/css/inherit-initial-shorthand-values-expected.txt: Added.
58385         * fast/css/inherit-initial-shorthand-values.html: Added.
58386         * fast/css/parsing-text-emphasis-expected.txt:
58387         * fast/css/parsing-text-emphasis.html:
58388
58389 2012-09-17  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
58390
58391         Incorrect rect-based hit-test result when hit-test region includes culled inlines
58392         https://bugs.webkit.org/show_bug.cgi?id=88376
58393
58394         Reviewed by Dave Hyatt.
58395
58396         Renames the existing nodesFromRect-culled-inlines.html test to nodesFromRect-inline-image.html,
58397         because it did not test any culled inlines anymore, and replace it with two new tests that does
58398         test culled inlines.
58399
58400         * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak-expected.txt: Copied from LayoutTests/fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt.
58401         * fast/dom/nodesFromRect/nodesFromRect-culled-inline-with-linebreak.html: Added.
58402         * fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt:
58403         * fast/dom/nodesFromRect/nodesFromRect-culled-inlines.html:
58404         * fast/dom/nodesFromRect/nodesFromRect-inline-image-expected.txt: Added.
58405         * fast/dom/nodesFromRect/nodesFromRect-inline-image.html: Added.
58406         * fast/dom/nodesFromRect/resources/nodesFromRect.js:
58407         (checkRect):
58408         (nodesFromRectAsString):
58409
58410 2012-11-27  Kent Tamura  <tkent@chromium.org>
58411
58412         Reduce the number of pixel tests for date/time input types
58413         https://bugs.webkit.org/show_bug.cgi?id=103373
58414
58415         Reviewed by Kentaro Hara.
58416
58417         Merge fast/forms/<type>/<type>-appearance-style.html and
58418         <type>-appearance-disabled-readonly.html into
58419         <type>-appearance-basic.html, and add tests for font-weight, height, and
58420         -webkit-appearance:none.
58421
58422         * fast/forms/date/date-appearance-basic-expected.txt:
58423         * fast/forms/date/date-appearance-basic.html:
58424         * fast/forms/date/date-appearance-style-expected.txt: Removed.
58425         * fast/forms/date/date-appearance-style.html: Removed.
58426         * fast/forms/month/month-appearance-basic-expected.txt:
58427         * fast/forms/month/month-appearance-basic.html:
58428         * fast/forms/month/month-appearance-style-expected.txt: Removed.
58429         * fast/forms/month/month-appearance-style.html: Removed.
58430         * fast/forms/time/time-appearance-basic-expected.txt:
58431         * fast/forms/time/time-appearance-basic.html:
58432         * fast/forms/time/time-appearance-disabled-readonly-expected.txt: Removed.
58433         * fast/forms/time/time-appearance-disabled-readonly.html: Removed.
58434         * fast/forms/time/time-appearance-style-expected.txt: Removed.
58435         * fast/forms/time/time-appearance-style.html: Removed.
58436         * fast/forms/week/week-appearance-basic-expected.txt:
58437         * fast/forms/week/week-appearance-basic.html:
58438         * fast/forms/week/week-appearance-style-expected.txt: Removed.
58439         * fast/forms/week/week-appearance-style.html: Removed.
58440         * platform/chromium-linux/fast/forms/date/date-appearance-style-expected.png: Removed.
58441         * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png: Removed.
58442         * platform/chromium-linux/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58443         * platform/chromium-linux/fast/forms/time/time-appearance-style-expected.png: Removed.
58444         * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png: Removed.
58445         * platform/chromium-mac-lion/fast/forms/date/date-appearance-style-expected.png: Removed.
58446         * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png: Removed.
58447         * platform/chromium-mac-lion/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58448         * platform/chromium-mac-lion/fast/forms/time/time-appearance-style-expected.png: Removed.
58449         * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png: Removed.
58450         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-style-expected.png: Removed.
58451         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png: Removed.
58452         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58453         * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-style-expected.png: Removed.
58454         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png: Removed.
58455         * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png:
58456         * platform/chromium-mac/fast/forms/date/date-appearance-style-expected.png: Removed.
58457         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
58458         * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png: Removed.
58459         * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
58460         * platform/chromium-mac/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58461         * platform/chromium-mac/fast/forms/time/time-appearance-style-expected.png: Removed.
58462         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
58463         * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png: Removed.
58464         * platform/chromium-win/fast/forms/date/date-appearance-style-expected.png: Removed.
58465         * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png: Removed.
58466         * platform/chromium-win/fast/forms/time/time-appearance-disabled-readonly-expected.png: Removed.
58467         * platform/chromium-win/fast/forms/time/time-appearance-style-expected.png: Removed.
58468         * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png: Removed.
58469         * platform/chromium/TestExpectations:
58470
58471 2012-11-27  Kent Tamura  <tkent@chromium.org>
58472
58473         A followup of r135836
58474         https://bugs.webkit.org/show_bug.cgi?id=102861
58475
58476         I landed an old revision of the patch in r135836.
58477
58478         * fast/forms/ValidityState-001.html:
58479         * fast/forms/number/number-validity-badinput-expected.txt:
58480         * fast/forms/number/number-validity-badinput.html:
58481         * fast/forms/resources/multiple-fields-validity-badinput.js:
58482         (testBadInput):
58483
58484 2012-11-27  Kent Tamura  <tkent@chromium.org>
58485
58486         Implement ValidityState::badInput
58487         https://bugs.webkit.org/show_bug.cgi?id=102861
58488
58489         Reviewed by Hajime Morita.
58490
58491         * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput-expected.txt: Added.
58492         * fast/forms/date-multiple-fields/date-multiple-fields-validity-badinput.html: Added.
58493         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput-expected.txt: Added.
58494         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-validity-badinput.html: Added.
58495         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput-expected.txt: Added.
58496         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-validity-badinput.html: Added.
58497         * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput-expected.txt: Added.
58498         * fast/forms/month-multiple-fields/month-multiple-fields-validity-badinput.html: Added.
58499         * fast/forms/number/number-unacceptable-style-expected.txt: Removed.
58500         * fast/forms/number/number-validity-badinput-expected.txt: Added.
58501         * fast/forms/number/number-validity-badinput.html: Renamed from LayoutTests/fast/forms/number/number-unacceptable-style.html.
58502         * fast/forms/resources/multiple-fields-validity-badinput.js: Added.
58503         * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput-expected.txt: Added.
58504         * fast/forms/time-multiple-fields/time-multiple-fields-validity-badinput.html: Added.
58505         * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput-expected.txt: Added.
58506         * fast/forms/week-multiple-fields/week-multiple-fields-validity-badinput.html: Added.
58507
58508 2012-11-27  Alexander Pavlov  <apavlov@chromium.org>
58509
58510         [Chromium] Unreviewed, mark svg/animations/mpath-remove-from-dependents-on-delete-crash.html as flaky.
58511
58512         * platform/chromium/TestExpectations:
58513
58514 2012-11-27  Zan Dobersek  <zandobersek@gmail.com>
58515
58516         Unreviewed GTK gardening.
58517
58518         Cleaning up expectations, removing those that cover tests
58519         that are now passing.
58520
58521         * platform/gtk/TestExpectations:
58522
58523 2012-11-27  Zan Dobersek  <zandobersek@gmail.com>
58524
58525         Unreviewed GTK gardening.
58526
58527         Adding timeout expectations for three plugins tests timing out after r135786.
58528
58529         * platform/gtk/TestExpectations:
58530
58531 2012-11-26  Kent Tamura  <tkent@chromium.org>
58532
58533         :read-only selector should match to date/time input types
58534         https://bugs.webkit.org/show_bug.cgi?id=103350
58535
58536         Reviewed by Kentaro Hara.
58537
58538         The text color becomes yellow as specified for :read-only in
58539         *-appearance-pseudo-classes.html
58540
58541         * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png:
58542         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
58543         * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png:
58544         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
58545         * platform/chromium/TestExpectations:
58546
58547 2012-11-26  Justin Novosad  <junov@google.com>
58548
58549         [Qt] new fast/backgrounds/background-opaque-images-over-color.html fails since r135629
58550         https://bugs.webkit.org/show_bug.cgi?id=103227
58551
58552         Reviewed by Simon Hausmann.
58553
58554         Unskipping test now that baseline has been fixed.
58555
58556         * platform/qt/TestExpectations:
58557
58558 2012-11-26  Noel Gordon  <noel.gordon@gmail.com>
58559
58560         [chromium mac] Layout Test touchadjustment/touch-links-longpress.html is failing
58561         https://bugs.webkit.org/show_bug.cgi?id=103363
58562
58563         Unreviewed test expectations update.
58564
58565         * platform/chromium/TestExpectations: Add failing expection for Mac.
58566
58567 2012-11-26  Daniel Bates  <dbates@webkit.org>
58568
58569         Update Chromium test expectation for test LayoutTests/fast/js/string-replacement-outofmemory.html
58570         See <https://bugs.webkit.org/show_bug.cgi?id=103348> for more details.
58571
58572         * platform/chromium/TestExpectations:
58573
58574 2012-11-26  Istiaque Ahmed  <lazyboy@chromium.org>
58575
58576         Check for empty perContextData while creating NP V8 Object.
58577         https://bugs.webkit.org/show_bug.cgi?id=98448
58578
58579         Reviewed by Adam Barth.
58580
58581         Fixes crash in npCreateV8ScriptObject(), if NP Invoke is called from a document
58582         that is no longer displayed in frame (isCurrentlyDisplayedInFrame() ==
58583         false), we have empty perContextData and this results in invalid memory access.
58584
58585         * platform/chromium/plugins/empty-per-context-data-expected.txt: Added.
58586         * platform/chromium/plugins/empty-per-context-data.html: Added.
58587         * platform/chromium/plugins/resources/script-container.html: Added.
58588
58589 2012-11-26  Daniel Bates  <dbates@webkit.org>
58590
58591         JavaScript fails to handle String.replace() with large replacement string
58592         https://bugs.webkit.org/show_bug.cgi?id=102956
58593         <rdar://problem/12738012>
58594
58595         Reviewed by Oliver Hunt.
58596
58597         Add test to ensure that we handle string replacement with a large replacement string.
58598
58599         * fast/js/script-tests/string-replacement-outofmemory.js: Added.
58600         (createStringWithRepeatedChar):
58601         * fast/js/string-replacement-outofmemory-expected.txt: Added.
58602         * fast/js/string-replacement-outofmemory.html: Added.
58603
58604 2012-11-26  Varun Jain  <varunjain@chromium.org>
58605
58606         LongPress and LongTap gestures should start drag/drop and open context menu respectively.
58607         https://bugs.webkit.org/show_bug.cgi?id=101545
58608
58609         Reviewed by Antonio Gomes.
58610
58611         For LongPress, we simulate drag by sending a mouse down and mouse drag
58612         events. If a drag is not started (because maybe there is no draggable
58613         element), then we show context menu instead (which is the current
58614         behavior for LongPress). For LongTap, we use the existing functions that
58615         LongPress uses to summon the context menu. LongPress initiated drag and
58616         drop can be enabled/disabled by the platform using the Setting
58617         touchDragDropEnabled which is disabled by default.
58618
58619         * fast/events/touch/gesture/context-menu-on-long-tap.html: Added.
58620         * fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html: Added.
58621         * platform/chromium/fast/events/touch/gesture/context-menu-on-long-tap-expected.txt: Added.
58622         * platform/chromium/fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag-expected.txt: Added.
58623         * touchadjustment/touch-links-longpress-expected.txt:
58624         * touchadjustment/touch-links-longpress.html:
58625
58626 2012-11-26  Roger Fong  <roger_fong@apple.com>
58627
58628         Unreviewed. Skipping some compositing/tiling tests on Windows because tiled backing is not supported.
58629         Tests skipped:
58630         compositing/tiling/rotated-tiled-preserve3d-clamped.html
58631         compositing/tiling/rotated-tiled-clamped.html
58632
58633         * platform/win/TestExpectations:
58634
58635 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58636
58637         Unreviewed gardening: css3/filters/custom/custom-filter-transforms-animation.html
58638         times out intermittently.
58639         https://bugs.webkit.org/show_bug.cgi?id=103308
58640
58641         * platform/chromium/TestExpectations:
58642
58643 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58644
58645         Unreviewed gardening: failure in fast/text/atsui-small-caps-punctuation-size.html
58646         https://bugs.webkit.org/show_bug.cgi?id=103148
58647
58648         * platform/chromium/TestExpectations:
58649
58650 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58651
58652         Unreviewed gardening: failure in http/tests/media/pdf-served-as-pdf.html
58653         https://bugs.webkit.org/show_bug.cgi?id=103093
58654
58655         * platform/chromium/TestExpectations:
58656
58657 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58658
58659         Unreviewed gardening: updated TextExpecations for failing
58660         fast/dom/shadow/shadow-dom-event-dispatching.html
58661         https://bugs.webkit.org/show_bug.cgi?id=103299
58662
58663         * platform/chromium/TestExpectations:
58664
58665 2012-11-26  Roger Fong  <roger_fong@apple.com>
58666
58667         Unreviewed. Skip fast/dom/Window/open-window-min-size.html on Windows.
58668         DRT doesn't support showModalDialog https://bugs.webkit.org/show_bug.cgi?id=53675.
58669
58670         * platform/win/TestExpectations:
58671
58672 2012-11-26  Roger Fong  <roger_fong@apple.com>
58673
58674         Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
58675         Add a feature flag and skip some failing tests.
58676         https://bugs.webkit.org/show_bug.cgi?id=103294
58677
58678         Tests skipped:
58679         compositing/overflow/scrolling-without-painting.html
58680         compositing/overflow/updating-scrolling-content.html
58681
58682         * platform/win/TestExpectations:
58683
58684 2012-11-26  Dan Carney  <dcarney@google.com>
58685
58686         Refactor V8 bindings to allow content scripts to access subframes
58687         https://bugs.webkit.org/show_bug.cgi?id=93646
58688
58689         Reviewed by Adam Barth.
58690
58691         Test modified to check isolated world access across frames.
58692
58693         * http/tests/security/isolatedWorld/world-reuse-expected.txt:
58694         * http/tests/security/isolatedWorld/world-reuse.html:
58695
58696 2012-11-26  Tony Chang  <tony@chromium.org>
58697
58698         Move more functions from internals.settings to internals
58699         https://bugs.webkit.org/show_bug.cgi?id=102976
58700
58701         Reviewed by Adam Barth.
58702
58703         Move internals.settings.setEnableMockPagePopup to internals.setEnableMockPagePopup.
58704
58705         * fast/forms/resources/picker-common.js:
58706
58707 2012-11-26  Andrei Bucur  <abucur@adobe.com>
58708
58709         [CSS Regions] Add Region info for RootLineBoxes and pack the pagination data
58710         https://bugs.webkit.org/show_bug.cgi?id=101332
58711
58712         Reviewed by David Hyatt.
58713
58714         The test checks if there is a crash when doing a line layout if:
58715         - the flow has no region
58716         - the flow has a region but the lines have no containing region
58717         - the flow has no region but the lines have a containing region
58718
58719         * fast/regions/line-containing-region-crash-expected.txt: Added.
58720         * fast/regions/line-containing-region-crash.html: Added.
58721
58722 2012-11-26  Michelangelo De Simone  <michelangelo@webkit.org>
58723
58724         [CSS Shaders] Add IDL file and bindings for mix function
58725         https://bugs.webkit.org/show_bug.cgi?id=93011
58726
58727         Reviewed by Dean Jackson.
58728
58729         Test for the Custom Filter mix() function JS bindings.
58730
58731         * css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
58732         * css3/filters/custom/custom-filter-mix-bindings.html: Added.
58733         * css3/filters/script-tests/custom-filter-mix-bindings.js: Added.
58734         (jsWrapperClass):
58735         (shouldBeType):
58736         * platform/chromium/css3/filters/custom/custom-filter-mix-bindings-expected.txt: Added.
58737         * platform/efl/fast/js/global-constructors-expected.txt: Updated with the new WebKitCSSMixFunctionValueConstructor.
58738         * platform/gtk/fast/js/global-constructors-expected.txt: Ditto.
58739         * platform/mac/fast/js/global-constructors-expected.txt: Ditto.
58740         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Ditto.
58741         * platform/qt/fast/js/global-constructors-expected.txt: Ditto.
58742         * platform/win/fast/js/global-constructors-expected.txt: Ditto.
58743
58744 2012-11-26  Julien Chaffraix  <jchaffraix@webkit.org>
58745
58746         RenderBox::computePercentageLogicalHeight should use containingBlockLogicalWidthForContent
58747         https://bugs.webkit.org/show_bug.cgi?id=103075
58748
58749         Reviewed by Ojan Vafai.
58750
58751         * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode-expected.txt: Added.
58752         * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode.html: Added.
58753         * fast/table/caption-orthogonal-writing-mode-sizing-expected.txt: Added.
58754         * fast/table/caption-orthogonal-writing-mode-sizing.html: Added.
58755
58756 2012-11-26  Abhishek Arya  <inferno@chromium.org>
58757
58758         Crash in Frame::dispatchVisibilityStateChangeEvent.
58759         https://bugs.webkit.org/show_bug.cgi?id=102053
58760
58761         Reviewed by Adam Barth.
58762
58763         * fast/frames/page-visibility-crash-expected.txt: Added.
58764         * fast/frames/page-visibility-crash.html: Added.
58765
58766 2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>
58767
58768         Import more CSS Device Adaptation layout tests
58769         https://bugs.webkit.org/show_bug.cgi?id=95967
58770
58771         Reviewed by Kenneth Rohde Christiansen.
58772
58773         And these are the remaining test from the Opera's CSS
58774         Device Adaptation test suite.
58775
58776         * css3/device-adapt/opera/constrain-021-expected.txt: Added.
58777         * css3/device-adapt/opera/constrain-021.xhtml: Added.
58778         * css3/device-adapt/opera/constrain-022-expected.txt: Added.
58779         * css3/device-adapt/opera/constrain-022.xhtml: Added.
58780         * css3/device-adapt/opera/orientation-001-expected.txt: Added.
58781         * css3/device-adapt/opera/orientation-001.xhtml: Added.
58782         * css3/device-adapt/opera/orientation-002-expected.txt: Added.
58783         * css3/device-adapt/opera/orientation-002.xhtml: Added.
58784         * platform/efl-wk1/TestExpectations:
58785         * platform/efl-wk2/TestExpectations:
58786
58787 2012-11-26  Thiago Marcos P. Santos  <thiago.santos@intel.com>
58788
58789         Viewport CSS rules should not clamp values like Viewport META
58790         https://bugs.webkit.org/show_bug.cgi?id=103068
58791
58792         Reviewed by Kenneth Rohde Christiansen.
58793
58794         Imported Opera tests that makes sure we are doing the clamping right.
58795
58796         * css3/device-adapt/opera/constrain-018-expected.txt: Added.
58797         * css3/device-adapt/opera/constrain-018.xhtml: Added.
58798         * css3/device-adapt/opera/constrain-019-expected.txt: Added.
58799         * css3/device-adapt/opera/constrain-019.xhtml: Added.
58800         * css3/device-adapt/opera/constrain-023-expected.txt: Added.
58801         * css3/device-adapt/opera/constrain-023.xhtml: Added.
58802         * css3/device-adapt/opera/constrain-024-expected.txt: Added.
58803         * css3/device-adapt/opera/constrain-024.xhtml: Added.
58804
58805 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58806
58807         Unreviewed gardening: added TestExpecations failures for 
58808         media/remove-from-document.html
58809         https://bugs.webkit.org/show_bug.cgi?id=103093
58810
58811         * platform/chromium/TestExpectations:
58812
58813 2012-11-26  Justin Novosad  <junov@google.com>
58814
58815         New baselines for test fast/backgrounds/background-opaque-images-over-color.html
58816         https://bugs.webkit.org/show_bug.cgi?id=102557
58817
58818         Unreviewed
58819
58820         * fast/backgrounds/background-opaque-images-over-color-expected.txt:
58821         * platform/chromium-mac/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
58822         * platform/chromium-win/fast/backgrounds/background-opaque-images-over-color-expected.png: Added.
58823         * platform/chromium/TestExpectations:
58824         * platform/mac/TestExpectations:
58825
58826 2012-11-26  Justin Novosad  <junov@google.com>
58827
58828         New baselines for test fast/backgrounds/gradient-background-leakage-2.html
58829         https://bugs.webkit.org/show_bug.cgi?id=103089
58830
58831         Unreviewed
58832
58833         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
58834         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
58835         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
58836         * platform/chromium/TestExpectations:
58837
58838 2012-11-26  Mike West  <mkwst@chromium.org>
58839
58840         Web Inspector: URLs containing '^' are improperly linked in console messages.
58841         https://bugs.webkit.org/show_bug.cgi?id=103248
58842
58843         Reviewed by Yury Semikhatsky.
58844
58845         * http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt: Added.
58846         * http/tests/inspector/network/script-as-text-loading-with-caret.html: Added.
58847         * platform/chromium/http/tests/inspector/network/script-as-text-loading-with-caret-expected.txt:
58848             JSC vs V8. :(
58849
58850 2012-11-26  Robert Kroeger  <rjkroege@chromium.org>
58851
58852         Unreviewd Gardening: updated TestExpecations for additional failures in
58853         media/video-preload.html
58854         https://bugs.webkit.org/show_bug.cgi?id=103093
58855
58856         * platform/chromium/TestExpectations:
58857
58858 2012-11-26  Pavel Feldman  <pfeldman@chromium.org>
58859
58860         Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
58861         https://bugs.webkit.org/show_bug.cgi?id=103222
58862
58863         Reviewed by Yury Semikhatsky.
58864
58865         * inspector/console/command-line-api-expected.txt:
58866         * inspector/console/command-line-api-inspect-expected.txt:
58867         * inspector/console/console-dir-expected.txt:
58868         * inspector/console/console-format-collections-expected.txt:
58869         * inspector/console/console-format-expected.txt:
58870         * inspector/elements/event-listener-sidebar-expected.txt:
58871         * inspector/elements/event-listeners-about-blank-expected.txt:
58872         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Removed.
58873         * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
58874         * platform/chromium/inspector/console/console-dir-expected.txt:
58875         * platform/chromium/inspector/console/console-format-collections-expected.txt:
58876
58877 2012-11-26  Florin Malita  <fmalita@chromium.org>
58878
58879         RenderSVGResourceContainer does not clear cached data on removal
58880         https://bugs.webkit.org/show_bug.cgi?id=102620
58881
58882         Reviewed by Dirk Schulze.
58883
58884         * svg/custom/stale-resource-data-crash-expected.txt: Added.
58885         * svg/custom/stale-resource-data-crash.svg: Added.
58886
58887 2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>
58888
58889         Not reviewed: rolling out r135714 and r135712 for breaking debug tests.
58890
58891         * inspector/console/command-line-api-expected.txt:
58892         * inspector/console/command-line-api-inspect-expected.txt:
58893         * inspector/console/console-dir-expected.txt:
58894         * inspector/console/console-format-collections-expected.txt:
58895         * inspector/console/console-format-expected.txt:
58896         * inspector/elements/event-listener-sidebar-expected.txt:
58897         * inspector/elements/event-listeners-about-blank-expected.txt:
58898         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Copied from LayoutTests/platform/chromium/inspector/console/console-format-collections-expected.txt.
58899         * platform/chromium/inspector/console/command-line-api-inspect-expected.txt:
58900         * platform/chromium/inspector/console/console-dir-expected.txt:
58901         * platform/chromium/inspector/console/console-format-collections-expected.txt:
58902
58903 2012-11-26  'Pavel Feldman'  <pfeldman@chromium.org>
58904
58905         Not reviewed: rolling out accidental TestExpectations change.
58906
58907         * platform/chromium/TestExpectations:
58908
58909 2012-11-26  Pavel Feldman  <pfeldman@chromium.org>
58910
58911         Web Inspector: object preview does not render node id, className; logs too many functions for jQuery.
58912         https://bugs.webkit.org/show_bug.cgi?id=103222
58913
58914         Reviewed by Yury Semikhatsky.
58915
58916         * inspector/console/command-line-api-expected.txt:
58917         * inspector/console/console-dir-expected.txt:
58918         * inspector/console/console-format-expected.txt:
58919         * inspector/elements/event-listener-sidebar-expected.txt:
58920         * inspector/elements/event-listeners-about-blank-expected.txt:
58921         * platform/chromium/inspector/console/console-dir-expected.txt:
58922
58923 2012-11-26  Eugene Klyuchnikov  <eustas@chromium.org>
58924
58925         Web Inspector: HeapProfiler: remove snapshotView reference from data-grids.
58926         https://bugs.webkit.org/show_bug.cgi?id=103240
58927
58928         Reviewed by Yury Semikhatsky.
58929
58930         Directly access current view instead of getting if from the data grid.
58931
58932         * inspector/profiler/heap-snapshot-test.js:
58933         (initialize_HeapSnapshotTest):
58934
58935 2012-11-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>
58936
58937         [EFL] Gardening: update test expectations
58938         https://bugs.webkit.org/show_bug.cgi?id=103119
58939
58940         Unreviewed gardening. timeline-timer-fired-from-eval-call-site-expected.html
58941         is passing now, other changes are just marking tests as flaky based on
58942         the flakiness dashboard.
58943
58944         * platform/efl-wk1/TestExpectations:
58945         * platform/efl-wk2/TestExpectations:
58946         * platform/efl/TestExpectations:
58947
58948 2012-11-26  Keishi Hattori  <keishi@webkit.org>
58949
58950         Layout Test platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html is failing
58951         https://bugs.webkit.org/show_bug.cgi?id=103225
58952
58953         Unreviewed.
58954
58955         * platform/chromium/TestExpectations:
58956         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Remove current month check because it was flaky.
58957
58958 2012-11-26  János Badics  <jbadics@inf.u-szeged.hu>
58959
58960         [Qt] Gardening after r135629. Skipped a newly added but failing test.
58961         https://bugs.webkit.org/show_bug.cgi?id=103227
58962
58963         Reviewed by Csaba Osztrogonác.
58964
58965         * platform/qt/TestExpectations:
58966
58967 2012-11-26  Hajime Morrita  <morrita@google.com>
58968
58969         [Shadow DOM] Implement Element::createShadowRoot()
58970         https://bugs.webkit.org/show_bug.cgi?id=102911
58971
58972         Reviewed by Kentaro Hara.
58973
58974         The coverage might not seem comprehensive at a glance. However,
58975         this is just an alias of ShadowRoot constructor and there are
58976         bunch of test cases which cover it.
58977
58978         As bug 102913 will convert such callsites to use createShadowRoot(),
58979         the API will get be covered well then.
58980
58981         * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
58982         * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
58983           Further ShadowAware API will come here.
58984
58985 2012-11-26  Alexander Pavlov  <apavlov@chromium.org>
58986
58987         [Chromium] Unreviewed, mark platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html as flaky (date-dependent).
58988
58989         * platform/chromium/TestExpectations:
58990
58991 2012-11-26  Zan Dobersek  <zandobersek@gmail.com>
58992
58993         Unreviewed GTK gardening.
58994
58995         Adding timeout expectation for the new a11y test added in r135680.
58996
58997         * platform/gtk/TestExpectations:
58998
58999 2012-11-25  Ryuan Choi <ryuan.choi@samsung.com>
59000
59001         Unreviewed gardening.
59002         Unskip the fixed regressions from r135662
59003
59004         * platform/efl-wk1/TestExpectations:
59005
59006 2012-11-25  Takashi Sakamoto  <tasak@google.com>
59007
59008         WebCore::RenderBlock::determineStartPosition crash
59009         https://bugs.webkit.org/show_bug.cgi?id=98993
59010
59011         Reviewed by Brent Fulgham.
59012
59013         * fast/inline/inline-box-append-child-crash-expected.txt: Added.
59014         * fast/inline/inline-box-append-child-crash.html: Added.
59015
59016 2012-11-25  Chris Fleizach  <cfleizach@apple.com>
59017
59018         AX: file upload input cannot be activated with VoiceOver
59019         https://bugs.webkit.org/show_bug.cgi?id=100343
59020
59021         Reviewed by Sam Weinig.
59022
59023         * accessibility/file-upload-button-with-axpress-expected.txt: Added.
59024         * accessibility/file-upload-button-with-axpress.html: Added.
59025
59026 2012-11-25  Kent Tamura  <tkent@chromium.org>
59027
59028         [Chromium] Fix svn:mime-type for images
59029
59030         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
59031         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
59032         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
59033         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added property svn:mime-type.
59034         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added property svn:mime-type.
59035         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added property svn:mime-type.
59036         * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
59037         * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
59038         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
59039         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Modified property svn:mime-type.
59040         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
59041         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Modified property svn:mime-type.
59042         * platform/chromium-win-xp/fast/text/drawBidiText-expected.png: Modified property svn:mime-type.
59043         * platform/chromium-win-xp/fast/text/international/001-expected.png: Modified property svn:mime-type.
59044         * platform/chromium-win-xp/fast/text/international/002-expected.png: Modified property svn:mime-type.
59045         * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png: Modified property svn:mime-type.
59046         * platform/chromium-win-xp/fast/text/international/wrap-CJK-001-expected.png: Modified property svn:mime-type.
59047         * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Modified property svn:mime-type.
59048
59049 2012-11-25  Kunihiko Sakamoto  <ksakamoto@chromium.org>
59050
59051         [Chromium] Add tests for datetime/datetime-local suggestion picker
59052         https://bugs.webkit.org/show_bug.cgi?id=102888
59053
59054         Reviewed by Kent Tamura.
59055
59056         Adding tests for <input type=datetime> and <input type=datetime-local> with datalist.
59057
59058         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.png: Added.
59059         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.png: Added.
59060         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
59061         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.png: Added.
59062         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.png: Added.
59063         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
59064         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
59065         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
59066         * platform/chromium/TestExpectations:
59067         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-expected.txt: Added.
59068         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl-expected.txt: Added.
59069         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-rtl.html: Added.
59070         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
59071         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance-with-scroll-bar.html: Added.
59072         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-appearance.html: Added.
59073         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations-expected.txt: Added.
59074         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-key-operations.html: Added.
59075         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute-expected.txt: Added.
59076         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-min-max-attribute.html: Added.
59077         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations-expected.txt: Added.
59078         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations.html: Added.
59079         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload-expected.txt: Added.
59080         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-reset-value-after-reload.html: Added.
59081         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute-expected.txt: Added.
59082         * platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html: Added.
59083         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-expected.txt: Added.
59084         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl-expected.txt: Added.
59085         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-rtl.html: Added.
59086         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
59087         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance-with-scroll-bar.html: Added.
59088         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html: Added.
59089         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations-expected.txt: Added.
59090         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html: Added.
59091         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute-expected.txt: Added.
59092         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html: Added.
59093         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt: Added.
59094         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html: Added.
59095         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload-expected.txt: Added.
59096         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html: Added.
59097         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute-expected.txt: Added.
59098         * platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-step-attribute.html: Added.
59099
59100 2012-10-08  Robert Hogan  <robert@webkit.org>
59101
59102         Changing position:relative to position:static results in mis-positioned div
59103         https://bugs.webkit.org/show_bug.cgi?id=26397
59104
59105         Reviewed by Ojan Vafai.
59106
59107         * fast/block/abspos-child-container-changes-from-relative-to-static-expected.html: Added
59108         * fast/block/abspos-child-container-changes-from-relative-to-static.html: Added
59109
59110 2012-11-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
59111
59112         [WK2] TiledBackingStore: page contents is scaled wrongly
59113         https://bugs.webkit.org/show_bug.cgi?id=103090
59114
59115         Reviewed by Kenneth Rohde Christiansen.
59116
59117         Added new layout test to verify that viewport 'width' descriptor does not
59118         affect contents width of next loaded page. 
59119
59120         * css3/device-adapt/resources/check-contents-width.html: Added.
59121         * css3/device-adapt/viewport-width-not-affecting-next-page-expected.txt: Added.
59122         * css3/device-adapt/viewport-width-not-affecting-next-page.html: Added.
59123
59124 2012-11-24  Robert Kroeger  <rjkroege@chromium.org>
59125
59126         Unreviewed gardening: updated expectations for failures in:
59127         * http/tests/local/drag-over-remote-content.html
59128         https://bugs.webkit.org/show_bug.cgi?id=103181
59129         * media/video-seek-past-end-playing.html
59130         https://bugs.webkit.org/show_bug.cgi?id=103183
59131
59132         * platform/chromium/TestExpectations:
59133
59134 2012-11-24  Zan Dobersek  <zandobersek@gmail.com>
59135
59136         Unreviewed gardening.
59137
59138         * platform/efl/TestExpectations:
59139         * platform/gtk/TestExpectations:
59140
59141 2012-11-24  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
59142
59143         Unreviewed gardening. Too many tests come to crashe after build 7830 on
59144         EFL Linux 64-bit Release bot.
59145
59146         * platform/efl-wk1/TestExpectations:
59147
59148 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59149
59150         Unreviewed gardening: updated test expectations for failure in
59151         * svg/batik/text/textPosition2.svg
59152         https://bugs.webkit.org/show_bug.cgi?id=103148
59153
59154         * platform/chromium/TestExpectations:
59155
59156 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59157
59158         Unreviewed gardening: text failures in:
59159         * inspector/console/command-line-api-inspect.html
59160         * inspector/runtime/runtime-localStorage-getProperties.html
59161         https://bugs.webkit.org/show_bug.cgi?id=103161
59162
59163         * platform/chromium/TestExpectations:
59164
59165 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59166
59167         Unreviewed gardening: update test expectations for
59168         svg/hixie/perf/007.xml
59169
59170         * platform/chromium/TestExpectations:
59171
59172 2012-11-23  Alexis Menard  <alexis@webkit.org>
59173
59174         [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
59175         https://bugs.webkit.org/show_bug.cgi?id=102104
59176
59177         Reviewed by Julien Chaffraix.
59178
59179         Add new tests to cover the new parsing for the background position
59180         property. For now the computed style checks are commented out because
59181         the rendering part of the feature is not yet implemented (i.e.
59182         FillLayer does not contain yet the feature and this is what
59183         CSSComputedStyleDeclaration is using).
59184
59185         * fast/backgrounds/background-position-parsing-2-expected.txt:
59186         * fast/backgrounds/background-position-parsing-2.html:
59187         * platform/chromium/TestExpectations:
59188         * platform/efl/TestExpectations:
59189         * platform/gtk/TestExpectations:
59190         * platform/mac/TestExpectations:
59191         * platform/qt/TestExpectations:
59192         * platform/win/TestExpectations:
59193         * platform/wincairo/TestExpectations:
59194
59195 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59196
59197         Unreviewed gardening. Image rebaseline of
59198         fast/text/atsui-small-caps-punctuation-size.html
59199
59200         * platform/chromium-linux-x86/fast/text/atsui-small-caps-punctuation-size-expected.png: Added.
59201         * 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.
59202
59203 2012-11-23  Zan Dobersek  <zandobersek@gmail.com>
59204
59205         Unreviewed gardening.
59206
59207         Adding failure expectation for fast/dom/shadow/host-wrapper-reclaimed.html.
59208
59209         * platform/gtk/TestExpectations:
59210
59211 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59212
59213         Unreviewed: updated test expecations -- additional failures in
59214         * fast/text/large-text-composed-char.html
59215         * fast/text/text-letter-spacing.html
59216         * http/tests/inspector/indexeddb/database-data.html
59217         and new failures:
59218         * fast/frames/frame-unload-crash2.html 
59219
59220         * platform/chromium/TestExpectations:
59221
59222 2012-11-23  Justin Novosad  <junov@google.com>
59223
59224         Adding occlusion detection to reduce overdraw in RenderBox background rendering
59225         https://bugs.webkit.org/show_bug.cgi?id=102557
59226
59227         Reviewed by Stephen White.
59228
59229         New test exercises different CSS background style use cases that
59230         are candidates for optimization by occlusion culling.
59231
59232         * fast/backgrounds/background-opaque-images-over-color-expected.txt: Added.
59233         * fast/backgrounds/background-opaque-images-over-color.html: Added.
59234         * platform/chromium/TestExpectations:
59235
59236 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59237
59238         Gardening: updated expectations (pass/timeout) for
59239         week-multiple-fields-preserve-value-after-history-back.html
59240         https://bugs.webkit.org/show_bug.cgi?id=103152
59241
59242         * platform/chromium/TestExpectations:
59243
59244 2012-11-23  Krzysztof Czech  <k.czech@samsung.com>
59245
59246         [EFL] Adapt accessibility feature to WebKitTestRunner.
59247         https://bugs.webkit.org/show_bug.cgi?id=100757
59248
59249         Reviewed by Laszlo Gombos.
59250
59251         Skipping Accessibility tests for wk1/wk2.
59252         Some of the implementation is still missing.
59253
59254         * platform/efl/TestExpectations:
59255
59256 2012-11-23  Justin Novosad  <junov@google.com>
59257
59258         Page background color bleeds through inner edge of div border with rounded edges
59259         https://bugs.webkit.org/show_bug.cgi?id=103089
59260
59261         Reviewed by Stephen White.
59262
59263         New layout test to verify that there is no color bleeding between
59264         a div element's border and background when there are rounded corners
59265         an a scale that reduces a thick border down to a width of less than
59266         two pixels.
59267
59268         * fast/backgrounds/gradient-background-leakage-2-expected.txt: Added.
59269         * fast/backgrounds/gradient-background-leakage-2.html: Added.
59270         * platform/chromium/TestExpectations:
59271
59272 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59273
59274         Gardening: update expectations for fast/events/stopPropagation-submit.html flaky
59275         https://bugs.webkit.org/show_bug.cgi?id=103149
59276
59277         * platform/chromium/TestExpectations:
59278
59279 2012-11-23  Mateusz Leszko  <m.leszko@samsung.com>
59280
59281         [EFL][GTK] Adapt accessibility feature to WebKitTestRunner.
59282         https://bugs.webkit.org/show_bug.cgi?id=100757
59283
59284         Reviewed by Laszlo Gombos.
59285
59286         Unskipping EFL Accessiblity tests for wk2.
59287
59288         * platform/efl-wk1/TestExpectations:
59289         * platform/efl/TestExpectations:
59290
59291 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59292
59293         Unreviewed gardening: test expectations failures.
59294         https://bugs.webkit.org/show_bug.cgi?id=103148
59295
59296         * platform/chromium/TestExpectations:
59297
59298 2012-11-23  Robert Kroeger  <rjkroege@chromium.org>
59299
59300         Unreviewed gardening: update expectations for now crashing test 
59301         visibility-simple-canvas2d-layer.html
59302         https://bugs.webkit.org/show_bug.cgi?id=98086
59303
59304         * platform/chromium/TestExpectations:
59305
59306 2012-11-23  Pavel Feldman  <pfeldman@chromium.org>
59307
59308         Web Inspector: damaging last chunk does not remove its garbage from DOM
59309         https://bugs.webkit.org/show_bug.cgi?id=103132
59310
59311         Reviewed by Vsevolod Vlasov.
59312
59313         * inspector/editor/editor-test.js:
59314         (initialize_EditorTests.InspectorTest.createTestEditor):
59315         (initialize_EditorTests.InspectorTest.dumpEditorChunks):
59316         (initialize_EditorTests.InspectorTest.dumpEditorModel):
59317         (initialize_EditorTests.InspectorTest.dumpEditorDOM):
59318         (initialize_EditorTests):
59319         * inspector/editor/text-editor-remove-chunks-from-dom-expected.txt: Added.
59320         * inspector/editor/text-editor-remove-chunks-from-dom.html: Added.
59321         * inspector/editor/text-editor-selection-expected.txt:
59322         * inspector/editor/text-editor-selection.html:
59323
59324 2012-11-23  Kent Tamura  <tkent@chromium.org>
59325
59326         Correct input[type=number] value sanitization for user-input
59327         https://bugs.webkit.org/show_bug.cgi?id=103018
59328
59329         Reviewed by Kentaro Hara.
59330
59331         * fast/forms/number/number-commit-valid-only-expected.txt:
59332         * fast/forms/number/number-commit-valid-only.html:
59333         Update the expected HTMLInputElement::value results.
59334         * fast/forms/number/number-unacceptable-style-expected.txt:
59335         * fast/forms/number/number-unacceptable-style.html:
59336         Add some checks for HTMLInputElement::value.
59337
59338 2012-11-23  Wojciech Bielawski  <w.bielawski@samsung.com>
59339
59340         [WK2][WKTR] WebKitTestRunner needs eventSender.contextClick()
59341         https://bugs.webkit.org/show_bug.cgi?id=86881
59342
59343         Reviewed by Kenneth Rohde Christiansen.
59344
59345         Added expected results for two tests for EFL platform. Test expectations changed
59346         for EFL WK1/WK2 and GTK platforms
59347
59348         * platform/efl/TestExpectations:
59349         * platform/efl-wk1/TestExpectations:
59350         * platform/efl-wk2/TestExpectations:
59351         * platform/gkt-wk2/TestExpectations:
59352         * platform/gtk/editing/selection/5354455-2-expected.txt:
59353         * platform/efl/editing/selection/5354455-2-expected.txt: Added.
59354         * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
59355
59356 2012-11-23  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
59357
59358         [EFL] Newly added tests in r135436 and r135456 are failng
59359         https://bugs.webkit.org/show_bug.cgi?id=103112
59360
59361         Unreviewed EFL gardening.
59362
59363         Skip new failing tests introduced in r135436 and r135456.
59364
59365         * platform/efl-wk2/TestExpectations:
59366         * platform/efl/TestExpectations:
59367
59368 2012-11-23  Csaba Osztrogonác  <ossy@webkit.org>
59369
59370         Unreviewed gardening, skip failing tests.
59371
59372         * platform/qt-5.0-wk2/TestExpectations:
59373         * platform/wk2/TestExpectations:
59374
59375 2012-11-23  Christophe Dumez  <christophe.dumez@intel.com>
59376
59377         WebSocket's MessageEvent.origin attribute is an empty string
59378         https://bugs.webkit.org/show_bug.cgi?id=102889
59379
59380         Reviewed by Kentaro Hara.
59381
59382         Add layout tests to check that the message event's origin attribute
59383         is set to the Unicode serialization of the origin of the URL that
59384         was passed to the WebSocket object's constructor, as per the
59385         WebSocket specification.
59386
59387         * http/tests/websocket/tests/hybi/send-blob-onmessage-origin-expected.txt: Added.
59388         * http/tests/websocket/tests/hybi/send-blob-onmessage-origin.html: Added.
59389         * http/tests/websocket/tests/hybi/send-onmessage-origin-expected.txt: Added.
59390         * http/tests/websocket/tests/hybi/send-onmessage-origin.html: Added.
59391
59392 2012-11-22  Eugene Klyuchnikov  <eustas.bug@gmail.com>
59393
59394         Web Inspector: No "Save Heap Snapshot" option after canceling save to file dialog.
59395         https://bugs.webkit.org/show_bug.cgi?id=100916
59396
59397         Reviewed by Yury Semikhatsky.
59398
59399         Extracted "injectMockProfile" method and reused it in new test.
59400
59401         * inspector/profiler/heap-snapshot-loader-expected.txt: Added test case.
59402         * inspector/profiler/heap-snapshot-loader.html:
59403         Refactored and added new test case.
59404
59405 2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
59406
59407         [Qt] REGRESSION(r135507): It made 13 tests fail
59408         https://bugs.webkit.org/show_bug.cgi?id=103069
59409
59410         Reviewed by Simon Hausmann.
59411
59412         Unskip the last of test regressions now passing.
59413
59414         * platform/qt/TestExpectations:
59415
59416 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
59417
59418         Unreviewed. Updated test expectations.
59419
59420         * platform/chromium/TestExpectations:
59421
59422 2012-11-23  Jussi Kukkonen  <jussi.kukkonen@intel.com>
59423
59424         fast/events/mouseover-button.html never releases a mouse button
59425         https://bugs.webkit.org/show_bug.cgi?id=103041
59426
59427         Reviewed by Kenneth Rohde Christiansen.
59428
59429         mouseover-button.html released the wrong mouse button so subsequent
59430         tests would fail: This includes at least svg/text/select-*.svg .
59431
59432         * fast/events/mouseover-button.html:
59433
59434 2012-11-23  Julian Pastarmov  <pastarmovj@chromium.org>
59435
59436         REGRESSION (r128633): td changes size during re-layout of table although it shouldn't
59437         https://bugs.webkit.org/show_bug.cgi?id=102802
59438
59439         Reviewed by Ojan Vafai.
59440
59441         This test checks that table layout of some nested tables in quirks mode is computed correctly.
59442
59443         * fast/table/nested-tables-with-div-offset-expected.txt: Added.
59444         * fast/table/nested-tables-with-div-offset.html: Added.
59445
59446 2012-11-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
59447
59448         [Qt] REGRESSION(r135507): It made 13 tests fail
59449         https://bugs.webkit.org/show_bug.cgi?id=103069
59450
59451         Reviewed by Simon Hausmann.
59452
59453         Unskip fixed test and update one benign change.
59454
59455         * platform/qt/TestExpectations:
59456         * platform/qt/fast/preloader/script-expected.txt: Added.
59457
59458 2012-11-23  Pierre Rossi  <pierre.rossi@gmail.com>
59459
59460         [Qt] REGRESSION(r135515): 3 appcache tests still failing
59461         https://bugs.webkit.org/show_bug.cgi?id=103073
59462
59463         Rubber-stamped by Simon Hausmann.
59464
59465         * platform/qt/TestExpectations: Unskipped the affected tests.
59466
59467 2012-11-22  Pavel Feldman  <pfeldman@chromium.org>
59468
59469         Web Inspector: ctrl+end in editor does not select the last symbol.
59470         https://bugs.webkit.org/show_bug.cgi?id=103078
59471
59472         Reviewed by Vsevolod Vlasov.
59473
59474         * inspector/editor/editor-test.js: Added.
59475         (initialize_EditorTests.InspectorTest.createTestEditor):
59476         (initialize_EditorTests.InspectorTest.dumpEditorChunks):
59477         (initialize_EditorTests):
59478         * inspector/editor/text-editor-selection-expected.txt: Added.
59479         * inspector/editor/text-editor-selection.html: Added.
59480
59481 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
59482
59483         Unreviewed. Updated test expectations.
59484
59485         * platform/chromium-linux/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
59486         * platform/chromium-linux/fast/writing-mode/text-orientation-basic-expected.png: Added.
59487         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
59488         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.png:
59489         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-landscape-expected.png: Added.
59490         * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
59491         * platform/chromium/TestExpectations:
59492         * platform/efl-wk1/fast/transforms/transformed-focused-text-input-expected.png: Renamed from LayoutTests/platform/efl/fast/transforms/transformed-focused-text-input-expected.png.
59493         * platform/efl-wk1/fast/writing-mode/text-orientation-basic-expected.png: Renamed from LayoutTests/platform/efl/fast/writing-mode/text-orientation-basic-expected.png.
59494
59495 2012-11-23  János Badics  <jbadics@inf.u-szeged.hu>
59496
59497         [Qt] Unreviewed gardening after r135532. It made 3 tests fail.
59498         https://bugs.webkit.org/show_bug.cgi?id=103073
59499
59500         * platform/qt/TestExpectations:
59501
59502 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
59503
59504         Unreviewed. Update test expectations.
59505
59506         * platform/chromium-mac-lion/fast/css/input-search-padding-expected.png:
59507         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
59508         * platform/chromium-mac-lion/svg/batik/text/xmlSpace-expected.png:
59509         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
59510         * platform/chromium-mac-snowleopard/svg/batik/text/xmlSpace-expected.png:
59511         * platform/chromium-mac/fast/css/input-search-padding-expected.png:
59512         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
59513         * platform/chromium-mac/svg/batik/text/xmlSpace-expected.png:
59514         * platform/chromium-win/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
59515         * platform/chromium-win/svg/batik/text/xmlSpace-expected.png:
59516         * platform/efl-wk1/fast/css/input-search-padding-expected.png: Renamed from LayoutTests/platform/efl/fast/css/input-search-padding-expected.png.
59517         * 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.
59518         * platform/efl-wk1/svg/batik/text/xmlSpace-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/xmlSpace-expected.png.
59519
59520 2012-11-23  Yury Semikhatsky  <yurys@chromium.org>
59521
59522         Unreviewed. Update test expectations.
59523
59524         * platform/chromium-mac-lion/fast/css/font-weight-1-expected.png: Added.
59525         * platform/chromium-mac-lion/fast/css/font-weight-1-expected.txt: Added.
59526         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.png: Added.
59527         * platform/chromium-mac-snowleopard/fast/css/font-weight-1-expected.txt: Added.
59528         * platform/chromium-mac/fast/css/font-weight-1-expected.png: Added.
59529         * platform/chromium-mac/fast/css/font-weight-1-expected.txt: Added.
59530         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
59531         * platform/chromium-win/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/chromium/fast/css/font-weight-1-expected.png.
59532         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/pdf-as-image-expected.png: Added.
59533         * platform/efl-wk1/fast/css/font-weight-1-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-weight-1-expected.png.
59534
59535 2012-11-23  Thiago Marcos P. Santos  <thiago.santos@intel.com>
59536
59537         Expose DOM interface for CSS Device Adaptation
59538         https://bugs.webkit.org/show_bug.cgi?id=95966
59539
59540         Reviewed by Kenneth Rohde Christiansen.
59541
59542         Imported a test submitted by Opera that tests the exposed interface. 
59543
59544         * css3/device-adapt/opera/cssom-001-expected.txt: Added.
59545         * css3/device-adapt/opera/cssom-001.xhtml: Added.
59546         * platform/efl/fast/js/global-constructors-expected.txt:
59547
59548 2012-11-22  Sheriff Bot  <webkit.review.bot@gmail.com>
59549
59550         Unreviewed, rolling out r135549.
59551         http://trac.webkit.org/changeset/135549
59552         https://bugs.webkit.org/show_bug.cgi?id=103102
59553
59554         Multiple layout test crashes (Requested by yurys on #webkit).
59555
59556         * fast/table/css-table-max-height-expected.txt: Removed.
59557         * fast/table/css-table-max-height.html: Removed.
59558
59559 2012-11-22  Rick Byers <rbyers@chromium.org>
59560
59561         window is missing Touch and TouchList - touch event conformance test failure
59562         https://bugs.webkit.org/show_bug.cgi?id=96295
59563
59564         Reviewed by Adam Barth.
59565
59566         * fast/events/touch/document-create-touch-list-expected.txt:
59567         * fast/events/touch/script-tests/document-create-touch-list.js: Add instanceof checks
59568         * platform/efl/fast/js/global-constructors-expected.txt: Add new expected constructors
59569         * platform/qt-5.0/fast/js/global-constructors-expected.txt: Add new expected constructors
59570         * platform/qt/fast/js/global-constructors-expected.txt: Add new expected constructors
59571
59572 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
59573
59574         Unreviewed. Test expectations update after Skia changes.
59575
59576         * 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.
59577         * platform/chromium-linux-x86/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59578         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59579         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59580         * platform/chromium-linux-x86/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59581         * platform/chromium-linux-x86/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59582         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59583         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59584         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59585         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59586         * platform/chromium-linux-x86/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59587         * platform/chromium-linux/fast/css/color-correction-expected.png: Added.
59588         * platform/chromium-linux/fast/css/color-correction-on-background-image-expected.png: Added.
59589         * platform/chromium-linux/fast/css/color-correction-on-backgrounds-expected.png: Added.
59590         * platform/chromium-linux/fast/css/color-correction-on-box-shadow-expected.png: Added.
59591         * platform/chromium-linux/fast/css/color-correction-on-text-expected.png: Added.
59592         * platform/chromium-linux/fast/css/color-correction-on-text-shadow-expected.png: Added.
59593         * platform/chromium-linux/fast/css/color-correction-untagged-images-expected.png: Added.
59594         * platform/chromium-linux/fast/css/font-smoothing-expected.png: Added.
59595         * 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.
59596         * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.png: Added.
59597         * platform/chromium-linux/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59598         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
59599         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59600         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
59601         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59602         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
59603         * platform/chromium-linux/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59604         * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
59605         * platform/chromium-linux/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59606         * platform/chromium-linux/fast/text/atsui-pointtooffset-calls-cg-expected.png: Added.
59607         * platform/chromium-linux/fast/text/atsui-rtl-override-selection-expected.png: Added.
59608         * platform/chromium-linux/fast/text/line-initial-and-final-swashes-expected.png: Added.
59609         * 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.
59610         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
59611         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59612         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
59613         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59614         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
59615         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59616         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
59617         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59618         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
59619         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59620         * 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.
59621         * platform/chromium-mac-lion/fast/repaint/line-flow-with-floats-in-regions-expected.png:
59622         * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png:
59623         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
59624         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
59625         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
59626         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
59627         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
59628         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
59629         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png:
59630         * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png:
59631         * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png:
59632         * platform/chromium-mac-snowleopard/fast/repaint/line-flow-with-floats-in-regions-expected.png:
59633         * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
59634         * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
59635         * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
59636         * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
59637         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
59638         * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
59639         * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
59640         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png:
59641         * platform/chromium-mac-snowleopard/svg/batik/text/textLayout2-expected.png:
59642         * platform/chromium-mac-snowleopard/svg/batik/text/textProperties2-expected.png:
59643         * platform/chromium-mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
59644         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
59645         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
59646         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
59647         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
59648         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
59649         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
59650         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
59651         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
59652         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
59653         * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
59654         * platform/chromium-win-xp/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59655         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59656         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59657         * platform/chromium-win-xp/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59658         * platform/chromium-win-xp/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59659         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59660         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59661         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59662         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59663         * platform/chromium-win-xp/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59664         * platform/chromium-win/fast/images/imagemap-circle-focus-ring-expected.png: Added.
59665         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
59666         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
59667         * platform/chromium-win/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
59668         * platform/chromium-win/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
59669         * platform/chromium-win/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
59670         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.png: Added.
59671         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
59672         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
59673         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
59674         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
59675         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
59676         * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
59677         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
59678         * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
59679         * platform/chromium-win/svg/batik/text/textDecoration-expected.png:
59680         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
59681         * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
59682         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
59683         * platform/chromium-win/svg/batik/text/textLayout-expected.png:
59684         * platform/chromium-win/svg/batik/text/textLayout2-expected.png:
59685         * platform/chromium-win/svg/batik/text/textProperties2-expected.png:
59686         * platform/chromium/TestExpectations:
59687         * platform/chromium/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/history/visited-link-background-color-expected.png.
59688         * platform/chromium/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
59689         * 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.
59690         * platform/efl-wk1/fast/css/font-smoothing-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-smoothing-expected.png.
59691         * platform/efl-wk1/fast/history/visited-link-background-color-expected.png: Renamed from LayoutTests/platform/efl/fast/history/visited-link-background-color-expected.png.
59692         * platform/efl-wk1/fast/images/imagemap-circle-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-circle-focus-ring-expected.png.
59693         * 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.
59694         * 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.
59695         * 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.
59696         * platform/efl-wk1/fast/images/imagemap-polygon-focus-ring-expected.png: Renamed from LayoutTests/platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png.
59697         * platform/efl-wk1/fast/text/atsui-pointtooffset-calls-cg-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.png.
59698         * platform/efl-wk1/fast/text/atsui-rtl-override-selection-expected.png: Renamed from LayoutTests/platform/efl/fast/text/atsui-rtl-override-selection-expected.png.
59699         * 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.
59700         * 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.
59701         * 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.
59702         * platform/efl-wk1/svg/batik/filters/filterRegions-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/filters/filterRegions-expected.png.
59703         * platform/efl-wk1/svg/batik/text/smallFonts-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/smallFonts-expected.png.
59704         * platform/efl-wk1/svg/batik/text/textDecoration-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textDecoration-expected.png.
59705         * platform/efl-wk1/svg/batik/text/textEffect-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect-expected.png.
59706         * platform/efl-wk1/svg/batik/text/textEffect2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textEffect2-expected.png.
59707         * platform/efl-wk1/svg/batik/text/textFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textFeatures-expected.png.
59708         * platform/efl-wk1/svg/batik/text/textLayout-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout-expected.png.
59709         * platform/efl-wk1/svg/batik/text/textLayout2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textLayout2-expected.png.
59710         * platform/efl-wk1/svg/batik/text/textProperties2-expected.png: Renamed from LayoutTests/platform/efl/svg/batik/text/textProperties2-expected.png.
59711         * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
59712
59713 2012-11-22  Dirk Schulze  <krit@webkit.org>
59714
59715         -webkit-mask shorthand switches -webkit-mask-clip and -webkit-mask-origin values
59716         https://bugs.webkit.org/show_bug.cgi?id=103083
59717
59718         Reviewed by Antti Koivisto.
59719
59720         Add parser tests for -webkit-mask property.
59721
59722         * fast/masking/parsing-mask-expected.txt: Added.
59723         * fast/masking/parsing-mask.html: Added.
59724
59725 2012-11-22  John Mellor  <johnme@chromium.org>
59726
59727         Text Autosizing: Improve handling of nested comments on reddit.com
59728         https://bugs.webkit.org/show_bug.cgi?id=102409
59729
59730         Reviewed by Kenneth Rohde Christiansen.
59731
59732         Added test to confirm that overflow:hidden no longer triggers a cluster.
59733
59734         * fast/text-autosizing/cluster-narrow-in-wide-ohidden-expected.html: Added.
59735         * fast/text-autosizing/cluster-narrow-in-wide-ohidden.html: Added.
59736
59737 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59738
59739         Test expectations update after enabling Skia changes.
59740
59741         Unreviewed expectations update.
59742
59743         Final rebaselines. These tests did not get correctly rebased the first time through.
59744
59745         * fast/replaced/border-radius-clip-expected.png: Added.
59746         * fast/text/line-initial-and-final-swashes-expected.txt: Added.
59747         * platform/chromium-linux-x86/fast/replaced/border-radius-clip-expected.txt: Added.
59748         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
59749         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.txt: Added.
59750         * platform/chromium-linux/transforms/3d/hit-testing/backface-hit-test-expected.png:
59751         * platform/chromium-linux/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png:
59752         * platform/chromium-mac-lion/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
59753         * platform/chromium-mac-lion/fast/css/color-correction-expected.txt: Added.
59754         * platform/chromium-mac-lion/fast/css/color-correction-on-background-image-expected.txt: Added.
59755         * platform/chromium-mac-lion/fast/css/color-correction-on-backgrounds-expected.txt: Added.
59756         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.png: Added.
59757         * platform/chromium-mac-lion/fast/css/color-correction-on-box-shadow-expected.txt: Added.
59758         * platform/chromium-mac-lion/fast/css/color-correction-on-text-expected.txt: Added.
59759         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.png: Added.
59760         * platform/chromium-mac-lion/fast/css/color-correction-on-text-shadow-expected.txt: Added.
59761         * platform/chromium-mac-lion/fast/css/color-correction-untagged-images-expected.txt: Added.
59762         * platform/chromium-mac-lion/fast/css/font-smoothing-expected.txt: Added.
59763         * platform/chromium-mac-lion/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59764         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59765         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59766         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59767         * platform/chromium-mac-lion/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59768         * platform/chromium-mac-lion/fast/images/object-image-expected.png: Added.
59769         * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.png: Added.
59770         * platform/chromium-mac-lion/fast/repaint/body-background-image-expected.txt: Added.
59771         * platform/chromium-mac-lion/fast/repaint/overflow-outline-repaint-expected.txt: Added.
59772         * platform/chromium-mac-lion/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
59773         * platform/chromium-mac-lion/fast/text/atsui-rtl-override-selection-expected.txt: Added.
59774         * platform/chromium-mac-lion/fast/text/font-initial-expected.png: Added.
59775         * platform/chromium-mac-lion/fast/text/font-initial-expected.txt: Added.
59776         * platform/chromium-mac-lion/fast/text/line-initial-and-final-swashes-expected.png: Added.
59777         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
59778         * platform/chromium-mac-snowleopard/fast/block/basic/fieldset-stretch-to-legend-expected.png: Added.
59779         * platform/chromium-mac-snowleopard/fast/css/color-correction-expected.txt: Added.
59780         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-background-image-expected.txt: Added.
59781         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-backgrounds-expected.txt: Added.
59782         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.png: Added.
59783         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-box-shadow-expected.txt: Added.
59784         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-expected.txt: Added.
59785         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.png: Added.
59786         * platform/chromium-mac-snowleopard/fast/css/color-correction-on-text-shadow-expected.txt: Added.
59787         * platform/chromium-mac-snowleopard/fast/css/color-correction-untagged-images-expected.txt: Added.
59788         * platform/chromium-mac-snowleopard/fast/css/font-smoothing-expected.txt: Added.
59789         * platform/chromium-mac-snowleopard/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59790         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59791         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59792         * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59793         * platform/chromium-mac-snowleopard/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59794         * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.png: Added.
59795         * platform/chromium-mac-snowleopard/fast/repaint/body-background-image-expected.txt: Added.
59796         * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.txt: Added.
59797         * platform/chromium-mac-snowleopard/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
59798         * platform/chromium-mac-snowleopard/fast/text/atsui-rtl-override-selection-expected.txt: Added.
59799         * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.png: Added.
59800         * platform/chromium-mac-snowleopard/fast/text/font-initial-expected.txt: Added.
59801         * platform/chromium-mac-snowleopard/fast/text/line-initial-and-final-swashes-expected.png: Added.
59802         * platform/chromium-mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
59803         * platform/chromium-mac/fast/css/color-correction-expected.txt: Added.
59804         * platform/chromium-mac/fast/css/color-correction-on-background-image-expected.txt: Added.
59805         * platform/chromium-mac/fast/css/color-correction-on-backgrounds-expected.txt: Added.
59806         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
59807         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.txt: Added.
59808         * platform/chromium-mac/fast/css/color-correction-on-text-expected.txt: Added.
59809         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.png: Added.
59810         * platform/chromium-mac/fast/css/color-correction-on-text-shadow-expected.txt: Added.
59811         * platform/chromium-mac/fast/css/color-correction-untagged-images-expected.txt: Added.
59812         * platform/chromium-mac/fast/css/font-smoothing-expected.txt: Added.
59813         * platform/chromium-mac/fast/history/visited-link-background-color-expected.png: Added.
59814         * platform/chromium-mac/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59815         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59816         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59817         * platform/chromium-mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59818         * platform/chromium-mac/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59819         * platform/chromium-mac/fast/images/object-image-expected.png: Added.
59820         * platform/chromium-mac/fast/repaint/body-background-image-expected.png: Added.
59821         * platform/chromium-mac/fast/repaint/body-background-image-expected.txt: Added.
59822         * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.txt: Added.
59823         * platform/chromium-mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added.
59824         * platform/chromium-mac/fast/text/atsui-rtl-override-selection-expected.txt: Added.
59825         * platform/chromium-mac/fast/text/font-initial-expected.png: Added.
59826         * platform/chromium-mac/fast/text/font-initial-expected.txt: Added.
59827         * platform/chromium-mac/fast/text/line-initial-and-final-swashes-expected.png: Added.
59828         * platform/chromium-mac/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
59829         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
59830         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
59831         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
59832         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
59833         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
59834         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
59835         * platform/chromium-win-xp/fast/replaced/border-radius-clip-expected.txt: Added.
59836         * platform/chromium-win/fast/block/basic/fieldset-stretch-to-legend-expected.png:
59837         * platform/chromium-win/fast/css/color-correction-expected.png: Added.
59838         * platform/chromium-win/fast/css/color-correction-on-background-image-expected.png: Added.
59839         * platform/chromium-win/fast/css/color-correction-on-backgrounds-expected.png: Added.
59840         * platform/chromium-win/fast/css/color-correction-on-box-shadow-expected.png: Added.
59841         * platform/chromium-win/fast/css/color-correction-on-text-expected.png: Added.
59842         * platform/chromium-win/fast/css/color-correction-on-text-shadow-expected.png: Added.
59843         * platform/chromium-win/fast/css/color-correction-untagged-images-expected.png: Added.
59844         * platform/chromium-win/fast/css/font-smoothing-expected.png:
59845         * platform/chromium-win/fast/history/visited-link-background-color-expected.png: Added.
59846         * platform/chromium-win/fast/images/object-image-expected.png: Added.
59847         * platform/chromium-win/fast/repaint/body-background-image-expected.png: Added.
59848         * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
59849         * platform/chromium-win/fast/replaced/border-radius-clip-expected.txt:
59850         * platform/chromium-win/fast/text/atsui-pointtooffset-calls-cg-expected.png:
59851         * platform/chromium-win/fast/text/atsui-rtl-override-selection-expected.png:
59852         * platform/chromium-win/fast/text/font-initial-expected.png: Added.
59853         * platform/chromium-win/fast/text/line-initial-and-final-swashes-expected.txt: Added.
59854         * platform/chromium-win/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
59855         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/object-image-expected.png: Added.
59856         * platform/chromium/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
59857         * platform/chromium/fast/css/color-correction-expected.png: Removed.
59858         * platform/chromium/fast/css/color-correction-on-background-image-expected.png: Removed.
59859         * platform/chromium/fast/css/color-correction-on-backgrounds-expected.png: Removed.
59860         * platform/chromium/fast/css/color-correction-on-box-shadow-expected.png: Removed.
59861         * platform/chromium/fast/css/color-correction-on-text-expected.png: Removed.
59862         * platform/chromium/fast/css/color-correction-on-text-shadow-expected.png: Removed.
59863         * platform/chromium/fast/css/color-correction-untagged-images-expected.png: Removed.
59864         * platform/chromium/fast/history/visited-link-background-color-expected.png: Removed.
59865         * platform/chromium/fast/images/imagemap-circle-focus-ring-expected.png: Removed.
59866         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-expected.png: Removed.
59867         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Removed.
59868         * platform/chromium/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Removed.
59869         * platform/chromium/fast/images/imagemap-polygon-focus-ring-expected.png: Removed.
59870         * platform/chromium/fast/images/object-image-expected.png: Removed.
59871         * platform/chromium/fast/repaint/body-background-image-expected.png: Removed.
59872         * platform/chromium/fast/replaced/border-radius-clip-expected.png: Removed.
59873         * platform/chromium/fast/text/font-initial-expected.png: Removed.
59874         * platform/chromium/fast/text/line-initial-and-final-swashes-expected.png: Removed.
59875         * platform/chromium/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
59876         * platform/chromium/fast/text/midword-break-before-surrogate-pair-2-expected.png: Removed.
59877         * platform/mac/fast/replaced/border-radius-clip-expected.png: Removed.
59878         * platform/mac/fast/text/line-initial-and-final-swashes-expected.txt: Removed.
59879
59880 2012-11-22  Pravin D  <pravind.2k4@gmail.com>
59881
59882         max-height property not respected in case of tables
59883         https://bugs.webkit.org/show_bug.cgi?id=98633
59884
59885         Reviewed by Julien Chaffraix.
59886
59887         * fast/table/css-table-max-height-expected.txt: Added.
59888         * fast/table/css-table-max-height.html: Added.
59889
59890 2012-11-22  Robert Kroeger  <rjkroege@chromium.org>
59891
59892         Unreviewed gardening: Updated test expectations for MountainLion crash in
59893         media/video-preload.html.
59894         https://bugs.webkit.org/show_bug.cgi?id=103093
59895
59896         * platform/chromium/TestExpectations:
59897
59898 2012-11-22  Robert Kroeger  <rjkroege@chromium.org>
59899
59900         [Chromium] Unreviwed gardening. Updated test expectations for failure
59901         in complex-joining-using-gpos.html
59902         https://bugs.webkit.org/show_bug.cgi?id=101377
59903
59904         * platform/chromium/TestExpectations:
59905
59906 2012-11-22  Stephen White  <senorblanco@chromium.org>
59907
59908         [Chromium] Unreviewed gardening.  Remove a now-passing test from TestExpectations.
59909
59910         * platform/chromium/TestExpectations:
59911
59912 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59913
59914         Test expectations update after enabling Skia changes.
59915
59916         Unreviewed expectations update.
59917
59918         All the SVG tests. We should now be done.
59919
59920         * To many files to list.
59921
59922 2012-11-22  Stephen White  <senorblanco@chromium.org>
59923
59924         [Chromium] Unreviewed gardening.  New baselines for test effect-reference-ordering-hw.
59925
59926         * platform/chromium-linux/css3/filters/effect-reference-ordering-hw-expected.png: Added.
59927         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.png: Added.
59928         * platform/chromium-mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
59929         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.png: Added.
59930         * platform/chromium-win/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
59931
59932 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59933
59934         Test expectations update after enabling Skia changes.
59935
59936         Unreviewed expectations update.
59937
59938         Partial update, covering all but eh SVG tests.
59939
59940         * To many files to list.
59941
59942 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59943
59944         [Chromium] Test expectations update after enabling Skia changes.
59945
59946         Unreviewed Chromium expectations update.
59947
59948         Partial update, covering all fast tests. Many more to come.
59949
59950         * To many files to list. Most of the pixel results in fast for Chromium.
59951
59952 2012-11-22  Pierre Rossi  <pierre.rossi@gmail.com>
59953
59954         [Qt] REGRESSION(r135515): It made 3-3 tests fail and crash
59955         https://bugs.webkit.org/show_bug.cgi?id=103073
59956
59957         Rubber-stamped by Simon Hausmann.
59958
59959         Unskip the tests that had regressed.
59960
59961         * platform/qt/TestExpectations:
59962
59963 2012-11-22  Stephen Chenney  <schenney@chromium.org>
59964
59965         [Chromium] Test expectations update after enabling Skia changes.
59966
59967         Unreviewed Chromium expectations update.
59968
59969         Partial update, covering all editing tests. Many more to come.
59970
59971         * platform/chromium-mac-lion/editing/deleting/4922367-expected.png:
59972         * platform/chromium-mac-lion/editing/deleting/5099303-expected.png:
59973         * platform/chromium-mac-lion/editing/deleting/5126166-expected.png:
59974         * platform/chromium-mac-lion/editing/deleting/5144139-2-expected.png:
59975         * platform/chromium-mac-lion/editing/deleting/5206311-1-expected.png:
59976         * platform/chromium-mac-lion/editing/deleting/5272440-expected.png:
59977         * platform/chromium-mac-lion/editing/deleting/5369009-expected.png:
59978         * platform/chromium-mac-lion/editing/deleting/5433862-2-expected.png:
59979         * platform/chromium-mac-lion/editing/deleting/5483370-expected.png:
59980         * platform/chromium-mac-lion/editing/deleting/delete-3608445-fix-expected.png:
59981         * platform/chromium-mac-lion/editing/deleting/delete-3608462-fix-expected.png:
59982         * platform/chromium-mac-lion/editing/deleting/delete-4083333-fix-expected.png:
59983         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-001-expected.png:
59984         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-002-expected.png:
59985         * platform/chromium-mac-lion/editing/deleting/delete-after-span-ws-003-expected.png:
59986         * platform/chromium-mac-lion/editing/deleting/delete-and-undo-expected.png:
59987         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
59988         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
59989         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
59990         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
59991         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
59992         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
59993         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
59994         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
59995         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
59996         * platform/chromium-mac-lion/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
59997         * platform/chromium-mac-lion/editing/deleting/delete-block-contents-003-expected.png:
59998         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-001-expected.png:
59999         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-002-expected.png:
60000         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-003-expected.png:
60001         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-004-expected.png:
60002         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-005-expected.png:
60003         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-006-expected.png:
60004         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-007-expected.png:
60005         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-008-expected.png:
60006         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-009-expected.png:
60007         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-010-expected.png:
60008         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-011-expected.png:
60009         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-012-expected.png:
60010         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-013-expected.png:
60011         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-014-expected.png:
60012         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-015-expected.png:
60013         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-016-expected.png:
60014         * platform/chromium-mac-lion/editing/deleting/delete-block-merge-contents-017-expected.png:
60015         * platform/chromium-mac-lion/editing/deleting/delete-br-001-expected.png:
60016         * platform/chromium-mac-lion/editing/deleting/delete-br-002-expected.png:
60017         * platform/chromium-mac-lion/editing/deleting/delete-br-003-expected.png:
60018         * platform/chromium-mac-lion/editing/deleting/delete-br-004-expected.png:
60019         * platform/chromium-mac-lion/editing/deleting/delete-br-005-expected.png:
60020         * platform/chromium-mac-lion/editing/deleting/delete-br-006-expected.png:
60021         * platform/chromium-mac-lion/editing/deleting/delete-br-007-expected.png:
60022         * platform/chromium-mac-lion/editing/deleting/delete-br-013-expected.png:
60023         * platform/chromium-mac-lion/editing/deleting/delete-character-001-expected.png:
60024         * platform/chromium-mac-lion/editing/deleting/delete-contiguous-ws-001-expected.png:
60025         * platform/chromium-mac-lion/editing/deleting/delete-first-list-item-expected.png:
60026         * platform/chromium-mac-lion/editing/deleting/delete-hr-expected.png:
60027         * platform/chromium-mac-lion/editing/deleting/delete-image-001-expected.png:
60028         * platform/chromium-mac-lion/editing/deleting/delete-image-002-expected.png:
60029         * platform/chromium-mac-lion/editing/deleting/delete-image-003-expected.png:
60030         * platform/chromium-mac-lion/editing/deleting/delete-leading-ws-001-expected.png:
60031         * platform/chromium-mac-lion/editing/deleting/delete-line-015-expected.png:
60032         * platform/chromium-mac-lion/editing/deleting/delete-line-016-expected.png:
60033         * platform/chromium-mac-lion/editing/deleting/delete-line-017-expected.png:
60034         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-001-expected.png:
60035         * platform/chromium-mac-lion/editing/deleting/delete-line-end-ws-002-expected.png:
60036         * platform/chromium-mac-lion/editing/deleting/delete-listitem-001-expected.png:
60037         * platform/chromium-mac-lion/editing/deleting/delete-listitem-002-expected.png:
60038         * platform/chromium-mac-lion/editing/deleting/delete-selection-001-expected.png:
60039         * platform/chromium-mac-lion/editing/deleting/delete-tab-001-expected.png:
60040         * platform/chromium-mac-lion/editing/deleting/delete-tab-002-expected.png:
60041         * platform/chromium-mac-lion/editing/deleting/delete-tab-003-expected.png:
60042         * platform/chromium-mac-lion/editing/deleting/delete-tab-004-expected.png:
60043         * platform/chromium-mac-lion/editing/deleting/delete-to-select-table-expected.png:
60044         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-001-expected.png:
60045         * platform/chromium-mac-lion/editing/deleting/delete-trailing-ws-002-expected.png:
60046         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-001-expected.png:
60047         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-002-expected.png:
60048         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-003-expected.png:
60049         * platform/chromium-mac-lion/editing/deleting/delete-ws-fixup-004-expected.png:
60050         * platform/chromium-mac-lion/editing/deleting/list-item-1-expected.png:
60051         * platform/chromium-mac-lion/editing/deleting/merge-different-styles-expected.png:
60052         * platform/chromium-mac-lion/editing/deleting/merge-endOfParagraph-expected.png:
60053         * platform/chromium-mac-lion/editing/deleting/merge-no-br-expected.png:
60054         * platform/chromium-mac-lion/editing/deleting/merge-unrendered-space-expected.png:
60055         * platform/chromium-mac-lion/editing/deleting/merge-whitespace-pre-expected.png:
60056         * platform/chromium-mac-lion/editing/deleting/non-smart-delete-expected.png:
60057         * platform/chromium-mac-lion/editing/deleting/pruning-after-merge-2-expected.png:
60058         * platform/chromium-mac-lion/editing/deleting/smart-delete-001-expected.png:
60059         * platform/chromium-mac-lion/editing/deleting/smart-delete-002-expected.png:
60060         * platform/chromium-mac-lion/editing/deleting/smart-delete-003-expected.png:
60061         * platform/chromium-mac-lion/editing/deleting/smart-delete-004-expected.png:
60062         * platform/chromium-mac-lion/editing/deleting/table-cells-expected.png:
60063         * platform/chromium-mac-lion/editing/deleting/type-delete-after-quote-expected.png:
60064         * platform/chromium-mac-lion/editing/execCommand/4580583-1-expected.png:
60065         * platform/chromium-mac-lion/editing/execCommand/4580583-2-expected.png:
60066         * platform/chromium-mac-lion/editing/execCommand/4641880-1-expected.png:
60067         * platform/chromium-mac-lion/editing/execCommand/4641880-2-expected.png:
60068         * platform/chromium-mac-lion/editing/execCommand/4747450-expected.png:
60069         * platform/chromium-mac-lion/editing/execCommand/4916402-expected.png:
60070         * platform/chromium-mac-lion/editing/execCommand/4916541-expected.png:
60071         * platform/chromium-mac-lion/editing/execCommand/4924441-expected.png:
60072         * platform/chromium-mac-lion/editing/execCommand/5080333-1-expected.png:
60073         * platform/chromium-mac-lion/editing/execCommand/5080333-2-expected.png:
60074         * platform/chromium-mac-lion/editing/execCommand/5136770-expected.png:
60075         * platform/chromium-mac-lion/editing/execCommand/5138441-expected.png:
60076         * platform/chromium-mac-lion/editing/execCommand/5142012-1-expected.png:
60077         * platform/chromium-mac-lion/editing/execCommand/5142012-2-expected.png:
60078         * platform/chromium-mac-lion/editing/execCommand/5481523-expected.png:
60079         * platform/chromium-mac-lion/editing/execCommand/5569741-expected.png:
60080         * platform/chromium-mac-lion/editing/execCommand/create-list-with-hr-expected.png:
60081         * platform/chromium-mac-lion/editing/execCommand/format-block-with-trailing-br-expected.png:
60082         * platform/chromium-mac-lion/editing/execCommand/indent-empty-root-expected.png:
60083         * platform/chromium-mac-lion/editing/execCommand/indent-list-item-expected.png:
60084         * platform/chromium-mac-lion/editing/execCommand/indent-selection-expected.png:
60085         * platform/chromium-mac-lion/editing/execCommand/insert-list-and-stitch-expected.png:
60086         * platform/chromium-mac-lion/editing/execCommand/insertHorizontalRule-expected.png:
60087         * platform/chromium-mac-lion/editing/execCommand/insertImage-expected.png:
60088         * platform/chromium-mac-lion/editing/execCommand/nsresponder-indent-expected.png:
60089         * platform/chromium-mac-lion/editing/execCommand/nsresponder-outdent-expected.png:
60090         * platform/chromium-mac-lion/editing/execCommand/print-expected.png:
60091         * platform/chromium-mac-lion/editing/execCommand/remove-list-from-range-selection-expected.png:
60092         * platform/chromium-mac-lion/editing/execCommand/remove-list-item-1-expected.png:
60093         * platform/chromium-mac-lion/editing/execCommand/selectAll-expected.png:
60094         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
60095         * platform/chromium-mac-lion/editing/input/caret-at-the-edge-of-input-expected.png:
60096         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
60097         * platform/chromium-mac-lion/editing/input/reveal-caret-of-multiline-input-expected.png:
60098         * platform/chromium-mac-lion/editing/inserting/12882-expected.png:
60099         * platform/chromium-mac-lion/editing/inserting/4278698-expected.png:
60100         * platform/chromium-mac-lion/editing/inserting/4840662-expected.png:
60101         * platform/chromium-mac-lion/editing/inserting/4875189-1-expected.png:
60102         * platform/chromium-mac-lion/editing/inserting/4875189-2-expected.png:
60103         * platform/chromium-mac-lion/editing/inserting/4959067-expected.png:
60104         * platform/chromium-mac-lion/editing/inserting/4960120-1-expected.png:
60105         * platform/chromium-mac-lion/editing/inserting/4960120-2-expected.png:
60106         * platform/chromium-mac-lion/editing/inserting/5002441-expected.png:
60107         * platform/chromium-mac-lion/editing/inserting/5058163-1-expected.png:
60108         * platform/chromium-mac-lion/editing/inserting/5058163-2-expected.png:
60109         * platform/chromium-mac-lion/editing/inserting/5156401-2-expected.png:
60110         * platform/chromium-mac-lion/editing/inserting/5418891-expected.png:
60111         * platform/chromium-mac-lion/editing/inserting/5510537-expected.png:
60112         * platform/chromium-mac-lion/editing/inserting/5549929-2-expected.png:
60113         * platform/chromium-mac-lion/editing/inserting/5549929-3-expected.png:
60114         * platform/chromium-mac-lion/editing/inserting/6703873-expected.png:
60115         * platform/chromium-mac-lion/editing/inserting/before-after-input-element-expected.png:
60116         * platform/chromium-mac-lion/editing/inserting/break-blockquote-after-delete-expected.png:
60117         * platform/chromium-mac-lion/editing/inserting/editable-inline-element-expected.png:
60118         * platform/chromium-mac-lion/editing/inserting/edited-whitespace-1-expected.png:
60119         * platform/chromium-mac-lion/editing/inserting/editing-empty-divs-expected.png:
60120         * platform/chromium-mac-lion/editing/inserting/insert-3775316-fix-expected.png:
60121         * platform/chromium-mac-lion/editing/inserting/insert-3778059-fix-expected.png:
60122         * platform/chromium-mac-lion/editing/inserting/insert-3800346-fix-expected.png:
60123         * platform/chromium-mac-lion/editing/inserting/insert-after-delete-001-expected.png:
60124         * platform/chromium-mac-lion/editing/inserting/insert-at-end-01-expected.png:
60125         * platform/chromium-mac-lion/editing/inserting/insert-at-end-02-expected.png:
60126         * platform/chromium-mac-lion/editing/inserting/insert-br-001-expected.png:
60127         * platform/chromium-mac-lion/editing/inserting/insert-br-002-expected.png:
60128         * platform/chromium-mac-lion/editing/inserting/insert-br-003-expected.png:
60129         * platform/chromium-mac-lion/editing/inserting/insert-br-004-expected.png:
60130         * platform/chromium-mac-lion/editing/inserting/insert-br-005-expected.png:
60131         * platform/chromium-mac-lion/editing/inserting/insert-br-006-expected.png:
60132         * platform/chromium-mac-lion/editing/inserting/insert-br-007-expected.png:
60133         * platform/chromium-mac-lion/editing/inserting/insert-br-008-expected.png:
60134         * platform/chromium-mac-lion/editing/inserting/insert-br-009-expected.png:
60135         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-001-expected.png:
60136         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-002-expected.png:
60137         * platform/chromium-mac-lion/editing/inserting/insert-br-at-tabspan-003-expected.png:
60138         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-001-expected.png:
60139         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-002-expected.png:
60140         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-003-expected.png:
60141         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-004-expected.png:
60142         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-005-expected.png:
60143         * platform/chromium-mac-lion/editing/inserting/insert-br-quoted-006-expected.png:
60144         * platform/chromium-mac-lion/editing/inserting/insert-div-025-expected.png:
60145         * platform/chromium-mac-lion/editing/inserting/insert-div-026-expected.png:
60146         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-01-expected.png:
60147         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-02-expected.png:
60148         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-03-expected.png:
60149         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-04-expected.png:
60150         * platform/chromium-mac-lion/editing/inserting/insert-paragraph-05-expected.png:
60151         * platform/chromium-mac-lion/editing/inserting/insert-space-in-empty-doc-expected.png:
60152         * platform/chromium-mac-lion/editing/inserting/insert-tab-001-expected.png:
60153         * platform/chromium-mac-lion/editing/inserting/insert-tab-002-expected.png:
60154         * platform/chromium-mac-lion/editing/inserting/insert-tab-003-expected.png:
60155         * platform/chromium-mac-lion/editing/inserting/insert-tab-004-expected.png:
60156         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-001-expected.png:
60157         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-002-expected.png:
60158         * platform/chromium-mac-lion/editing/inserting/insert-text-at-tabspan-003-expected.png:
60159         * platform/chromium-mac-lion/editing/inserting/insert-text-with-newlines-expected.png:
60160         * platform/chromium-mac-lion/editing/inserting/line-break-expected.png:
60161         * platform/chromium-mac-lion/editing/inserting/multiple-lines-selected-expected.png:
60162         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-01-expected.png:
60163         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-02-expected.png:
60164         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-03-expected.png:
60165         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-1-expected.png:
60166         * platform/chromium-mac-lion/editing/inserting/paragraph-separator-in-table-2-expected.png:
60167         * platform/chromium-mac-lion/editing/inserting/redo-expected.png:
60168         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-001-expected.png:
60169         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-002-expected.png:
60170         * platform/chromium-mac-lion/editing/inserting/return-key-with-selection-003-expected.png:
60171         * platform/chromium-mac-lion/editing/inserting/typing-001-expected.png:
60172         * platform/chromium-mac-lion/editing/inserting/typing-002-expected.png:
60173         * platform/chromium-mac-lion/editing/inserting/typing-003-expected.png:
60174         * platform/chromium-mac-lion/editing/inserting/typing-around-br-001-expected.png:
60175         * platform/chromium-mac-lion/editing/inserting/typing-around-image-001-expected.png:
60176         * platform/chromium-mac-lion/editing/inserting/typing-at-end-of-line-expected.png:
60177         * platform/chromium-mac-lion/editing/pasteboard/3976872-expected.png:
60178         * platform/chromium-mac-lion/editing/pasteboard/4076267-2-expected.png:
60179         * platform/chromium-mac-lion/editing/pasteboard/4076267-3-expected.png:
60180         * platform/chromium-mac-lion/editing/pasteboard/4076267-expected.png:
60181         * platform/chromium-mac-lion/editing/pasteboard/4242293-expected.png:
60182         * platform/chromium-mac-lion/editing/pasteboard/4631972-expected.png:
60183         * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
60184         * platform/chromium-mac-lion/editing/pasteboard/4806874-expected.png:
60185         * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
60186         * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
60187         * platform/chromium-mac-lion/editing/pasteboard/4947130-expected.png:
60188         * platform/chromium-mac-lion/editing/pasteboard/5006779-expected.png:
60189         * platform/chromium-mac-lion/editing/pasteboard/5032095-expected.png:
60190         * platform/chromium-mac-lion/editing/pasteboard/5071074-2-expected.png:
60191         * platform/chromium-mac-lion/editing/pasteboard/5071074-expected.png:
60192         * platform/chromium-mac-lion/editing/pasteboard/5075944-expected.png:
60193         * platform/chromium-mac-lion/editing/pasteboard/5134759-expected.png:
60194         * platform/chromium-mac-lion/editing/pasteboard/5156401-1-expected.png:
60195         * platform/chromium-mac-lion/editing/pasteboard/5247341-expected.png:
60196         * platform/chromium-mac-lion/editing/pasteboard/5387578-expected.png:
60197         * platform/chromium-mac-lion/editing/pasteboard/5478250-expected.png:
60198         * platform/chromium-mac-lion/editing/pasteboard/5601583-1-expected.png:
60199         * platform/chromium-mac-lion/editing/pasteboard/8145-1-expected.png:
60200         * platform/chromium-mac-lion/editing/pasteboard/8145-2-expected.png:
60201         * platform/chromium-mac-lion/editing/pasteboard/8145-3-expected.png:
60202         * platform/chromium-mac-lion/editing/pasteboard/bad-placeholder-expected.png:
60203         * platform/chromium-mac-lion/editing/pasteboard/copy-standalone-image-expected.png:
60204         * platform/chromium-mac-lion/editing/pasteboard/cut-text-001-expected.png:
60205         * platform/chromium-mac-lion/editing/pasteboard/displaced-generic-placeholder-expected.png:
60206         * platform/chromium-mac-lion/editing/pasteboard/displaced-placeholder-expected.png:
60207         * platform/chromium-mac-lion/editing/pasteboard/drag-drop-modifies-page-expected.png:
60208         * platform/chromium-mac-lion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
60209         * platform/chromium-mac-lion/editing/pasteboard/drop-text-without-selection-expected.png:
60210         * platform/chromium-mac-lion/editing/pasteboard/innerText-inline-table-expected.png:
60211         * platform/chromium-mac-lion/editing/pasteboard/input-field-1-expected.png:
60212         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-1-expected.png:
60213         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-2-expected.png:
60214         * platform/chromium-mac-lion/editing/pasteboard/merge-after-delete-expected.png:
60215         * platform/chromium-mac-lion/editing/pasteboard/merge-end-blockquote-expected.png:
60216         * platform/chromium-mac-lion/editing/pasteboard/merge-end-borders-expected.png:
60217         * platform/chromium-mac-lion/editing/pasteboard/merge-start-blockquote-expected.png:
60218         * platform/chromium-mac-lion/editing/pasteboard/merge-start-list-expected.png:
60219         * platform/chromium-mac-lion/editing/pasteboard/paste-4035648-fix-expected.png:
60220         * platform/chromium-mac-lion/editing/pasteboard/paste-4038267-fix-expected.png:
60221         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
60222         * platform/chromium-mac-lion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
60223         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-001-expected.png:
60224         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-002-expected.png:
60225         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-003-expected.png:
60226         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-004-expected.png:
60227         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-005-expected.png:
60228         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-006-expected.png:
60229         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-007-expected.png:
60230         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-008-expected.png:
60231         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-009-expected.png:
60232         * platform/chromium-mac-lion/editing/pasteboard/paste-line-endings-010-expected.png:
60233         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-001-expected.png:
60234         * platform/chromium-mac-lion/editing/pasteboard/paste-match-style-002-expected.png:
60235         * platform/chromium-mac-lion/editing/pasteboard/paste-text-019-expected.png:
60236         * platform/chromium-mac-lion/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
60237         * platform/chromium-mac-lion/editing/pasteboard/pasting-object-expected.png:
60238         * platform/chromium-mac-lion/editing/pasteboard/pasting-tabs-expected.png:
60239         * platform/chromium-mac-lion/editing/pasteboard/quirks-mode-br-1-expected.png:
60240         * platform/chromium-mac-lion/editing/pasteboard/smart-drag-drop-expected.png:
60241         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-007-expected.png:
60242         * platform/chromium-mac-lion/editing/pasteboard/smart-paste-008-expected.png:
60243         * platform/chromium-mac-lion/editing/pasteboard/styled-element-markup-expected.png:
60244         * platform/chromium-mac-lion/editing/pasteboard/undoable-fragment-removes-expected.png:
60245         * platform/chromium-mac-lion/editing/pasteboard/unrendered-br-expected.png:
60246         * platform/chromium-mac-lion/editing/selection/13804-expected.png:
60247         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
60248         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
60249         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
60250         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
60251         * platform/chromium-mac-lion/editing/selection/4402375-expected.png:
60252         * platform/chromium-mac-lion/editing/selection/4818145-expected.png:
60253         * platform/chromium-mac-lion/editing/selection/4866671-expected.png:
60254         * platform/chromium-mac-lion/editing/selection/4889598-expected.png:
60255         * platform/chromium-mac-lion/editing/selection/4895428-2-expected.png:
60256         * platform/chromium-mac-lion/editing/selection/4895428-3-expected.png:
60257         * platform/chromium-mac-lion/editing/selection/4932260-1-expected.png:
60258         * platform/chromium-mac-lion/editing/selection/4932260-2-expected.png:
60259         * platform/chromium-mac-lion/editing/selection/4932260-3-expected.png:
60260         * platform/chromium-mac-lion/editing/selection/4947387-expected.png:
60261         * platform/chromium-mac-lion/editing/selection/5007143-2-expected.png:
60262         * platform/chromium-mac-lion/editing/selection/5007143-expected.png:
60263         * platform/chromium-mac-lion/editing/selection/5057506-2-expected.png:
60264         * platform/chromium-mac-lion/editing/selection/5057506-expected.png:
60265         * platform/chromium-mac-lion/editing/selection/5076323-1-expected.png:
60266         * platform/chromium-mac-lion/editing/selection/5076323-2-expected.png:
60267         * platform/chromium-mac-lion/editing/selection/5076323-3-expected.png:
60268         * platform/chromium-mac-lion/editing/selection/5099303-expected.png:
60269         * platform/chromium-mac-lion/editing/selection/5131716-1-expected.png:
60270         * platform/chromium-mac-lion/editing/selection/5131716-2-expected.png:
60271         * platform/chromium-mac-lion/editing/selection/5131716-3-expected.png:
60272         * platform/chromium-mac-lion/editing/selection/5131716-4-expected.png:
60273         * platform/chromium-mac-lion/editing/selection/5195166-2-expected.png:
60274         * platform/chromium-mac-lion/editing/selection/5234383-1-expected.png:
60275         * platform/chromium-mac-lion/editing/selection/5234383-2-expected.png:
60276         * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
60277         * platform/chromium-mac-lion/editing/selection/6476-expected.png:
60278         * platform/chromium-mac-lion/editing/selection/after-line-wrap-expected.png:
60279         * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
60280         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-expected.png:
60281         * platform/chromium-mac-lion/editing/selection/caret-ltr-2-left-expected.png:
60282         * platform/chromium-mac-lion/editing/selection/caret-ltr-expected.png:
60283         * platform/chromium-mac-lion/editing/selection/caret-ltr-right-expected.png:
60284         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-expected.png:
60285         * platform/chromium-mac-lion/editing/selection/caret-rtl-2-left-expected.png:
60286         * platform/chromium-mac-lion/editing/selection/caret-rtl-expected.png:
60287         * platform/chromium-mac-lion/editing/selection/caret-rtl-right-expected.png:
60288         * platform/chromium-mac-lion/editing/selection/click-start-of-line-expected.png:
60289         * platform/chromium-mac-lion/editing/selection/contains-boundaries-expected.png:
60290         * platform/chromium-mac-lion/editing/selection/contenteditable-click-inside-expected.png:
60291         * platform/chromium-mac-lion/editing/selection/drag-select-1-expected.png:
60292         * platform/chromium-mac-lion/editing/selection/drag-to-contenteditable-iframe-expected.png:
60293         * platform/chromium-mac-lion/editing/selection/editable-non-editable-crash-expected.png:
60294         * platform/chromium-mac-lion/editing/selection/end-of-document-expected.png:
60295         * platform/chromium-mac-lion/editing/selection/expanding-selections-expected.png:
60296         * platform/chromium-mac-lion/editing/selection/expanding-selections2-expected.png:
60297         * platform/chromium-mac-lion/editing/selection/extend-by-character-001-expected.png:
60298         * platform/chromium-mac-lion/editing/selection/extend-by-character-002-expected.png:
60299         * platform/chromium-mac-lion/editing/selection/extend-by-character-003-expected.png:
60300         * platform/chromium-mac-lion/editing/selection/extend-by-character-004-expected.png:
60301         * platform/chromium-mac-lion/editing/selection/extend-by-character-005-expected.png:
60302         * platform/chromium-mac-lion/editing/selection/extend-by-character-006-expected.png:
60303         * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png:
60304         * platform/chromium-mac-lion/editing/selection/extend-by-word-001-expected.png:
60305         * platform/chromium-mac-lion/editing/selection/extend-by-word-002-expected.png:
60306         * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-backward-expected.png:
60307         * platform/chromium-mac-lion/editing/selection/extend-inside-transforms-forward-expected.png:
60308         * platform/chromium-mac-lion/editing/selection/extend-selection-bidi-expected.png:
60309         * platform/chromium-mac-lion/editing/selection/fake-doubleclick-expected.png:
60310         * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
60311         * platform/chromium-mac-lion/editing/selection/image-before-linebreak-expected.png:
60312         * platform/chromium-mac-lion/editing/selection/inline-table-expected.png:
60313         * platform/chromium-mac-lion/editing/selection/leave-requested-block-expected.png:
60314         * platform/chromium-mac-lion/editing/selection/mixed-editability-3-expected.png:
60315         * platform/chromium-mac-lion/editing/selection/mixed-editability-4-expected.png:
60316         * platform/chromium-mac-lion/editing/selection/mixed-editability-5-expected.png:
60317         * platform/chromium-mac-lion/editing/selection/mixed-editability-6-expected.png:
60318         * platform/chromium-mac-lion/editing/selection/mixed-editability-7-expected.png:
60319         * platform/chromium-mac-lion/editing/selection/mixed-editability-8-expected.png:
60320         * platform/chromium-mac-lion/editing/selection/mixed-editability-9-expected.png:
60321         * platform/chromium-mac-lion/editing/selection/move-backwords-by-word-001-expected.png:
60322         * platform/chromium-mac-lion/editing/selection/move-between-blocks-no-001-expected.png:
60323         * platform/chromium-mac-lion/editing/selection/move-by-character-001-expected.png:
60324         * platform/chromium-mac-lion/editing/selection/move-by-character-002-expected.png:
60325         * platform/chromium-mac-lion/editing/selection/move-by-character-003-expected.png:
60326         * platform/chromium-mac-lion/editing/selection/move-by-character-004-expected.png:
60327         * platform/chromium-mac-lion/editing/selection/move-by-character-005-expected.png:
60328         * platform/chromium-mac-lion/editing/selection/move-by-character-6-expected.png:
60329         * platform/chromium-mac-lion/editing/selection/move-by-line-002-expected.png:
60330         * platform/chromium-mac-lion/editing/selection/move-by-sentence-001-expected.png:
60331         * platform/chromium-mac-lion/editing/selection/move-by-sentence-linebreak-expected.png:
60332         * platform/chromium-mac-lion/editing/selection/move-by-word-001-expected.png:
60333         * platform/chromium-mac-lion/editing/selection/move-past-trailing-space-expected.png:
60334         * platform/chromium-mac-lion/editing/selection/previous-line-position-expected.png:
60335         * platform/chromium-mac-lion/editing/selection/replace-selection-1-expected.png:
60336         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-1-expected.png:
60337         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-2-expected.png:
60338         * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
60339         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-1-expected.png:
60340         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-2-expected.png:
60341         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-3-expected.png:
60342         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-4-expected.png:
60343         * platform/chromium-mac-lion/editing/selection/select-across-readonly-input-5-expected.png:
60344         * platform/chromium-mac-lion/editing/selection/select-all-001-expected.png:
60345         * platform/chromium-mac-lion/editing/selection/select-all-002-expected.png:
60346         * platform/chromium-mac-lion/editing/selection/select-all-iframe-expected.png:
60347         * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
60348         * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
60349         * platform/chromium-mac-lion/editing/selection/select-from-textfield-outwards-expected.png:
60350         * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
60351         * platform/chromium-mac-lion/editing/selection/selectNode-expected.png:
60352         * platform/chromium-mac-lion/editing/selection/selectNodeContents-expected.png:
60353         * platform/chromium-mac-lion/editing/selection/selection-3748164-fix-expected.png:
60354         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
60355         * platform/chromium-mac-lion/editing/selection/table-caret-1-expected.png:
60356         * platform/chromium-mac-lion/editing/selection/table-caret-2-expected.png:
60357         * platform/chromium-mac-lion/editing/selection/table-caret-3-expected.png:
60358         * platform/chromium-mac-lion/editing/selection/transformed-selection-rects-expected.png:
60359         * platform/chromium-mac-lion/editing/selection/triple-click-in-pre-expected.png:
60360         * platform/chromium-mac-lion/editing/selection/unrendered-001-expected.png:
60361         * platform/chromium-mac-lion/editing/selection/unrendered-002-expected.png:
60362         * platform/chromium-mac-lion/editing/selection/unrendered-003-expected.png:
60363         * platform/chromium-mac-lion/editing/selection/unrendered-004-expected.png:
60364         * platform/chromium-mac-lion/editing/selection/unrendered-005-expected.png:
60365         * platform/chromium-mac-lion/editing/selection/unrendered-space-expected.png:
60366         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
60367         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
60368         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
60369         * platform/chromium-mac-lion/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
60370         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-1-expected.png:
60371         * platform/chromium-mac-lion/editing/selection/wrapped-line-caret-2-expected.png:
60372         * platform/chromium-mac-lion/editing/spelling/grammar-markers-expected.png:
60373         * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
60374         * platform/chromium-mac-lion/editing/spelling/spelling-expected.png:
60375         * platform/chromium-mac-lion/editing/style/4916887-expected.png:
60376         * platform/chromium-mac-lion/editing/style/5017613-1-expected.png:
60377         * platform/chromium-mac-lion/editing/style/5017613-2-expected.png:
60378         * platform/chromium-mac-lion/editing/style/5046875-1-expected.png:
60379         * platform/chromium-mac-lion/editing/style/5046875-2-expected.png:
60380         * platform/chromium-mac-lion/editing/style/5065910-expected.png:
60381         * platform/chromium-mac-lion/editing/style/5084241-expected.png:
60382         * platform/chromium-mac-lion/editing/style/5228141-expected.png:
60383         * platform/chromium-mac-lion/editing/style/5279521-expected.png:
60384         * platform/chromium-mac-lion/editing/style/block-styles-007-expected.png:
60385         * platform/chromium-mac-lion/editing/style/highlight-expected.png:
60386         * platform/chromium-mac-lion/editing/style/smoosh-styles-001-expected.png:
60387         * platform/chromium-mac-lion/editing/style/smoosh-styles-003-expected.png:
60388         * platform/chromium-mac-lion/editing/style/style-3681552-fix-001-expected.png:
60389         * platform/chromium-mac-lion/editing/style/style-3681552-fix-002-expected.png:
60390         * platform/chromium-mac-lion/editing/style/style-3998892-fix-expected.png:
60391         * platform/chromium-mac-lion/editing/style/style-boundary-001-expected.png:
60392         * platform/chromium-mac-lion/editing/style/style-boundary-002-expected.png:
60393         * platform/chromium-mac-lion/editing/style/style-boundary-003-expected.png:
60394         * platform/chromium-mac-lion/editing/style/style-boundary-004-expected.png:
60395         * platform/chromium-mac-lion/editing/style/style-boundary-005-expected.png:
60396         * platform/chromium-mac-lion/editing/style/typing-style-001-expected.png:
60397         * platform/chromium-mac-lion/editing/style/typing-style-002-expected.png:
60398         * platform/chromium-mac-lion/editing/style/unbold-in-bold-expected.png:
60399         * platform/chromium-mac-lion/editing/undo/4063751-expected.png:
60400         * platform/chromium-mac-lion/editing/undo/redo-typing-001-expected.png:
60401         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-boundary-expected.png:
60402         * platform/chromium-mac-lion/editing/undo/undo-combined-delete-expected.png:
60403         * platform/chromium-mac-lion/editing/undo/undo-delete-boundary-expected.png:
60404         * platform/chromium-mac-lion/editing/undo/undo-delete-expected.png:
60405         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-boundary-expected.png:
60406         * platform/chromium-mac-lion/editing/undo/undo-forward-delete-expected.png:
60407         * platform/chromium-mac-lion/editing/undo/undo-typing-001-expected.png:
60408         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-001-expected.png:
60409         * platform/chromium-mac-lion/editing/unsupported-content/list-delete-003-expected.png:
60410         * platform/chromium-mac-lion/editing/unsupported-content/list-type-after-expected.png:
60411         * platform/chromium-mac-lion/editing/unsupported-content/list-type-before-expected.png:
60412         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-001-expected.png:
60413         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-002-expected.png:
60414         * platform/chromium-mac-lion/editing/unsupported-content/table-delete-003-expected.png:
60415         * platform/chromium-mac-lion/editing/unsupported-content/table-type-after-expected.png:
60416         * platform/chromium-mac-lion/editing/unsupported-content/table-type-before-expected.png:
60417         * platform/chromium-mac-snowleopard/editing/deleting/4922367-expected.png:
60418         * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png:
60419         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png:
60420         * platform/chromium-mac-snowleopard/editing/deleting/5144139-2-expected.png:
60421         * platform/chromium-mac-snowleopard/editing/deleting/5206311-1-expected.png:
60422         * platform/chromium-mac-snowleopard/editing/deleting/5272440-expected.png:
60423         * platform/chromium-mac-snowleopard/editing/deleting/5369009-expected.png:
60424         * platform/chromium-mac-snowleopard/editing/deleting/5433862-2-expected.png:
60425         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png:
60426         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-001-expected.png:
60427         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-002-expected.png:
60428         * platform/chromium-mac-snowleopard/editing/deleting/delete-after-span-ws-003-expected.png:
60429         * platform/chromium-mac-snowleopard/editing/deleting/delete-br-013-expected.png:
60430         * platform/chromium-mac-snowleopard/editing/deleting/delete-first-list-item-expected.png:
60431         * platform/chromium-mac-snowleopard/editing/deleting/delete-hr-expected.png:
60432         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-015-expected.png:
60433         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-016-expected.png:
60434         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-017-expected.png:
60435         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-001-expected.png:
60436         * platform/chromium-mac-snowleopard/editing/deleting/delete-line-end-ws-002-expected.png:
60437         * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png:
60438         * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png:
60439         * platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png:
60440         * platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png:
60441         * platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png:
60442         * platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png:
60443         * platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png:
60444         * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png:
60445         * platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png:
60446         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png:
60447         * platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png:
60448         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png:
60449         * platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png:
60450         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png:
60451         * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png:
60452         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png:
60453         * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png:
60454         * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png:
60455         * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png:
60456         * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png:
60457         * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png:
60458         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png:
60459         * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png:
60460         * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png:
60461         * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png:
60462         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png:
60463         * platform/chromium-mac-snowleopard/editing/execCommand/5142012-2-expected.png:
60464         * platform/chromium-mac-snowleopard/editing/execCommand/5481523-expected.png:
60465         * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png:
60466         * platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png:
60467         * platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png:
60468         * platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png:
60469         * platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png:
60470         * platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png:
60471         * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png:
60472         * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png:
60473         * platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png:
60474         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png:
60475         * platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png:
60476         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png:
60477         * platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png:
60478         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
60479         * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
60480         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
60481         * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png:
60482         * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png:
60483         * platform/chromium-mac-snowleopard/editing/inserting/4278698-expected.png:
60484         * platform/chromium-mac-snowleopard/editing/inserting/4840662-expected.png:
60485         * platform/chromium-mac-snowleopard/editing/inserting/4875189-1-expected.png:
60486         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png:
60487         * platform/chromium-mac-snowleopard/editing/inserting/4959067-expected.png:
60488         * platform/chromium-mac-snowleopard/editing/inserting/4960120-1-expected.png:
60489         * platform/chromium-mac-snowleopard/editing/inserting/4960120-2-expected.png:
60490         * platform/chromium-mac-snowleopard/editing/inserting/5002441-expected.png:
60491         * platform/chromium-mac-snowleopard/editing/inserting/5058163-1-expected.png:
60492         * platform/chromium-mac-snowleopard/editing/inserting/5058163-2-expected.png:
60493         * platform/chromium-mac-snowleopard/editing/inserting/5156401-2-expected.png:
60494         * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png:
60495         * platform/chromium-mac-snowleopard/editing/inserting/5510537-expected.png:
60496         * platform/chromium-mac-snowleopard/editing/inserting/5549929-2-expected.png:
60497         * platform/chromium-mac-snowleopard/editing/inserting/5549929-3-expected.png:
60498         * platform/chromium-mac-snowleopard/editing/inserting/6703873-expected.png:
60499         * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
60500         * platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png:
60501         * platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png:
60502         * platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png:
60503         * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png:
60504         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png:
60505         * platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png:
60506         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png:
60507         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png:
60508         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png:
60509         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png:
60510         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png:
60511         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png:
60512         * platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-006-expected.png:
60513         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-01-expected.png:
60514         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png:
60515         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png:
60516         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-04-expected.png:
60517         * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-05-expected.png:
60518         * platform/chromium-mac-snowleopard/editing/inserting/line-break-expected.png:
60519         * platform/chromium-mac-snowleopard/editing/inserting/multiple-lines-selected-expected.png:
60520         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png:
60521         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png:
60522         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png:
60523         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-1-expected.png:
60524         * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png:
60525         * platform/chromium-mac-snowleopard/editing/inserting/redo-expected.png:
60526         * platform/chromium-mac-snowleopard/editing/inserting/typing-at-end-of-line-expected.png:
60527         * platform/chromium-mac-snowleopard/editing/pasteboard/3976872-expected.png:
60528         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-2-expected.png:
60529         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-3-expected.png:
60530         * platform/chromium-mac-snowleopard/editing/pasteboard/4076267-expected.png:
60531         * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png:
60532         * platform/chromium-mac-snowleopard/editing/pasteboard/4631972-expected.png:
60533         * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
60534         * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
60535         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
60536         * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
60537         * platform/chromium-mac-snowleopard/editing/pasteboard/4947130-expected.png:
60538         * platform/chromium-mac-snowleopard/editing/pasteboard/5006779-expected.png:
60539         * platform/chromium-mac-snowleopard/editing/pasteboard/5032095-expected.png:
60540         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-2-expected.png:
60541         * platform/chromium-mac-snowleopard/editing/pasteboard/5071074-expected.png:
60542         * platform/chromium-mac-snowleopard/editing/pasteboard/5075944-expected.png:
60543         * platform/chromium-mac-snowleopard/editing/pasteboard/5134759-expected.png:
60544         * platform/chromium-mac-snowleopard/editing/pasteboard/5156401-1-expected.png:
60545         * platform/chromium-mac-snowleopard/editing/pasteboard/5247341-expected.png:
60546         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png:
60547         * platform/chromium-mac-snowleopard/editing/pasteboard/5478250-expected.png:
60548         * platform/chromium-mac-snowleopard/editing/pasteboard/5601583-1-expected.png:
60549         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png:
60550         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png:
60551         * platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png:
60552         * platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png:
60553         * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png:
60554         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-generic-placeholder-expected.png:
60555         * platform/chromium-mac-snowleopard/editing/pasteboard/displaced-placeholder-expected.png:
60556         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-drop-modifies-page-expected.png:
60557         * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
60558         * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
60559         * platform/chromium-mac-snowleopard/editing/pasteboard/innerText-inline-table-expected.png:
60560         * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
60561         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png:
60562         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png:
60563         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png:
60564         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png:
60565         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-borders-expected.png:
60566         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-blockquote-expected.png:
60567         * platform/chromium-mac-snowleopard/editing/pasteboard/merge-start-list-expected.png:
60568         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
60569         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
60570         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-object-expected.png:
60571         * platform/chromium-mac-snowleopard/editing/pasteboard/pasting-tabs-expected.png:
60572         * platform/chromium-mac-snowleopard/editing/pasteboard/quirks-mode-br-1-expected.png:
60573         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-drag-drop-expected.png:
60574         * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png:
60575         * platform/chromium-mac-snowleopard/editing/pasteboard/styled-element-markup-expected.png:
60576         * platform/chromium-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png:
60577         * platform/chromium-mac-snowleopard/editing/pasteboard/unrendered-br-expected.png:
60578         * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png:
60579         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
60580         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
60581         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
60582         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
60583         * platform/chromium-mac-snowleopard/editing/selection/4402375-expected.png:
60584         * platform/chromium-mac-snowleopard/editing/selection/4818145-expected.png:
60585         * platform/chromium-mac-snowleopard/editing/selection/4866671-expected.png:
60586         * platform/chromium-mac-snowleopard/editing/selection/4889598-expected.png:
60587         * platform/chromium-mac-snowleopard/editing/selection/4895428-2-expected.png:
60588         * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
60589         * platform/chromium-mac-snowleopard/editing/selection/4932260-1-expected.png:
60590         * platform/chromium-mac-snowleopard/editing/selection/4932260-2-expected.png:
60591         * platform/chromium-mac-snowleopard/editing/selection/4932260-3-expected.png:
60592         * platform/chromium-mac-snowleopard/editing/selection/4947387-expected.png:
60593         * platform/chromium-mac-snowleopard/editing/selection/5007143-2-expected.png:
60594         * platform/chromium-mac-snowleopard/editing/selection/5007143-expected.png:
60595         * platform/chromium-mac-snowleopard/editing/selection/5057506-2-expected.png:
60596         * platform/chromium-mac-snowleopard/editing/selection/5057506-expected.png:
60597         * platform/chromium-mac-snowleopard/editing/selection/5076323-1-expected.png:
60598         * platform/chromium-mac-snowleopard/editing/selection/5076323-2-expected.png:
60599         * platform/chromium-mac-snowleopard/editing/selection/5076323-3-expected.png:
60600         * platform/chromium-mac-snowleopard/editing/selection/5099303-expected.png:
60601         * platform/chromium-mac-snowleopard/editing/selection/5131716-1-expected.png:
60602         * platform/chromium-mac-snowleopard/editing/selection/5131716-2-expected.png:
60603         * platform/chromium-mac-snowleopard/editing/selection/5131716-3-expected.png:
60604         * platform/chromium-mac-snowleopard/editing/selection/5131716-4-expected.png:
60605         * platform/chromium-mac-snowleopard/editing/selection/5195166-2-expected.png:
60606         * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png:
60607         * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png:
60608         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
60609         * platform/chromium-mac-snowleopard/editing/selection/6476-expected.png:
60610         * platform/chromium-mac-snowleopard/editing/selection/after-line-wrap-expected.png:
60611         * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
60612         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-expected.png:
60613         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-2-left-expected.png:
60614         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-expected.png:
60615         * platform/chromium-mac-snowleopard/editing/selection/caret-ltr-right-expected.png:
60616         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-expected.png:
60617         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-2-left-expected.png:
60618         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-expected.png:
60619         * platform/chromium-mac-snowleopard/editing/selection/caret-rtl-right-expected.png:
60620         * platform/chromium-mac-snowleopard/editing/selection/click-start-of-line-expected.png:
60621         * platform/chromium-mac-snowleopard/editing/selection/contains-boundaries-expected.png:
60622         * platform/chromium-mac-snowleopard/editing/selection/contenteditable-click-inside-expected.png:
60623         * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
60624         * platform/chromium-mac-snowleopard/editing/selection/drag-to-contenteditable-iframe-expected.png:
60625         * platform/chromium-mac-snowleopard/editing/selection/editable-non-editable-crash-expected.png:
60626         * platform/chromium-mac-snowleopard/editing/selection/end-of-document-expected.png:
60627         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.png:
60628         * platform/chromium-mac-snowleopard/editing/selection/expanding-selections2-expected.png:
60629         * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-002-expected.png:
60630         * platform/chromium-mac-snowleopard/editing/selection/extend-selection-bidi-expected.png:
60631         * platform/chromium-mac-snowleopard/editing/selection/fake-doubleclick-expected.png:
60632         * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
60633         * platform/chromium-mac-snowleopard/editing/selection/image-before-linebreak-expected.png:
60634         * platform/chromium-mac-snowleopard/editing/selection/inline-table-expected.png:
60635         * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.png:
60636         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-3-expected.png:
60637         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-4-expected.png:
60638         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-5-expected.png:
60639         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-6-expected.png:
60640         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-7-expected.png:
60641         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-8-expected.png:
60642         * platform/chromium-mac-snowleopard/editing/selection/mixed-editability-9-expected.png:
60643         * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: Added.
60644         * platform/chromium-mac-snowleopard/editing/selection/move-by-sentence-linebreak-expected.png:
60645         * platform/chromium-mac-snowleopard/editing/selection/previous-line-position-expected.png:
60646         * platform/chromium-mac-snowleopard/editing/selection/replace-selection-1-expected.png:
60647         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-1-expected.png:
60648         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-2-expected.png:
60649         * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
60650         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
60651         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
60652         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
60653         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
60654         * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
60655         * platform/chromium-mac-snowleopard/editing/selection/select-all-001-expected.png:
60656         * platform/chromium-mac-snowleopard/editing/selection/select-all-002-expected.png:
60657         * platform/chromium-mac-snowleopard/editing/selection/select-all-iframe-expected.png:
60658         * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
60659         * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
60660         * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
60661         * platform/chromium-mac-snowleopard/editing/selection/selectNode-expected.png:
60662         * platform/chromium-mac-snowleopard/editing/selection/selectNodeContents-expected.png:
60663         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
60664         * platform/chromium-mac-snowleopard/editing/selection/table-caret-1-expected.png:
60665         * platform/chromium-mac-snowleopard/editing/selection/table-caret-2-expected.png:
60666         * platform/chromium-mac-snowleopard/editing/selection/table-caret-3-expected.png:
60667         * platform/chromium-mac-snowleopard/editing/selection/transformed-selection-rects-expected.png:
60668         * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
60669         * platform/chromium-mac-snowleopard/editing/selection/unrendered-001-expected.png:
60670         * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png:
60671         * platform/chromium-mac-snowleopard/editing/selection/unrendered-003-expected.png:
60672         * platform/chromium-mac-snowleopard/editing/selection/unrendered-004-expected.png:
60673         * platform/chromium-mac-snowleopard/editing/selection/unrendered-005-expected.png:
60674         * platform/chromium-mac-snowleopard/editing/selection/unrendered-space-expected.png:
60675         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
60676         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
60677         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
60678         * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
60679         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-1-expected.png:
60680         * platform/chromium-mac-snowleopard/editing/selection/wrapped-line-caret-2-expected.png:
60681         * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png:
60682         * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png:
60683         * platform/chromium-mac-snowleopard/editing/style/4916887-expected.png:
60684         * platform/chromium-mac-snowleopard/editing/style/5017613-1-expected.png:
60685         * platform/chromium-mac-snowleopard/editing/style/5017613-2-expected.png:
60686         * platform/chromium-mac-snowleopard/editing/style/5046875-1-expected.png:
60687         * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png:
60688         * platform/chromium-mac-snowleopard/editing/style/5065910-expected.png:
60689         * platform/chromium-mac-snowleopard/editing/style/5084241-expected.png:
60690         * platform/chromium-mac-snowleopard/editing/style/5228141-expected.png:
60691         * platform/chromium-mac-snowleopard/editing/style/5279521-expected.png:
60692         * platform/chromium-mac-snowleopard/editing/style/highlight-expected.png:
60693         * platform/chromium-mac-snowleopard/editing/style/style-boundary-005-expected.png:
60694         * platform/chromium-mac-snowleopard/editing/undo/4063751-expected.png:
60695         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-001-expected.png:
60696         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-delete-003-expected.png:
60697         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-after-expected.png:
60698         * platform/chromium-mac-snowleopard/editing/unsupported-content/list-type-before-expected.png:
60699         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-001-expected.png:
60700         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-002-expected.png:
60701         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-delete-003-expected.png:
60702         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png:
60703         * platform/chromium-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png:
60704         * platform/chromium-mac/editing/deleting/4922367-expected.png:
60705         * platform/chromium-mac/editing/deleting/5099303-expected.png:
60706         * platform/chromium-mac/editing/deleting/5126166-expected.png:
60707         * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
60708         * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
60709         * platform/chromium-mac/editing/deleting/5272440-expected.png:
60710         * platform/chromium-mac/editing/deleting/5369009-expected.png:
60711         * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
60712         * platform/chromium-mac/editing/deleting/5483370-expected.png:
60713         * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
60714         * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
60715         * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
60716         * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
60717         * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
60718         * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
60719         * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
60720         * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
60721         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
60722         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
60723         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
60724         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
60725         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
60726         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
60727         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
60728         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
60729         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
60730         * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
60731         * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
60732         * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
60733         * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
60734         * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
60735         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
60736         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
60737         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
60738         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
60739         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
60740         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
60741         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
60742         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
60743         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
60744         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
60745         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
60746         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
60747         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
60748         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
60749         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
60750         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
60751         * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
60752         * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
60753         * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
60754         * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
60755         * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
60756         * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
60757         * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
60758         * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
60759         * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
60760         * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
60761         * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
60762         * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
60763         * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
60764         * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
60765         * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
60766         * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
60767         * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
60768         * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
60769         * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
60770         * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
60771         * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
60772         * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
60773         * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
60774         * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
60775         * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
60776         * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
60777         * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
60778         * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
60779         * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
60780         * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
60781         * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
60782         * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
60783         * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
60784         * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
60785         * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
60786         * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
60787         * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
60788         * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
60789         * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
60790         * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
60791         * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
60792         * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
60793         * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
60794         * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
60795         * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
60796         * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
60797         * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
60798         * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
60799         * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
60800         * platform/chromium-mac/editing/deleting/table-cells-expected.png:
60801         * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
60802         * platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
60803         * platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
60804         * platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
60805         * platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
60806         * platform/chromium-mac/editing/execCommand/4747450-expected.png:
60807         * platform/chromium-mac/editing/execCommand/4916402-expected.png:
60808         * platform/chromium-mac/editing/execCommand/4916541-expected.png:
60809         * platform/chromium-mac/editing/execCommand/4924441-expected.png:
60810         * platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
60811         * platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
60812         * platform/chromium-mac/editing/execCommand/5136770-expected.png:
60813         * platform/chromium-mac/editing/execCommand/5138441-expected.png:
60814         * platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
60815         * platform/chromium-mac/editing/execCommand/5142012-2-expected.png:
60816         * platform/chromium-mac/editing/execCommand/5481523-expected.png:
60817         * platform/chromium-mac/editing/execCommand/5569741-expected.png:
60818         * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
60819         * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
60820         * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
60821         * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
60822         * platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
60823         * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
60824         * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
60825         * platform/chromium-mac/editing/execCommand/insertImage-expected.png:
60826         * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
60827         * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
60828         * platform/chromium-mac/editing/execCommand/print-expected.png:
60829         * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
60830         * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
60831         * platform/chromium-mac/editing/execCommand/selectAll-expected.png:
60832         * platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png:
60833         * platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png:
60834         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
60835         * platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png:
60836         * platform/chromium-mac/editing/inserting/12882-expected.png:
60837         * platform/chromium-mac/editing/inserting/4278698-expected.png:
60838         * platform/chromium-mac/editing/inserting/4840662-expected.png:
60839         * platform/chromium-mac/editing/inserting/4875189-1-expected.png:
60840         * platform/chromium-mac/editing/inserting/4875189-2-expected.png:
60841         * platform/chromium-mac/editing/inserting/4959067-expected.png:
60842         * platform/chromium-mac/editing/inserting/4960120-1-expected.png:
60843         * platform/chromium-mac/editing/inserting/4960120-2-expected.png:
60844         * platform/chromium-mac/editing/inserting/5002441-expected.png:
60845         * platform/chromium-mac/editing/inserting/5058163-1-expected.png:
60846         * platform/chromium-mac/editing/inserting/5058163-2-expected.png:
60847         * platform/chromium-mac/editing/inserting/5156401-2-expected.png:
60848         * platform/chromium-mac/editing/inserting/5418891-expected.png:
60849         * platform/chromium-mac/editing/inserting/5510537-expected.png:
60850         * platform/chromium-mac/editing/inserting/5549929-2-expected.png:
60851         * platform/chromium-mac/editing/inserting/5549929-3-expected.png:
60852         * platform/chromium-mac/editing/inserting/6703873-expected.png:
60853         * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
60854         * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
60855         * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
60856         * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
60857         * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
60858         * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
60859         * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
60860         * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
60861         * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
60862         * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
60863         * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
60864         * platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
60865         * platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
60866         * platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
60867         * platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
60868         * platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
60869         * platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
60870         * platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
60871         * platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
60872         * platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
60873         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
60874         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
60875         * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
60876         * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
60877         * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
60878         * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
60879         * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
60880         * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
60881         * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
60882         * platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
60883         * platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
60884         * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
60885         * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
60886         * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
60887         * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
60888         * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
60889         * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
60890         * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
60891         * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
60892         * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
60893         * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
60894         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
60895         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
60896         * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
60897         * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
60898         * platform/chromium-mac/editing/inserting/line-break-expected.png:
60899         * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
60900         * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
60901         * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
60902         * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
60903         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
60904         * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
60905         * platform/chromium-mac/editing/inserting/redo-expected.png:
60906         * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
60907         * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
60908         * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
60909         * platform/chromium-mac/editing/inserting/typing-001-expected.png:
60910         * platform/chromium-mac/editing/inserting/typing-002-expected.png:
60911         * platform/chromium-mac/editing/inserting/typing-003-expected.png:
60912         * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
60913         * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
60914         * platform/chromium-mac/editing/inserting/typing-at-end-of-line-expected.png:
60915         * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
60916         * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
60917         * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
60918         * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
60919         * platform/chromium-mac/editing/pasteboard/4242293-expected.png:
60920         * platform/chromium-mac/editing/pasteboard/4631972-expected.png:
60921         * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
60922         * platform/chromium-mac/editing/pasteboard/4806874-expected.png:
60923         * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
60924         * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
60925         * platform/chromium-mac/editing/pasteboard/4947130-expected.png:
60926         * platform/chromium-mac/editing/pasteboard/5006779-expected.png:
60927         * platform/chromium-mac/editing/pasteboard/5032095-expected.png:
60928         * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
60929         * platform/chromium-mac/editing/pasteboard/5071074-expected.png:
60930         * platform/chromium-mac/editing/pasteboard/5075944-expected.png:
60931         * platform/chromium-mac/editing/pasteboard/5134759-expected.png:
60932         * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
60933         * platform/chromium-mac/editing/pasteboard/5247341-expected.png:
60934         * platform/chromium-mac/editing/pasteboard/5387578-expected.png:
60935         * platform/chromium-mac/editing/pasteboard/5478250-expected.png:
60936         * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
60937         * platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
60938         * platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
60939         * platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
60940         * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
60941         * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png:
60942         * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
60943         * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
60944         * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
60945         * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
60946         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
60947         * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png:
60948         * platform/chromium-mac/editing/pasteboard/innerText-inline-table-expected.png:
60949         * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
60950         * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
60951         * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
60952         * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
60953         * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
60954         * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
60955         * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
60956         * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
60957         * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
60958         * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
60959         * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
60960         * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
60961         * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
60962         * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
60963         * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
60964         * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
60965         * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
60966         * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
60967         * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
60968         * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
60969         * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
60970         * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
60971         * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
60972         * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
60973         * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
60974         * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
60975         * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
60976         * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png:
60977         * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
60978         * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
60979         * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
60980         * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
60981         * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
60982         * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
60983         * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
60984         * platform/chromium-mac/editing/selection/13804-expected.png:
60985         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
60986         * platform/chromium-mac/editing/selection/3690703-expected.png:
60987         * platform/chromium-mac/editing/selection/3690719-expected.png:
60988         * platform/chromium-mac/editing/selection/4397952-expected.png:
60989         * platform/chromium-mac/editing/selection/4402375-expected.png:
60990         * platform/chromium-mac/editing/selection/4818145-expected.png:
60991         * platform/chromium-mac/editing/selection/4866671-expected.png:
60992         * platform/chromium-mac/editing/selection/4889598-expected.png:
60993         * platform/chromium-mac/editing/selection/4895428-2-expected.png:
60994         * platform/chromium-mac/editing/selection/4895428-3-expected.png:
60995         * platform/chromium-mac/editing/selection/4932260-1-expected.png:
60996         * platform/chromium-mac/editing/selection/4932260-2-expected.png:
60997         * platform/chromium-mac/editing/selection/4932260-3-expected.png:
60998         * platform/chromium-mac/editing/selection/4947387-expected.png:
60999         * platform/chromium-mac/editing/selection/5007143-2-expected.png:
61000         * platform/chromium-mac/editing/selection/5007143-expected.png:
61001         * platform/chromium-mac/editing/selection/5057506-2-expected.png:
61002         * platform/chromium-mac/editing/selection/5057506-expected.png:
61003         * platform/chromium-mac/editing/selection/5076323-1-expected.png:
61004         * platform/chromium-mac/editing/selection/5076323-2-expected.png:
61005         * platform/chromium-mac/editing/selection/5076323-3-expected.png:
61006         * platform/chromium-mac/editing/selection/5099303-expected.png:
61007         * platform/chromium-mac/editing/selection/5131716-1-expected.png:
61008         * platform/chromium-mac/editing/selection/5131716-2-expected.png:
61009         * platform/chromium-mac/editing/selection/5131716-3-expected.png:
61010         * platform/chromium-mac/editing/selection/5131716-4-expected.png:
61011         * platform/chromium-mac/editing/selection/5195166-2-expected.png:
61012         * platform/chromium-mac/editing/selection/5234383-1-expected.png:
61013         * platform/chromium-mac/editing/selection/5234383-2-expected.png:
61014         * platform/chromium-mac/editing/selection/5240265-expected.png:
61015         * platform/chromium-mac/editing/selection/6476-expected.png:
61016         * platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
61017         * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
61018         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
61019         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
61020         * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
61021         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
61022         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
61023         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
61024         * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
61025         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
61026         * platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
61027         * platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
61028         * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
61029         * platform/chromium-mac/editing/selection/drag-select-1-expected.png:
61030         * platform/chromium-mac/editing/selection/drag-to-contenteditable-iframe-expected.png:
61031         * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
61032         * platform/chromium-mac/editing/selection/end-of-document-expected.png:
61033         * platform/chromium-mac/editing/selection/expanding-selections-expected.png:
61034         * platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
61035         * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
61036         * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
61037         * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
61038         * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
61039         * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
61040         * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
61041         * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
61042         * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
61043         * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
61044         * platform/chromium-mac/editing/selection/extend-inside-transforms-backward-expected.png:
61045         * platform/chromium-mac/editing/selection/extend-inside-transforms-forward-expected.png:
61046         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png:
61047         * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png:
61048         * platform/chromium-mac/editing/selection/iframe-expected.png:
61049         * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
61050         * platform/chromium-mac/editing/selection/inline-table-expected.png:
61051         * platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
61052         * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
61053         * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
61054         * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
61055         * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
61056         * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
61057         * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
61058         * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
61059         * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
61060         * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
61061         * platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
61062         * platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
61063         * platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
61064         * platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
61065         * platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
61066         * platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
61067         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
61068         * platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
61069         * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
61070         * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
61071         * platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
61072         * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png:
61073         * platform/chromium-mac/editing/selection/previous-line-position-expected.png:
61074         * platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
61075         * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
61076         * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
61077         * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
61078         * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png:
61079         * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png:
61080         * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png:
61081         * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png:
61082         * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png:
61083         * platform/chromium-mac/editing/selection/select-all-001-expected.png:
61084         * platform/chromium-mac/editing/selection/select-all-002-expected.png:
61085         * platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
61086         * platform/chromium-mac/editing/selection/select-box-expected.png:
61087         * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
61088         * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.png:
61089         * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
61090         * platform/chromium-mac/editing/selection/selectNode-expected.png:
61091         * platform/chromium-mac/editing/selection/selectNodeContents-expected.png:
61092         * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png:
61093         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
61094         * platform/chromium-mac/editing/selection/table-caret-1-expected.png:
61095         * platform/chromium-mac/editing/selection/table-caret-2-expected.png:
61096         * platform/chromium-mac/editing/selection/table-caret-3-expected.png:
61097         * platform/chromium-mac/editing/selection/transformed-selection-rects-expected.png:
61098         * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
61099         * platform/chromium-mac/editing/selection/unrendered-001-expected.png:
61100         * platform/chromium-mac/editing/selection/unrendered-002-expected.png:
61101         * platform/chromium-mac/editing/selection/unrendered-003-expected.png:
61102         * platform/chromium-mac/editing/selection/unrendered-004-expected.png:
61103         * platform/chromium-mac/editing/selection/unrendered-005-expected.png:
61104         * platform/chromium-mac/editing/selection/unrendered-space-expected.png:
61105         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
61106         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
61107         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
61108         * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
61109         * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
61110         * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
61111         * platform/chromium-mac/editing/spelling/grammar-markers-expected.png:
61112         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
61113         * platform/chromium-mac/editing/spelling/spelling-expected.png:
61114         * platform/chromium-mac/editing/style/4916887-expected.png:
61115         * platform/chromium-mac/editing/style/5017613-1-expected.png:
61116         * platform/chromium-mac/editing/style/5017613-2-expected.png:
61117         * platform/chromium-mac/editing/style/5046875-1-expected.png:
61118         * platform/chromium-mac/editing/style/5046875-2-expected.png:
61119         * platform/chromium-mac/editing/style/5065910-expected.png:
61120         * platform/chromium-mac/editing/style/5084241-expected.png:
61121         * platform/chromium-mac/editing/style/5228141-expected.png:
61122         * platform/chromium-mac/editing/style/5279521-expected.png:
61123         * platform/chromium-mac/editing/style/block-styles-007-expected.png:
61124         * platform/chromium-mac/editing/style/highlight-expected.png:
61125         * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
61126         * platform/chromium-mac/editing/style/smoosh-styles-003-expected.png:
61127         * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
61128         * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
61129         * platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
61130         * platform/chromium-mac/editing/style/style-boundary-001-expected.png:
61131         * platform/chromium-mac/editing/style/style-boundary-002-expected.png:
61132         * platform/chromium-mac/editing/style/style-boundary-003-expected.png:
61133         * platform/chromium-mac/editing/style/style-boundary-004-expected.png:
61134         * platform/chromium-mac/editing/style/style-boundary-005-expected.png:
61135         * platform/chromium-mac/editing/style/typing-style-001-expected.png:
61136         * platform/chromium-mac/editing/style/typing-style-002-expected.png:
61137         * platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
61138         * platform/chromium-mac/editing/undo/4063751-expected.png:
61139         * platform/chromium-mac/editing/undo/5378473-expected.png:
61140         * platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
61141         * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
61142         * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
61143         * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
61144         * platform/chromium-mac/editing/undo/undo-delete-expected.png:
61145         * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
61146         * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
61147         * platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
61148         * platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
61149         * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
61150         * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
61151         * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
61152         * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
61153         * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
61154         * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
61155         * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
61156         * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
61157         * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
61158         * platform/chromium-win/editing/deleting/delete-first-list-item-expected.png:
61159         * platform/chromium-win/editing/deleting/delete-listitem-002-expected.png:
61160         * platform/chromium-win/editing/deleting/list-item-1-expected.png:
61161         * platform/chromium-win/editing/execCommand/4641880-1-expected.png:
61162         * platform/chromium-win/editing/execCommand/4747450-expected.png:
61163         * platform/chromium-win/editing/execCommand/4916402-expected.png:
61164         * platform/chromium-win/editing/execCommand/5136770-expected.png:
61165         * platform/chromium-win/editing/execCommand/5142012-2-expected.png:
61166         * platform/chromium-win/editing/execCommand/5569741-expected.png:
61167         * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
61168         * platform/chromium-win/editing/execCommand/indent-list-item-expected.png:
61169         * platform/chromium-win/editing/execCommand/remove-list-item-1-expected.png:
61170         * platform/chromium-win/editing/inserting/4875189-1-expected.png:
61171         * platform/chromium-win/editing/inserting/4959067-expected.png:
61172         * platform/chromium-win/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
61173         * platform/chromium-win/editing/pasteboard/innerText-inline-table-expected.png:
61174         * platform/chromium-win/editing/pasteboard/input-field-1-expected.png:
61175         * platform/chromium-win/editing/pasteboard/merge-start-list-expected.png:
61176         * platform/chromium-win/editing/selection/4402375-expected.png:
61177         * platform/chromium-win/editing/selection/4895428-2-expected.png:
61178         * platform/chromium-win/editing/selection/drag-to-contenteditable-iframe-expected.png:
61179         * platform/chromium-win/editing/selection/extend-by-word-002-expected.png:
61180         * platform/chromium-win/editing/selection/extend-inside-transforms-backward-expected.png:
61181         * platform/chromium-win/editing/selection/extend-inside-transforms-forward-expected.png:
61182         * platform/chromium-win/editing/selection/image-before-linebreak-expected.png:
61183         * platform/chromium-win/editing/selection/replaced-boundaries-1-expected.png:
61184         * platform/chromium-win/editing/selection/replaced-boundaries-2-expected.png:
61185         * platform/chromium-win/editing/selection/replaced-boundaries-3-expected.png:
61186         * platform/chromium-win/editing/selection/select-all-iframe-expected.png:
61187         * platform/chromium-win/editing/selection/selectNode-expected.png:
61188         * platform/chromium-win/editing/selection/selectNodeContents-expected.png:
61189         * platform/chromium-win/editing/selection/transformed-selection-rects-expected.png:
61190         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
61191         * platform/chromium-win/editing/unsupported-content/list-delete-001-expected.png:
61192         * platform/chromium-win/editing/unsupported-content/list-type-after-expected.png:
61193         * platform/chromium-win/editing/unsupported-content/list-type-before-expected.png:
61194
61195 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61196
61197         [Chromium] Test expectations update after enabling Skia changes.
61198
61199         Unreviewed Chromium expectations update.
61200
61201         Partial update, covering all css tests. Many more to come.
61202
61203         * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png:
61204         * platform/chromium-mac-lion/css1/box_properties/border_right_inline-expected.png:
61205         * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png:
61206         * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png:
61207         * platform/chromium-mac-lion/css1/box_properties/float_elements_in_series-expected.png:
61208         * platform/chromium-mac-lion/css1/box_properties/float_on_text_elements-expected.png:
61209         * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png:
61210         * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png:
61211         * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png:
61212         * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png:
61213         * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png:
61214         * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png:
61215         * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png:
61216         * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png:
61217         * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png:
61218         * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png:
61219         * platform/chromium-mac-lion/css2.1/20110323/margin-applies-to-010-expected.png:
61220         * platform/chromium-mac-lion/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
61221         * platform/chromium-mac-lion/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
61222         * platform/chromium-mac-lion/css2.1/t0505-c16-descendant-01-e-expected.png:
61223         * platform/chromium-mac-lion/css2.1/t050803-c14-classes-00-e-expected.png:
61224         * platform/chromium-mac-lion/css2.1/t0509-c15-ids-01-e-expected.png:
61225         * platform/chromium-mac-lion/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
61226         * platform/chromium-mac-lion/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
61227         * platform/chromium-mac-lion/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
61228         * platform/chromium-mac-lion/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
61229         * platform/chromium-mac-lion/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
61230         * platform/chromium-mac-lion/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
61231         * platform/chromium-mac-lion/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
61232         * platform/chromium-mac-lion/css2.1/t1202-counter-04-b-expected.png:
61233         * platform/chromium-mac-lion/css2.1/t1202-counters-04-b-expected.png:
61234         * platform/chromium-mac-lion/css2.1/t1205-c563-list-type-00-b-expected.png:
61235         * platform/chromium-mac-lion/css2.1/t1205-c564-list-img-00-b-g-expected.png:
61236         * platform/chromium-mac-lion/css2.1/t1602-c546-txt-align-00-b-expected.png:
61237         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-1-expected.png:
61238         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-13-expected.png:
61239         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-15-expected.png:
61240         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-161-expected.png:
61241         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-19b-expected.png:
61242         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-22-expected.png:
61243         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-23-expected.png:
61244         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-24-expected.png:
61245         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28-expected.png:
61246         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-28b-expected.png:
61247         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29-expected.png:
61248         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-29b-expected.png:
61249         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-3a-expected.png:
61250         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-64-expected.png:
61251         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-68-expected.png:
61252         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-69-expected.png:
61253         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73-expected.png:
61254         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-73b-expected.png:
61255         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74-expected.png:
61256         * platform/chromium-mac-lion/css3/selectors3/html/css3-modsel-74b-expected.png:
61257         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-1-expected.png:
61258         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-13-expected.png:
61259         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-15-expected.png:
61260         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-161-expected.png:
61261         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
61262         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-22-expected.png:
61263         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-23-expected.png:
61264         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-24-expected.png:
61265         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28-expected.png:
61266         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
61267         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29-expected.png:
61268         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
61269         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3-expected.png:
61270         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
61271         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-64-expected.png:
61272         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-68-expected.png:
61273         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-69-expected.png:
61274         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73-expected.png:
61275         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
61276         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74-expected.png:
61277         * platform/chromium-mac-lion/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
61278         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-1-expected.png:
61279         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-13-expected.png:
61280         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-15-expected.png:
61281         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-161-expected.png:
61282         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-19b-expected.png:
61283         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-22-expected.png:
61284         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-23-expected.png:
61285         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-24-expected.png:
61286         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28-expected.png:
61287         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-28b-expected.png:
61288         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29-expected.png:
61289         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-29b-expected.png:
61290         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3-expected.png:
61291         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-3a-expected.png:
61292         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-64-expected.png:
61293         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-68-expected.png:
61294         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-69-expected.png:
61295         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73-expected.png:
61296         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-73b-expected.png:
61297         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74-expected.png:
61298         * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-74b-expected.png:
61299         * platform/chromium-mac-lion/css3/unicode-bidi-isolate-basic-expected.png:
61300         * platform/chromium-mac-snowleopard/css1/box_properties/border_left-expected.png:
61301         * platform/chromium-mac-snowleopard/css1/box_properties/border_right_inline-expected.png:
61302         * platform/chromium-mac-snowleopard/css1/box_properties/border_top-expected.png:
61303         * platform/chromium-mac-snowleopard/css1/box_properties/clear_float-expected.png:
61304         * platform/chromium-mac-snowleopard/css1/box_properties/float_elements_in_series-expected.png:
61305         * platform/chromium-mac-snowleopard/css1/box_properties/float_on_text_elements-expected.png:
61306         * platform/chromium-mac-snowleopard/css1/box_properties/margin_left-expected.png:
61307         * platform/chromium-mac-snowleopard/css1/box_properties/margin_right-expected.png:
61308         * platform/chromium-mac-snowleopard/css1/box_properties/padding_left-expected.png:
61309         * platform/chromium-mac-snowleopard/css1/box_properties/padding_right-expected.png:
61310         * platform/chromium-mac-snowleopard/css1/cascade/cascade_order-expected.png:
61311         * platform/chromium-mac-snowleopard/css1/classification/list_style_image-expected.png:
61312         * platform/chromium-mac-snowleopard/css1/classification/list_style_position-expected.png:
61313         * platform/chromium-mac-snowleopard/css1/classification/list_style_type-expected.png:
61314         * platform/chromium-mac-snowleopard/css1/pseudo/anchor-expected.png:
61315         * platform/chromium-mac-snowleopard/css1/text_properties/text_align-expected.png:
61316         * platform/chromium-mac-snowleopard/css2.1/20110323/margin-applies-to-010-expected.png:
61317         * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
61318         * platform/chromium-mac-snowleopard/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
61319         * platform/chromium-mac-snowleopard/css2.1/t0505-c16-descendant-01-e-expected.png:
61320         * platform/chromium-mac-snowleopard/css2.1/t050803-c14-classes-00-e-expected.png:
61321         * platform/chromium-mac-snowleopard/css2.1/t0509-c15-ids-01-e-expected.png:
61322         * platform/chromium-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
61323         * platform/chromium-mac-snowleopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
61324         * platform/chromium-mac-snowleopard/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
61325         * platform/chromium-mac-snowleopard/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
61326         * platform/chromium-mac-snowleopard/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
61327         * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
61328         * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
61329         * platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.png:
61330         * platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.png:
61331         * platform/chromium-mac-snowleopard/css2.1/t1205-c563-list-type-00-b-expected.png:
61332         * platform/chromium-mac-snowleopard/css2.1/t1205-c564-list-img-00-b-g-expected.png:
61333         * platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.png:
61334         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-1-expected.png:
61335         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-13-expected.png:
61336         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-15-expected.png:
61337         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-161-expected.png:
61338         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-19b-expected.png:
61339         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-22-expected.png:
61340         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28-expected.png:
61341         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-28b-expected.png:
61342         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29-expected.png:
61343         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-29b-expected.png:
61344         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-3a-expected.png:
61345         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-64-expected.png:
61346         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73-expected.png:
61347         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-73b-expected.png:
61348         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74-expected.png:
61349         * platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-74b-expected.png:
61350         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-1-expected.png:
61351         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-13-expected.png:
61352         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-15-expected.png:
61353         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-161-expected.png:
61354         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
61355         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-22-expected.png:
61356         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28-expected.png:
61357         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
61358         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29-expected.png:
61359         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
61360         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3-expected.png:
61361         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
61362         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-64-expected.png:
61363         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73-expected.png:
61364         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
61365         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74-expected.png:
61366         * platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
61367         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-1-expected.png:
61368         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-13-expected.png:
61369         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15-expected.png:
61370         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-161-expected.png:
61371         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png:
61372         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-22-expected.png:
61373         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28-expected.png:
61374         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28b-expected.png:
61375         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29-expected.png:
61376         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29b-expected.png:
61377         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3-expected.png:
61378         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3a-expected.png:
61379         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-64-expected.png:
61380         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73-expected.png:
61381         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73b-expected.png:
61382         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74-expected.png:
61383         * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74b-expected.png:
61384         * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.png:
61385         * platform/chromium-mac/css1/box_properties/border_left-expected.png:
61386         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
61387         * platform/chromium-mac/css1/box_properties/border_top-expected.png:
61388         * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
61389         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
61390         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
61391         * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
61392         * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
61393         * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
61394         * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
61395         * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
61396         * platform/chromium-mac/css1/classification/list_style_image-expected.png:
61397         * platform/chromium-mac/css1/classification/list_style_position-expected.png:
61398         * platform/chromium-mac/css1/classification/list_style_type-expected.png:
61399         * platform/chromium-mac/css1/pseudo/anchor-expected.png:
61400         * platform/chromium-mac/css1/text_properties/text_align-expected.png:
61401         * platform/chromium-mac/css2.1/20110323/margin-applies-to-010-expected.png:
61402         * platform/chromium-mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
61403         * platform/chromium-mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
61404         * platform/chromium-mac/css2.1/t0505-c16-descendant-01-e-expected.png:
61405         * platform/chromium-mac/css2.1/t050803-c14-classes-00-e-expected.png:
61406         * platform/chromium-mac/css2.1/t0509-c15-ids-01-e-expected.png:
61407         * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
61408         * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
61409         * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
61410         * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
61411         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
61412         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
61413         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
61414         * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png:
61415         * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png:
61416         * platform/chromium-mac/css2.1/t1205-c563-list-type-00-b-expected.png:
61417         * platform/chromium-mac/css2.1/t1205-c564-list-img-00-b-g-expected.png:
61418         * platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png:
61419         * platform/chromium-mac/css3/filters/filter-repaint-child-layers-expected.png:
61420         * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
61421         * platform/chromium-mac/css3/filters/filter-repaint-composited-fallback-expected.png:
61422         * platform/chromium-mac/css3/filters/filter-with-transform-expected.png:
61423         * platform/chromium-mac/css3/filters/nested-filter-expected.png:
61424         * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
61425         * platform/chromium-mac/css3/masking/clip-path-circle-expected.png:
61426         * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png:
61427         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png:
61428         * platform/chromium-mac/css3/masking/clip-path-circle-overflow-hidden-expected.png:
61429         * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png:
61430         * platform/chromium-mac/css3/masking/clip-path-polygon-evenodd-expected.png:
61431         * platform/chromium-mac/css3/masking/clip-path-polygon-expected.png:
61432         * platform/chromium-mac/css3/masking/clip-path-polygon-nonzero-expected.png:
61433         * platform/chromium-mac/css3/masking/clip-path-rectangle-expected.png:
61434         * platform/chromium-mac/css3/selectors3/html/css3-modsel-1-expected.png:
61435         * platform/chromium-mac/css3/selectors3/html/css3-modsel-13-expected.png:
61436         * platform/chromium-mac/css3/selectors3/html/css3-modsel-15-expected.png:
61437         * platform/chromium-mac/css3/selectors3/html/css3-modsel-161-expected.png:
61438         * platform/chromium-mac/css3/selectors3/html/css3-modsel-19b-expected.png:
61439         * platform/chromium-mac/css3/selectors3/html/css3-modsel-22-expected.png:
61440         * platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
61441         * platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
61442         * platform/chromium-mac/css3/selectors3/html/css3-modsel-28-expected.png:
61443         * platform/chromium-mac/css3/selectors3/html/css3-modsel-28b-expected.png:
61444         * platform/chromium-mac/css3/selectors3/html/css3-modsel-29-expected.png:
61445         * platform/chromium-mac/css3/selectors3/html/css3-modsel-29b-expected.png:
61446         * platform/chromium-mac/css3/selectors3/html/css3-modsel-3a-expected.png:
61447         * platform/chromium-mac/css3/selectors3/html/css3-modsel-64-expected.png:
61448         * platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
61449         * platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
61450         * platform/chromium-mac/css3/selectors3/html/css3-modsel-73-expected.png:
61451         * platform/chromium-mac/css3/selectors3/html/css3-modsel-73b-expected.png:
61452         * platform/chromium-mac/css3/selectors3/html/css3-modsel-74-expected.png:
61453         * platform/chromium-mac/css3/selectors3/html/css3-modsel-74b-expected.png:
61454         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-1-expected.png:
61455         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-13-expected.png:
61456         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-15-expected.png:
61457         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
61458         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
61459         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-22-expected.png:
61460         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
61461         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
61462         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28-expected.png:
61463         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
61464         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29-expected.png:
61465         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
61466         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3-expected.png:
61467         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
61468         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
61469         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
61470         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
61471         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73-expected.png:
61472         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
61473         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74-expected.png:
61474         * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
61475         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-1-expected.png:
61476         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-13-expected.png:
61477         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-15-expected.png:
61478         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-161-expected.png:
61479         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
61480         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-22-expected.png:
61481         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
61482         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
61483         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28-expected.png:
61484         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-28b-expected.png:
61485         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29-expected.png:
61486         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-29b-expected.png:
61487         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3-expected.png:
61488         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-3a-expected.png:
61489         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-64-expected.png:
61490         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
61491         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
61492         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73-expected.png:
61493         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-73b-expected.png:
61494         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74-expected.png:
61495         * platform/chromium-mac/css3/selectors3/xml/css3-modsel-74b-expected.png:
61496         * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png:
61497         * platform/chromium-win-xp/css1/cascade: Removed.
61498         * platform/chromium-win-xp/css1/classification: Removed.
61499         * platform/chromium-win-xp/css1/pseudo: Removed.
61500         * platform/chromium-win-xp/css3/selectors3/html: Removed.
61501         * platform/chromium-win-xp/css3/selectors3/html/css3-modsel-161-expected.png: Removed.
61502         * platform/chromium-win-xp/css3/selectors3/xhtml: Removed.
61503         * platform/chromium-win-xp/css3/selectors3/xhtml/css3-modsel-161-expected.png: Removed.
61504         * platform/chromium-win-xp/css3/selectors3/xml: Removed.
61505         * platform/chromium-win-xp/css3/selectors3/xml/css3-modsel-161-expected.png: Removed.
61506         * platform/chromium-win/css1/box_properties/border_left-expected.png:
61507         * platform/chromium-win/css1/box_properties/border_right_inline-expected.png:
61508         * platform/chromium-win/css1/box_properties/border_top-expected.png:
61509         * platform/chromium-win/css1/box_properties/clear_float-expected.png:
61510         * platform/chromium-win/css1/box_properties/margin_left-expected.png:
61511         * platform/chromium-win/css1/box_properties/margin_right-expected.png:
61512         * platform/chromium-win/css1/box_properties/padding_left-expected.png:
61513         * platform/chromium-win/css1/box_properties/padding_right-expected.png:
61514         * platform/chromium-win/css1/cascade/cascade_order-expected.png:
61515         * platform/chromium-win/css1/classification/list_style_image-expected.png:
61516         * platform/chromium-win/css1/classification/list_style_position-expected.png:
61517         * platform/chromium-win/css1/classification/list_style_type-expected.png:
61518         * platform/chromium-win/css1/pseudo/anchor-expected.png:
61519         * platform/chromium-win/css2.1/20110323/margin-applies-to-010-expected.png:
61520         * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
61521         * platform/chromium-win/css2.1/t0402-c71-fwd-parsing-02-f-expected.png:
61522         * platform/chromium-win/css2.1/t0505-c16-descendant-01-e-expected.png:
61523         * platform/chromium-win/css2.1/t050803-c14-classes-00-e-expected.png:
61524         * platform/chromium-win/css2.1/t0509-c15-ids-01-e-expected.png:
61525         * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
61526         * platform/chromium-win/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
61527         * platform/chromium-win/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
61528         * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
61529         * platform/chromium-win/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
61530         * platform/chromium-win/css2.1/t1205-c563-list-type-00-b-expected.png:
61531         * platform/chromium-win/css2.1/t1205-c564-list-img-00-b-g-expected.png:
61532         * platform/chromium-win/css3/filters/filter-repaint-child-layers-expected.png:
61533         * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-crash-expected.png:
61534         * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-expected.png:
61535         * platform/chromium-win/css3/filters/filter-with-transform-expected.png:
61536         * platform/chromium-win/css3/filters/nested-filter-expected.png:
61537         * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
61538         * platform/chromium-win/css3/masking/clip-path-circle-expected.png:
61539         * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png:
61540         * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png:
61541         * platform/chromium-win/css3/masking/clip-path-circle-overflow-hidden-expected.png:
61542         * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png:
61543         * platform/chromium-win/css3/masking/clip-path-polygon-evenodd-expected.png:
61544         * platform/chromium-win/css3/masking/clip-path-polygon-expected.png:
61545         * platform/chromium-win/css3/masking/clip-path-polygon-nonzero-expected.png:
61546         * platform/chromium-win/css3/masking/clip-path-rectangle-expected.png:
61547         * platform/chromium-win/css3/selectors3/html/css3-modsel-1-expected.png:
61548         * platform/chromium-win/css3/selectors3/html/css3-modsel-13-expected.png:
61549         * platform/chromium-win/css3/selectors3/html/css3-modsel-15-expected.png:
61550         * platform/chromium-win/css3/selectors3/html/css3-modsel-22-expected.png:
61551         * platform/chromium-win/css3/selectors3/html/css3-modsel-28-expected.png:
61552         * platform/chromium-win/css3/selectors3/html/css3-modsel-28b-expected.png:
61553         * platform/chromium-win/css3/selectors3/html/css3-modsel-29-expected.png:
61554         * platform/chromium-win/css3/selectors3/html/css3-modsel-29b-expected.png:
61555         * platform/chromium-win/css3/selectors3/html/css3-modsel-3a-expected.png:
61556         * platform/chromium-win/css3/selectors3/html/css3-modsel-73-expected.png:
61557         * platform/chromium-win/css3/selectors3/html/css3-modsel-73b-expected.png:
61558         * platform/chromium-win/css3/selectors3/html/css3-modsel-74-expected.png:
61559         * platform/chromium-win/css3/selectors3/html/css3-modsel-74b-expected.png:
61560         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-1-expected.png:
61561         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-13-expected.png:
61562         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-15-expected.png:
61563         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-22-expected.png:
61564         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28-expected.png:
61565         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
61566         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29-expected.png:
61567         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
61568         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3-expected.png:
61569         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
61570         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73-expected.png:
61571         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
61572         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74-expected.png:
61573         * platform/chromium-win/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
61574         * platform/chromium-win/css3/selectors3/xml/css3-modsel-1-expected.png:
61575         * platform/chromium-win/css3/selectors3/xml/css3-modsel-13-expected.png:
61576         * platform/chromium-win/css3/selectors3/xml/css3-modsel-15-expected.png:
61577         * platform/chromium-win/css3/selectors3/xml/css3-modsel-22-expected.png:
61578         * platform/chromium-win/css3/selectors3/xml/css3-modsel-28-expected.png:
61579         * platform/chromium-win/css3/selectors3/xml/css3-modsel-28b-expected.png:
61580         * platform/chromium-win/css3/selectors3/xml/css3-modsel-29-expected.png:
61581         * platform/chromium-win/css3/selectors3/xml/css3-modsel-29b-expected.png:
61582         * platform/chromium-win/css3/selectors3/xml/css3-modsel-3-expected.png:
61583         * platform/chromium-win/css3/selectors3/xml/css3-modsel-3a-expected.png:
61584         * platform/chromium-win/css3/selectors3/xml/css3-modsel-73-expected.png:
61585         * platform/chromium-win/css3/selectors3/xml/css3-modsel-73b-expected.png:
61586         * platform/chromium-win/css3/selectors3/xml/css3-modsel-74-expected.png:
61587         * platform/chromium-win/css3/selectors3/xml/css3-modsel-74b-expected.png:
61588
61589 2012-11-22  Csaba Osztrogonác  <ossy@webkit.org>
61590
61591         [Qt] Unreviewed gardening, skip failing tests to paint the bots green.
61592
61593         * platform/qt-5.0-wk2/TestExpectations:
61594         * platform/qt/TestExpectations:
61595
61596 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61597
61598         [Chromium] Test expectations update after enabling Skia changes.
61599
61600         Unreviewed Chromium expectations update.
61601
61602         Partial update, many more to come.
61603
61604         * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png:
61605         * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png:
61606         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
61607         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
61608         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
61609         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png:
61610         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png:
61611         * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png:
61612         * platform/chromium-mac-lion/compositing/video/video-controls-layer-creation-expected.png:
61613         * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png:
61614         * platform/chromium-mac-lion/css1/basic/containment-expected.png:
61615         * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png:
61616         * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png:
61617         * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png:
61618         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
61619         * platform/chromium-mac-snowleopard/compositing/plugins/composited-plugin-expected.png:
61620         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed-expected.png:
61621         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed2-expected.png:
61622         * platform/chromium-mac-snowleopard/compositing/reflections/reflection-in-composited-expected.png:
61623         * platform/chromium-mac-snowleopard/compositing/video/video-controls-layer-creation-expected.png:
61624         * platform/chromium-mac-snowleopard/css1/basic/class_as_selector-expected.png:
61625         * platform/chromium-mac-snowleopard/css1/basic/containment-expected.png:
61626         * platform/chromium-mac-snowleopard/css1/basic/contextual_selectors-expected.png:
61627         * platform/chromium-mac-snowleopard/css1/basic/id_as_selector-expected.png:
61628         * platform/chromium-mac-snowleopard/css1/box_properties/border_bottom-expected.png:
61629         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
61630         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
61631         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
61632         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
61633         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
61634         * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
61635         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
61636         * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
61637         * platform/chromium-mac/css1/basic/containment-expected.png:
61638         * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
61639         * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
61640         * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
61641         * platform/chromium-win-xp/compositing/reflections: Removed.
61642         * platform/chromium-win-xp/css1/basic: Removed.
61643         * platform/chromium-win/compositing/culling/filter-occlusion-alpha-large-expected.png:
61644         * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
61645         * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
61646         * platform/chromium-win/compositing/reflections/nested-reflection-transformed-expected.png:
61647         * platform/chromium-win/compositing/reflections/nested-reflection-transformed2-expected.png:
61648         * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png:
61649         * platform/chromium-win/compositing/video/video-controls-layer-creation-expected.png:
61650         * platform/chromium-win/css1/basic/class_as_selector-expected.png:
61651         * platform/chromium-win/css1/basic/containment-expected.png:
61652         * platform/chromium-win/css1/basic/contextual_selectors-expected.png:
61653         * platform/chromium-win/css1/basic/id_as_selector-expected.png:
61654         * platform/chromium-win/css1/box_properties/border_bottom-expected.png:
61655
61656 2012-11-22  Daniel Bates  <dbates@webkit.org>
61657
61658         JavaScript fails to concatenate large strings
61659         <https://bugs.webkit.org/show_bug.cgi?id=102963>
61660
61661         Remove Qt-specific results for test concat-large-strings-crash.html
61662         since they are identical to the platform-independent expected results
61663         as of changeset 135523, <http://trac.webkit.org/changeset/135523>.
61664
61665         * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Removed.
61666
61667 2012-11-22  Daniel Bates  <dbates@webkit.org>
61668
61669         JavaScript fails to concatenate large strings
61670         <https://bugs.webkit.org/show_bug.cgi?id=102963>
61671
61672         Update test result.
61673
61674         * fast/js/concat-large-strings-crash-expected.txt:
61675
61676 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61677
61678         Chromium expectations fix.
61679
61680         Unreviewed removal of bad expectations.
61681
61682         * platform/chromium/svg/animations/animate-text-nested-transforms-expected.txt: Removed.
61683         * platform/chromium/svg/custom/getscreenctm-in-mixed-content2-expected.txt: Removed.
61684         * platform/chromium/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
61685
61686 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61687
61688         [Chromium] Test expectations update after enabling Skia changes.
61689
61690         Unreviewed Chromium expectations update.
61691
61692         Update of remaining platform-specific expectations for linux. Other platforms to come.
61693
61694         Too many files to list.
61695
61696 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61697
61698         [Chromium] Test expectations update after enabling Skia changes.
61699
61700         Unreviewed Chromium expectations update.
61701
61702         Update of svg results.
61703
61704         Too many files to list. All Chromium platform results for svg tests.
61705
61706 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61707
61708         [Chromium] Test expectations update.
61709
61710         Unreviewed changes due to Skia changes.
61711
61712         Too many files to list (over 1000). All Chromium platform expectations.
61713
61714 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
61715
61716         Unreviewed. Mark LayoutTests/fast/canvas/canvas-stroke*-gradient-shadow.html as crashing after latest Skia roll.
61717         https://bugs.webkit.org/show_bug.cgi?id=103062 
61718
61719         * platform/chromium/TestExpectations:
61720
61721 2012-11-22  Kent Tamura  <tkent@chromium.org>
61722
61723         INPUT_MULTIPLE_FIELDS_UI: Refactoring: Do not call updateInnerTextValue if only read-only sub-fields have values
61724         https://bugs.webkit.org/show_bug.cgi?id=103033
61725
61726         Reviewed by Kentaro Hara.
61727
61728         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt:
61729         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html:
61730
61731 2012-11-22  Keishi Hattori  <keishi@webkit.org>
61732
61733         Add week-multiple-fields tests
61734         https://bugs.webkit.org/show_bug.cgi?id=102045
61735
61736         Reviewed by Kent Tamura.
61737
61738         Adding test cases for multiple field week input.
61739
61740         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
61741         (startTestFor.beginTestCase):
61742         (startTestFor):
61743         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes-expected.txt: Added.
61744         * fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html: Added.
61745         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification-expected.txt: Added.
61746         * fast/forms/week-multiple-fields/week-multiple-fields-ax-value-changed-notification.html: Added.
61747         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events-expected.txt: Added.
61748         * fast/forms/week-multiple-fields/week-multiple-fields-blur-and-focus-events.html: Added.
61749         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value-expected.txt: Added.
61750         * fast/forms/week-multiple-fields/week-multiple-fields-change-layout-by-value.html: Added.
61751         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events-expected.txt: Added.
61752         * fast/forms/week-multiple-fields/week-multiple-fields-keyboard-events.html: Added.
61753         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events-expected.txt: Added.
61754         * fast/forms/week-multiple-fields/week-multiple-fields-mouse-events.html: Added.
61755         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
61756         * fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back.html: Added.
61757         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads-expected.txt: Added.
61758         * fast/forms/week-multiple-fields/week-multiple-fields-reset-value-after-reloads.html: Added.
61759         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
61760         * fast/forms/week-multiple-fields/week-multiple-fields-spinbutton-change-and-input-events.html: Added.
61761         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event-expected.txt: Added.
61762         * fast/forms/week-multiple-fields/week-multiple-fields-wheel-event.html: Added.
61763
61764 2012-11-22  Christophe Dumez  <christophe.dumez@intel.com>
61765
61766         WebKitTestRunner needs layoutTestController.setCacheModel
61767         https://bugs.webkit.org/show_bug.cgi?id=42684
61768
61769         Reviewed by Kenneth Rohde Christiansen.
61770
61771         Unskip fast/dom/HTMLScriptElement/nested-execution.html for
61772         WK2 now that WebKitTestRunner implements
61773         testRunner.setCacheModel.
61774
61775         * platform/wk2/TestExpectations:
61776
61777 2012-11-22  Stephen Chenney  <schenney@chromium.org>
61778
61779         Fixing some Chromium test expectations.
61780
61781         Unreviewed expectations update
61782
61783         * platform/chromium-mac/fast/css/font-smoothing-expected.png:
61784         * platform/chromium-mac/fast/css/text-rendering-expected.png:
61785         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
61786         * platform/chromium-mac/svg/text/scaling-font-with-geometric-precision-expected.png:
61787         * platform/chromium-win/fast/css/font-smoothing-expected.png: Added.
61788         * platform/chromium/fast/css/font-smoothing-expected.png: Removed.
61789         * platform/chromium/fast/css/text-rendering-expected.png: Removed.
61790
61791 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
61792
61793         Chromium gardening. Rebaseline compositing tests
61794         https://bugs.webkit.org/show_bug.cgi?id=103039
61795
61796         Reviewed by Pavel Feldman.
61797
61798         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
61799         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
61800         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
61801         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png:
61802
61803 2012-11-22  Harald Alvestrand  <hta@google.com>
61804
61805         Name enumerator function for GetStats RTCStatsElement
61806         https://bugs.webkit.org/show_bug.cgi?id=102933
61807
61808         Reviewed by Adam Barth.
61809
61810         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
61811         * fast/mediastream/RTCPeerConnection-stats.html:
61812
61813 2012-11-22  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
61814
61815         [Qt] Unreviewed gardening
61816
61817         Add platform specific exception.
61818
61819         * platform/qt/fast/js/concat-large-strings-crash-expected.txt: Added.
61820
61821 2012-11-22  Yury Semikhatsky  <yurys@chromium.org>
61822
61823         Unreviewed. Rebaselined new tests added in r135454.
61824
61825         * platform/chromium/fast/js/concat-large-strings-crash-expected.txt: Added.
61826         * platform/chromium/fast/js/concat-large-strings-crash2-expected.txt: Added.
61827
61828 2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>
61829
61830         Unreviewed, rolling out r135464.
61831         http://trac.webkit.org/changeset/135464
61832         https://bugs.webkit.org/show_bug.cgi?id=103026
61833
61834         breaks gtk bot (Requested by morrita on #webkit).
61835
61836         * fast/dom/shadow/shadow-aware-create-shadow-root-expected.txt: Removed.
61837         * fast/dom/shadow/shadow-aware-create-shadow-root.html: Removed.
61838
61839 2012-11-21  Cosmin Truta  <ctruta@rim.com>
61840
61841         Numeric identifiers of events should not be globally sequential
61842         https://bugs.webkit.org/show_bug.cgi?id=102244
61843
61844         Reviewed by Alexey Proskuryakov.
61845
61846         Ensured that the results of setTimeout(), setInterval() and
61847         navigator.geolocation.watchPosition() are strictly positive
61848         and unique within their script execution context.
61849
61850         * fast/dom/Geolocation/watchPosition-unique-expected.txt: Added.
61851         * fast/dom/Geolocation/watchPosition-unique.html: Added.
61852         * fast/dom/Window/setTimeout-setInterval-unique-expected.txt: Added.
61853         * fast/dom/Window/setTimeout-setInterval-unique.html: Added.
61854
61855 2012-11-21  Kent Tamura  <tkent@chromium.org>
61856
61857         [Chromium] Correct svn:mime-type for platform/chromium*/**/*.png
61858
61859         * <Omit the file list>
61860
61861 2012-11-21  Kent Tamura  <tkent@chromium.org>
61862
61863         [Chromium] Correct svn:mime-type for platform/chromium-linux/**/*.png
61864
61865         * <Omit the file list>
61866
61867 2012-11-21  Kent Tamura  <tkent@chromium.org>
61868
61869         [Chromium] Correct svn:mime-type for platform/chromium-win/**/*.png
61870
61871         * <Omit the file list>
61872
61873 2012-11-21  Kent Tamura  <tkent@chromium.org>
61874
61875         [Chromium] Correct svn:mime-type for platform/chromium-mac/**/*.png
61876
61877         * <Omit the file list>
61878
61879 2012-11-21  Kent Tamura  <tkent@chromium.org>
61880
61881         [Chromium] Rebaselin for recent forms changes.
61882
61883         * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61884         * platform/chromium-linux/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61885         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61886         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61887         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61888         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61889         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61890         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61891         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61892         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
61893         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61894         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
61895         * platform/chromium-mac-lion/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61896         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61897         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61898         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61899         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61900         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61901         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61902         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61903         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
61904         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61905         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
61906         * platform/chromium-mac-snowleopard/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61907         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61908         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61909         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61910         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61911         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61912         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61913         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61914         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
61915         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61916         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
61917         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61918         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61919         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61920         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61921         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61922         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61923         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61924         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png:
61925         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png:
61926         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png:
61927         * platform/chromium-win-xp/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61928         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61929         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61930         * platform/chromium-win/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
61931         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
61932         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
61933         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
61934         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
61935         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
61936         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
61937         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
61938         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
61939         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
61940         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
61941         * platform/chromium/TestExpectations:
61942
61943 2012-11-21  Hajime Morrita  <morrita@google.com>
61944
61945         [Shadow DOM] Implement Element::createShadowRoot()
61946         https://bugs.webkit.org/show_bug.cgi?id=102911
61947
61948         Reviewed by Kentaro Hara.
61949
61950         The coverage might not seem comprehensive at a glance. However,
61951         this is just an alias of ShadowRoot constructor and there are
61952         bunch of test cases which cover it.
61953
61954         As bug 102913 will convert such callsites to use createShadowRoot(),
61955         the API will get be covered well then.
61956
61957         * fast/dom/shadow/shadow-aware-create-shdow-root-expected.txt: Added.
61958         * fast/dom/shadow/shadow-aware-create-shdow-root.html: Added.
61959           Further ShadowAware API will come here.
61960
61961 2012-11-21  Dana Jansens  <danakj@chromium.org>
61962
61963         Remove crashing expectation for css3/filters/effect-reference-ordering-hw.html
61964         https://bugs.webkit.org/show_bug.cgi?id=102898
61965
61966         Unreviewed test expectations.
61967
61968         * platform/chromium/TestExpectations:
61969
61970 2012-11-21  Hajime Morrita  <morrita@google.com>
61971
61972         [Shadow DOM][V8] Assertion failure when shadow host is reclaimed before ShadowRoot
61973         https://bugs.webkit.org/show_bug.cgi?id=102893
61974
61975         Reviewed by Kentaro Hara.
61976
61977         * fast/dom/shadow/host-wrapper-reclaimed-expected.txt: Added.
61978         * fast/dom/shadow/host-wrapper-reclaimed.html: Added.
61979
61980 2012-11-21  Daniel Bates  <dbates@webkit.org>
61981
61982         JavaScript fails to concatenate large strings
61983         <https://bugs.webkit.org/show_bug.cgi?id=102963>
61984
61985         Reviewed by Michael Saboff.
61986
61987         Add tests to ensure that we handle concatenating large strings.
61988
61989         * fast/js/concat-large-strings-crash-expected.txt: Added.
61990         * fast/js/concat-large-strings-crash.html: Added.
61991         * fast/js/concat-large-strings-crash2-expected.txt: Added.
61992         * fast/js/concat-large-strings-crash2.html: Added.
61993
61994 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
61995
61996         Add fast/events/context-nodrag.html to Chromium Mac TestExpectations
61997
61998         No review.
61999
62000         * platform/chromium/TestExpectations:
62001
62002 2012-11-21  James Simonsen  <simonjam@chromium.org>
62003
62004         [Resource Timing] Create W3C-style test suite
62005         https://bugs.webkit.org/show_bug.cgi?id=84883
62006
62007         Reviewed by Tony Gentilcore.
62008
62009         The tests are designed to be upstreamed. Eventually, the local ones will be replaced by the official upstream versions.
62010
62011         * http/tests/w3c/webperf/resources/Ahem.ttf: Added.
62012         * http/tests/w3c/webperf/resources/all_resource_types.htm: Added.
62013         * http/tests/w3c/webperf/resources/blank_image.png: Added.
62014         * http/tests/w3c/webperf/resources/empty_script.js: Added.
62015         * http/tests/w3c/webperf/resources/generate_resource.php: Added.
62016         * http/tests/w3c/webperf/resources/gray_bg.css: Added.
62017         (body):
62018         * http/tests/w3c/webperf/resources/green_frame.htm: Added.
62019         * http/tests/w3c/webperf/resources/inject_resource_test.html: Added.
62020         * http/tests/w3c/webperf/resources/nested.css: Added.
62021         (@font-face):
62022         (ol):
62023         * http/tests/w3c/webperf/resources/webperftestharness.js:
62024         (test_greater_or_equals):
62025         (test_fail):
62026         (test_resource_entries):
62027         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order-expected.txt: Added.
62028         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order.html: Added.
62029         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion-expected.txt: Added.
62030         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion.html: Added.
62031         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type-expected.txt: Added.
62032         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type.html: Added.
62033         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt: Added.
62034         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html: Added.
62035         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects-expected.txt: Added.
62036         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects.html: Added.
62037         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting-expected.txt: Added.
62038         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting.html: Added.
62039         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types-expected.txt: Added.
62040         * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types.html: Added.
62041         * platform/chromium/TestExpectations: Skip these new tests until the flag is flipped.
62042
62043 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
62044
62045         Add fast/events/context-nodrag.html to Mac TestExpectations
62046
62047         No review.
62048
62049         * platform/mac/TestExpectations:
62050
62051 2012-11-21  Rick Byers  <rbyers@chromium.org>
62052
62053         Multi-frame CUR file test hangs on mac port 
62054         https://bugs.webkit.org/show_bug.cgi?id=101811
62055
62056         Reviewed by Alexey Proskuryakov.
62057
62058         Fix tests to not hang on unexpected image load failure.
62059         Expect multi-frame CUR files to fail to load on Mac.
62060
62061         * fast/events/mouse-cursor.html:
62062         * fast/events/mouse-cursor-multiframecur.html:
62063         * platform/mac/TestExpectations:
62064         * platform/mac/fast/events/mouse-cursor-multiframecur-expected.txt: Added.
62065
62066 2012-11-21  Tien-Ren Chen  <trchen@chromium.org>
62067
62068         Invalidate non-composited content host when page scale factor changes
62069         https://bugs.webkit.org/show_bug.cgi?id=100718
62070
62071         Reviewed by Adam Barth.
62072
62073         During a scale change, non-composited content layer doesn't get invalidated
62074         automatically by the transformation change on RenderView. Need to force
62075         update non-composited contents ourself.
62076
62077         * compositing/repaint/page-scale-repaint-expected.png: Added.
62078         * compositing/repaint/page-scale-repaint-expected.txt: Added.
62079         * compositing/repaint/page-scale-repaint.html: Added.
62080         * compositing/repaint/resources/grid.png: Added.
62081
62082 2012-11-21  Fady Samuel  <fsamuel@chromium.org>
62083
62084         Clear MousePressed state on context menu to avoid initiating a drag
62085         https://bugs.webkit.org/show_bug.cgi?id=101786
62086
62087         Reviewed by Ojan Vafai.
62088
62089         If a user initiates a drag via left mouse down, brings up the context menu,
62090         and then cancels the context menu while keeping the left mouse button down,
62091         then the drag operation will continue. This does not match the platform
62092         conventions on Windows, Linux or Mac .
62093
62094         This change cancels the drag if the context menu is about to be displayed.
62095
62096         * fast/events/context-nodrag.html: Added.
62097         * fast/events/context-nodrag-expected.txt: Added.
62098
62099 2012-11-21  Huang Dongsung  <luxtella@company100.net>
62100
62101         REGRESSION(r135212): Fix crash due to an infinite rect.
62102         https://bugs.webkit.org/show_bug.cgi?id=102891
62103
62104         Reviewed by Noam Rosenthal.
62105
62106         fast/multicol/span/positioned-child-not-removed-crash.html now passes on
62107         EFL.
62108
62109         * platform/efl-wk2/TestExpectations:
62110
62111 2012-11-21  Jian Li  <jianli@chromium.org>
62112
62113         Unreviewed. Updated chromium test expectations to resolve lint failures.
62114
62115         * platform/chromium/TestExpectations:
62116
62117 2012-11-21  Joshua Bell  <jsbell@chromium.org>
62118
62119         Remove IDBDatabaseException
62120         https://bugs.webkit.org/show_bug.cgi?id=102514
62121
62122         Reviewed by Adam Barth.
62123
62124         Remove references to IDBDatabaseException - DOMExceptions should be thrown with code 0 and
62125         a name. Remove references to IDBRequest.errorCode - IDBRequest.error is the new hawtness,
62126         and already tested for. Ensure those objects/properties are gone in removed.html
62127
62128         * storage/indexeddb/basics-expected.txt:
62129         * storage/indexeddb/basics-workers-expected.txt:
62130         * storage/indexeddb/constants.html: Removed.
62131         * storage/indexeddb/constants-expected.txt: Removed.
62132         * storage/indexeddb/create-and-remove-object-store-expected.txt:
62133         * storage/indexeddb/cursor-continue-dir-expected.txt:
62134         * storage/indexeddb/cursor-continue-expected.txt:
62135         * storage/indexeddb/cursor-update-expected.txt:
62136         * storage/indexeddb/deleteIndex-expected.txt:
62137         * storage/indexeddb/exceptions-expected.txt:
62138         * storage/indexeddb/factory-cmp-expected.txt:
62139         * storage/indexeddb/get-keyrange-expected.txt:
62140         * storage/indexeddb/index-basics-expected.txt:
62141         * storage/indexeddb/index-basics-workers-expected.txt:
62142         * storage/indexeddb/index-count-expected.txt:
62143         * storage/indexeddb/index-unique-expected.txt:
62144         * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt:
62145         * storage/indexeddb/invalid-keys-expected.txt:
62146         * storage/indexeddb/key-generator-expected.txt:
62147         * storage/indexeddb/key-type-array-expected.txt:
62148         * storage/indexeddb/keypath-edges-expected.txt:
62149         * storage/indexeddb/keyrange-expected.txt:
62150         * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
62151         * storage/indexeddb/mozilla/bad-keypath-expected.txt:
62152         * storage/indexeddb/mozilla/clear-expected.txt:
62153         * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
62154         * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
62155         * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
62156         * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
62157         * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
62158         * storage/indexeddb/mozilla/resources/add-twice-failure.js:
62159         * storage/indexeddb/mozilla/resources/bad-keypath.js:
62160         * storage/indexeddb/mozilla/resources/clear.js:
62161         * storage/indexeddb/mozilla/resources/indexes.js: Elide obsolete comment.
62162         * storage/indexeddb/mozilla/resources/key-requirements-delete-null-key.js:
62163         * storage/indexeddb/mozilla/resources/key-requirements-inline-and-passed.js:
62164         * storage/indexeddb/mozilla/resources/key-requirements-put-no-key.js:
62165         * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
62166         * storage/indexeddb/mozilla/resources/readonly-transactions.js:
62167         * storage/indexeddb/objectstore-autoincrement-expected.txt:
62168         * storage/indexeddb/objectstore-basics-expected.txt:
62169         * storage/indexeddb/objectstore-basics-workers-expected.txt:
62170         * storage/indexeddb/objectstore-count-expected.txt:
62171         * storage/indexeddb/open-cursor-expected.txt:
62172         * storage/indexeddb/readonly-expected.txt:
62173         * storage/indexeddb/removed-expected.txt:
62174         * storage/indexeddb/resources/basics.js:
62175         * storage/indexeddb/resources/constants.js: Removed.
62176         * storage/indexeddb/resources/create-and-remove-object-store.js:
62177         * storage/indexeddb/resources/cursor-continue-dir.js:
62178         * storage/indexeddb/resources/cursor-continue.js:
62179         * storage/indexeddb/resources/cursor-update.js:
62180         * storage/indexeddb/resources/deleteIndex.js:
62181         * storage/indexeddb/resources/exceptions.js:
62182         * storage/indexeddb/resources/factory-cmp.js:
62183         * storage/indexeddb/resources/get-keyrange.js:
62184         * storage/indexeddb/resources/index-basics.js:
62185         * storage/indexeddb/resources/index-count.js:
62186         * storage/indexeddb/resources/index-unique.js:
62187         * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js:
62188         * storage/indexeddb/resources/invalid-keys.js:
62189         * storage/indexeddb/resources/key-generator.js:
62190         * storage/indexeddb/resources/key-type-array.js:
62191         * storage/indexeddb/resources/keypath-edges.js:
62192         * storage/indexeddb/resources/keyrange.js:
62193         * storage/indexeddb/resources/objectstore-autoincrement.js:
62194         * storage/indexeddb/resources/objectstore-basics.js:
62195         * storage/indexeddb/resources/objectstore-count.js:
62196         * storage/indexeddb/resources/open-cursor.js:
62197         * storage/indexeddb/resources/readonly.js:
62198         * storage/indexeddb/resources/removed.js:
62199         * storage/indexeddb/resources/shared.js:
62200         * storage/indexeddb/resources/transaction-abort.js:
62201         * storage/indexeddb/resources/transaction-active-flag.js:
62202         * storage/indexeddb/resources/transaction-basics.js:
62203         * storage/indexeddb/resources/transaction-complete-workers.js:
62204         * storage/indexeddb/resources/transaction-error.js:
62205         * storage/indexeddb/resources/transaction-read-only.js:
62206         * storage/indexeddb/transaction-abort-expected.txt:
62207         * storage/indexeddb/transaction-active-flag-expected.txt:
62208         * storage/indexeddb/transaction-basics-expected.txt:
62209         * storage/indexeddb/transaction-complete-workers-expected.txt:
62210         * storage/indexeddb/transaction-error-expected.txt:
62211         * storage/indexeddb/transaction-read-only-expected.txt:
62212
62213 2012-11-21  Mike Reed  <reed@google.com>
62214
62215         update expectations in advance of skia deps roll
62216         https://bugs.webkit.org/show_bug.cgi?id=102964
62217
62218         Reviewed by NOBODY. expectations change only.
62219
62220         * platform/chromium/TestExpectations:
62221
62222 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
62223
62224         [EFL][WK2] gardening: fast/writing-mode/japanese-ruby-* are flaky
62225         https://bugs.webkit.org/show_bug.cgi?id=102921
62226
62227         Unreviewed gardening: several tests fail if run after any test that
62228         changes font family mappings. Mark them flaky.
62229
62230         * platform/efl-wk2/TestExpectations:
62231
62232 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
62233
62234         Unreviewed. Reverted expectation changes from r135380 and marked css3/filters/effect-reference-ordering-hw.html as crashing
62235         https://bugs.webkit.org/show_bug.cgi?id=102898
62236
62237         * platform/chromium/TestExpectations:
62238
62239 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
62240
62241         [EFL] Gardening: svg/foreignObject/viewport-foreignobject-crash.html is flaky
62242         https://bugs.webkit.org/show_bug.cgi?id=102931
62243
62244         Unreviewed gardening.
62245
62246         * platform/efl/TestExpectations:
62247
62248 2012-11-21  Jussi Kukkonen  <jussi.kukkonen@intel.com>
62249
62250         [EFL][WK2] Gardening: css3/device-adapt/opera/constrain-006 and -007 fail
62251         https://bugs.webkit.org/show_bug.cgi?id=102923
62252
62253         Unreviewed gardening: these two still fail after using fixed layout in WTR.
62254
62255         * platform/efl-wk2/TestExpectations:
62256
62257 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62258
62259         Unreviewed gardening, unskip a now passing test.
62260
62261         * platform/mac-wk2/TestExpectations:
62262         * platform/qt-5.0-wk2/TestExpectations:
62263
62264 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62265
62266         [Qt] Unreviewed gardening, unskip a now passing test.
62267
62268         * platform/qt-5.0-wk2/TestExpectations:
62269         * platform/qt/TestExpectations:
62270
62271 2012-11-21  Pavel Feldman  <pfeldman@chromium.org>
62272
62273         Web Inspector: reparenting view does not detach from the previous parent.
62274         https://bugs.webkit.org/show_bug.cgi?id=102902
62275
62276         Reviewed by Vsevolod Vlasov.
62277
62278         * inspector/view-events.html:
62279
62280 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62281
62282         [Qt] Unreviewed gardening, unskip now passing tests.
62283
62284         * platform/qt-5.0/TestExpectations:
62285
62286 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62287
62288         [Qt] Unreviewed gardening, unskip a now passing test, update an expected file.
62289
62290         * platform/qt-5.0/TestExpectations:
62291         * platform/qt-5.0/editing/selection/click-left-of-rtl-wrapping-text-expected.txt:
62292
62293 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62294
62295         [Qt] Unreviewed gardening, unskip now passing tests.
62296
62297         * platform/qt/TestExpectations:
62298
62299 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
62300
62301         Unreviewed. Mark css3/filters/effect-reference-ordering-hw.html as crashing after crrev.com/168998
62302
62303         * platform/chromium/TestExpectations:
62304
62305 2012-11-21  Alexander Pavlov  <apavlov@chromium.org>
62306
62307         Turn -webkit-text-emphasis into a shorthand property
62308         https://bugs.webkit.org/show_bug.cgi?id=102879
62309
62310         Reviewed by Antti Koivisto.
62311
62312         Update expected results.
62313
62314         * fast/css/parsing-text-emphasis-expected.txt:
62315         * fast/css/parsing-text-emphasis.html:
62316
62317 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62318
62319         [Qt] Unreviewed gardening, unskip a now passing test.
62320
62321         * platform/qt-5.0-wk2/TestExpectations:
62322         * platform/qt/TestExpectations:
62323
62324 2012-11-21  Csaba Osztrogonác  <ossy@webkit.org>
62325
62326
62327         * platform/qt-5.0-wk2/TestExpectations:
62328
62329 2012-11-21  David Grogan  <dgrogan@chromium.org>
62330
62331         IndexedDB: remove setVersion from inspector tests
62332         https://bugs.webkit.org/show_bug.cgi?id=102850
62333
62334         Reviewed by Vsevolod Vlasov.
62335
62336         setVersion was contained so the conversion to upgradeneeded was
62337         straightforward.
62338
62339         * http/tests/inspector/indexeddb/database-data-expected.txt:
62340         * http/tests/inspector/indexeddb/database-structure-expected.txt:
62341         * http/tests/inspector/indexeddb/indexeddb-test.js:
62342         (.request.onsuccess.onSuccess.request.onupgradeneeded):
62343         (.request.onsuccess.onSuccess.request.onsuccess):
62344         (.request.onsuccess):
62345         (doWithVersionTransaction):
62346         * http/tests/inspector/indexeddb/resources-panel-expected.txt:
62347
62348 2012-11-21  Sheriff Bot  <webkit.review.bot@gmail.com>
62349
62350         Unreviewed, rolling out r135307.
62351         http://trac.webkit.org/changeset/135307
62352         https://bugs.webkit.org/show_bug.cgi?id=102905
62353
62354         Jussi said this doesn't definitively fix things, so revert for
62355         now. (Requested by rakuco on #webkit).
62356
62357         * animations/resources/stop-animation-on-suspend-subframe.html:
62358         * animations/stop-animation-on-suspend.html:
62359         * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt: Added.
62360         * platform/chromium/TestExpectations:
62361         * platform/efl/TestExpectations:
62362         * platform/gtk/TestExpectations:
62363         * platform/mac/TestExpectations:
62364         * platform/qt-arm/TestExpectations:
62365         * platform/win/TestExpectations:
62366         * platform/wincairo/TestExpectations:
62367
62368 2012-11-21  Yury Semikhatsky  <yurys@chromium.org>
62369
62370         Unreviewed. Updated test expectations.
62371
62372         * platform/chromium/TestExpectations:
62373
62374 2012-11-21  Kunihiko Sakamoto  <ksakamoto@chromium.org>
62375
62376         Enable datalist UI for input types datetime and datetime-local
62377         https://bugs.webkit.org/show_bug.cgi?id=102882
62378
62379         Reviewed by Kent Tamura.
62380
62381         Removed expectation of failure.
62382
62383         * platform/chromium/fast/forms/datalist/input-list-expected.txt: Removed.
62384
62385 2012-11-20  Yury Semikhatsky  <yurys@chromium.org>
62386
62387         Unreviewed. Fixed webkit_lint complaints about overlapping entries in Chromium TestExpectations.
62388
62389         * platform/chromium/TestExpectations:
62390
62391 2012-11-20  Csaba Osztrogonác  <ossy@webkit.org>
62392
62393         [Qt] Unreviewed morning gardening, skip a new security
62394         timeouting test to paint the bots green.
62395
62396         * platform/qt/TestExpectations:
62397
62398 2012-11-20  Kangil Han  <kangil.han@samsung.com>
62399
62400         [EFL][WK2][WTR] Unskip passed cases under css3/device-adapt/opera/
62401         https://bugs.webkit.org/show_bug.cgi?id=102868
62402
62403         Unreviewed, EFL gardening.
62404
62405         As BUG 102517 has been resolved, we can move those from EFL common to WK1 only.
62406
62407         * platform/efl-wk1/TestExpectations:
62408         * platform/efl/TestExpectations:
62409
62410 2012-11-20  Kentaro Hara  <haraken@chromium.org>
62411
62412         [V8] Introduce constructorCallbackCustom()
62413         https://bugs.webkit.org/show_bug.cgi?id=102763
62414
62415         Reviewed by Adam Barth.
62416
62417         Updated a test result.
62418
62419         * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
62420
62421 2012-11-20  Adam Klein  <adamk@chromium.org>
62422
62423         [JSC] MutationObserver wrapper should not be collected while still observing
62424         https://bugs.webkit.org/show_bug.cgi?id=102744
62425
62426         Reviewed by Adam Barth.
62427
62428         Remove suppressions for wrapper dropoff tests.
62429
62430         * platform/efl/TestExpectations:
62431         * platform/gtk/TestExpectations:
62432         * platform/mac/TestExpectations:
62433         * platform/qt/TestExpectations:
62434         * platform/win/TestExpectations:
62435         * platform/wincairo/TestExpectations:
62436
62437 2012-11-20  Ryosuke Niwa  <rniwa@webkit.org>
62438
62439         REGRESSION(r131106): magnitude-perf.js calls bind on undefined
62440         https://bugs.webkit.org/show_bug.cgi?id=102848
62441
62442         Reviewed by Tony Gentilcore.
62443
62444         Check the existence of performance.now before calling bind on it.
62445
62446         * resources/magnitude-perf.js:
62447         (Magnitude._runIteration):
62448
62449 2012-11-20  David Grogan  <dgrogan@chromium.org>
62450
62451         IndexedDB: remove setVersion from pending-version-change-on-exit.html
62452         https://bugs.webkit.org/show_bug.cgi?id=102457
62453
62454         Reviewed by Tony Chang.
62455
62456         This test doesn't work in single-process mode because of
62457         http://wkb.ug/82776. We run it in content_shell in chromium.
62458
62459         * platform/chromium/TestExpectations:
62460         * storage/indexeddb/pending-version-change-on-exit-expected.txt:
62461         * storage/indexeddb/pending-version-change-on-exit.html:
62462         * storage/indexeddb/resources/pending-version-change-on-exit.js:
62463         (request.onblocked):
62464
62465 2012-11-20  Bear Travis  <betravis@adobe.com>
62466
62467         [CSS Exclusions] Support outside-shape value on shape-inside
62468         https://bugs.webkit.org/show_bug.cgi?id=101108
62469
62470         Reviewed by Dirk Schulze.
62471
62472         Adding tests to make sure the 'outside-shape' value properly applies only to the
62473         shape-inside property.
62474
62475         * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
62476         * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
62477         * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
62478         * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
62479
62480 2012-11-20  Jian Li  <jianli@chromium.org>
62481
62482         Unreviewed. Updated chromium test expectations.
62483
62484         * platform/chromium/TestExpectations:
62485
62486 2012-11-20  David Grogan  <dgrogan@chromium.org>
62487
62488         IndexedDB: Remove legacy enum-based constants from IDL
62489         https://bugs.webkit.org/show_bug.cgi?id=85315
62490
62491         Reviewed by Adam Barth.
62492
62493         * storage/indexeddb/constants-expected.txt:
62494         * storage/indexeddb/cursor-overloads-expected.txt:
62495         * storage/indexeddb/cursor-overloads.html:
62496         * storage/indexeddb/legacy-constants-expected.txt:
62497         * storage/indexeddb/resources/constants.js:
62498         (test):
62499         * storage/indexeddb/resources/legacy-constants.js:
62500         (testObsoleteConstants):
62501
62502 2012-11-20  Jussi Kukkonen  <jussi.kukkonen@intel.com>
62503
62504         animations/stop-animation-on-suspend.html sometimes fails on all platforms
62505         https://bugs.webkit.org/show_bug.cgi?id=49182
62506
62507         Reviewed by Antti Koivisto.
62508
62509         stop-animation-on-suspend incorrectly assumed that animation in a subframe would start
62510         roughly at document load. Keep both animations (one in main frame, one in iframe) paused
62511         until the iframe is loaded: this way they should run synchronised enough.
62512
62513         Also increase the tolerance of the test slightly: measuring timing like this is inherently flaky.
62514
62515         Remove failure expectation from all TestExpectations and remove the clearly wrong expected
62516         result for chromium-mac.
62517
62518         * animations/resources/stop-animation-on-suspend-subframe.html:
62519         * animations/stop-animation-on-suspend.html:
62520         * platform/chromium/TestExpectations:
62521         * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt:
62522         * platform/efl/TestExpectations:
62523         * platform/gtk/TestExpectations:
62524         * platform/mac/TestExpectations:
62525         * platform/qt-arm/TestExpectations:
62526         * platform/win/TestExpectations:
62527         * platform/wincairo/TestExpectations:
62528
62529 2012-11-20  Mike Reed  <reed@google.com>
62530
62531         update TestExpectations before a skia change
62532         https://bugs.webkit.org/show_bug.cgi?id=102829
62533
62534         Reviewed by NOBODY. expectations change only.
62535
62536         optimization for rectangular blurs (with holes) changes some images in the low bit. mark for rebaselining.
62537
62538         * platform/chromium/TestExpectations:
62539
62540 2012-11-20  Abhishek Arya  <inferno@chromium.org>
62541
62542         Crash in FrameLoader::stopLoading.
62543         https://bugs.webkit.org/show_bug.cgi?id=99504
62544
62545         Reviewed by Nate Chapin.
62546
62547         * fast/frames/frame-unload-crash2-expected.txt: Added.
62548         * fast/frames/frame-unload-crash2.html: Added.
62549
62550 2012-11-20  Tom Sepez  <tsepez@chromium.org>
62551
62552         XSSAuditor::decodedSnippetForJavaScript stopping when comma encountered.
62553         https://bugs.webkit.org/show_bug.cgi?id=102587
62554
62555         Reviewed by Adam Barth.
62556
62557         * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt: Added.
62558         * http/tests/security/xssAuditor/script-tag-with-actual-comma.html: Added.
62559
62560 2012-11-20  Hans Muller  <hmuller@adobe.com>
62561
62562         [CSS Exclusions] writing-mode:vertical-rl shape-inside tests are incorrectly configured
62563         https://bugs.webkit.org/show_bug.cgi?id=102729
62564
62565         Reviewed by Dirk Schulze.
62566
62567         Corrected the dimensions of the border elements in two exclusions tests.  They
62568         define a rectangle that's five pixels larger than the tests' rectangular
62569         shape-inside exclusions shapes.  They now enclose the shape-inside element's
62570         text contents.
62571
62572         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html:
62573         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html:
62574         * fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html:
62575         * fast/exclusions/shape-inside/shape-inside-vertical-text.html:
62576
62577 2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
62578
62579         [GTK] fast/hidpi/video-controls-in-hidpi.html and fast/layers/video-layer.html need new baseline
62580         https://bugs.webkit.org/show_bug.cgi?id=102815
62581
62582         Reviewed by Philippe Normand.
62583
62584         Added new GTK baseline for those tests.
62585
62586         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
62587         New GTK baseline
62588         * platform/gtk/fast/layers/video-layer-expected.txt: New GTK
62589         baseline
62590
62591 2012-11-20  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
62592
62593         [EFL] Gardening.
62594
62595         Temporarily mark fast/multicol/span/positioned-child-not-removed-crash.html
62596         as crashing while the regression is addressed.
62597
62598         * platform/efl-wk2/TestExpectations:
62599
62600 2012-11-20  Yael Aharon  <yael.aharon@intel.com>
62601
62602         Unreviewed gardening.
62603         Update results for compositing/geometry/vertical-scroll-composited.html after 133898.
62604         Mark animations/negative-delay.html as flaky.
62605         Remove a few passing tests from TextExpectations.
62606
62607         * platform/efl/TestExpectations:
62608         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.png: Added.
62609         * platform/efl/compositing/geometry/vertical-scroll-composited-expected.txt:
62610
62611 2012-11-20  Stephen Chenney  <schenney@chromium.org>
62612
62613         [Chromium] Expectations update
62614
62615         Unreviewed test expectations update.
62616
62617         Some results for calendar and month picker may not be up-to-date for the slow bots.
62618
62619         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
62620         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
62621         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
62622         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
62623         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
62624         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
62625         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Removed.
62626         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png:
62627         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
62628
62629 2012-11-20  Keishi Hattori  <keishi@webkit.org>
62630
62631         Week picker width is too small
62632         https://bugs.webkit.org/show_bug.cgi?id=102766
62633
62634         Reviewed by Kent Tamura.
62635
62636         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
62637         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
62638         * platform/chromium/TestExpectations:
62639
62640 2012-11-20  Xabier Rodriguez Calvar  <calvaris@igalia.com>
62641
62642         [GTK] no volume slider in HTML5 media element controls
62643         https://bugs.webkit.org/show_bug.cgi?id=97192
62644
62645         Reviewed by Philippe Normand.
62646
62647         r115829 was causing this regression so it was partially
62648         reverted. The revert causes some small regressions, in the tests
62649         but it is better to have the volume slider shown.
62650
62651         * platform/gtk-wk2/TestExpectations: Updated because it causes
62652         some new regressions
62653         * platform/gtk/TestExpectations: Updated because it causes some
62654         new regressions
62655         * platform/gtk/media/audio-controls-rendering-expected.txt: Updated
62656         * platform/gtk/media/controls-after-reload-expected.txt: Updated
62657         * platform/gtk/media/controls-strict-expected.txt: Updated
62658         * platform/gtk/media/controls-styling-expected.txt: Updated
62659         * platform/gtk/media/controls-styling-strict-expected.txt: Updated
62660         * platform/gtk/media/controls-without-preload-expected.txt: Updated
62661         * platform/gtk/media/media-controls-clone-expected.txt: Updated
62662         * platform/gtk/media/video-controls-rendering-expected.txt: Updated
62663         * platform/gtk/media/video-display-toggle-expected.txt: Updated
62664         * platform/gtk/media/video-empty-source-expected.txt: Updated
62665         * platform/gtk/media/video-no-audio-expected.txt: Updated
62666         * platform/gtk/media/video-volume-slider-expected.txt: Updated
62667         * platform/gtk/media/video-zoom-controls-expected.txt: Updated
62668
62669 2012-11-20  Yury Semikhatsky  <yurys@chromium.org>
62670
62671         Unreviewed. Mark inspector/profiler/cpu-profiler-profiling-without-inspector.html
62672         as crashing.
62673
62674         * platform/chromium/TestExpectations:
62675
62676 2012-11-20  Kunihiko Sakamoto  <ksakamoto@chromium.org>
62677
62678         Use localized date-time format in datetime input
62679         https://bugs.webkit.org/show_bug.cgi?id=102769
62680
62681         Reviewed by Kent Tamura.
62682
62683         * fast/forms/datetime/datetime-appearance-l10n-expected.txt: Added.
62684         * fast/forms/datetime/datetime-appearance-l10n.html: Added. We can confirm vi-vn have time-date ordering.
62685         * platform/chromium-mac/fast/forms/datetime/datetime-appearance-l10n-expected.png: Added.
62686         * platform/chromium/TestExpectations:
62687
62688 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
62689
62690         [Refactoring] Remove shadowPseudoId() and use setPseudo() in <progress> ElementShadow.
62691         https://bugs.webkit.org/show_bug.cgi?id=101703
62692
62693         Reviewed by Hajime Morita.
62694
62695         * editing/style/apply-style-atomic-expected.txt:
62696         * fast/dom/HTMLProgressElement/progress-element-markup-expected.txt:
62697
62698 2012-11-19  Yury Semikhatsky  <yurys@chromium.org>
62699
62700         Unreviewed. Reenable webaudio/biquad-getFrequencyResponse.html test as it should pass after r129418
62701         https://bugs.webkit.org/show_bug.cgi?id=97439
62702
62703         * platform/chromium/TestExpectations:
62704
62705 2012-11-19  Matt Falkenhagen  <falken@chromium.org>
62706
62707         Implement the new stacking layer needed by the Fullscreen API and the new <dialog> element
62708         https://bugs.webkit.org/show_bug.cgi?id=84796
62709
62710         Reviewed by Julien Chaffraix.
62711
62712         Add tests for top layer stacking and rendering.
62713
62714         * fast/dom/HTMLDialogElement/top-layer-containing-block-expected.html: Added.
62715         * fast/dom/HTMLDialogElement/top-layer-containing-block.html: Added.
62716         * fast/dom/HTMLDialogElement/top-layer-display-none-expected.html: Added.
62717         * fast/dom/HTMLDialogElement/top-layer-display-none.html: Added.
62718         * fast/dom/HTMLDialogElement/top-layer-nesting-expected.html: Added.
62719         * fast/dom/HTMLDialogElement/top-layer-nesting.html: Added.
62720         * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic-expected.html: Added.
62721         * fast/dom/HTMLDialogElement/top-layer-stacking-dynamic.html: Added.
62722         * fast/dom/HTMLDialogElement/top-layer-stacking-expected.html: Added.
62723         * fast/dom/HTMLDialogElement/top-layer-stacking.html: Added.
62724
62725 2012-11-19  Yury Semikhatsky  <yurys@chromium.org>
62726
62727         Unreviewed. Fix lint errors on chromium TextExpectations after r135205.
62728
62729         * platform/chromium/TestExpectations:
62730
62731 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
62732
62733         [Shadow] attribute pseudo should return empty string instead of null when nothing is specified.
62734         https://bugs.webkit.org/show_bug.cgi?id=102753
62735
62736         Reviewed by Hajime Morita.
62737
62738         * fast/dom/shadow/pseudo-attribute-expected.txt:
62739         * fast/dom/shadow/pseudo-attribute.html:
62740
62741 2012-11-19  Adam Klein  <adamk@chromium.org>
62742
62743         MutationObserver wrapper should not be collected while still observing
62744         https://bugs.webkit.org/show_bug.cgi?id=102328
62745
62746         Reviewed by Adam Barth.
62747
62748         Tests showing that observers are kept alive, both in the simple case
62749         and in the transient registered observer case (where the original
62750         registration node is GCed but the transient observation node is still
62751         alive).
62752
62753         * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
62754         * fast/mutation/observer-wrapper-dropoff-transient-expected.txt: Added.
62755         * fast/mutation/observer-wrapper-dropoff-transient.html: Added.
62756         * fast/mutation/observer-wrapper-dropoff.html: Added.
62757
62758 2012-11-19  Tony Chang  <tony@chromium.org>
62759
62760         Move more non-settings out of InternalSettings
62761         https://bugs.webkit.org/show_bug.cgi?id=102711
62762
62763         Reviewed by Adam Barth.
62764
62765         Move static values out of InternalSettings.
62766
62767         * fast/scrolling/scrollbar-tickmarks-hittest.html: Move setUsesOverlayScrollbars to internals.
62768
62769 2012-11-19  David Grogan  <dgrogan@chromium.org>
62770
62771         IndexedDB: Complex series of opens/deleteDatabase fails an ASSERT
62772         https://bugs.webkit.org/show_bug.cgi?id=101810
62773
62774         Reviewed by Tony Chang.
62775
62776         Removed use of setVersion. Surprisingly straightforward conversion
62777         given how gnarly this test is.
62778
62779         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
62780         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js:
62781         (h1OpenSuccess.h1.onversionchange):
62782         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.h2.onversionchange):
62783         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onsuccess):
62784         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked.h3Blocked.request.onsuccess):
62785         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onblocked):
62786         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded.h3OnUpgradeneeded.transaction.oncomplete):
62787         (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onupgradeneeded):
62788         (h1OpenSuccess.request.onsuccess):
62789         (h1OpenSuccess):
62790
62791 2012-11-19  David Grogan  <dgrogan@chromium.org>
62792
62793         IndexedDB: last setVersion excision batch
62794         https://bugs.webkit.org/show_bug.cgi?id=102713
62795
62796         Reviewed by Tony Chang.
62797
62798         * storage/indexeddb/resources/setversion-blocked-by-versionchange-close-in-blocked.js: Removed.
62799           The crucial part of this test was a connection closing itself in its
62800           blocked callback. This is no longer possible as there's now only a
62801           handle to the connection after the blocked event is dealt with.
62802
62803         * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js:
62804           This test exposes a cascade of errors. h2's should receive 0 blocked
62805           errors. Instead it receives 2.
62806
62807         * storage/indexeddb/resources/setversion-blocked.js: Removed.
62808           Tests the same thing as set_version_blocked.
62809
62810         * storage/indexeddb/resources/setversion-not-blocked.js:
62811           Now h2 is the version change connection and h1 is the blocker.
62812
62813         * storage/indexeddb/setversion-blocked-by-versionchange-close-in-blocked.html: Removed.
62814         * storage/indexeddb/setversion-blocked.html: Removed.
62815
62816 2012-11-19  David Grogan  <dgrogan@chromium.org>
62817
62818         IndexedDB: convert delete-closed-database-object to upgradeneeded
62819         https://bugs.webkit.org/show_bug.cgi?id=102458
62820
62821         Reviewed by Tony Chang.
62822
62823         This test relies on gc behavior and seems flaky in content_shell.
62824
62825         * storage/indexeddb/delete-closed-database-object-expected.txt:
62826         * storage/indexeddb/resources/delete-closed-database-object.js:
62827         (prepareDatabase):
62828         (openSuccess.openRequest.onsuccess):
62829         (openSuccess):
62830         (setVersion):
62831
62832 2012-11-19  Chris Rogers  <crogers@google.com>
62833
62834         Implement .detune attribute for BiquadFilterNode
62835         https://bugs.webkit.org/show_bug.cgi?id=102737
62836
62837         Reviewed by Kenneth Russell.
62838
62839         * webaudio/biquad-lowpass.html:
62840         * webaudio/resources/biquad-testing.js:
62841         (createTestAndRun):
62842         (generateReference):
62843
62844 2012-11-19  Huang Dongsung  <luxtella@company100.net>
62845
62846         Coordinated Graphics: Remove tiles of a layer when they are off the viewport.
62847         https://bugs.webkit.org/show_bug.cgi?id=102313
62848
62849         Reviewed by Noam Rosenthal.
62850
62851         This test checks that a compositing layer is rendered if the layer is
62852         originally transformed off the viewport.
62853
62854         * animations/animation-offscreen-to-onscreen-expected.png: Added.
62855         * animations/animation-offscreen-to-onscreen-expected.txt: Added.
62856         * animations/animation-offscreen-to-onscreen.html: Added.
62857
62858 2012-11-19  Jian Li  <jianli@chromium.org>
62859
62860         Unreviewed. Mark 2 tests as failed on chromium.
62861
62862         * platform/chromium/TestExpectations:
62863
62864 2012-11-19  Eric Carlson  <eric.carlson@apple.com>
62865
62866         HTMLMediaElement::configureTextTracks should configure all text tracks
62867         https://bugs.webkit.org/show_bug.cgi?id=102561
62868
62869         Reviewed by Philippe Normand.
62870
62871         Update test and results to check that dynamically added tracks are configured correctly.
62872
62873         * media/track/track-mode-not-changed-by-new-track-expected.txt:
62874         * media/track/track-mode-not-changed-by-new-track.html:
62875
62876 2012-11-19  Abhishek Arya  <inferno@chromium.org>
62877
62878         Crash in ApplyStyleCommand::cleanupUnstyledAppleStyleSpans.
62879         https://bugs.webkit.org/show_bug.cgi?id=100150
62880
62881         Reviewed by Ryosuke Niwa.
62882
62883         * editing/style/apply-style-crash-expected.txt: Added.
62884         * editing/style/apply-style-crash.html: Added.
62885
62886 2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>
62887
62888         Unreviewed, rolling out r135172.
62889         http://trac.webkit.org/changeset/135172
62890         https://bugs.webkit.org/show_bug.cgi?id=102710
62891
62892         Broke some WebKit2 api tests :( (Requested by japhet on
62893         #webkit).
62894
62895         * http/tests/inspector/network/network-iframe-load-and-delete.html:
62896         * http/tests/loading/redirect-methods-expected.txt:
62897         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
62898         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
62899         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
62900
62901 2012-11-19  Sheriff Bot  <webkit.review.bot@gmail.com>
62902
62903         Unreviewed, rolling out r134830.
62904         http://trac.webkit.org/changeset/134830
62905         https://bugs.webkit.org/show_bug.cgi?id=102701
62906
62907         ActiveDOMObject is not applicable to MutationObservers due to
62908         being tied to a Document (Requested by aklein on #webkit).
62909
62910         * fast/mutation/observer-wrapper-dropoff-expected.txt: Removed.
62911         * fast/mutation/observer-wrapper-dropoff.html: Removed.
62912
62913 2012-11-19  Yael Aharon  <yael.aharon@intel.com>
62914
62915         Unreviewed gardening after r133898.
62916         Cleanup the list of compositing tests failures.
62917
62918         * platform/efl/TestExpectations:
62919
62920 2012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
62921
62922         Changing id, className, or attribute should invalidate distribution
62923         https://bugs.webkit.org/show_bug.cgi?id=100738
62924
62925         Reviewed by Dimitri Glazkov.
62926
62927         We have test cases that id/class/attribute is changed, and thier reprojection cases.
62928
62929         * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
62930         * fast/dom/shadow/distribution-attribute-modified.html: Added.
62931         * fast/dom/shadow/distribution-className-modified-expected.html: Added.
62932         * fast/dom/shadow/distribution-className-modified.html: Added.
62933         * fast/dom/shadow/distribution-id-modified-expected.html: Added.
62934         * fast/dom/shadow/distribution-id-modified.html: Added.
62935         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
62936         * fast/dom/shadow/reprojection-attribute-modified.html: Added.
62937         * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
62938         * fast/dom/shadow/reprojection-className-modified.html: Added.
62939         * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
62940         * fast/dom/shadow/reprojection-id-modified.html: Added.
62941
62942 2012-11-19  Nate Chapin  <japhet@chromium.org>
62943
62944         Move empty loading to DocumentLoader, simplify FrameLoader::init()
62945         https://bugs.webkit.org/show_bug.cgi?id=101512
62946
62947         Reviewed by Adam Barth.
62948
62949         Don't expect resource load callbacks for empty loads.
62950
62951         * http/tests/inspector/network/network-iframe-load-and-delete.html:
62952         * http/tests/loading/redirect-methods-expected.txt:
62953         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
62954         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
62955         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
62956
62957 2012-11-19  Balazs Kelemen  <kbalazs@webkit.org>
62958
62959         [Qt][WK2] REGRESSION(r132907): It made animations/negative-delay.html flaky
62960         https://bugs.webkit.org/show_bug.cgi?id=100769
62961
62962         Unreviewed gardening (Qt).
62963
62964         These tests are rather flaky, mark them as so.
62965
62966         * platform/qt-5.0-wk2/TestExpectations:
62967
62968 2012-11-19  Erik Arvidsson  <arv@chromium.org>
62969
62970         Update DOMException name: DataCloneError
62971         https://bugs.webkit.org/show_bug.cgi?id=102521
62972
62973         Reviewed by Kentaro Hara.
62974
62975         Updated tests and expectations.
62976
62977         * fast/dom/Window/anonymous-slot-with-changes-expected.txt:
62978         * fast/dom/Window/window-postmessage-clone-expected.txt:
62979         * fast/dom/shadow/shadowroot-clonenode-expected.txt:
62980         * fast/dom/shadow/shadowroot-clonenode.html:
62981         * fast/events/message-port-multi-expected.txt:
62982         * fast/filesystem/filesystem-unserializable-expected.txt:
62983         * platform/chromium/fast/dom/Window/window-postmessage-clone-expected.txt:
62984         * platform/chromium/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt:
62985         * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
62986         * webintents/web-intents-obj-constructor-expected.txt:
62987         * webintents/web-intents-obj-constructor.html:
62988
62989 2012-11-19  Thiago Marcos P. Santos  <thiago.santos@intel.com>
62990
62991         Apply the resolved viewport rules
62992         https://bugs.webkit.org/show_bug.cgi?id=95964
62993
62994         Reviewed by Kenneth Rohde Christiansen.
62995
62996         Imported some of the CSS Device Adaptation tests submitted by
62997         Opera to W3C CSS Test Suite. These tests are not yet approved but
62998         they have a pretty good coverage of the specification.
62999
63000         Tests using Math.floor() where modified from the original version
63001         using Math.round(), the reason being the round() version fails by
63002         1px when the pixel ratio is different from 1.
63003
63004         Despite the fact they are all passing on the EFL MiniBrowser, I could
63005         not enable them yet. WebKitTestRunner does not support fixed layout,
63006         but that is the next goal.
63007
63008         * css3/device-adapt/opera/cascading-001-expected.txt: Added.
63009         * css3/device-adapt/opera/cascading-001.xhtml: Added.
63010         * css3/device-adapt/opera/cascading-002-expected.txt: Added.
63011         * css3/device-adapt/opera/cascading-002.xhtml: Added.
63012         * css3/device-adapt/opera/cascading-003-expected.txt: Added.
63013         * css3/device-adapt/opera/cascading-003.xhtml: Added.
63014         * css3/device-adapt/opera/cascading-004-expected.txt: Added.
63015         * css3/device-adapt/opera/cascading-004.xhtml: Added.
63016         * css3/device-adapt/opera/constrain-001-expected.txt: Added.
63017         * css3/device-adapt/opera/constrain-001.xhtml: Added.
63018         * css3/device-adapt/opera/constrain-002-expected.txt: Added.
63019         * css3/device-adapt/opera/constrain-002.xhtml: Added.
63020         * css3/device-adapt/opera/constrain-003-expected.txt: Added.
63021         * css3/device-adapt/opera/constrain-003.xhtml: Added.
63022         * css3/device-adapt/opera/constrain-004-expected.txt: Added.
63023         * css3/device-adapt/opera/constrain-004.xhtml: Added.
63024         * css3/device-adapt/opera/constrain-005-expected.txt: Added.
63025         * css3/device-adapt/opera/constrain-005.xhtml: Added.
63026         * css3/device-adapt/opera/constrain-006-expected.txt: Added.
63027         * css3/device-adapt/opera/constrain-006.xhtml: Added.
63028         * css3/device-adapt/opera/constrain-007-expected.txt: Added.
63029         * css3/device-adapt/opera/constrain-007.xhtml: Added.
63030         * css3/device-adapt/opera/constrain-008-expected.txt: Added.
63031         * css3/device-adapt/opera/constrain-008.xhtml: Added.
63032         * css3/device-adapt/opera/constrain-009-expected.txt: Added.
63033         * css3/device-adapt/opera/constrain-009.xhtml: Added.
63034         * css3/device-adapt/opera/constrain-010-expected.txt: Added.
63035         * css3/device-adapt/opera/constrain-010.xhtml: Added.
63036         * css3/device-adapt/opera/constrain-011-expected.txt: Added.
63037         * css3/device-adapt/opera/constrain-011.xhtml: Added.
63038         * css3/device-adapt/opera/constrain-012-expected.txt: Added.
63039         * css3/device-adapt/opera/constrain-012.xhtml: Added.
63040         * css3/device-adapt/opera/constrain-013-expected.txt: Added.
63041         * css3/device-adapt/opera/constrain-013.xhtml: Added.
63042         * css3/device-adapt/opera/constrain-014-expected.txt: Added.
63043         * css3/device-adapt/opera/constrain-014.xhtml: Added.
63044         * css3/device-adapt/opera/constrain-015-expected.txt: Added.
63045         * css3/device-adapt/opera/constrain-015.xhtml: Added.
63046         * css3/device-adapt/opera/constrain-016-expected.txt: Added.
63047         * css3/device-adapt/opera/constrain-016.xhtml: Added.
63048         * css3/device-adapt/opera/constrain-017-expected.txt: Added.
63049         * css3/device-adapt/opera/constrain-017.xhtml: Added.
63050         * css3/device-adapt/opera/constrain-020-expected.txt: Added.
63051         * css3/device-adapt/opera/constrain-020.xhtml: Added.
63052         * css3/device-adapt/opera/syntax-001-expected.txt: Added.
63053         * css3/device-adapt/opera/syntax-001.xhtml: Added.
63054         * css3/device-adapt/opera/syntax-002-expected.txt: Added.
63055         * css3/device-adapt/opera/syntax-002.xhtml: Added.
63056         * css3/device-adapt/opera/syntax-003-expected.txt: Added.
63057         * css3/device-adapt/opera/syntax-003.xhtml: Added.
63058         * platform/efl/TestExpectations:
63059
63060 2012-11-19  Erik Arvidsson  <arv@chromium.org>
63061
63062         Update DOMException name: SecurityError
63063         https://bugs.webkit.org/show_bug.cgi?id=102437
63064
63065         Reviewed by Kentaro Hara.
63066
63067         Updated tests and expectations.
63068
63069         * fast/canvas/svg-taint-expected.txt:
63070         * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt:
63071         * fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js:
63072         * fast/dom/register-protocol-handler.html:
63073         * fast/frames/resources/sandboxed-iframe-storage-disallowed.html:
63074         * fast/frames/sandboxed-iframe-storage-expected.txt:
63075         * http/tests/loading/state-object-security-exception-expected.txt:
63076         * http/tests/notifications/legacy/show-expected.txt:
63077         * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
63078         * http/tests/security/canvas-remote-read-remote-image-expected.txt:
63079         * http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
63080         * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt:
63081         * http/tests/security/cross-origin-local-storage-expected.txt:
63082         * http/tests/security/cross-origin-session-storage-expected.txt:
63083         * http/tests/security/cross-origin-websql-expected.txt:
63084         * http/tests/security/cross-origin-worker-websql-expected.txt:
63085         * http/tests/security/resources/sandboxed-iframe-document-cookie-read-denied.html:
63086         * http/tests/security/same-origin-storage-blocked-expected.txt:
63087         * http/tests/security/same-origin-websql-blocked-expected.txt:
63088         * http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt:
63089         * http/tests/security/storage-blocking-loosened-local-storage-expected.txt:
63090         * http/tests/security/storage-blocking-loosened-websql-expected.txt:
63091         * http/tests/security/storage-blocking-strengthened-local-storage-expected.txt:
63092         * http/tests/security/storage-blocking-strengthened-websql-expected.txt:
63093         * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
63094         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
63095         * http/tests/workers/shared-worker-redirect-expected.txt:
63096         * http/tests/workers/worker-redirect-expected.txt:
63097         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
63098         * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
63099         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
63100         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
63101         * platform/chromium/permissionclient/storage-permission-expected.txt:
63102         * platform/win-wk2/http/tests/inspector-enabled/database-open-expected.txt:
63103
63104 2012-11-19  Yael Aharon  <yael.aharon@intel.com>
63105
63106         Unreviewed gardening after r133898.
63107         Added expected results for animation tests that are now passing.
63108
63109         * platform/efl/TestExpectations:
63110         * platform/efl/animations/3d: Added.
63111         * platform/efl/animations/3d/change-transform-in-end-event-expected.png: Added.
63112         * platform/efl/animations/3d/change-transform-in-end-event-expected.txt: Added.
63113         * platform/efl/animations/3d/matrix-transform-type-animation-expected.png: Added.
63114         * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt: Added.
63115         * platform/efl/animations/3d/state-at-end-event-transform-expected.png: Added.
63116         * platform/efl/animations/3d/state-at-end-event-transform-expected.txt: Added.
63117
63118 2012-11-19  Erik Arvidsson  <arv@chromium.org>
63119
63120         Update DOMException name: URLMismatchError
63121         https://bugs.webkit.org/show_bug.cgi?id=102511
63122
63123         Reviewed by Kentaro Hara.
63124
63125         Updated tests and expectations.
63126
63127         * fast/workers/shared-worker-shared-expected.txt:
63128
63129 2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>
63130
63131         [Qt][WK2] Unreviewed gardening, unskip a now passing test.
63132
63133         * platform/qt-5.0-wk2/TestExpectations:
63134
63135 2012-11-19  Csaba Osztrogonác  <ossy@webkit.org>
63136
63137         [Qt] Unreviewed gardening, skip new failing tests.
63138
63139         * platform/qt-5.0-wk2/TestExpectations:
63140         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed, because it is unnecessary.
63141         * platform/qt/TestExpectations:
63142
63143 2012-11-19  Ilya Tikhonovsky  <loislo@chromium.org>
63144
63145         webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
63146         https://bugs.webkit.org/show_bug.cgi?id=102356
63147
63148         Reviewed by Adam Barth.
63149
63150         A clean-up code was moved from uninitialize to clear method.
63151         AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
63152         m_isStopScheduled filters out second ActiveDOMObject::stop call.
63153         markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
63154         adoptRef was added in createOfflineContext method.
63155         A guard was added into deleteMarkedNodes.
63156
63157         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
63158         * inspector-protocol/nmi-webaudio-leak-test.html: Added.
63159         * platform/chromium-android/TestExpectations:
63160         * platform/efl-wk2/TestExpectations:
63161         * platform/efl/TestExpectations:
63162         * platform/gtk/TestExpectations:
63163         * platform/mac/TestExpectations:
63164         * platform/qt/TestExpectations:
63165         * platform/win/TestExpectations:
63166         * platform/wincairo/TestExpectations:
63167
63168 2012-11-19  Erik Arvidsson  <arv@chromium.org>
63169
63170         Update DOMException name: QuotaExceededError
63171         https://bugs.webkit.org/show_bug.cgi?id=102512
63172
63173         Reviewed by Kentaro Hara.
63174
63175         Updated tests and expectations.
63176
63177         * security/crypto-random-values-limits-expected.txt:
63178         * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt:
63179         * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt:
63180
63181 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63182
63183         Unreviewed gardening.
63184
63185         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
63186
63187 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63188
63189         Unreviewed gardening.
63190
63191         * platform/chromium/TestExpectations:
63192
63193 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63194
63195         Unreviewed, rolling out r135111.
63196         http://trac.webkit.org/changeset/135111
63197         https://bugs.webkit.org/show_bug.cgi?id=102356
63198
63199         The patch caused crashes in several layout tests
63200
63201         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Removed.
63202         * inspector-protocol/nmi-webaudio-leak-test.html: Removed.
63203         * platform/chromium-android/TestExpectations:
63204         * platform/efl-wk2/TestExpectations:
63205         * platform/efl/TestExpectations:
63206         * platform/gtk/TestExpectations:
63207         * platform/mac/TestExpectations:
63208         * platform/qt/TestExpectations:
63209         * platform/win/TestExpectations:
63210         * platform/wincairo/TestExpectations:
63211
63212 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63213
63214         Unreviewed gardening.
63215
63216         * platform/chromium/TestExpectations:
63217
63218 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63219
63220         Unreviewed gardening.
63221
63222         * platform/chromium/TestExpectations:
63223
63224 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63225
63226         Unreviewed gardening.
63227
63228         * platform/chromium/TestExpectations:
63229
63230 2012-11-19  Kentaro Hara  <haraken@chromium.org>
63231
63232         Unreviewed. Rebaselined a text dump.
63233
63234         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
63235
63236 2012-11-19  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
63237
63238         [Qt] Unreviewed gardening.
63239
63240         Update test expectation and skip a new failing test.
63241
63242         * platform/qt-5.0/fast/js/global-constructors-expected.txt:
63243         * platform/qt/TestExpectations:
63244
63245 2012-11-19  Jussi Kukkonen  <jussi.kukkonen@intel.com>
63246
63247         [EFL][WK2] Enable media tests that pass after r135063
63248         https://bugs.webkit.org/show_bug.cgi?id=102657
63249
63250         Unreviewed gardening, these test no longer crash after
63251         https://bugs.webkit.org/show_bug.cgi?id=101428.
63252
63253         * platform/efl-wk2/TestExpectations:
63254
63255 2012-11-19  Zan Dobersek  <zandobersek@gmail.com>
63256
63257         Unreviewed GTK gardening, rebaselining after r135093.
63258
63259         * platform/gtk/fast/js/global-constructors-expected.txt:
63260
63261 2012-11-19  Kent Tamura  <tkent@chromium.org>
63262
63263         input.value="" should clear date/time input elements with partial values
63264         https://bugs.webkit.org/show_bug.cgi?id=102645
63265
63266         Reviewed by Kentaro Hara.
63267
63268         - Add tests for each of date/time input types.
63269         - Add them to TextExpectations for platforms without ENABLE_INPUT_MULTIPLE_FIELDS_UI.
63270
63271         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty-expected.txt: Added.
63272         * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty.html: Added.
63273         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty-expected.txt: Added.
63274         * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty.html: Added.
63275         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty-expected.txt: Added.
63276         * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty.html: Added.
63277         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added.
63278         * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty.html: Added.
63279         * fast/forms/resources/multiple-fields-value-set-empty.js: Added.
63280         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt: Added.
63281         * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html: Added.
63282         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty-expected.txt: Added.
63283         * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty.html: Added.
63284         * platform/chromium-android/TestExpectations:
63285         * platform/efl/TestExpectations:
63286         * platform/gtk/TestExpectations:
63287         * platform/mac/TestExpectations:
63288         * platform/qt/TestExpectations:
63289         * platform/win/TestExpectations:
63290
63291 2012-11-19  Alexei Filippov  <alph@chromium.org>
63292
63293         Web Inspector: refine time and bytes output formatting
63294         https://bugs.webkit.org/show_bug.cgi?id=102265
63295
63296         Reviewed by Yury Semikhatsky.
63297
63298         Add a space between number and unit, otherwise it's hard to read things like 88B.
63299         Reduce a number of decimal digits in KB and MB formats. 1023.45KB seems to be too detailed.
63300
63301         * inspector/audits/audits-panel-functional-expected.txt:
63302         * inspector/audits/audits-panel-noimages-functional-expected.txt:
63303
63304 2012-11-19  Christophe Dumez  <christophe.dumez@intel.com>
63305
63306         [EFL] Update expectation for fast/js/global-constructors.html after r135093
63307         https://bugs.webkit.org/show_bug.cgi?id=102653
63308
63309         Unreviewed EFL gardening.
63310
63311         Update EFL baseline for fast/js/global-constructors.html after r135093.
63312
63313         * platform/efl/fast/js/global-constructors-expected.txt: Added.
63314
63315 2012-11-18  Keishi Hattori  <keishi@webkit.org>
63316
63317         [Chromium] Add tests for week suggestion picker
63318         https://bugs.webkit.org/show_bug.cgi?id=102039
63319
63320         Reviewed by Kent Tamura.
63321
63322         Adding tests for datalist UI for <input type=week>.
63323
63324         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added.
63325         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added.
63326         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
63327         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
63328         * platform/chromium/TestExpectations:
63329         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.txt: Added.
63330         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.txt: Added.
63331         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl.html: Added.
63332         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
63333         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar.html: Added.
63334         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance.html: Added.
63335         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added.
63336         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html: Added.
63337         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute-expected.txt: Added.
63338         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html: Added.
63339         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations-expected.txt: Added.
63340         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html: Added.
63341         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt: Added.
63342         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html: Added.
63343         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute-expected.txt: Added.
63344         * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html: Added.
63345
63346 2012-11-18  Christophe Dumez  <christophe.dumez@intel.com>
63347
63348         [EFL][WK2] Skip networkinformation tests wrongly unskipped in r135096
63349         https://bugs.webkit.org/show_bug.cgi?id=102650
63350
63351         Unreviewed EFL gardening.
63352
63353         Skip again for EFL Debug bots several networkinformation tests
63354         that were wrongly unskipped in r135096 as they still hit an
63355         assertion.
63356
63357         * platform/efl-wk2/TestExpectations:
63358
63359 2012-11-18  Ilya Tikhonovsky  <loislo@chromium.org>
63360
63361         Unreviewed: add missed test files for r135111.
63362
63363         * inspector-protocol/resources/audio-context.html: Added.
63364         * inspector-protocol/resources/blank.html: Added.
63365
63366 2012-11-16  Ilya Tikhonovsky  <loislo@chromium.org>
63367
63368         webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data.
63369         https://bugs.webkit.org/show_bug.cgi?id=102356
63370
63371         Reviewed by Adam Barth.
63372
63373         A clean-up code was moved from uninitialize to clear method.
63374         AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear.
63375         m_isStopScheduled filters out second ActiveDOMObject::stop call.
63376         markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread.
63377         adoptRef was added in createOfflineContext method.
63378
63379         * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added.
63380         * inspector-protocol/nmi-webaudio-leak-test.html: Added.
63381
63382 2012-11-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>
63383
63384         min/max/step support for calendar picker on datetime/datetime-local
63385         https://bugs.webkit.org/show_bug.cgi?id=102628
63386
63387         Reviewed by Kent Tamura.
63388
63389         Verify that calendar picker has correct available dates when
63390         min/max/step attributes are set in datetime input.
63391
63392         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt: Added.
63393         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html: Added.
63394
63395 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63396
63397         Unreviewed. Rebaselined images.
63398
63399         * platform/chromium-linux-x86/fast/block/float/overhanging-tall-block-expected.txt: Added.
63400         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Added.
63401         * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Added.
63402         * platform/chromium-mac-lion/fast/block/float/overhanging-tall-block-expected.txt: Added.
63403         * platform/chromium-mac-snowleopard/fast/block/float/overhanging-tall-block-expected.txt: Added.
63404         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Added.
63405         * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.txt: Added.
63406         * platform/efl-wk1/fast/block/float/overhanging-tall-block-expected.png: Renamed from LayoutTests/platform/efl/fast/block/float/overhanging-tall-block-expected.png.
63407
63408 2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>
63409
63410         Chromium rebaseline after r135093.
63411
63412         * platform/chromium-linux/inspector: Added.
63413         * platform/chromium-linux/inspector/console: Added.
63414         * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Added.
63415
63416 2012-11-18  KwangYong Choi  <ky0.choi@samsung.com>
63417
63418         [EFL] Gardening, unskip passing tests
63419         https://bugs.webkit.org/show_bug.cgi?id=102460
63420
63421         Unreviewed EFL gardening.
63422
63423         The tests marked Crash by r132469 are passing now.
63424
63425         fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html,
63426         networkinformation/basic-all-types-of-events.html, networkinformation/updates.html,
63427         networkinformation/add-listener-from-callback.html, networkinformation/basic-operation.html
63428
63429         * platform/efl-wk2/TestExpectations:
63430
63431 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63432
63433         Unreviewed. Removed a duplicated entry.
63434
63435         * platform/chromium/TestExpectations:
63436
63437 2012-11-18  Ryosuke Niwa  <rniwa@webkit.org>
63438
63439         Make namedItem return a node list only in HTMLFormControlsCollection and HTMLOptionsCollection
63440         https://bugs.webkit.org/show_bug.cgi?id=101311
63441
63442         Reviewed by Darin Adler.
63443
63444         Added a regression test to ensure form.elements and select.options use correct interfaces,
63445         and named getter for those two properties return a NodeList when there are multiple matches.
63446
63447         Also added appropriate IDL options to HTMLOptionsCollection.idl.
63448
63449         * fast/dom/collection-nameditem-move-between-documents-expected.txt: Rebaselined since namedItem
63450         now correctly returns null when there is no match. This test result demonstrates a bug that
63451         HTMLAllCollection doesn't inherit from HTMLCollection.
63452         * fast/dom/collection-nameditem-move-between-documents.html: Ditto.
63453         * fast/dom/dom-constructors-expected.txt: Rebaselined.
63454         * fast/dom/html-collections-named-getter-expected.txt: Added.
63455         * fast/dom/html-collections-named-getter.html: Added.
63456         * fast/dom/wrapper-classes-expected.txt: Rebaselined. Since we're exposing HTMLOptionsCollection
63457         on the window object, the constructor property of an instance of HTMLOptionsCollection object
63458         shows up as a function. We should update the test to support this behavior in the future.
63459         * inspector/console/console-format-collections-expected.txt: Rebaselined.
63460         * platform/chromium/fast/dom/gc-9-expected.txt: Rebaselined since a test case for
63461         HTMLOptionsCollection now passes.
63462
63463 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63464
63465         Unreviewed.
63466         r135025 marked a couple of tests as SKIP in Mac.
63467         This patch marks the tests as SKIP in Chormium.
63468
63469         * platform/chromium/TestExpectations:
63470
63471 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63472
63473         Unreviewed. Marked platform/chromium/virtual/deferred/fast/images/webgl-teximage2d.html as TIMEOUT.
63474
63475         * platform/chromium/TestExpectations:
63476
63477 2012-11-18  Kentaro Hara  <haraken@chromium.org>
63478
63479         Unreviewed. Marked fast/images/webgl-teximage2d.html as TIMEOUT.
63480
63481         * platform/chromium/TestExpectations:
63482
63483 2012-11-18  Simon Fraser  <simon.fraser@apple.com>
63484
63485         Rebaselines.
63486
63487         * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
63488         * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
63489         * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
63490
63491 2012-11-18  Antti Koivisto  <antti@apple.com>
63492
63493         REGRESSION(r129644): User StyleSheet not applying
63494         https://bugs.webkit.org/show_bug.cgi?id=102110
63495
63496         Reviewed by Andreas Kling.
63497
63498         * inspector/timeline/timeline-script-tag-1-expected.txt:
63499         
63500             Update the test result. The style invalidation log is slightly different.
63501
63502         * userscripts/user-stylesheet-invalidate-expected.txt: Added.
63503         * userscripts/user-stylesheet-invalidate.html: Added.
63504
63505 2012-11-17  Adam Barth  <abarth@webkit.org>
63506
63507         REGRESSION (r133633): ASSERTION FAILED: m_wrapper || !m_jsFunction
63508         https://bugs.webkit.org/show_bug.cgi?id=101428
63509
63510         Reviewed by Geoffrey Garen.
63511
63512         Add two calls to gc() to make an ASSERT trigger on every run. One call
63513         to gc() does not appear to be sufficient for reasons I don't fully
63514         understand.
63515
63516         * media/media-continues-playing-after-replace-source.html:
63517
63518 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
63519
63520         Simplify bounds computation for the RenderView's layer
63521         https://bugs.webkit.org/show_bug.cgi?id=102597
63522
63523         Reviewed by Anders Carlsson.
63524
63525         Progressions as a result of this change:
63526
63527         * compositing/layer-creation/fixed-position-out-of-view-expected.txt: The height
63528         is now the page height, since the page is scrollable.
63529         * compositing/tiling/tile-cache-zoomed-expected.txt: The main layer now is not
63530         affected by the page scale transform.
63531         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Ditto.
63532
63533 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
63534
63535         Rebaseline three tests affected by the dumping of tile grid extent.
63536
63537         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
63538         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
63539         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
63540
63541 2012-11-17  Simon Fraser  <simon.fraser@apple.com>
63542
63543         Dump the tile cache extent in layout tests
63544         https://bugs.webkit.org/show_bug.cgi?id=102600
63545
63546         Reviewed by Anders Carlsson.
63547
63548         New results which contain tile cache extents.
63549
63550         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
63551         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
63552         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
63553         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt:
63554         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
63555         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
63556
63557 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
63558
63559         Unreviewed GTK gardening. Fixing a test that's failing due to changes
63560         made in r134949 and wasn't updated yet.
63561
63562         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
63563         * http/tests/websocket/tests/hybi/workers/resources/close.js:
63564
63565 2012-11-17  Li Yin  <li.yin@intel.com>
63566
63567         biquadfilternode-basic.html test should cover default value of frequency, Q and gain.
63568         https://bugs.webkit.org/show_bug.cgi?id=102305
63569
63570         Reviewed by Chris Rogers.
63571
63572         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#BiquadFilterNode
63573         The default values of frequency, Q and gain are clearly specified, we should
63574         have related sub test to over them.
63575
63576         * webaudio/biquadfilternode-basic-expected.txt:
63577         * webaudio/biquadfilternode-basic.html:
63578
63579 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
63580
63581         Unreviewed GTK gardening.
63582
63583         * platform/gtk/TestExpectations:
63584
63585 2012-11-17  Zan Dobersek  <zandobersek@gmail.com>
63586
63587         Unreviewed gardening. Fixing a test that's failing since r134859.
63588
63589         * http/tests/websocket/tests/hybi/workers/close-expected.txt:
63590         * http/tests/websocket/tests/hybi/workers/resources/close.js:
63591         (runInvalidStringTest):
63592
63593 2012-11-17  Mike West  <mkwst@chromium.org>
63594
63595         Web Inspector: http/tests/inspector/stacktraces/* are flakey in JSC
63596         https://bugs.webkit.org/show_bug.cgi?id=102380
63597
63598         Reviewed by Yury Semikhatsky.
63599
63600         The inspector stacktrace tests are quite flakey at the moment under JSC.
63601         This patch drops detail out of the test that a) isn't relevent to what's
63602         being tested, and b) varies under JSC for no discernable reason. A side
63603         benifit of this change is that we can drop most platform-specific test
63604         results, as we're now only looking at data that JSC and V8 agree upon.
63605
63606         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
63607         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
63608         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt:
63609         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt:
63610             Reset tests based on the new level of detail.
63611         * http/tests/inspector/stacktraces/resources/stacktrace-test.js:
63612         (test.addMessage):
63613         (test):
63614             Limit the detail of the output to the top frame of the stack, and
63615             drop the column number (which was always 0 in JSC).
63616         * platform/chromium/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Removed.
63617         * platform/chromium/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Removed.
63618         * platform/chromium/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Removed.
63619             Dropping these platform-specific tests, as this patch limits the test
63620             output detail to a subset that V8 and JSC agree upon.
63621         * platform/chromium/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
63622             Can't drop this one, sadly.
63623
63624 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
63625
63626         Rebaseline.
63627
63628         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
63629         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
63630         * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
63631
63632 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
63633
63634         Rebaseline some editing tests.
63635
63636         * platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Removed.
63637         * platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Removed.
63638         * platform/mac/TestExpectations:
63639         * platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
63640         * platform/mac/editing/selection/iframe-expected.txt:
63641         * platform/mac/editing/selection/inline-table-expected.txt:
63642         * platform/mac/editing/selection/table-caret-3-expected.txt:
63643
63644 2012-11-16  David Grogan  <dgrogan@chromium.org>
63645
63646         IndexedDB: setVersion excision batch 10
63647         https://bugs.webkit.org/show_bug.cgi?id=102565
63648
63649         Reviewed by Tony Chang.
63650
63651         * storage/indexeddb/mozilla/resources/versionchange.js: Removed.
63652           Very similar to a lot of our other tests.
63653
63654         * storage/indexeddb/resources/set_version_queue.js: Removed.
63655           Tests 4 already-open connections calling setVersion, no longer
63656           applicable. Though something similar will be set up when we
63657           implement 4.1.3#Note2:
63658           if two databases with the same name and origin, but with different
63659           versions, are being opened at the same time, the one with the highest
63660           version will attempt to be opened first.
63661
63662         * storage/indexeddb/resources/setversion-blocks-open.js: Removed.
63663           Tests the same thing as version-change-exclusive, even though
63664           version-change-exclusive's description had been inaccurate.
63665
63666         * storage/indexeddb/resources/setversion-blocks-setversion.js: Removed.
63667           Behavior under test is no longer possible. (multiple setVersion
63668           calls from same connection.)
63669
63670         * storage/indexeddb/resources/shared.js:
63671         (indexedDBTest):
63672         Added another optional parameter for version-change-exclusive.
63673
63674         * storage/indexeddb/resources/three-setversion-calls.js: Removed.
63675           Behavior under test is no longer possible. (multiple setVersion
63676           calls from same connection.)
63677
63678         * storage/indexeddb/resources/two-version-changes.js: Removed.
63679           Behavior under test is no longer possible. (multiple setVersion
63680           calls from same connection.)
63681
63682         * storage/indexeddb/resources/version-change-abort.js:
63683           Straightforward conversion.
63684
63685         * storage/indexeddb/resources/version-change-exclusive.js:
63686           The previous description didn't accurately describe the test.
63687
63688         --Corresponding .html and -expected files also removed.
63689
63690 2012-11-16  Joshua Bell  <jsbell@chromium.org>
63691
63692         IndexedDB: Assert hit when getting non-existent object store in version change transaction
63693         https://bugs.webkit.org/show_bug.cgi?id=102547
63694
63695         Reviewed by Tony Chang.
63696
63697         Regression test - make sure that .objectStore() and .index() fail on unknown names
63698         in "versionchange" transactions.
63699
63700         * storage/indexeddb/object-lookups-in-versionchange-expected.txt: Added.
63701         * storage/indexeddb/object-lookups-in-versionchange.html: Added.
63702
63703 2012-11-16  Simon Fraser  <simon.fraser@apple.com>
63704
63705         Eliminate ancestor tree walk computing outlineBoundsForRepaint() when updating layer positions
63706         https://bugs.webkit.org/show_bug.cgi?id=101874
63707
63708         Reviewed by Dave Hyatt.
63709
63710         In debug, skip tests that assert because of LayoutUnit truncation.
63711
63712         * platform/mac/TestExpectations:
63713
63714 2012-11-16  Alec Flett  <alecflett@chromium.org>
63715
63716         Add tests for explicit serialization values
63717         https://bugs.webkit.org/show_bug.cgi?id=96818
63718
63719         Reviewed by Adam Barth.
63720
63721         Make sure SerializedScriptValues are backward compatible with future changes.
63722
63723         * platform/chromium/fast/storage/serialized-script-value.html: Added.
63724         * platform/chromium/fast/storage/serialized-script-value.txt: Added.
63725
63726 2012-11-16  David Grogan  <dgrogan@chromium.org>
63727
63728         IndexedDB: setVersion excision batch 9
63729         https://bugs.webkit.org/show_bug.cgi?id=102455
63730
63731         Reviewed by Tony Chang.
63732
63733         * storage/indexeddb/persistence-expected.txt:
63734         * storage/indexeddb/resources/persistence.js:
63735         (prepareDatabase):
63736         Little awkwardness to get the initial version number to be 0 (actually,
63737         because of a bug it's "") so that first() will trigger a
63738         versionchange.
63739         (first):
63740
63741         * storage/indexeddb/resources/set_version_blocked.js:
63742           Small "blocked" test. It's probably redundant due to our crazier
63743           tests, but it is nice to have a succinct test that checks one thing.
63744
63745         * storage/indexeddb/resources/shared.js:
63746         (unexpectedBlockedCallback):
63747         * storage/indexeddb/resources/transaction-basics.js:
63748           This test is a mess, obviously written near the dawn of IDB when no
63749           one knew how to write an effective test for it. In the interests of
63750           preventing the diff from exploding I didn't take all the
63751           clarification opportunities that were there.
63752
63753         * storage/indexeddb/resources/transaction-error.js:
63754         * storage/indexeddb/set_version_blocked-expected.txt:
63755         * storage/indexeddb/transaction-basics-expected.txt:
63756         * storage/indexeddb/transaction-error-expected.txt:
63757
63758 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63759
63760         [Chromium] Removed unnecessary expectation.
63761
63762         * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Removed.
63763
63764 2012-11-16  Pablo Flouret  <pablof@motorola.com>
63765
63766         [JSC] Don't sanitize window.onerror information on crossorigin-enabled scripts
63767         https://bugs.webkit.org/show_bug.cgi?id=70574
63768
63769         Reviewed by Geoffrey Garen.
63770
63771         * http/tests/security/resources/cors-script.php:
63772         * http/tests/security/script-crossorigin-onerror-information-expected.txt: Added.
63773         * http/tests/security/script-crossorigin-onerror-information.html: Added.
63774         * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized-expected.txt: Added.
63775         * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized.html: Added.
63776
63777         * platform/chromium/TestExpectations:
63778             This patch only deals with JSC right now, skip the new tests.
63779
63780 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63781
63782         [Chromium] Remaining bits of Win7 rebaselines.
63783
63784 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63785
63786         [Chromium] Massive rebaseline after Win7 came back up.
63787
63788 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63789
63790         Unreviewed, rolling out r134986.
63791         http://trac.webkit.org/changeset/134986
63792         https://bugs.webkit.org/show_bug.cgi?id=102110
63793
63794         Triggered ASSERT in fast/frames/seamless/seamless-inherited-
63795         origin.html.
63796
63797         * userscripts/user-stylesheet-invalidate-expected.txt: Removed.
63798         * userscripts/user-stylesheet-invalidate.html: Removed.
63799
63800 2012-11-16  Antti Koivisto  <antti@apple.com>
63801
63802         REGRESSION(r129644): User StyleSheet not applying
63803         https://bugs.webkit.org/show_bug.cgi?id=102110
63804
63805         Reviewed by Andreas Kling.
63806
63807         * userscripts/user-stylesheet-invalidate-expected.txt: Added.
63808         * userscripts/user-stylesheet-invalidate.html: Added.
63809
63810 2012-11-15  Brent Fulgham  <bfulgham@webkit.org>
63811
63812         [WinCairo] Sync with Windows test expectations.
63813
63814         * platform/wincairo/TestExpectations: Update to match Windows.
63815
63816 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63817
63818         [Chromium] adjusting expectations for checkerboard.html
63819
63820 2012-11-16  Li Yin  <li.yin@intel.com>
63821
63822         audiopannernode-basic.html should cover default value of attribute.
63823         https://bugs.webkit.org/show_bug.cgi?id=102332
63824
63825         Reviewed by Chris Rogers.
63826
63827         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#PannerNode
63828         Currently almost all attributes of PannerNode are specified default value clearly,
63829         the test should cover them.
63830
63831         * webaudio/audiopannernode-basic-expected.txt:
63832         * webaudio/audiopannernode-basic.html:
63833
63834 2012-11-16  Tommy Widenflycht  <tommyw@google.com>
63835
63836         [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
63837         https://bugs.webkit.org/show_bug.cgi?id=102386
63838
63839         Reviewed by Adam Barth.
63840
63841         * fast/mediastream/RTCPeerConnection-datachannel.html:
63842         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
63843
63844 2012-11-16  Robert Flack  <flackr@chromium.org>
63845
63846         Handle gesture events on scrollbars.
63847         https://bugs.webkit.org/show_bug.cgi?id=101516
63848
63849         Reviewed by Antonio Gomes.
63850
63851         Adds a gesture event handler to scrollbars and sends gestures beginning
63852         over a scrollbar to this handler to allow touch scrolling scrollbars.
63853
63854         * fast/events/touch/gesture/gesture-scrollbar-expected.txt: Added.
63855         * fast/events/touch/gesture/gesture-scrollbar.html: Added.
63856
63857 2012-11-16  Dimitri Glazkov  <dglazkov@chromium.org>
63858
63859         [Chromium] Removed incorrect baseline.
63860
63861         * platform/chromium-mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed.
63862
63863 2012-11-16  Erik Arvidsson  <arv@chromium.org>
63864
63865         Update DOMException name: TypeMismatchError
63866         https://bugs.webkit.org/show_bug.cgi?id=102418
63867
63868         Reviewed by Kentaro Hara.
63869
63870         Updated tests and expectations.
63871
63872         * editing/selection/extend-expected.txt:
63873         * fast/dom/Element/attr-param-typechecking-expected.txt:
63874         * fast/dom/Geolocation/argument-types-expected.txt:
63875         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
63876         * fast/dom/Geolocation/script-tests/argument-types.js:
63877         (test):
63878         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
63879         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
63880         * fast/js/select-options-add-expected.txt:
63881         * fast/mediastream/RTCIceCandidate-expected.txt:
63882         * fast/mediastream/RTCPeerConnection-expected.txt:
63883         * fast/mediastream/RTCSessionDescription-expected.txt:
63884         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
63885         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
63886         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
63887         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
63888         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
63889         * security/crypto-random-values-types-expected.txt:
63890         * svg/dom/SVGTransformList-expected.txt:
63891
63892 2012-11-16  Erik Arvidsson  <arv@chromium.org>
63893
63894         Update DOMException name: InvalidAccessError
63895         https://bugs.webkit.org/show_bug.cgi?id=102400
63896
63897         Reviewed by Kentaro Hara.
63898
63899         Updated tests and expectations.
63900
63901         * editing/undomanager/undomanager-reenter-expected.txt:
63902         * editing/undomanager/undomanager-reenter.html:
63903         * editing/undomanager/undoscopehost-use-after-free-expected.txt:
63904         * editing/undomanager/undoscopehost-use-after-free.html:
63905         * fast/css/CSSPrimitiveValue-exceptions-expected.txt:
63906         * fast/css/getFloatValueForUnit-expected.txt:
63907         * fast/css/getFloatValueForUnit.html:
63908         * fast/css/resources/CSSPrimitiveValue-exceptions.js:
63909         * fast/dom/XMLSerializer-doctype2-expected.txt:
63910         * fast/dom/XMLSerializer-doctype2.html:
63911         * fast/dom/setPrimitiveValue-exceptions-expected.txt:
63912         * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
63913         * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
63914         * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
63915         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
63916         * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
63917         * http/tests/websocket/tests/hybi/close-expected.txt:
63918         * http/tests/websocket/tests/hybi/close.html:
63919         * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
63920         * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
63921         * webintents/web-intents-api-expected.txt:
63922         * webintents/web-intents-api.html:
63923
63924 2012-11-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
63925
63926         [EFL] Gardening failure cases on EFL build bots
63927         https://bugs.webkit.org/show_bug.cgi?id=102496
63928
63929         Unreviewed EFL gardening.
63930
63931         * platform/efl-wk1/fast/media/mq-js-media-except-02-expected.png: Removed.
63932         * platform/efl-wk1/fast/media/mq-js-media-except-03-expected.png: Removed.
63933         * platform/efl-wk2/TestExpectations:
63934         * platform/efl/TestExpectations:
63935         * platform/efl/fast/media/mq-js-media-except-02-expected.png: Added.
63936         * platform/efl/fast/media/mq-js-media-except-02-expected.txt: Added.
63937         * platform/efl/fast/media/mq-js-media-except-03-expected.png: Added.
63938         * platform/efl/fast/media/mq-js-media-except-03-expected.txt: Added.
63939
63940 2012-11-16  Zan Dobersek  <zandobersek@gmail.com>
63941
63942         Unreviewed GTK gardening, rebaselining after r134859.
63943
63944         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Added.
63945         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Added.
63946
63947 2012-11-16  Shinya Kawanaka  <shinyak@chromium.org>
63948
63949         Changing pseudoClass (:indeterminate) should cause distribution
63950         https://bugs.webkit.org/show_bug.cgi?id=101903
63951
63952         Reviewed by Dimitri Glazkov.
63953
63954         I've used "-webkit-appearance: none" for progress element because of Bug 102459.
63955         It prevents from testing progress element on Windows.
63956
63957         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
63958         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
63959         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
63960         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.
63961
63962 2012-11-16  Mike West  <mkwst@chromium.org>
63963
63964         [chromium] Unreviewed gardening.
63965
63966         http/tests/security/sandboxed-iframe-form-top.html is leaking state into
63967         the next test, and should have been skipped for Chromium as well as mac
63968         in r134789. This patch remedies that oversight.
63969
63970         * platform/chromium/TestExpectations:
63971
63972 2012-11-16  Yury Semikhatsky  <yurys@chromium.org>
63973
63974         Web Inspector: don't show an Error when evaluating a watch expression results in an exception
63975         https://bugs.webkit.org/show_bug.cgi?id=102470
63976
63977         Reviewed by Vsevolod Vlasov.
63978
63979         Check that watch expression has value "<not available>" in case of exception
63980         during its evaluation instead of a special style class tha has been removed.
63981
63982         * inspector/debugger/error-in-watch-expressions.html:
63983
63984 2012-11-16  Elliott Sprehn  <esprehn@chromium.org>
63985
63986         REGRESSION (r134774-r134779): fast/frames/detached-shadow-frame.html failing on Apple Win 7 Release (Tests)
63987         https://bugs.webkit.org/show_bug.cgi?id=102433
63988
63989         Reviewed by Dimitri Glazkov.
63990
63991         Need to include the Shadow DOM polyfill.js since not all ports
63992         web expose the WebkitShadowRoot constructor.
63993
63994         * fast/frames/detached-shadow-frame.html:
63995
63996 2012-11-16  Csaba Osztrogonác  <ossy@webkit.org>
63997
63998         [Qt] Unreviewed gardening.
63999
64000         * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Updated after r134859.
64001         * platform/qt/TestExpectations: Skip fast/frames/detached-shadow-frame.html, because ENABLE(SHADOW_DOM) is disabled.
64002         * platform/qt/fast/media/mq-js-media-except-02-expected.txt: Updated after r134859.
64003         * platform/qt/fast/media/mq-js-media-except-03-expected.txt: Updated after r134859.
64004         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Revert r134754, because r134649 was reverted.
64005         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Revert r134754, because r134649 was reverted.
64006         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Revert r134754, because r134649 was reverted.
64007
64008 2012-11-16  Kentaro Hara  <haraken@chromium.org>
64009
64010         Unreviewed. Rebaselined pixel results.
64011
64012         * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Removed.
64013
64014 2012-11-16  János Badics  <jbadics@inf.u-szeged.hu>
64015
64016         [Qt][WK1] Gardening after r134816. Skipped a newly added failing test.
64017         https://bugs.webkit.org/show_bug.cgi?id=102471
64018
64019         Reviewed by Csaba Osztrogonác.
64020
64021         * platform/qt-5.0-wk1/TestExpectations:
64022
64023 2012-11-16  Peter Rybin  <prybin@chromium.org>
64024
64025         Web Inspector: show internal properties in inspector frontend
64026         https://bugs.webkit.org/show_bug.cgi?id=100021
64027
64028         Reviewed by Yury Semikhatsky.
64029
64030         A new test is added. InspectorTest.dumpObjectPropertySectionDeep function is added.
64031
64032         * http/tests/inspector/elements-test.js:
64033         (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep):
64034         (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep.dumpTreeElement):
64035         * inspector/debugger/properties-special-expected.txt: Added.
64036         * inspector/debugger/properties-special.html: Added.
64037         * platform/chromium/inspector/debugger/properties-special-expected.txt: Added.
64038
64039 2012-11-16  Sheriff Bot  <webkit.review.bot@gmail.com>
64040
64041         Unreviewed, rolling out r134865.
64042         http://trac.webkit.org/changeset/134865
64043         https://bugs.webkit.org/show_bug.cgi?id=102466
64044
64045         Broke the Apple Windows Debug build. (Requested by dydx on
64046         #webkit).
64047
64048         * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
64049         * platform/chromium/fast/storage/serialized-script-value.html: Removed.
64050
64051 2012-11-16  Takashi Sakamoto  <tasak@google.com>
64052
64053         ASSERT_NOT_REACHED() when building a CSSOM wrapper for StyleRuleHost
64054         https://bugs.webkit.org/show_bug.cgi?id=102116
64055
64056         Reviewed by Alexander Pavlov.
64057
64058         * fast/css/at-host-cssom-crash-expected.txt: Added.
64059         * fast/css/at-host-cssom-crash.html: Added.
64060         * inspector/styles/styles-include-host-rules-crash-expected.txt: Added.
64061         * inspector/styles/styles-include-host-rules-crash.html: Added.
64062
64063 2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>
64064
64065         Unreviewed test update.
64066
64067         * fast/text/international/combining-marks-position.html:
64068         Ignore a slight diff of widths between the reference and target.
64069
64070 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64071
64072         Unreviewed. Rebaselined pixel results.
64073
64074         * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Added.
64075
64076 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64077
64078         Unreviewed. Marked fast/images/webgl-teximage2d.html as Slow.
64079
64080         * platform/chromium/TestExpectations:
64081
64082 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64083
64084         Unreviewed. Rebaselined images.
64085
64086         * platform/chromium-linux/compositing/checkerboard-expected.png:
64087         * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Added.
64088         * platform/chromium-win/compositing/checkerboard-expected.png:
64089
64090 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64091
64092         Unreviewed. Marked fast/forms/validation-message-appearance.html as flaky.
64093
64094         * platform/chromium/TestExpectations:
64095
64096 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64097
64098         Unreviewed. Rebaselined images.
64099
64100         * fast/media/mq-js-media-except-02-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-02-expected.txt.
64101         * fast/media/mq-js-media-except-03-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-03-expected.txt.
64102         * platform/chromium-mac-lion/fast/media/mq-js-media-except-02-expected.png:
64103         * platform/chromium-mac-lion/fast/media/mq-js-media-except-03-expected.png:
64104         * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-02-expected.png:
64105         * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-03-expected.png:
64106         * platform/chromium-mac/fast/media/mq-js-media-except-02-expected.png:
64107         * 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.
64108         * platform/chromium-mac/fast/media/mq-js-media-except-03-expected.png:
64109         * 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.
64110         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.png:
64111         * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Added.
64112         * platform/chromium-win-xp/fast/media/mq-js-media-except-02-expected.png: Added.
64113         * platform/chromium-win-xp/fast/media/mq-js-media-except-03-expected.png: Added.
64114         * 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.
64115         * 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.
64116         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Removed.
64117         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Removed.
64118
64119 2012-11-15  Kentaro Hara  <haraken@chromium.org>
64120
64121         Unreviewed. Rebaselined images.
64122
64123         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
64124         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
64125
64126 2012-11-15  Kent Tamura  <tkent@chromium.org>
64127
64128         fast/forms/select/select-state-restore.html is flaky.
64129         https://bugs.webkit.org/show_bug.cgi?id=90207
64130
64131         Reviewed by Hajime Morita.
64132
64133         * fast/forms/select/select-state-restore.html:
64134         It was possible that we started the test before loading
64135         js-test-post.js. It means we might miss calling waitUntilDone.
64136         * platform/chromium/TestExpectations:
64137
64138 2012-11-15  Kent Tamura  <tkent@chromium.org>
64139
64140         [Chromium] Rebaseline for recent calendar picker and suggestion picker changes
64141
64142         * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64143         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64144         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64145         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64146         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
64147         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64148         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
64149         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64150         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64151         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64152         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
64153         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
64154         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
64155         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64156         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
64157         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64158         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64159         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64160         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
64161         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
64162         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
64163         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64164         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
64165         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
64166         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
64167         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
64168         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
64169         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png:
64170         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png:
64171         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png:
64172         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64173         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64174         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64175         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
64176         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
64177         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added.
64178         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
64179         * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
64180         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
64181         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
64182         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
64183         * platform/chromium/TestExpectations:
64184
64185 2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>
64186
64187         [EFL] Update TestExpectations for fast/forms/zoomed-controls.html
64188         https://bugs.webkit.org/show_bug.cgi?id=102369
64189
64190         Unreviewed. Pixel test of fast/forms/zoomed-controls.html is failing
64191         introduced by r134698. Mark this test Missing and remove wrong expectation.
64192
64193         * platform/efl/TestExpectations:
64194         * platform/efl/fast/forms/zoomed-controls-expected.png: Removed.
64195
64196 2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>
64197
64198         Chaging pseudoClass (:enabled) should cause distribution
64199         https://bugs.webkit.org/show_bug.cgi?id=101900
64200
64201         Reviewed by Dimitri Glazkov.
64202
64203         Currently :enabled matches an anchor/area/link element yet. I marked these tests as Failure.
64204
64205         * fast/dom/shadow/pseudoclass-update-enabled-anchor-expected.html: Added.
64206         * fast/dom/shadow/pseudoclass-update-enabled-anchor.html: Added.
64207         * fast/dom/shadow/pseudoclass-update-enabled-area-expected.html: Added.
64208         * fast/dom/shadow/pseudoclass-update-enabled-area.html: Added.
64209         * fast/dom/shadow/pseudoclass-update-enabled-button-expected.html: Added.
64210         * fast/dom/shadow/pseudoclass-update-enabled-button.html: Added.
64211         * fast/dom/shadow/pseudoclass-update-enabled-fieldset-expected.html: Added.
64212         * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html: Added.
64213         * fast/dom/shadow/pseudoclass-update-enabled-input-expected.html: Added.
64214         * fast/dom/shadow/pseudoclass-update-enabled-input.html: Added.
64215         * fast/dom/shadow/pseudoclass-update-enabled-optgroup-expected.txt: Added.
64216         * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html: Added.
64217         * fast/dom/shadow/pseudoclass-update-enabled-option-expected.txt: Added.
64218         * fast/dom/shadow/pseudoclass-update-enabled-option.html: Added.
64219         * fast/dom/shadow/pseudoclass-update-enabled-select-expected.html: Added.
64220         * fast/dom/shadow/pseudoclass-update-enabled-select.html: Added.
64221         * fast/dom/shadow/pseudoclass-update-enabled-textarea-expected.html: Added.
64222         * fast/dom/shadow/pseudoclass-update-enabled-textarea.html: Added.
64223         * platform/chromium/TestExpectations:
64224         * platform/efl/TestExpectations:
64225
64226 2012-11-15  Erik Arvidsson  <arv@chromium.org>
64227
64228         Update DOMException name: NamespaceError
64229         https://bugs.webkit.org/show_bug.cgi?id=102395
64230
64231         Reviewed by Kentaro Hara.
64232
64233         Updated tests and expectations.
64234
64235         * fast/dom/EntityReference/readonly-exceptions-expected.txt:
64236         * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt:
64237         * fast/dom/node-prefix-setter-namespace-exception-expected.txt:
64238         * fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js:
64239         * fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt:
64240         * fast/xpath/attr-namespace-expected.txt:
64241         * fast/xpath/py-dom-xpath/nodetests-expected.txt:
64242
64243 2012-11-15  Rick Byers  <rbyers@chromium.org>
64244
64245         custom CSS cursors ignore hotspot values embedded in CUR files
64246         https://bugs.webkit.org/show_bug.cgi?id=100059
64247
64248         Reviewed by Kenneth Russell.
64249
64250         Add mouse cursor test cases that use CUR files that have embedded hotspot values.
64251
64252         * fast/events/mouse-cursor-expected.txt:
64253         * fast/events/mouse-cursor-multiframecur-expected.txt: Added.
64254         * fast/events/mouse-cursor-multiframecur.html: Copied from LayoutTests/fast/events/mouse-cursor.html.
64255         * fast/events/mouse-cursor.html:
64256         * fast/events/resources/greenbox-3frames.cur: Added.
64257         * fast/events/resources/greenbox-hotspot35-4.cur: Added.
64258         * fast/events/resources/greenbox-hotspot5-4.cur: Added.
64259         * platform/mac/TestExpectations: Skip the multi-frame case on mac because it causes a hang
64260
64261 2012-11-15  Kenichi Ishibashi  <bashi@chromium.org>
64262
64263         Use complex path for the reference text in fast/text/international/combining-marks-position.html
64264         https://bugs.webkit.org/show_bug.cgi?id=101009
64265
64266         Reviewed by Kent Tamura.
64267
64268         Arial has a kerning pair for U+043A U+0430 so the width of the text can be
64269         different between simple path and complex path. Use text-rendering: optimizeLegibility
64270         to force using complex text for reference text.
64271
64272         * fast/text/international/combining-marks-position.html:
64273
64274 2012-11-15  Roger Fong  <roger_fong@apple.com>
64275
64276         Unreviewed. Skipped media/video-src-blob.html on Windows.
64277         Blob not enabled on Windows.
64278
64279         * platform/win/TestExpectations:
64280
64281 2012-11-15  David Grogan  <dgrogan@chromium.org>
64282
64283         IndexedDB: setVersion batch 8
64284         https://bugs.webkit.org/show_bug.cgi?id=102434
64285
64286         Reviewed by Tony Chang.
64287
64288         2 lines were added to intversion-bad-parameters to capture the tests
64289         that were in the now-deleted setVersion-{null,undefined}.
64290
64291         * storage/indexeddb/intversion-bad-parameters-expected.txt:
64292         * storage/indexeddb/key-generator-expected.txt:
64293         * storage/indexeddb/open-during-transaction-expected.txt:
64294         * storage/indexeddb/readonly-properties-expected.txt:
64295         * storage/indexeddb/resources/intversion-bad-parameters.js:
64296         (deleteSuccess):
64297         * storage/indexeddb/resources/key-generator.js:
64298           Again awkward to call indexedDBTest all over the place. The prefix
64299           line's gotta go, and we could also pull a resetDatabase method out of
64300           indexedDBTest that would just do a delete and open.
64301
64302         (runTests.nextTest.prepareDatabase):
64303         (runTests.nextTest.onSuccess.finishTest):
64304         (runTests.nextTest.onSuccess):
64305         (runTests.nextTest):
64306         (testAcrossConnections.prepareDatabase):
64307         * storage/indexeddb/resources/open-during-transaction.js:
64308         (prepareDatabase.event.target.transaction.oncomplete):
64309         (prepareDatabase):
64310         (tryOpens):
64311         * storage/indexeddb/resources/readonly-properties.js:
64312         (prepareDatabase):
64313         * storage/indexeddb/resources/setVersion-null.js: Removed.
64314         * storage/indexeddb/resources/setVersion-undefined.js: Removed.
64315         * storage/indexeddb/resources/transaction-after-close.js:
64316         (prepareDatabase):
64317         (firstTransactionComplete):
64318         (onFinalPutSuccess):
64319         * storage/indexeddb/resources/versionchangerequest-activedomobject.js:
64320         (testSetVersion):
64321         (upgradeNeededCallback):
64322         (successCallback):
64323         * storage/indexeddb/setVersion-null-expected.txt: Removed.
64324         * storage/indexeddb/setVersion-null.html: Removed.
64325         * storage/indexeddb/setVersion-undefined-expected.txt: Removed.
64326         * storage/indexeddb/setVersion-undefined.html: Removed.
64327         * storage/indexeddb/transaction-after-close-expected.txt:
64328         * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:
64329
64330 2012-11-15  Alec Flett  <alecflett@chromium.org>
64331
64332         Add tests for explicit serialization values
64333         https://bugs.webkit.org/show_bug.cgi?id=96818
64334
64335         Reviewed by Adam Barth.
64336
64337         Make sure SerializedScriptValues are backward compatible with future changes.
64338
64339         * platform/chromium/fast/storage/serialized-script-value.html: Added.
64340         * platform/chromium/fast/storage/serialized-script-value.txt: Added.
64341
64342 2012-11-15  Roger Fong  <roger_fong@apple.com>
64343
64344         Unreviewed. Add missing text test expectations for Mac and Windows ports.
64345
64346         * platform/mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
64347         * platform/mac/fast/css/text-overflow-input-expected.txt: Added.
64348         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
64349         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
64350
64351 2012-11-15  Jian Li  <jianli@chromium.org>
64352
64353         Unreviewed. Updated chromium test expectations to clean up some passed
64354         tests.
64355
64356         * platform/chromium/TestExpectations:
64357
64358 2012-11-15  Erik Arvidsson  <arv@chromium.org>
64359
64360         Update DOMException name: SyntaxError
64361         https://bugs.webkit.org/show_bug.cgi?id=102279
64362
64363         Reviewed by Kentaro Hara.
64364
64365         Updated tests and expectations.
64366
64367         * fast/canvas/canvas-gradient-addStop-error-expected.txt:
64368         * fast/canvas/canvas-pattern-behaviour-expected.txt:
64369         * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
64370         * fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js:
64371         * fast/css/css3-nth-tokens-script-expected.txt:
64372         * fast/css/css3-nth-tokens-script.html:
64373         * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
64374         * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
64375         * fast/dom/HTMLElement/set-invalid-value-expected.txt:
64376         * fast/dom/HTMLElement/set-invalid-value.html:
64377         * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
64378         * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
64379         * fast/dom/Window/custom-constructors-expected.txt:
64380         * fast/dom/Window/invalid-protocol-expected.txt:
64381         * fast/dom/css-mediarule-functions-expected.txt:
64382         * fast/dom/css-mediarule-functions.html:
64383         * fast/dom/dataset-expected.txt:
64384         * fast/dom/dataset-xhtml-expected.txt:
64385         * fast/dom/element-attribute-js-null-expected.txt:
64386         * fast/dom/register-protocol-handler.html:
64387         * fast/dom/script-tests/dataset-xhtml.js:
64388         * fast/dom/script-tests/dataset.js:
64389         * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt:
64390         * fast/dynamic/insertAdjacentHTML-expected.txt:
64391         * fast/eventsource/eventsource-constructor-expected.txt:
64392         * fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
64393         * fast/mutation/observe-exceptions-expected.txt:
64394         * fast/workers/worker-constructor-expected.txt:
64395         * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
64396         * http/tests/security/postMessage/target-origin-expected.txt:
64397         * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
64398         * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
64399         * http/tests/websocket/tests/hybi/close-expected.txt:
64400         * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt:
64401         * http/tests/websocket/tests/hybi/close-reason-too-long.html:
64402         * http/tests/websocket/tests/hybi/close.html:
64403         * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
64404         * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
64405         * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
64406         * http/tests/websocket/tests/hybi/invalid-subprotocols.html:
64407         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
64408         * http/tests/xmlhttprequest/inject-header-expected.txt:
64409         * http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt:
64410         * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt:
64411         * platform/chromium-linux/fast/media/mq-js-media-except-02-expected.png:
64412         * platform/chromium-linux/fast/media/mq-js-media-except-03-expected.png:
64413         * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
64414         * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
64415         * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
64416         * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-expected.txt:
64417         * platform/chromium-win/fast/media/mq-js-media-except-02-expected.txt:
64418         * platform/chromium-win/fast/media/mq-js-media-except-03-expected.txt:
64419         * platform/chromium-win/fast/workers/worker-constructor-expected.txt:
64420         * platform/chromium-win/websocket/tests/bad-sub-protocol-non-ascii-expected.txt:
64421         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
64422         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
64423         * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
64424         * platform/chromium/fast/media/mq-js-media-except-02-expected.txt:
64425         * platform/chromium/fast/media/mq-js-media-except-03-expected.txt:
64426         * platform/chromium/fast/workers/worker-constructor-expected.txt:
64427         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
64428         * platform/chromium/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
64429         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
64430         * platform/efl/fast/media/mq-js-media-except-02-expected.txt:
64431         * platform/efl/fast/media/mq-js-media-except-03-expected.txt:
64432         * platform/gtk/fast/media/mq-js-media-except-02-expected.txt:
64433         * platform/gtk/fast/media/mq-js-media-except-03-expected.txt:
64434         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
64435         * platform/mac/fast/media/mq-js-media-except-02-expected.txt:
64436         * platform/mac/fast/media/mq-js-media-except-03-expected.txt:
64437         * platform/qt-5.0-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
64438         * platform/qt/fast/media/mq-js-media-except-02-expected.txt:
64439         * platform/qt/fast/media/mq-js-media-except-03-expected.txt:
64440         * platform/qt/http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii-expected.txt:
64441         * platform/qt/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
64442         * svg/dom/SVGAngle-expected.txt:
64443         * transforms/cssmatrix-2d-interface-expected.txt:
64444         * transforms/cssmatrix-3d-interface-expected.txt:
64445         * webintents/web-intents-api-expected.txt:
64446         * webintents/web-intents-api.html:
64447         * webintents/web-intents-obj-constructor-expected.txt:
64448         * webintents/web-intents-obj-constructor.html:
64449
64450 2012-11-15  James Robinson  <jamesr@chromium.org>
64451
64452         Clean up some TestExpectations for tests that pass now.
64453
64454         * platform/chromium/TestExpectations:
64455
64456 2012-11-15  David Grogan  <dgrogan@chromium.org>
64457
64458         IndexedDB setVersion-removal batch 7
64459         https://bugs.webkit.org/show_bug.cgi?id=102415
64460
64461         Reviewed by Tony Chang.
64462
64463         * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
64464         * storage/indexeddb/mozilla/readyState-expected.txt:
64465         * storage/indexeddb/mozilla/resources/object-store-remove-values.js:
64466         * storage/indexeddb/mozilla/resources/readyState.js:
64467           Moved one check into shared.js, a few others around, and the check
64468           for setVersion's request.readyState==pending is deleted.
64469
64470         * storage/indexeddb/mozilla/resources/versionchange-abort.js:
64471           First test I've converted that makes the initial open fail, but
64472           request.onsuccess is unhooked to not cause the whole test to fail.
64473
64474         (prepareDatabase):
64475         (postAbort):
64476         * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
64477         * storage/indexeddb/objectstore-basics-expected.txt:
64478         * storage/indexeddb/objectstore-basics-workers-expected.txt:
64479         * storage/indexeddb/odd-strings-expected.txt:
64480         * storage/indexeddb/readonly-expected.txt:
64481         * storage/indexeddb/resources/objectstore-basics.js:
64482         * storage/indexeddb/resources/odd-strings.js:
64483         * storage/indexeddb/resources/readonly.js:
64484           Moved the checks at the beginning to the end of the test, but
64485           everything was preserved.
64486
64487         * storage/indexeddb/resources/shared.js:
64488           Moved a check from readyState to here as the readyState layout test
64489           doesn't have access to the open request before any events are fired.
64490
64491 2012-11-15  Stephen Chenney  <schenney@chromium.org>
64492
64493         mpath elements do not clear resource lists before destruction
64494         https://bugs.webkit.org/show_bug.cgi?id=101505
64495
64496         Reviewed by Abhishek Arya.
64497
64498         Test that causes a mpath element to be deleted before the path that it
64499         references.
64500
64501         * svg/animations/mpath-remove-from-dependents-on-delete-crash-expected.html: Added.
64502         * svg/animations/mpath-remove-from-dependents-on-delete-crash.html: Added.
64503
64504 2012-11-15  Stephen Chenney  <schenney@chromium.org>
64505
64506         [Chromium] Test expectations - we're passing!
64507
64508         Unreviewed expectations for canvas-shadow.html
64509
64510         * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
64511         * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
64512         * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
64513
64514 2012-11-15  David Grogan  <dgrogan@chromium.org>
64515
64516         IndexedDB: remove setVersion from intversion-long-queue
64517         https://bugs.webkit.org/show_bug.cgi?id=102322
64518
64519         Reviewed by Tony Chang.
64520
64521         This test probably doesn't provide as much value as it used to but
64522         tests like this, where there's a long sequence of interdependent
64523         events, have caught stuff for us in the past. There are endless
64524         variants that will all exercise our code differently.
64525
64526         * storage/indexeddb/intversion-long-queue-expected.txt:
64527         * storage/indexeddb/resources/intversion-long-queue.js:
64528         (prepareDatabase):
64529         (connection1Success):
64530         (connection1VersionChangeCallback):
64531         (connection2Blocked):
64532         (deleteDatabaseBlockedCallback):
64533         (deleteDatabaseSuccessCallback):
64534         (connection2UpgradeNeeded):
64535         (connection2Success):
64536         (connection2TransactionComplete):
64537         (connection2VersionChangeEvent):
64538         (connection3UpgradeNeeded):
64539         (connection3Success):
64540
64541 2012-11-15  Roger Fong  <roger_fong@apple.com>
64542
64543         Unreviewed. CSS3_TEXT is not enabled on Windows. 
64544         Skipping tests:
64545         fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html
64546         fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html
64547         fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html
64548
64549         * platform/win/TestExpectations:
64550
64551 2012-11-15  Roger Fong  <roger_fong@apple.com>
64552
64553         Unreviewed. More subpixel layout test rebaselines for Windows.
64554
64555         * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
64556         * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
64557         * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
64558
64559 2012-11-15  Erik Arvidsson  <arv@chromium.org>
64560
64561         Unreviewed gardening.
64562
64563         Rebaselining pixel tests after r102427
64564
64565         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.png:
64566         * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
64567         * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
64568         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.png:
64569         * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
64570         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
64571         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
64572         * platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png: Added.
64573         * platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png: Added.
64574         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
64575         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
64576         * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
64577         * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt.
64578         * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
64579
64580 2012-11-15  Joshua Bell  <jsbell@chromium.org>
64581
64582         IndexedDB: Indexing tests are flaky-crashing
64583         https://bugs.webkit.org/show_bug.cgi?id=102283
64584
64585         Reviewed by Tony Chang.
64586
64587         Reduced repro case, although the behavior is still flaky.
64588
64589         * storage/indexeddb/transaction-crash-in-tasks-expected.txt: Added.
64590         * storage/indexeddb/transaction-crash-in-tasks.html: Added.
64591
64592 2012-11-15  Roger Fong  <roger_fong@apple.com>
64593
64594         Unreviewed. HiDPI is not enabled on Windows (as indicated by test result). Adding failing expected result.
64595
64596         * platform/win/fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
64597
64598 2012-11-15  Roger Fong  <roger_fong@apple.com>
64599
64600         Unreviewed. WebGL not supported on Windows. Skipping fast/images/webgl-teximage2d.html.
64601
64602         * platform/win/TestExpectations:
64603
64604 2012-11-15  Jian Li  <jianli@chromium.org>
64605
64606         Unreviewed. Update chromium test expectations.
64607
64608         * platform/chromium/TestExpectations:
64609
64610 2012-11-15  Elliott Sprehn  <esprehn@chromium.org>
64611
64612         MutationObserver wrapper should not be collected while still observing
64613         https://bugs.webkit.org/show_bug.cgi?id=102328
64614
64615         Reviewed by Adam Barth.
64616
64617         Test that a MutationObserver wrapper is not collected while the observer
64618         is still observing since the wrapper must be passed into the callback
64619         later.
64620
64621         * fast/mutation/observer-wrapper-dropoff-expected.txt: Added.
64622         * fast/mutation/observer-wrapper-dropoff.html: Added.
64623
64624 2012-11-15  David Grogan  <dgrogan@chromium.org>
64625
64626         IndexedDB: setVersion test conversion batch 6
64627         https://bugs.webkit.org/show_bug.cgi?id=102318
64628
64629         Reviewed by Tony Chang.
64630
64631         Salvaged the useful parts of intversion-and-setversion as
64632         intversion-upgrades.
64633
64634         * storage/indexeddb/intversion-and-setversion-expected.txt: Removed.
64635         * storage/indexeddb/intversion-upgrades-expected.txt: Added.
64636         * storage/indexeddb/intversion-upgrades.html: Renamed from LayoutTests/storage/indexeddb/intversion-and-setversion.html.
64637         * storage/indexeddb/resources/intversion-and-setversion.js: Removed.
64638         * storage/indexeddb/resources/intversion-upgrades.js: Added.
64639         (test):
64640         (deleteSuccess):
64641         (initialUpgradeNeeded):
64642         (openSuccess):
64643         (connection1VersionChangeCallback):
64644         (connection2BlockedCallback):
64645         (connection2UpgradeNeeded):
64646         (transactionCompleted):
64647         (connection2Success):
64648         (connection3Success):
64649         (errorWhenTryingLowVersion):
64650         (connection4UpgradeNeeded):
64651         (connection4Success):
64652         (connection5Success):
64653         * storage/indexeddb/resources/shared.js:
64654         (unexpectedVersionChangeCallback):
64655
64656 2012-11-15  David Grogan  <dgrogan@chromium.org>
64657
64658         IndexedDB test conversions batch 5
64659         https://bugs.webkit.org/show_bug.cgi?id=102308
64660
64661         Reviewed by Tony Chang.
64662
64663         * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
64664         * storage/indexeddb/mozilla/event-source-expected.txt:
64665         * storage/indexeddb/mozilla/global-data-expected.txt:
64666         * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
64667         * storage/indexeddb/mozilla/odd-result-order-expected.txt:
64668         * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
64669         * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
64670           Calls indexedDBTest a bunch of times, which seems awkward, but is
64671           really convenient.
64672
64673         * storage/indexeddb/mozilla/resources/event-source.js:
64674           Now that setVersion is gone, it appears that no request should have
64675           a database as a source so the dropped test is ok.
64676
64677         * storage/indexeddb/mozilla/resources/global-data.js:
64678         (prepareDatabase):
64679         (open2Success):
64680         * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
64681         (prepareDatabase):
64682         * storage/indexeddb/mozilla/resources/odd-result-order.js:
64683           The tests had to be run in slightly different order but they are all
64684           preserved.
64685
64686         (prepareDatabase):
64687         (openSuccess):
64688         (deleteSuccess):
64689         * storage/indexeddb/mozilla/resources/remove-objectstore.js:
64690         (prepareDatabase):
64691         (checkObjectStore):
64692         (inSetVersion2.request.onsuccess):
64693         (inSetVersion2):
64694         (setVersion3):
64695         (inSetVersion3):
64696         (deleteThirdObjectStore):
64697         * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
64698         * storage/indexeddb/resources/objectstore-removeobjectstore.js:
64699         (getValue):
64700         (checkResult):
64701         (addIndex):
64702         (deleteObjectStore):
64703         (createObjectStoreAgain):
64704
64705 2012-11-15  Alpha Lam  <hclam@chromium.org>
64706
64707         [chromium] WebGL texImage2D fails with deferred image decoding
64708         https://bugs.webkit.org/show_bug.cgi?id=102310
64709
64710         Reviewed by Kenneth Russell.
64711
64712         Added a test to exercise texImage2D with an Image object.
64713
64714         * fast/images/webgl-teximage2d-expected.txt: Added.
64715         * fast/images/webgl-teximage2d.html: Added.
64716
64717 2012-11-15  Stephen Chenney  <schenney@chromium.org>
64718
64719         Test rebaselines after SK_IGNORE_FAST_BLURRECT has been removed
64720
64721         Unreviewed test expectations update.
64722
64723         * fast/box-shadow/single-pixel-shadow-expected.png: Added.
64724         * platform/chromium-linux-x86/fast/box-shadow: Removed.
64725         * platform/chromium-linux-x86/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64726         * platform/chromium-linux-x86/fast/repaint/transform-replaced-shadows-expected.png: Added.
64727         * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
64728         * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64729         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
64730         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
64731         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
64732         * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Added.
64733         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png:
64734         * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png:
64735         * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png:
64736         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
64737         * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png:
64738         * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png:
64739         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
64740         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
64741         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
64742         * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png:
64743         * platform/chromium-mac-lion/fast/repaint/transform-replaced-shadows-expected.png: Added.
64744         * platform/chromium-mac-lion/fast/transforms/shadows-expected.png:
64745         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
64746         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
64747         * platform/chromium-mac-lion/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
64748         * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png:
64749         * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png:
64750         * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png:
64751         * platform/chromium-mac-snowleopard/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64752         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png:
64753         * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png:
64754         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png:
64755         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
64756         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png:
64757         * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
64758         * platform/chromium-mac-snowleopard/fast/repaint/transform-replaced-shadows-expected.png: Added.
64759         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
64760         * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
64761         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
64762         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
64763         * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
64764         * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png:
64765         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
64766         * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png:
64767         * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png:
64768         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
64769         * platform/chromium-mac/fast/canvas/canvas-shadow-expected.txt: Removed.
64770         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
64771         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
64772         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
64773         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
64774         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
64775         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
64776         * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png: Added.
64777         * platform/chromium-mac/fast/transforms/shadows-expected.png:
64778         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png:
64779         * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
64780         * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
64781         * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
64782         * platform/chromium-win-xp/fast/box-shadow: Removed.
64783         * platform/chromium-win-xp/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64784         * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png: Added.
64785         * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png: Added.
64786         * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
64787         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
64788         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
64789         * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
64790         * platform/chromium-win-xp/fast/repaint/transform-replaced-shadows-expected.png: Added.
64791         * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
64792         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows: Added.
64793         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
64794         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
64795         * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
64796         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png:
64797         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
64798         * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png:
64799         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
64800         * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png:
64801         * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
64802         * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Added.
64803         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
64804         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
64805         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
64806         * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
64807         * platform/chromium/TestExpectations:
64808         * platform/chromium/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
64809         * platform/chromium/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
64810         * platform/chromium/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
64811         * platform/efl-wk1/compositing/shadows: Added.
64812         * platform/efl-wk1/compositing/shadows/shadow-drawing-expected.png: Added.
64813         * platform/efl-wk1/fast/box-shadow: Added.
64814         * platform/efl-wk1/fast/box-shadow/basic-shadows-expected.png: Added.
64815         * platform/efl-wk1/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
64816         * platform/efl-wk1/fast/box-shadow/box-shadow-transformed-expected.png: Added.
64817         * platform/efl-wk1/fast/box-shadow/scaled-box-shadow-expected.png: Added.
64818         * platform/efl-wk1/fast/canvas: Added.
64819         * platform/efl-wk1/fast/canvas/canvas-incremental-repaint-expected.png: Added.
64820         * platform/efl-wk1/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
64821         * platform/efl-wk1/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
64822         * platform/efl-wk1/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
64823         * platform/efl-wk1/fast/repaint/shadow-multiple-vertical-expected.png: Added.
64824         * platform/efl-wk1/fast/transforms: Added.
64825         * platform/efl-wk1/fast/transforms/shadows-expected.png: Added.
64826         * platform/efl-wk1/svg/css: Added.
64827         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Added.
64828         * platform/efl/compositing/shadows/shadow-drawing-expected.png: Removed.
64829         * platform/efl/fast/box-shadow/basic-shadows-expected.png: Removed.
64830         * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
64831         * platform/efl/fast/box-shadow/box-shadow-transformed-expected.png: Removed.
64832         * platform/efl/fast/box-shadow/scaled-box-shadow-expected.png: Removed.
64833         * platform/efl/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64834         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
64835         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
64836         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
64837         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
64838         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
64839         * platform/efl/fast/transforms/shadows-expected.png: Removed.
64840         * platform/efl/svg/css/group-with-shadow-expected.png: Removed.
64841         * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
64842
64843 2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>
64844
64845         Unreviewed, rolling out r134800 and r134805.
64846         http://trac.webkit.org/changeset/134800
64847         http://trac.webkit.org/changeset/134805
64848         https://bugs.webkit.org/show_bug.cgi?id=102417
64849
64850         This patch broke chromium port (Requested by jianli on
64851         #webkit).
64852
64853         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
64854         * fast/mediastream/RTCPeerConnection-datachannel.html:
64855
64856 2012-11-15  Tommy Widenflycht  <tommyw@google.com>
64857
64858         [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel
64859         https://bugs.webkit.org/show_bug.cgi?id=102386
64860
64861         Reviewed by Adam Barth.
64862
64863         * fast/mediastream/RTCPeerConnection-datachannel.html:
64864         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
64865
64866 2012-11-15  Rick Byers  <rbyers@chromium.org>
64867
64868         No tests for changing mouse cursors
64869         https://bugs.webkit.org/show_bug.cgi?id=100550
64870
64871         Reviewed by Brent Fulgham.
64872
64873         Add a simple test covering the basic scenarios of changing a mouse
64874         cursor with CSS.  This includes most of the cases currently covered
64875         by ManualTests/*cursor*.
64876
64877         * fast/events/mouse-cursor-expected.txt: Added.
64878         * fast/events/mouse-cursor.html: Added.
64879
64880 2012-11-13  Jer Noble  <jer.noble@apple.com>
64881
64882         Support loading of blob URLs in AVFoundation.
64883         https://bugs.webkit.org/show_bug.cgi?id=102182
64884
64885         Reviewed by Eric Carlson.
64886
64887         Add a new test which verifies blob url support in video elements.
64888
64889         * media/video-src-blob-expected.txt: Added.
64890         * media/video-src-blob.html: Added.
64891         * platform/mac/TestExpectations: Add expected failure results for OSX releases where 
64892             custom media loading is not supported.
64893
64894 2012-11-15  Sheriff Bot  <webkit.review.bot@gmail.com>
64895
64896         Unreviewed, rolling out r134649 and r134665.
64897         http://trac.webkit.org/changeset/134649
64898         http://trac.webkit.org/changeset/134665
64899         https://bugs.webkit.org/show_bug.cgi?id=102413
64900
64901         Broke a ton of downstream chromium tests (Requested by japhet
64902         on #webkit).
64903
64904         * http/tests/inspector/network/network-iframe-load-and-delete.html:
64905         * http/tests/loading/redirect-methods-expected.txt:
64906         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
64907         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
64908         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
64909
64910 2012-11-15  Mike West  <mkwst@chromium.org>
64911
64912         Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
64913         https://bugs.webkit.org/show_bug.cgi?id=102391
64914
64915         This test is leaking state into the following test. Skipping it here,
64916         and will look for a fix in 85522 (oooooold!).
64917
64918         * platform/mac/TestExpectations:
64919             Skip sandboxed-iframe-form-top.html
64920         * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
64921             We're no longer leaking into this test; remove the platform specific
64922             results.
64923
64924 2012-11-15  Erik Arvidsson  <arv@chromium.org>
64925
64926         Update DOMException name: NotSupportedError
64927         https://bugs.webkit.org/show_bug.cgi?id=102139
64928
64929         Reviewed by Ojan Vafai.
64930
64931         Updated tests and expectations.
64932
64933         * editing/pasteboard/data-transfer-items-expected.txt:
64934         * fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt:
64935         * fast/canvas/canvas-createImageData-expected.txt:
64936         * fast/canvas/canvas-getImageData-invalid-expected.txt:
64937         * fast/canvas/canvas-putImageData-expected.txt:
64938         * fast/canvas/canvas-putImageData.js:
64939         * fast/canvas/linearGradient-infinite-values-expected.txt:
64940         * fast/canvas/radialGradient-infinite-values-expected.txt:
64941         * fast/canvas/resources/canvas-2d-imageData-create-nonfinite.js:
64942         * fast/canvas/script-tests/canvas-createImageData.js:
64943         * fast/canvas/script-tests/canvas-getImageData-invalid.js:
64944         * fast/canvas/script-tests/linearGradient-infinite-values.js:
64945         * fast/canvas/script-tests/radialGradient-infinite-values.js:
64946         * fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js:
64947         * fast/dom/HTMLMeterElement/set-meter-properties-expected.txt:
64948         * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js:
64949         * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt:
64950         * fast/dom/Node/initial-values-expected.txt:
64951         * fast/dom/importNode-null-expected.txt:
64952         * fast/dynamic/insertAdjacentText-expected.txt:
64953         * fast/forms/date/input-valueasnumber-date-expected.txt:
64954         * fast/forms/date/input-valueasnumber-date.html:
64955         * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
64956         * fast/forms/datetime/input-valueasnumber-datetime.html:
64957         * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt:
64958         * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html:
64959         * fast/forms/month/input-valueasnumber-month-expected.txt:
64960         * fast/forms/month/input-valueasnumber-month.html:
64961         * fast/forms/number/number-valueasnumber-expected.txt:
64962         * fast/forms/number/number-valueasnumber.html:
64963         * fast/forms/range/input-valueasnumber-range-expected.txt:
64964         * fast/forms/range/input-valueasnumber-range.html:
64965         * fast/forms/time/time-valueasnumber-expected.txt:
64966         * fast/forms/time/time-valueasnumber.html:
64967         * fast/forms/week/input-valueasnumber-week-expected.txt:
64968         * fast/forms/week/input-valueasnumber-week.html:
64969         * fast/mediastream/RTCPeerConnection-expected.txt:
64970         * fast/mediastream/argument-types-expected.txt:
64971         * fast/mediastream/getusermedia-expected.txt:
64972         * fast/mediastream/script-tests/argument-types.js:
64973         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
64974         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
64975         * platform/chromium/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt:
64976         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
64977         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
64978         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
64979         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
64980         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
64981         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
64982         * svg/dom/SVGAngle-expected.txt:
64983         * svg/dom/SVGLength-expected.txt:
64984         * svg/dom/SVGLength-px-expected.txt:
64985         * svg/dom/SVGPreserveAspectRatio-expected.txt:
64986         * transforms/cssmatrix-2d-interface-expected.txt:
64987         * transforms/cssmatrix-3d-interface-expected.txt:
64988
64989 2012-11-15  Mike West  <mkwst@chromium.org>
64990
64991         Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html
64992         https://bugs.webkit.org/show_bug.cgi?id=102391
64993
64994         This test is leaking state into the following test. Skipping it here,
64995         and will look for a fix in 85522 (oooooold!).
64996
64997         * platform/mac/TestExpectations:
64998             Skip sandboxed-iframe-form-top.html
64999         * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt:
65000             We're no longer leaking into this test; remove the platform specific
65001             results.
65002
65003 2012-11-15  Erik Arvidsson  <arv@chromium.org>
65004
65005         Update DOMException name: NoModificationAllowedError
65006         https://bugs.webkit.org/show_bug.cgi?id=102134
65007
65008         Reviewed by Ojan Vafai.
65009
65010         Updated tests and expectations.
65011
65012         * dom/xhtml/level1/core/hc_nodevalue03-expected.txt:
65013         * fast/dom/EntityReference/readonly-exceptions-expected.txt:
65014         * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt:
65015         * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js:
65016         * fast/dom/computed-style-set-property-expected.txt:
65017         * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
65018         * fast/dom/outerText-no-element-expected.txt:
65019         * fast/dom/setPrimitiveValue-exceptions-expected.txt:
65020         * fast/dom/setPrimitiveValue-expected.txt:
65021         * fast/dynamic/outerHTML-no-element-expected.txt:
65022         * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
65023         * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
65024         * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
65025         * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
65026         * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt:
65027         * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
65028         * platform/chromium/svg/custom/baseval-animval-equality-expected.txt:
65029         * platform/gtk/svg/custom/baseval-animval-equality-expected.txt:
65030         * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
65031         * platform/qt/svg/custom/baseval-animval-equality-expected.txt:
65032         * platform/qt/svg/dom/altGlyph-dom-expected.txt:
65033         * svg/animations/animate-gradient-transform-expected.txt:
65034         * svg/dom/SVGColor-expected.txt:
65035         * svg/dom/SVGLengthList-basics-expected.txt:
65036         * svg/dom/SVGNumberList-basics-expected.txt:
65037         * svg/dom/SVGPaint-expected.txt:
65038         * svg/dom/SVGTransformList-basics-expected.txt:
65039         * svg/dom/SVGViewSpec-defaults-expected.txt:
65040         * svg/dom/altGlyph-dom-expected.txt:
65041
65042 2012-11-15  Eric Carlson  <eric.carlson@apple.com>
65043
65044         Update computed line position algorithm
65045         https://bugs.webkit.org/show_bug.cgi?id=93779
65046
65047         Reviewed by Philippe Normand.
65048
65049         Compute the position of a text track relative to rendered tracks. This is needed to position
65050         cues correctly when there is more than one text track.
65051
65052         * media/track/track-cue-container-rendering-position-expected.txt: Added.
65053         * media/track/track-cue-container-rendering-position.html: Added.
65054
65055 2012-11-15  Andreas Kling  <kling@webkit.org>
65056
65057         REGRESSION(r134408): Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement().
65058         <http://webkit.org/b/102304>
65059
65060         Reviewed by Anders Carlsson.
65061
65062         * fast/dom/cloneNode-below-body-attribute-merging-expected.txt: Added.
65063         * fast/dom/cloneNode-below-body-attribute-merging.html: Added.
65064
65065 2012-11-15  Justin Novosad  <junov@google.com>
65066
65067         Cleanup test expectations after rebaseline r134668
65068         https://bugs.webkit.org/show_bug.cgi?id=101974
65069
65070         Unreviewed
65071
65072         * platform/chromium/TestExpectations:
65073
65074 2012-11-15  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
65075
65076         [EFL] Gardening.
65077
65078         Move some expectations from efl-wk1/ to efl/ since they should
65079         work for both ports (and were originally there).
65080
65081         Skip an additional HiDPI test.
65082
65083         * platform/efl-wk1/fast/borders: Removed.
65084         * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Removed.
65085         * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Removed.
65086         * platform/efl-wk1/fast/css: Removed.
65087         * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
65088         * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Removed.
65089         * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
65090         * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
65091         * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Removed.
65092         * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Removed.
65093         * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
65094         * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Removed.
65095         * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Removed.
65096         * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Removed.
65097         * platform/efl-wk1/fast/media: Removed.
65098         * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png: Removed.
65099         * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Removed.
65100         * platform/efl-wk1/fast/repaint/control-clip-expected.png: Removed.
65101         * platform/efl-wk1/svg/dom: Removed.
65102         * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Removed.
65103         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Removed.
65104         * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Removed.
65105         * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Removed.
65106         * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed.
65107         * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Removed.
65108         * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
65109         * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Removed.
65110         * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Removed.
65111         * platform/efl/TestExpectations:
65112         * 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.
65113         * platform/efl/fast/borders/border-radius-wide-border-05-expected.png: Added.
65114         * platform/efl/fast/borders/borderRadiusInset01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png.
65115         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png.
65116         * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png.
65117         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png.
65118         * 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.
65119         * platform/efl/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.png.
65120         * platform/efl/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.txt.
65121         * 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.
65122         * platform/efl/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-clip-expected.png.
65123         * platform/efl/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png.
65124         * platform/efl/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/select-empty-option-height-expected.png.
65125         * platform/efl/fast/forms/zoomed-controls-expected.png: Added.
65126         * 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.
65127         * 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.
65128         * platform/efl/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/repaint/control-clip-expected.png.
65129         * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png.
65130         * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png.
65131         * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png.
65132         * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png.
65133         * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png.
65134         * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png.
65135         * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png.
65136         * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png.
65137         * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png.
65138
65139 2012-11-15  Elliott Sprehn  <esprehn@chromium.org>
65140
65141         Prevent creation of detached frames in ShadowRoot
65142         https://bugs.webkit.org/show_bug.cgi?id=102333
65143
65144         Reviewed by Dimitri Glazkov.
65145
65146         Test that you cannot create a detached frame using a ShadowRoot
65147         and iframe unload handlers.
65148
65149         * fast/frames/detached-shadow-frame-expected.txt: Added.
65150         * fast/frames/detached-shadow-frame.html: Added.
65151
65152 2012-11-15  Shinya Kawanaka  <shinyak@chromium.org>
65153
65154         Changing pseudoClass (:visited) should cause distribution.
65155         https://bugs.webkit.org/show_bug.cgi?id=101700
65156
65157         Reviewed by Dimitri Glazkov.
65158
65159         * fast/dom/shadow/pseudoclass-update-visited-anchor-expected.html: Added.
65160         * fast/dom/shadow/pseudoclass-update-visited-anchor.html: Added.
65161         * fast/dom/shadow/pseudoclass-update-visited-area-expected.html: Added.
65162         * fast/dom/shadow/pseudoclass-update-visited-area.html: Added.
65163
65164 2012-11-15  Stephen Chenney  <schenney@chromium.org>
65165
65166         [Chromium] Disable SK_IGNORE_FAST_BLURRECT
65167
65168         Unreviewed test expectations update
65169
65170         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png:
65171         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
65172         * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png:
65173         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
65174         * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png:
65175         * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
65176         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
65177         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
65178         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
65179         * platform/chromium-linux/fast/transforms/shadows-expected.png:
65180         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
65181         * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
65182         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
65183         * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png:
65184         * platform/chromium/TestExpectations:
65185
65186 2012-11-15  Stephen Chenney  <schenney@chromium.org>
65187
65188         Rebaseline after r134736
65189
65190         Unreviewed expectations update.
65191
65192         Very minor changes, not entirely clear why but not a problem at all.
65193         Probably due to animation cauising an initial valeue to differ
65194         slightly.
65195
65196         * platform/chromium-linux/compositing/checkerboard-expected.png:
65197         * platform/chromium-mac/compositing/checkerboard-expected.png:
65198         * platform/chromium-win/compositing/checkerboard-expected.png:
65199
65200 2012-11-15  KwangYong Choi  <ky0.choi@samsung.com>
65201
65202         [EFL] Update pixel test expectation for datalist tests
65203         https://bugs.webkit.org/show_bug.cgi?id=102365
65204
65205         Unreviewed EFL gardening.
65206
65207         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
65208         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png:
65209
65210 2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>
65211
65212         REGRESSION(r134495): It made svg/custom/use-instanceRoot-event-listeners.xhtml fail and fast/events/attribute-listener-deletion-crash.html timeout
65213         https://bugs.webkit.org/show_bug.cgi?id=102183
65214
65215         Unreviewed gardening, unskip now passing tests after r134666.
65216
65217         * platform/qt/TestExpectations:
65218
65219 2012-11-15  Mike West  <mkwst@chromium.org>
65220
65221         We should trigger a console warning when we encounter invalid sandbox flags.
65222         https://bugs.webkit.org/show_bug.cgi?id=101956
65223
65224         Reviewed by Adam Barth.
65225
65226         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt: Added.
65227         * http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html: Added.
65228         * http/tests/security/sandboxed-iframe-invalid-expected.txt: Added.
65229         * http/tests/security/sandboxed-iframe-invalid.html: Added.
65230
65231 2012-11-15  Keishi Hattori  <keishi@webkit.org>
65232
65233         [Chromium] Add tests for month suggestion picker
65234         https://bugs.webkit.org/show_bug.cgi?id=102040
65235
65236         Reviewed by Kent Tamura.
65237
65238         Adding tests for <input type=date> with datalist.
65239
65240         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.png: Added.
65241         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added.
65242         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
65243         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
65244         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.txt: Added.
65245         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance.html: Added.
65246         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.txt: Added.
65247         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html: Added.
65248         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
65249         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar.html: Added.
65250         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added.
65251         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html: Added.
65252         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute-expected.txt: Added.
65253         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html: Added.
65254         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt: Added.
65255         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html: Added.
65256         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload-expected.txt: Added.
65257         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload.html: Added.
65258         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute-expected.txt: Added.
65259         * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html: Added.
65260         * platform/chromium/TestExpectations:
65261
65262 2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
65263
65264         [EFL] Gardening after r134628
65265         https://bugs.webkit.org/show_bug.cgi?id=102368
65266
65267         Unreviewed gardening.
65268
65269         Skip test compositing/overflow/scrolling-without-painting.html added at r134628
65270         and which does not pass on EFL.
65271
65272         * platform/efl/TestExpectations:
65273
65274 2012-11-15  Ryosuke Niwa  <rniwa@webkit.org>
65275
65276         Fix tests after r134637.
65277
65278         * fast/harness/perftests/runs-per-second-iterations.html:
65279         * fast/harness/perftests/runs-per-second-log.html:
65280         * platform/qt/TestExpectations:
65281
65282 2012-11-15  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
65283
65284         [EFL][WK2] Rebase fast/media/mq-js-media-except-01.html after r134618
65285         https://bugs.webkit.org/show_bug.cgi?id=102362
65286
65287         Unreviewed rebaseline.
65288
65289         Rebased fast/media/mq-js-media-except-01.html after r134618.
65290
65291         * platform/efl-wk2/fast/media/mq-js-media-except-01-expected.txt: Added.
65292
65293 2012-11-15  Csaba Osztrogonác  <ossy@webkit.org>
65294
65295         [Qt] Unreviewed gardening, skip new failing tests.
65296
65297         * platform/qt/TestExpectations:
65298
65299 2012-11-15  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
65300
65301         [Qt] Unreviewed gardening. Rebaseline after r134649.
65302
65303         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
65304         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
65305         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
65306
65307 2012-11-15  Kent Tamura  <tkent@chromium.org>
65308
65309         Support stand-alone month names in calendar picker
65310         https://bugs.webkit.org/show_bug.cgi?id=102196
65311
65312         Reviewed by Kentaro Hara.
65313
65314         Update a pixel result for Russian calendar picker. Now it contains
65315         a stand-alone month name.
65316
65317         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
65318
65319 2012-11-15  Kentaro Hara  <haraken@chromium.org>
65320
65321         Unreviewed. Rebaselined images.
65322
65323         * platform/chromium-win/fast/forms/zoomed-controls-expected.png: Added.
65324         * platform/chromium/TestExpectations:
65325
65326 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org> 
65327
65328         Changing pseudoClass (:disabled) should cause distribution.
65329         https://bugs.webkit.org/show_bug.cgi?id=101901
65330
65331         Reviewed by Hajime Morita.
65332
65333         * fast/dom/shadow/pseudoclass-update-disabled-button-expected.html: Added.
65334         * fast/dom/shadow/pseudoclass-update-disabled-button.html: Added.
65335         * fast/dom/shadow/pseudoclass-update-disabled-fieldset-expected.html: Added.
65336         * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html: Added.
65337         * fast/dom/shadow/pseudoclass-update-disabled-input-expected.html: Added.
65338         * fast/dom/shadow/pseudoclass-update-disabled-input.html: Added.
65339         * fast/dom/shadow/pseudoclass-update-disabled-optgroup-expected.txt: Added.
65340         * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html: Added.
65341         * fast/dom/shadow/pseudoclass-update-disabled-option-expected.txt: Added.
65342         * fast/dom/shadow/pseudoclass-update-disabled-option.html: Added.
65343         * fast/dom/shadow/pseudoclass-update-disabled-select-expected.html: Added.
65344         * fast/dom/shadow/pseudoclass-update-disabled-select.html: Added.
65345         * fast/dom/shadow/pseudoclass-update-disabled-textarea-expected.html: Added.
65346         * fast/dom/shadow/pseudoclass-update-disabled-textarea.html: Added.
65347
65348 2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>
65349
65350         Unreviewed, rolling out r134691, r134703, r134715, r134716,
65351         and r134733.
65352         http://trac.webkit.org/changeset/134691
65353         http://trac.webkit.org/changeset/134703
65354         http://trac.webkit.org/changeset/134715
65355         http://trac.webkit.org/changeset/134716
65356         http://trac.webkit.org/changeset/134733
65357         https://bugs.webkit.org/show_bug.cgi?id=102342
65358
65359         "Broke the Apple Windows Debug and GTK builds." (Requested by
65360         dydx on #webkit).
65361
65362         * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed.
65363         * platform/chromium/fast/storage/serialized-script-value.html: Removed.
65364
65365 2012-11-14  Kentaro Hara  <haraken@chromium.org>
65366
65367         Unreviewed. Rebaselined images.
65368
65369         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
65370         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
65371         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
65372         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
65373
65374 2012-11-14  Dirk Schulze  <krit@webkit.org>
65375
65376         Support animation of basic shape 'polygon'
65377         https://bugs.webkit.org/show_bug.cgi?id=102080
65378
65379         Reviewed by Daniel Bates.
65380
65381         Added animation test for basic shape 'polygon' to existing test
65382         css3/masking/clip-path-animation.html and
65383         fast/exclusions/shape-inside/shape-inside-animation.html.
65384
65385         * animations/resources/animation-test-helpers.js:
65386         (parseBasicShape):
65387         * css3/masking/clip-path-animation-expected.txt:
65388         * css3/masking/clip-path-animation.html:
65389         * fast/exclusions/shape-inside/shape-inside-animation-expected.txt:
65390         * fast/exclusions/shape-inside/shape-inside-animation.html:
65391
65392 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
65393
65394         Changing pseudoClass (:checked) should cause distribution.
65395         https://bugs.webkit.org/show_bug.cgi?id=101902
65396
65397         Reviewed by Dimitri Glazkov.
65398
65399         Since an option element does not create a renderer, we cannot make its test a reftest.
65400
65401         * fast/dom/shadow/pseudoclass-update-checked-input-expected.html: Added.
65402         * fast/dom/shadow/pseudoclass-update-checked-input.html: Added.
65403         * fast/dom/shadow/pseudoclass-update-checked-option-expected.txt: Added.
65404         * fast/dom/shadow/pseudoclass-update-checked-option.html: Added.
65405
65406 2012-11-14  Keishi Hattori  <keishi@webkit.org>
65407
65408         Add tests for week picker
65409         https://bugs.webkit.org/show_bug.cgi?id=101555
65410
65411         Reviewed by Kent Tamura.
65412
65413         Adding tests for month picker.
65414
65415         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
65416         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
65417         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
65418         (selectedWeek): Returns value of selected week.
65419         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.txt: Added.
65420         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.txt: Added.
65421         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step.html: Added.
65422         * platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html: Added.
65423         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Added.
65424         * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Added.
65425         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt: Added.
65426         * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html: Added.
65427         * platform/chromium/TestExpectations:
65428
65429 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
65430
65431         Changing pseudoClass (:link) should cause distribution
65432         https://bugs.webkit.org/show_bug.cgi?id=101698
65433
65434         Reviewed by Hajime Morita.
65435
65436         * fast/dom/shadow/pseudoclass-update-link-anchor-expected.html: Added.
65437         * fast/dom/shadow/pseudoclass-update-link-anchor.html: Added.
65438         * fast/dom/shadow/pseudoclass-update-link-area-expected.html: Added.
65439         * fast/dom/shadow/pseudoclass-update-link-area.html: Added.
65440
65441 2012-11-14  Kentaro Hara  <haraken@chromium.org>
65442
65443         Unreviewed. Rebaselined images.
65444
65445         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
65446         * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png:
65447         * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png:
65448         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
65449         * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png:
65450         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png:
65451         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
65452         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
65453         * platform/chromium-mac/fast/repaint/control-clip-expected.png:
65454         * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-clip-expected.png.
65455         * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-option-wrap-expected.png.
65456         * platform/efl-wk1/fast/repaint/control-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/control-clip-expected.png.
65457
65458 2012-11-14  Kentaro Hara  <haraken@chromium.org>
65459
65460         Unreviwed. Rebaselined images.
65461
65462         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png:
65463         * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/select-empty-option-height-expected.png.
65464
65465 2012-11-14  Kentaro Hara  <haraken@chromium.org>
65466
65467         Unreviewed. Rebaselined images.
65468
65469         * platform/chromium-linux/fast/forms/zoomed-controls-expected.png: Added.
65470         * platform/chromium-mac-lion/fast/forms/zoomed-controls-expected.png: Added.
65471         * platform/chromium-mac-snowleopard/fast/forms/zoomed-controls-expected.png: Added.
65472         * platform/chromium-mac/fast/forms/zoomed-controls-expected.png: Added.
65473         * platform/chromium/TestExpectations:
65474
65475 2012-11-14  David Grogan  <dgrogan@chromium.org>
65476
65477         IndexedDB: Test conversions batch 4
65478         https://bugs.webkit.org/show_bug.cgi?id=102267
65479
65480         Reviewed by Tony Chang.
65481
65482         These are tests that don't have the js file in resources. The only
65483         interesting bit is that lazy-index-population uncovered a potential bug.
65484
65485         I think tutorial.html has outlived its usefulness now that there are
65486         more tutorials on the web. It was very outdated. It is deleted in
65487         this patch.
65488
65489         * storage/indexeddb/deletedatabase-transaction-expected.txt:
65490         * storage/indexeddb/deletedatabase-transaction.html:
65491         * storage/indexeddb/dont-commit-on-blocked-expected.txt:
65492         * storage/indexeddb/dont-commit-on-blocked.html:
65493         * storage/indexeddb/lazy-index-population-expected.txt:
65494         * storage/indexeddb/lazy-index-population.html:
65495         * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
65496         * storage/indexeddb/mozilla/index-prev-no-duplicate.html:
65497         * storage/indexeddb/mozilla/resources/object-identity.js:
65498           Test added here to replace test covered in tutorial.html
65499
65500         * storage/indexeddb/noblobs-expected.txt:
65501         * storage/indexeddb/noblobs.html:
65502         * storage/indexeddb/resources/dont-commit-on-blocked-worker.js:
65503         (onSetVersionSuccess):
65504         * storage/indexeddb/structured-clone-expected.txt:
65505         * storage/indexeddb/structured-clone.html:
65506         * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
65507         * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html:
65508         * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
65509         * storage/indexeddb/transaction-complete-with-js-recursion.html:
65510         * storage/indexeddb/tutorial-expected.txt: Removed.
65511         * storage/indexeddb/tutorial.html: Removed.
65512
65513 2012-11-14  Filip Pizlo  <fpizlo@apple.com>
65514
65515         Read-only properties created with putDirect() should tell the structure that there are read-only properties
65516         https://bugs.webkit.org/show_bug.cgi?id=102292
65517
65518         Reviewed by Gavin Barraclough.
65519
65520         * fast/js/function-dot-length-read-only-expected.txt: Added.
65521         * fast/js/function-dot-length-read-only.html: Added.
65522         * fast/js/jsc-test-list:
65523         * fast/js/script-tests/function-dot-length-read-only.js: Added.
65524         (foo):
65525         (Bar):
65526
65527 2012-11-14  Alec Flett  <alecflett@chromium.org>
65528
65529         Add tests for explicit serialization values
65530         https://bugs.webkit.org/show_bug.cgi?id=96818
65531
65532         Reviewed by Adam Barth.
65533
65534         Make sure SerializedScriptValues are backward compatible with future changes.
65535
65536         * platform/chromium/fast/storage/serialized-script-value.html: Added.
65537
65538 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65539
65540         [Chromium] Marked more virtual/deferred/fast/images as failing.
65541         https://bugs.webkit.org/show_bug.cgi?id=102294
65542
65543 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65544
65545         [Chromium] Marked platform/chromium/virtual/deferred/fast/images/exif-orientation.html as failing.
65546         https://bugs.webkit.org/show_bug.cgi?id=102294
65547
65548 2012-11-14  Tony Chang  <tony@chromium.org>
65549
65550         Crash in flexbox when removing absolutely positioned children
65551         https://bugs.webkit.org/show_bug.cgi?id=100465
65552
65553         Reviewed by Ojan Vafai.
65554
65555         Test case for the crash.
65556
65557         * css3/flexbox/crash-removing-out-of-flow-child-expected.txt: Added.
65558         * css3/flexbox/crash-removing-out-of-flow-child.html: Added.
65559
65560 2012-11-14  Dirk Schulze  <krit@webkit.org>
65561
65562         [CSS Exclusions] Basic shapes on 'shape-inside' should be animatable
65563         https://bugs.webkit.org/show_bug.cgi?id=102123
65564
65565         Reviewed by Antti Koivisto.
65566
65567         Add new animation test for 'shape-inside', similar to 'clip-path' test.
65568
65569         * animations/resources/animation-test-helpers.js:
65570         (getPropertyValue):
65571         (comparePropertyValue):
65572         * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: Added.
65573         * fast/exclusions/shape-inside/shape-inside-animation.html: Added.
65574
65575 2012-11-14  Justin Novosad  <junov@google.com>
65576
65577         Updating baselines after r134631
65578         https://bugs.webkit.org/show_bug.cgi?id=101974
65579
65580         Unreviewed
65581
65582         * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png: Removed.
65583         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
65584         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
65585         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
65586         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
65587         * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png:
65588         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
65589         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
65590         * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png:
65591         * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png:
65592         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
65593         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
65594         * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
65595         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
65596         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
65597         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
65598         * platform/efl-wk1/fast/borders: Added.
65599         * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Added.
65600         * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Added.
65601         * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Added.
65602         * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Removed.
65603         * platform/efl/fast/borders/borderRadiusInset01-expected.png: Removed.
65604         * platform/efl/fast/forms/validation-message-appearance-expected.png: Removed.
65605
65606 2012-11-14  David Grogan  <dgrogan@chromium.org>
65607
65608         IndexedDB: test conversion batch 3
65609         https://bugs.webkit.org/show_bug.cgi?id=102168
65610
65611         Reviewed by Tony Chang.
65612
65613         These were all pretty straightforward. metadata.html could include
65614         some additional tests that check the metadata after a versionchange
65615         transaction aborts, but I think that's tested in one of the intversion
65616         tests.
65617
65618         * storage/indexeddb/exceptions-expected.txt:
65619         * storage/indexeddb/factory-deletedatabase-expected.txt:
65620         * storage/indexeddb/index-duplicate-keypaths-expected.txt:
65621         * storage/indexeddb/index-multientry-expected.txt:
65622         * storage/indexeddb/index-population-expected.txt:
65623         * storage/indexeddb/metadata-expected.txt:
65624         * storage/indexeddb/resources/database-basics.js:
65625           Fix failure when run as a chromium browser test.
65626
65627         * storage/indexeddb/resources/exceptions.js:
65628           Moved some asserts from running before the database is opened to
65629           afterward but they appear to be testing the same thing.
65630         (transactionComplete):
65631           close can't proceed until the transactions are complete, something
65632           setVersion didn't have to deal with.
65633
65634         * storage/indexeddb/resources/factory-deletedatabase.js:
65635           The conditions under which deleteDatabase is called in this test is
65636           _slightly_ different. Previously, deleteDatabase was called from
65637           inside a versionchange transaction, causing the original connection
65638           to receive a versionchange event. With upgradeneeded we have to close
65639           the original connection before entering a versionchange transaction,
65640           so the second connection is now what closes in response to the
65641           deleteDatabase's versionchange event.
65642
65643         * storage/indexeddb/resources/index-duplicate-keypaths.js:
65644         (testCollideAutoIncrementSetup):
65645         (testCollideAutoIncrement):
65646         * storage/indexeddb/resources/index-multientry.js:
65647         (prepareDatabase):
65648         (createIndexOnStoreWithData):
65649         * storage/indexeddb/resources/index-population.js:
65650         (prepareDatabase.request.onsuccess):
65651         (prepareDatabase):
65652         (doSetVersion2):
65653         (setVersion2):
65654         (setVersion2Abort):
65655         * storage/indexeddb/resources/metadata.js:
65656         (prepareDatabase):
65657         (snapshotConnection1):
65658         (secondOpen.request.onupgradeneeded):
65659         (secondOpen.request.onsuccess):
65660         (secondOpen):
65661         (thirdOpen.request.onupgradeneeded):
65662         (thirdOpen.request.onerror):
65663         (thirdOpen):
65664         (fourthOpen.request.onupgradeneeded):
65665         (fourthOpen.request.onsuccess):
65666         (fourthOpen):
65667         (checkState):
65668
65669 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65670
65671         [Chromium] Updating baselines after r134631.
65672
65673 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65674
65675         Marked fake-mouse-move tests as failing.
65676         https://bugs.webkit.org/show_bug.cgi?id=102277
65677
65678 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65679
65680         Update DOMException name: WrongDocumentError
65681         https://bugs.webkit.org/show_bug.cgi?id=102096
65682
65683         Reviewed by Ojan Vafai.
65684
65685         Updated tests and expectations.
65686
65687         * fast/dom/Range/compareBoundaryPoints-1-expected.txt:
65688         * fast/dom/Range/compareBoundaryPoints-1.html:
65689         * fast/dom/move-nodes-across-documents.html:
65690
65691 2012-11-14  Nate Chapin  <japhet@chromium.org>
65692
65693         Move empty loading to DocumentLoader, simplify FrameLoader::init()
65694         https://bugs.webkit.org/show_bug.cgi?id=101512
65695
65696         Reviewed by Adam Barth.
65697
65698         Don't expect resource load callbacks for empty loads.
65699
65700         * http/tests/inspector/network/network-iframe-load-and-delete.html:
65701         * http/tests/loading/redirect-methods-expected.txt:
65702         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
65703         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
65704         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
65705
65706 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65707
65708         Update DOMException name: InvalidStateError
65709         https://bugs.webkit.org/show_bug.cgi?id=102241
65710
65711         Reviewed by Ojan Vafai.
65712
65713         Updated tests and expectations.
65714
65715         * fast/dom/HTMLDialogElement/dialog-open-expected.txt:
65716         * fast/dom/HTMLDialogElement/dialog-open.html:
65717         * fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt:
65718         * fast/dom/HTMLDialogElement/dialog-show-modal.html:
65719         * fast/dom/Range/range-intersectsNode-exception-expected.txt:
65720         * fast/dom/Range/range-intersectsNode-exception.html:
65721         * fast/dom/Range/range-intersectsNode-expected.txt:
65722         * fast/dom/Range/resources/intersectsNode.js:
65723         * fast/dom/Selection/collapseToX-empty-selection-expected.txt:
65724         * fast/dom/Selection/script-tests/collapseToX-empty-selection.js:
65725         * fast/events/message-port-clone-expected.txt:
65726         * fast/events/message-port-multi-expected.txt:
65727         * fast/files/read-file-async-expected.txt:
65728         * fast/files/workers/worker-read-file-async-expected.txt:
65729         * fast/forms/color/color-setrangetext-expected.txt:
65730         * fast/forms/date/date-setrangetext-expected.txt:
65731         * fast/forms/date/date-stepup-stepdown-expected.txt:
65732         * fast/forms/date/date-stepup-stepdown.html:
65733         * fast/forms/datetime/datetime-setrangetext-expected.txt:
65734         * fast/forms/datetime/datetime-stepup-stepdown-expected.txt:
65735         * fast/forms/datetime/datetime-stepup-stepdown.html:
65736         * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt:
65737         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt:
65738         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html:
65739         * fast/forms/file/file-setrangetext-expected.txt:
65740         * fast/forms/file/input-file-value-expected.txt:
65741         * fast/forms/hidden/hidden-setrangetext-expected.txt:
65742         * fast/forms/image/image-setrangetext-expected.txt:
65743         * fast/forms/input-stepup-stepdown-expected.txt:
65744         * fast/forms/input-stepup-stepdown.html:
65745         * fast/forms/input-valueasnumber-unsupported-expected.txt:
65746         * fast/forms/input-valueasnumber-unsupported.html:
65747         * fast/forms/month/input-valueasdate-expected.txt:
65748         * fast/forms/month/input-valueasdate.html:
65749         * fast/forms/month/month-setrangetext-expected.txt:
65750         * fast/forms/month/month-stepup-stepdown-expected.txt:
65751         * fast/forms/month/month-stepup-stepdown.html:
65752         * fast/forms/number/number-setrangetext-expected.txt:
65753         * fast/forms/number/number-stepup-stepdown-expected.txt:
65754         * fast/forms/number/number-stepup-stepdown-from-renderer.html:
65755         * fast/forms/number/number-stepup-stepdown.html:
65756         * fast/forms/number/number-valueasnumber-expected.txt:
65757         * fast/forms/number/number-valueasnumber.html:
65758         * fast/forms/range/range-setrangetext-expected.txt:
65759         * fast/forms/range/range-stepup-stepdown-expected.txt:
65760         * fast/forms/range/range-stepup-stepdown-from-renderer.html:
65761         * fast/forms/range/range-stepup-stepdown.html:
65762         * fast/forms/setrangetext-expected.txt:
65763         * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html:
65764         * fast/forms/time/time-setrangetext-expected.txt:
65765         * fast/forms/time/time-stepup-stepdown-expected.txt:
65766         * fast/forms/time/time-stepup-stepdown.html:
65767         * fast/forms/week/week-setrangetext-expected.txt:
65768         * fast/forms/week/week-stepup-stepdown-expected.txt:
65769         * fast/forms/week/week-stepup-stepdown.html:
65770         * fast/js/dfg-custom-getter-throw-expected.txt:
65771         * fast/js/dfg-custom-getter-throw-inlined-expected.txt:
65772         * fast/js/script-tests/dfg-custom-getter-throw-inlined.js:
65773         * fast/js/script-tests/dfg-custom-getter-throw.js:
65774         * fast/mediastream/MediaStreamTrackList-expected.txt:
65775         * fast/notifications/notifications-document-close-crash-expected.txt:
65776         * fast/speech/scripted/start-exception-expected.txt:
65777         * fast/speech/scripted/start-exception.html:
65778         * fast/workers/worker-context-multi-port-expected.txt:
65779         * fast/workers/worker-multi-port-expected.txt:
65780         * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt:
65781         * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
65782         * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt:
65783         * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt:
65784         * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt:
65785         * fast/xpath/detached-subtree-invalidate-iterator-expected.txt:
65786         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
65787         * http/tests/media/media-source/video-media-source-duration-changed-expected.txt:
65788         * http/tests/media/media-source/video-media-source-objects-expected.txt:
65789         * http/tests/xmlhttprequest/exceptions-expected.txt:
65790         * http/tests/xmlhttprequest/zero-length-response-expected.txt:
65791         * platform/chromium-mac/fast/notifications/notifications-document-close-crash-expected.txt:
65792         * platform/qt/editing/pasteboard/data-transfer-items-expected.txt:
65793         * platform/qt/fast/notifications/notifications-document-close-crash-expected.txt:
65794         * storage/websql/open-database-set-empty-version-expected.txt:
65795
65796 2012-11-14  Li Yin  <li.yin@intel.com>
65797
65798         createDelay should raise exception when the maxDelayTime parameter is incorrect.
65799         https://bugs.webkit.org/show_bug.cgi?id=102173
65800
65801         Reviewed by Chris Rogers.
65802
65803         Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
65804         The specified value must be greater than zero and less than three minutes or a
65805         NOT_SUPPORTED_ERR exception will be thrown.
65806
65807         * webaudio/delaynode-maxdelaylimit-expected.txt:
65808         * webaudio/delaynode-maxdelaylimit.html:
65809
65810 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65811
65812         [Chromium] css3/filters/custom/custom-filter-property-computed-style.html is a flaky timeout in debug.
65813         https://bugs.webkit.org/show_bug.cgi?id=90207
65814
65815 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65816
65817         [Chromium] Updated the type of flakiness for fast/forms/select/select-state-restore.html.
65818         https://bugs.webkit.org/show_bug.cgi?id=90207
65819
65820         * platform/chromium/TestExpectations: Updated.
65821
65822 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65823
65824         Unreviewed. Rebaselined test results.
65825
65826         * fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/mac/fast/media/mq-js-media-except-01-expected.txt.
65827         * platform/chromium-linux-x86/svg/dom/SVGTransformList-basics-expected.png: Removed.
65828         * platform/chromium-mac-lion/svg/dom/SVGLengthList-appendItem-expected.png:
65829         * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png:
65830         * platform/chromium-mac-lion/svg/dom/SVGLengthList-getItem-expected.png:
65831         * platform/chromium-mac-lion/svg/dom/SVGLengthList-initialize-expected.png:
65832         * platform/chromium-mac-lion/svg/dom/SVGLengthList-insertItemBefore-expected.png:
65833         * platform/chromium-mac-lion/svg/dom/SVGLengthList-removeItem-expected.png:
65834         * platform/chromium-mac-lion/svg/dom/SVGLengthList-replaceItem-expected.png:
65835         * platform/chromium-mac-lion/svg/dom/SVGNumberList-basics-expected.png:
65836         * platform/chromium-mac-lion/svg/dom/SVGTransformList-basics-expected.png:
65837         * platform/chromium-win/fast/media/mq-js-media-except-01-expected.png:
65838         * platform/chromium-win/svg/dom/SVGLengthList-appendItem-expected.png:
65839         * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.png:
65840         * platform/chromium-win/svg/dom/SVGLengthList-getItem-expected.png:
65841         * platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png:
65842         * platform/chromium-win/svg/dom/SVGLengthList-insertItemBefore-expected.png:
65843         * platform/chromium-win/svg/dom/SVGLengthList-removeItem-expected.png:
65844         * platform/chromium-win/svg/dom/SVGLengthList-replaceItem-expected.png:
65845         * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png:
65846         * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png:
65847         * platform/chromium/fast/media/mq-js-media-except-01-expected.txt: Removed.
65848         * 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.
65849         * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-appendItem-expected.png.
65850         * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png.
65851         * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-initialize-expected.png.
65852         * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png.
65853         * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png.
65854         * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGNumberList-basics-expected.png.
65855         * platform/qt/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
65856         * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
65857
65858 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
65859
65860         Unreviewed GTK gardening.
65861
65862         Adding back and updating baselines that were removed by accident in r133908.
65863
65864         * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
65865         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Added.
65866
65867 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
65868
65869         Unreviewed GTK gardening.
65870
65871         Adding or updating baselines for changes in r134618.
65872         Adding timeout expectations for
65873         - fast/dom/Window/open-window-min-size.html, added in r134586 and
65874         - inspector-protocol/nmi-webaudio.html, added in r134593.
65875
65876         * platform/gtk/TestExpectations:
65877         * platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
65878         * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
65879
65880 2012-11-12  Slavomir Kaslev  <skaslev@google.com>
65881
65882         [Chromium] Rebaselined video LayoutTests for software compositor
65883         https://bugs.webkit.org/show_bug.cgi?id=101973
65884
65885         Reviewed by Adrienne Walker.
65886
65887         Rebaselined failing video LayouTests caused by different filtering
65888         result between Skia and Mesa for the software compositor.
65889
65890         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65891         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65892         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65893         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65894         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65895         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65896         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65897         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65898         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65899         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65900         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65901         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65902         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65903         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65904         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65905         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65906         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65907         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65908         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65909         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65910         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65911         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65912         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65913         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65914         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65915         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65916         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65917         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65918         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
65919         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added.
65920         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added.
65921         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added.
65922         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added.
65923         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added.
65924         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added.
65925         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added.
65926         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added.
65927         * platform/chromium/TestExpectations:
65928
65929 2012-11-14  Justin Novosad  <junov@google.com>
65930
65931         Boxes with rounded corners and thin borders are too slow to draw
65932         https://bugs.webkit.org/show_bug.cgi?id=101974
65933
65934         Reviewed by Simon Fraser.
65935
65936         New test that purposely triggers the BackgroundOverBorder painting path
65937         in WebCore::RenderBox, to test it with thick borders, off-diagonal
65938         mitring, an anti-aliased rounded border wedge, and a border of width 0.
65939
65940         * fast/borders/border-radius-wide-border-05.html: Added.
65941         * fast/borders/border-radius-wide-border-05-expected.txt: Added.
65942         * LayoutTests/platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png: Added.
65943         * LayoutTests/platform/chromium/TestExpectations: Added Expectations.
65944         Added expectations for tests pixels results that require rebaselining
65945
65946 2012-11-14  Sami Kyostila  <skyostil@chromium.org>
65947
65948         Optimize painting of composited scrolling layers
65949         https://bugs.webkit.org/show_bug.cgi?id=96087
65950
65951         Reviewed by Simon Fraser.
65952
65953         Test that accelerated scrolling layers can be scrolled without repainting
65954         their contents. Note that this test will not pass unless
65955         ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
65956
65957         * compositing/overflow/scrolling-without-painting-expected.txt: Added.
65958         * compositing/overflow/scrolling-without-painting.html: Added.
65959         * platform/chromium/TestExpectations: Mark test as expected to fail
65960           by default.
65961         * platform/mac/TestExpectations: Skip the test.
65962
65963 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65964
65965         Rebaseline fast/media/mq-js-media-except-01.html after r134618.
65966
65967 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
65968
65969         [Chromium] Mark webgl-background-color.html as failing.
65970         http://webkit.org/b/102247
65971
65972         * platform/chromium/TestExpectations: Marked as failing.
65973
65974 2012-11-14  Erik Arvidsson  <arv@chromium.org>
65975
65976         Unreviewed gardening.
65977
65978         Updating pixel tests expectations after r134613
65979
65980         * LayoutTests/platform/chromium/TestExpectations:
65981         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png:
65982         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
65983         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png:
65984         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png:
65985         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png:
65986         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png:
65987         * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png:
65988         * platform/chromium-mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png:
65989         * platform/chromium-mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png:
65990         * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png:
65991         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
65992         * platform/chromium-mac/svg/dom/SVGLengthList-getItem-expected.png:
65993         * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png:
65994         * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png:
65995         * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png:
65996         * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png:
65997         * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png:
65998         * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png:
65999         * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-getItem-expected.png.
66000         * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-removeItem-expected.png.
66001         * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGTransformList-basics-expected.png.
66002
66003 2012-11-14  Erik Arvidsson  <arv@chromium.org>
66004
66005         Update DOMException name: NotFoundError
66006         https://bugs.webkit.org/show_bug.cgi?id=102137
66007
66008         Reviewed by Ojan Vafai.
66009
66010         Updated tests and expectations.
66011
66012         * fast/dom/Document/replaceChild-null-oldChild-expected.txt:
66013         * fast/dom/Document/script-tests/replaceChild-null-oldChild.js:
66014         * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
66015         * fast/dom/Range/range-intersectsNode-expected.txt:
66016         * fast/dom/incompatible-operations-expected.txt:
66017         * fast/dom/incompatible-operations.html:
66018         * fast/dom/setter-type-enforcement-expected.txt:
66019         * fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
66020         * fast/events/remove-target-with-shadow-in-drag-expected.txt:
66021         * fast/files/workers/worker-read-blob-sync-expected.txt:
66022         * fast/files/workers/worker-read-file-sync-expected.txt:
66023         * fast/inspector-support/uncaught-dom8-exception-expected.txt:
66024         * fast/js/dot-node-base-exception-expected.txt:
66025         * fast/js/script-tests/dot-node-base-exception.js:
66026         * fast/mutation/observe-exceptions-expected.txt:
66027         * platform/chromium-linux/fast/media/mq-js-media-except-01-expected.png:
66028         * platform/chromium-win/fast/media/mq-js-media-except-01-expected.txt:
66029         * platform/chromium/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
66030         * platform/chromium/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
66031         * platform/chromium/fast/events/remove-target-with-shadow-in-drag-expected.txt:
66032         * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt:
66033         * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt:
66034         * platform/chromium/fast/media/mq-js-media-except-01-expected.txt:
66035         * platform/efl/fast/media/mq-js-media-except-01-expected.txt:
66036         * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt:
66037         * platform/gtk/fast/media/mq-js-media-except-01-expected.txt:
66038         * platform/mac/fast/media/mq-js-media-except-01-expected.txt:
66039         * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
66040
66041 2012-11-14  Dimitri Glazkov  <dglazkov@chromium.org>
66042
66043         Mark files that need rebaselines as failing.
66044         https://bugs.webkit.org/show_bug.cgi?id=102087
66045
66046         * platform/chromium/TestExpectations: Added expectations.
66047
66048 2012-11-14  Erik Arvidsson  <arv@chromium.org>
66049
66050         Update DOMException name: IndexSizeError
66051         https://bugs.webkit.org/show_bug.cgi?id=102087
66052
66053         Reviewed by Ojan Vafai.
66054
66055         Updated tests and expectations.
66056
66057         * editing/selection/extend-expected.txt:
66058         * fast/canvas/canvas-getImageData-invalid-expected.txt:
66059         * fast/canvas/canvas-overloads-drawImage-expected.txt:
66060         * fast/canvas/script-tests/canvas-getImageData-invalid.js:
66061         * fast/canvas/script-tests/canvas-overloads-drawImage.js:
66062         * fast/canvas/webgl/data-view-test-expected.txt:
66063         * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
66064         * fast/dom/HTMLInputElement/input-size-attribute.html:
66065         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
66066         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
66067         * fast/dom/css-mediarule-functions-expected.txt:
66068         * fast/dom/css-mediarule-functions.html:
66069         * fast/forms/input-maxlength-expected.txt:
66070         * fast/forms/input-maxlength.html:
66071         * fast/forms/number/number-size-expected.txt:
66072         * fast/forms/number/number-size.html:
66073         * fast/forms/search/search-setrangetext-expected.txt:
66074         * fast/forms/setrangetext-expected.txt:
66075         * fast/forms/textarea-maxlength-expected.txt:
66076         * fast/forms/textarea-maxlength.html:
66077         * fast/forms/textarea/textarea-setrangetext-expected.txt:
66078         * fast/html/marquee-element-expected.txt:
66079         * fast/inspector-support/uncaught-dom1-exception-expected.txt:
66080         * fast/js/select-options-add-expected.txt:
66081         * fast/speech/scripted/speechgrammar-basics-expected.txt:
66082         * inspector/styles/set-property-boundaries-expected.txt:
66083         * platform/chromium-mac/fast/dynamic/015-expected.txt:
66084         * platform/chromium-win/fast/dynamic/015-expected.txt:
66085         * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt:
66086         * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt:
66087         * platform/efl/fast/dynamic/015-expected.txt:
66088         * platform/gtk/fast/dynamic/015-expected.txt:
66089         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
66090         * platform/mac/fast/dynamic/015-expected.txt:
66091         * platform/qt/fast/dynamic/015-expected.txt:
66092         * svg/custom/acid3-test-77-expected.txt:
66093         * svg/custom/getSubStringLength-expected.txt:
66094         * svg/custom/selectSubString-expected.txt:
66095         * svg/dom/SVGLengthList-appendItem-expected.txt:
66096         * svg/dom/SVGLengthList-basics-expected.txt:
66097         * svg/dom/SVGLengthList-getItem-expected.txt:
66098         * svg/dom/SVGLengthList-initialize-expected.txt:
66099         * svg/dom/SVGLengthList-insertItemBefore-expected.txt:
66100         * svg/dom/SVGLengthList-removeItem-expected.txt:
66101         * svg/dom/SVGLengthList-replaceItem-expected.txt:
66102         * svg/dom/SVGNumberList-basics-expected.txt:
66103         * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt:
66104         * svg/dom/SVGPointList-basics-expected.txt:
66105         * svg/dom/SVGStringList-basics-expected.txt:
66106         * svg/dom/SVGTransformList-basics-expected.txt:
66107         * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
66108
66109 2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66110
66111         [EFL] Add some missing pixel expectations.
66112
66113         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
66114         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
66115         * platform/efl/fast/replaced/width100percent-textarea-expected.png: Added.
66116
66117 2012-11-14  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66118
66119         [EFL] WK1 gardening.
66120
66121         Skip fast/dom/Window/open-window-min-size.html and add some
66122         WK1-specific pixel results which do not look wrong per se.
66123
66124         * platform/efl-wk1/TestExpectations:
66125         * platform/efl-wk1/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
66126         * platform/efl-wk1/fast/repaint/selection-after-delete-expected.png: Added.
66127         * platform/efl-wk1/fast/repaint/selection-after-remove-expected.png: Added.
66128         * platform/efl-wk1/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
66129
66130 2012-11-14  Ádám Kallai  <kadam@inf.u-szeged.hu>
66131
66132         [Qt] Unreviewed gardening. Skip failing tests.
66133
66134         * platform/qt/TestExpectations:
66135
66136 2012-11-14  Ilya Tikhonovsky  <loislo@chromium.org>
66137
66138         Unreviewed test fix for r134593.
66139
66140         * inspector-protocol/nmi-webaudio.html:
66141
66142 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
66143
66144         [EFL] Unreviewed gardening.
66145
66146         anchor-*download.html wander between crashing and failing.
66147         Marking winsize test as failure and added to bug.
66148
66149         * platform/efl-wk2/TestExpectations:
66150
66151 2012-11-09  Ilya Tikhonovsky  <loislo@chromium.org>
66152
66153         Web Inspector: NMI add instrumentation for WebAudo related stuff.
66154         They use about 16Mb for shared data on pages with webaudio.
66155         As example Angry Birds app.
66156         https://bugs.webkit.org/show_bug.cgi?id=101729
66157
66158         Reviewed by Yury Semikhatsky.
66159
66160         Plain vanilla instrumentation for audio and webaudio classes.
66161         AudioContext is a kind of ActiveDOMObject. I found that these objects
66162         are accessible through ScriptExecutuionContext and ScriptExecutionContext
66163         is an ancestor of Document. Document class was instrumented earler.
66164         I instrumented ActiveDOMObject, ScriptExecutionContext and other ancestors
66165         and now AudioContext and other ActiveDOMObjects are reacheable from Document.
66166
66167         * inspector-protocol/nmi-webaudio-expected.txt: Added.
66168         * inspector-protocol/nmi-webaudio.html: Added.
66169
66170 2012-11-14  Pavel Feldman  <pfeldman@chromium.org>
66171
66172         Not reviewed: proper baselines for inspector's timeline-timer-fired-from-eval-call-site.
66173
66174         * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt:
66175
66176 2012-11-14  Kenneth Rohde Christiansen  <kenneth@webkit.org>
66177
66178         Clean up use of adjustWindowRect
66179         https://bugs.webkit.org/show_bug.cgi?id=102072
66180
66181         Reviewed by Gyuyoung Kim.
66182
66183         Test that minimum sizes are honored.
66184
66185         * fast/dom/Window/open-window-min-size.html: Added.
66186         * fast/dom/Window/open-window-min-size-expected.txt: Added.
66187         * fast/dom/Window/resources/report-size-and-close.html: Added.
66188         * platform/mac/TestExpectations: Skipped as it times out.
66189
66190 2012-11-14  Kentaro Hara  <haraken@chromium.org>
66191
66192         Unreviewed. Fixed lint error.
66193
66194         * platform/chromium/TestExpectations:
66195
66196 2012-11-14  Takashi Sakamoto  <tasak@google.com>
66197
66198         Crash when replacing parts of text inputs with content: url(...)
66199         https://bugs.webkit.org/show_bug.cgi?id=101133
66200
66201         Reviewed by Kent Tamura.
66202
66203         * fast/forms/number/number-content-url-crash-expected.txt: Added.
66204         * fast/forms/number/number-content-url-crash.html: Added.
66205         * fast/forms/search/search-content-url-crash-expected.txt: Added.
66206         * fast/forms/search/search-content-url-crash.html: Added.
66207
66208 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
66209
66210         [EFL] Unreviewed gardening.
66211
66212         The bots don't have mercy today.
66213
66214         * platform/efl-wk2/TestExpectations:
66215
66216 2012-11-14  Kent Tamura  <tkent@chromium.org>
66217
66218         Support for localization tests of calendar picker
66219         https://bugs.webkit.org/show_bug.cgi?id=102181
66220
66221         Reviewed by Kentaro Hara.
66222
66223         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
66224         * platform/chromium/TestExpectations:
66225         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
66226         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
66227
66228 2012-11-14  Sheriff Bot  <webkit.review.bot@gmail.com>
66229
66230         Unreviewed, rolling out r134566.
66231         http://trac.webkit.org/changeset/134566
66232         https://bugs.webkit.org/show_bug.cgi?id=102197
66233
66234         "it broke Chromium Android Release build" (Requested by
66235         haraken on #webkit).
66236
66237         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Removed.
66238         * platform/chromium/TestExpectations:
66239         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Removed.
66240         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Removed.
66241
66242 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
66243
66244         Unreviewed GTK gardening.
66245
66246         Updating the platform-specific baseline for fast/js/global-constructors.html
66247         and removing the failure expectation for said test.
66248
66249         * platform/gtk/TestExpectations:
66250         * platform/gtk/fast/js/global-constructors-expected.txt:
66251
66252 2012-11-14  Eugene Klyuchnikov  <eustas.bug@gmail.com>
66253
66254         Web Inspector: Timeline: 'undefined' javascript filenames.
66255         https://bugs.webkit.org/show_bug.cgi?id=101334
66256
66257         Reviewed by Yury Semikhatsky.
66258
66259         Test that callSite for TimerFired is resolved even for evaled scripts.
66260
66261         * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: Added.
66262         * inspector/timeline/timeline-timer-fired-from-eval-call-site.html: Added.
66263
66264 2012-11-14  Shinya Kawanaka  <shinyak@chromium.org>
66265
66266         Changing pseudoClass (:target) should cause distribution
66267         https://bugs.webkit.org/show_bug.cgi?id=101699
66268
66269         Reviewed by Hajime Morita.
66270
66271         * fast/dom/shadow/pseudoclass-update-target-expected.html: Added.
66272         * fast/dom/shadow/pseudoclass-update-target.html: Added.
66273
66274 2012-11-14  Dominik Röttsches  <dominik.rottsches@intel.com>
66275
66276         [EFL] Unreviewed gardening.
66277
66278         Mark two failures after r134456.
66279
66280         * platform/efl/TestExpectations:
66281
66282 2012-11-14  Kent Tamura  <tkent@chromium.org>
66283
66284         Support for localization tests of calendar picker
66285         https://bugs.webkit.org/show_bug.cgi?id=102181
66286
66287         Reviewed by Kentaro Hara.
66288
66289         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
66290         * platform/chromium/TestExpectations:
66291         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added.
66292         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added.
66293
66294 2012-11-14  Zan Dobersek  <zandobersek@gmail.com>
66295
66296         Unreviewed GTK gardening.
66297
66298         Moving some expectations into a more proper section while
66299         merging the others.
66300
66301         * platform/gtk/TestExpectations:
66302
66303 2012-11-14  Mihnea Ovidenie  <mihnea@adobe.com>
66304
66305         After r134205 was rolled out in http://trac.webkit.org/changeset/134425,
66306         we have to re-enable the skipped tests that were failing because of r134205.
66307         https://bugs.webkit.org/show_bug.cgi?id=102090
66308
66309         Reviewed by Adam Barth.
66310
66311         The initial rollout for r134205 and the related r134226, r134419 failed.
66312
66313         * platform/chromium/TestExpectations:
66314         * platform/qt/TestExpectations:
66315
66316 2012-11-13  Zan Dobersek  <zandobersek@gmail.com>
66317
66318         Unreviewed GTK gardening.
66319
66320         Expanding failure expectations for the inspector/debugger/live-edit.html test.
66321         Adding failure and timeout expectations for two tests that regressed after r134495.
66322         Adding failure expectation for a test added in r134099.
66323
66324         * platform/gtk/TestExpectations:
66325
66326 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
66327
66328         Unreviewed gardening, skip new failing tests.
66329
66330         * platform/qt/TestExpectations:
66331
66332 2012-11-13  Kentaro Hara  <haraken@chromium.org>
66333
66334         Unreviewed. Marked platform/chromium/virtual/gpu/fast/hidpi/image-set-without-specified-width.html
66335         as Slow.
66336
66337         * platform/chromium/TestExpectations:
66338
66339 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
66340
66341         Unreviewed gardening, update expected files after r134435.
66342
66343         * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
66344         * fast/dom/DOMException/prototype-object-expected.txt:
66345         * fast/dom/DOMException/stack-trace-expected.txt:
66346
66347 2012-11-13  Kunihiko Sakamoto  <ksakamoto@chromium.org>
66348
66349         Enable calendar picker for input types datetime/datetime-local
66350         https://bugs.webkit.org/show_bug.cgi?id=101889
66351
66352         Reviewed by Kent Tamura.
66353
66354         Added tests for calendar picker for inpt type=datetime/datetime-local.
66355
66356         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt: Added.
66357         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html: Added.
66358         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt: Added.
66359         * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html: Added.
66360
66361 2012-11-13  Keishi Hattori  <keishi@webkit.org>
66362
66363         Enable datalist UI for input types week and month
66364         https://bugs.webkit.org/show_bug.cgi?id=102041
66365
66366         Reviewed by Kent Tamura.
66367
66368         * platform/chromium/fast/forms/datalist/input-list-expected.txt:
66369
66370 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
66371
66372         Collect necessary features for SelectRuleFeatureSet
66373         https://bugs.webkit.org/show_bug.cgi?id=102160
66374
66375         Reviewed by Dimitri Glazkov.
66376
66377         * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt:
66378         * fast/dom/shadow/shadow-select-attribute-featureset.html:
66379
66380 2012-11-13  Kentaro Hara  <haraken@chromium.org>
66381
66382         Unreviewed. Rebaselined test results.
66383
66384         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
66385         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added.
66386
66387 2012-11-13  David Grogan  <dgrogan@chromium.org>
66388
66389         IndexedDB: non-trivial test conversion batch 2
66390         https://bugs.webkit.org/show_bug.cgi?id=101998
66391
66392         Reviewed by Tony Chang.
66393
66394         * storage/indexeddb/cursor-overloads-expected.txt:
66395         * storage/indexeddb/cursor-overloads.html:
66396           Trivial conversion that I missed last time around.
66397
66398         * storage/indexeddb/database-basics-expected.txt:
66399         * storage/indexeddb/database-close-expected.txt:
66400         * storage/indexeddb/database-closepending-flag-expected.txt:
66401         * storage/indexeddb/delete-closed-database-object-expected.txt:
66402         * storage/indexeddb/resources/database-basics.js:
66403           Removed test that shows calling setVersion inside a version change
66404           transaction is an error. Replaced with test showing same error for a
66405           generic transaction.
66406
66407         * storage/indexeddb/resources/database-close.js:
66408           Formerly used both unblocked setVersion and deleteDatabase to signal
66409           that a connection was closed, now just used deleteDatabase.
66410
66411         * storage/indexeddb/resources/database-closepending-flag.js:
66412           Straightforward, it just has multiple opens.
66413
66414 2012-11-13  Erik Arvidsson  <arv@chromium.org>
66415
66416         Update DOMException name: InvalidCharacterError
66417         https://bugs.webkit.org/show_bug.cgi?id=102128
66418
66419         Reviewed by Darin Adler.
66420
66421         Updated tests and expectations.
66422
66423         * fast/dom/Document/createElement-invalid-names-expected.txt:
66424         * fast/dom/Document/createElement-invalid-names.html:
66425         * fast/dom/Element/prefix-setter-exception-expected.txt:
66426         * fast/dom/Window/atob-btoa-expected.txt:
66427         * fast/dom/dataset-expected.txt:
66428         * fast/dom/dataset-xhtml-expected.txt:
66429         * fast/dom/script-tests/dataset-xhtml.js:
66430         * fast/dom/script-tests/dataset.js:
66431
66432 2012-11-13  Elliott Sprehn  <esprehn@chromium.org>
66433
66434         Disable frame loading instead of throwing exceptions on subtree modifications in ChildFrameDisconnector
66435         https://bugs.webkit.org/show_bug.cgi?id=102012
66436
66437         Reviewed by Ojan Vafai.
66438
66439         Remove console log output from the exception we no longer throw. Since we no
66440         longer throw an exception we don't need a platform specific output file either.
66441
66442         Also add a test that we don't throw an exception during modifications to subtrees
66443         during unload.
66444
66445         * fast/frames/modifications-in-subtree-unload-expected.html: Added.
66446         * fast/frames/modifications-in-subtree-unload.html: Added.
66447         * fast/frames/out-of-document-iframe-has-child-frame-expected.txt:
66448         * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt: Removed.
66449
66450 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
66451
66452         Revert r134474; turns out these tests were failing.
66453
66454         I need to figure out what's going on here ...
66455
66456         * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Removed.
66457         * platform/chromium/TestExpectations:
66458
66459 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
66460
66461         Update chromium-mac-lion baselines after r134516. Unreviewed.
66462
66463         * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png:
66464         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Added.
66465         * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png: Added.
66466
66467 2012-11-13  Tab Atkins  <jackalmage@gmail.com>
66468
66469         CSS @charset parsing is too loose, doesn't match other browsers
66470         https://bugs.webkit.org/show_bug.cgi?id=101527
66471
66472         Reviewed by Alexey Proskuryakov.
66473
66474         Removed the old css-charset-evil.html test,
66475         which tested for our loose parsing of @charset.
66476         Now that we're tightening our parsing to match the spec and IE's and FF's new behavior,
66477         I added a more comprehensive test of incorrect @charset rules,
66478         to ensure that we correctly reject them.
66479
66480         * fast/encoding/css-charset-evil-expected.txt: Removed.
66481         * fast/encoding/css-charset-evil.css: Removed.
66482         * fast/encoding/css-charset-evil.html: Removed.
66483         * fast/encoding/css-charset-evil/css-charset-evil-a1.css: Added.
66484         * fast/encoding/css-charset-evil/css-charset-evil-a2.css: Added.
66485         * fast/encoding/css-charset-evil/css-charset-evil-a3.css: Added.
66486         * fast/encoding/css-charset-evil/css-charset-evil-a4.css: Added.
66487         * fast/encoding/css-charset-evil/css-charset-evil-b1.css: Added.
66488         * fast/encoding/css-charset-evil/css-charset-evil-b2.css: Added.
66489         * fast/encoding/css-charset-evil/css-charset-evil-b3.css: Added.
66490         * fast/encoding/css-charset-evil/css-charset-evil-b4.css: Added.
66491         * fast/encoding/css-charset-evil/css-charset-evil-b5.css: Added.
66492         * fast/encoding/css-charset-evil/css-charset-evil-b6.css: Added.
66493         * fast/encoding/css-charset-evil/css-charset-evil-b7.css: Added.
66494         * fast/encoding/css-charset-evil/css-charset-evil-b8.css: Added.
66495         * fast/encoding/css-charset-evil/css-charset-evil-c1.css: Added.
66496         * fast/encoding/css-charset-evil/css-charset-evil-c2.css: Added.
66497         * fast/encoding/css-charset-evil/css-charset-evil-c3.css: Added.
66498         * fast/encoding/css-charset-evil/css-charset-evil-d1.css: Added.
66499         * fast/encoding/css-charset-evil/css-charset-evil-expected.txt: Added.
66500         * fast/encoding/css-charset-evil/css-charset-evil.html: Added.
66501
66502 2012-11-13  Thiago Marcos P. Santos  <thiago.santos@intel.com>
66503
66504         [EFL] Add new baselines after r134435
66505         https://bugs.webkit.org/show_bug.cgi?id=102125
66506
66507         Unreviewed gardening.
66508
66509         * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
66510         * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Added.
66511         * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Added.
66512         * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
66513         * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Added.
66514         * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Added.
66515
66516 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
66517
66518         More chromium-mac-mountainlion rebaselining and bug triaging.
66519         https://bugs.webkit.org/show_bug.cgi?id=99749
66520
66521         Unreviewed.
66522
66523         * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png: Added.
66524         * platform/chromium-mac-lion/compositing/direct-image-compositing-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/direct-image-compositing-expected.png.
66525         * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png.
66526         * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/dynamic/text-combine-expected.png.
66527         * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.txt: Added.
66528         * 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.
66529         * 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.
66530         * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-combined-text-expected.png.
66531         * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.txt: Added.
66532         * platform/chromium-mac-lion/fast/text/emphasis-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-expected.png.
66533         * 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.
66534         * 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.
66535         * 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.
66536         * 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.
66537         * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.txt: Added.
66538         * 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.
66539         * 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.
66540         * 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.
66541         * 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.
66542         * 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.
66543         * 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.
66544         * 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.
66545         * 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.
66546         * 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.
66547         * 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.
66548         * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/foreign-object-skew-expected.png.
66549         * 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.
66550         * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/007-expected.png.
66551         * platform/chromium-mac-lion/tables/mozilla/bugs/bug11026-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png.
66552         * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
66553         * platform/chromium-mac/compositing/direct-image-compositing-expected.png:
66554         * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png:
66555         * platform/chromium-mac/fast/dynamic/text-combine-expected.png:
66556         * platform/chromium-mac/fast/dynamic/text-combine-expected.txt: Added.
66557         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
66558         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt:
66559         * platform/chromium-mac/fast/text/emphasis-combined-text-expected.png:
66560         * platform/chromium-mac/fast/text/emphasis-combined-text-expected.txt: Added.
66561         * platform/chromium-mac/fast/text/emphasis-expected.png:
66562         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
66563         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt:
66564         * platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
66565         * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png:
66566         * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.txt: Added.
66567         * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
66568         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
66569         * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
66570         * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png:
66571         * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt:
66572         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
66573         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
66574         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
66575         * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
66576         * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
66577         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
66578         * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
66579         * platform/chromium-mac/svg/hixie/perf/007-expected.png:
66580         * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png:
66581         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
66582         * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
66583         * platform/chromium/TestExpectations:
66584
66585 2012-11-13  Kenichi Ishibashi  <bashi@chromium.org>
66586
66587         [WebSocket] send() and close() should not throw an exception for an unpaired surrogate but use the replacement character
66588         https://bugs.webkit.org/show_bug.cgi?id=101569
66589
66590         Reviewed by Alexey Proskuryakov.
66591
66592         - Updated tests which try to send unpaired surrogates.
66593           These tests should not throw SYNTAX_ERR.
66594         - Add a test that checks whether WebKit throws SYNTAX_ERR when a close
66595           reason is too long.
66596
66597         * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt: Added.
66598         * http/tests/websocket/tests/hybi/close-reason-too-long.html: Ditto.
66599         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Updated.
66600         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Ditto.
66601         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Ditto.
66602         * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Ditto.
66603
66604 2012-11-13  Christophe Dumez  <christophe.dumez@intel.com>
66605
66606         Make HTMLLegendElement.form behave according to specification
66607         https://bugs.webkit.org/show_bug.cgi?id=101044
66608
66609         Reviewed by Kent Tamura.
66610
66611         A new fast/forms/legend/legend-form.html test to check that
66612         the legend element's form attribute behaves according to
66613         specification.
66614
66615         * fast/forms/legend/legend-form-expected.txt: Added.
66616         * fast/forms/legend/legend-form.html: Added.
66617
66618 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66619
66620         Unreviewed, rolling out r134377.
66621         http://trac.webkit.org/changeset/134377
66622         https://bugs.webkit.org/show_bug.cgi?id=101133
66623
66624         Caused a mysterious Android Clang build failure, needs
66625         investigation before landing again.
66626
66627         * fast/forms/number/number-content-url-crash-expected.txt: Removed.
66628         * fast/forms/number/number-content-url-crash.html: Removed.
66629         * fast/forms/search/search-content-url-crash-expected.txt: Removed.
66630         * fast/forms/search/search-content-url-crash.html: Removed.
66631
66632 2012-11-13  James Robinson  <jamesr@chromium.org>
66633
66634         Rebaselines for filtering changes due to chromium r167479
66635
66636         * platform/chromium-linux/compositing/checkerboard-expected.png: Added.
66637         * platform/chromium-mac/compositing/checkerboard-expected.png: Added.
66638         * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added.
66639         * platform/chromium-win/compositing/checkerboard-expected.png: Added.
66640         * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png:
66641
66642 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
66643
66644         AX: MathML types need to be semantically identified in AX tree
66645         https://bugs.webkit.org/show_bug.cgi?id=101263
66646
66647         Reviewed by Beth Dakin.
66648
66649         * platform/mac/accessibility/mathml-elements-expected.txt: Added.
66650         * platform/mac/accessibility/mathml-elements.html: Added.
66651
66652 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66653
66654         [Chromium] Fix media/video-empty-source.html lint error.
66655
66656         * platform/chromium/TestExpectations: Fixed.
66657
66658 2012-11-13  Silvia Pfeiffer  <silviapf@chromium.org>
66659
66660         Clean up the inheritance tree under the MediaControls Class.
66661         https://bugs.webkit.org/show_bug.cgi?id=88871
66662
66663         Reviewed by Eric Carlson.
66664
66665         * platform/chromium-mac-mountainlion/TestExpectations: Added.
66666         * platform/chromium/TestExpectations:
66667
66668 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66669
66670         Unreviewed, rolling out r134446.
66671         http://trac.webkit.org/changeset/134446
66672         https://bugs.webkit.org/show_bug.cgi?id=101968
66673
66674         Need to try a different strategy for landing a two-sided patch
66675         (3/3).
66676
66677         * platform/chromium/TestExpectations:
66678
66679 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66680
66681         Unreviewed, rolling out r134458.
66682         http://trac.webkit.org/changeset/134458
66683
66684         Need to try a different strategy for landing a two-sided patch
66685         (2/3).
66686
66687         * platform/chromium/TestExpectations:
66688
66689 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66690
66691         Unreviewed, rolling out r134461.
66692         http://trac.webkit.org/changeset/134461
66693
66694         Need to try a different strategy for landing a two-sided patch
66695         (1/3).
66696
66697         * platform/chromium/TestExpectations:
66698
66699 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66700
66701         [Chromium] Marked fast/workers/worker-exception-during-navigation.html as a flaky crash.
66702         https://bugs.webkit.org/show_bug.cgi?id=102131
66703
66704         * platform/chromium/TestExpectations: Added a flaky crash expectation.
66705
66706 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
66707
66708         WebKit exposes ARIA rowheader role as AXUnknown when not contained in table/grid
66709         https://bugs.webkit.org/show_bug.cgi?id=101616
66710
66711         Reviewed by Beth Dakin.
66712
66713         * platform/mac/accessibility/rowheader-outside-table-role-expected.txt: Added.
66714         * platform/mac/accessibility/rowheader-outside-table-role.html: Added.
66715
66716 2012-11-13  Dirk Pranke  <dpranke@chromium.org>
66717
66718         Remove a few old no-longer-failing tests and update one baseline.
66719
66720         Unreviewed, gardening.
66721
66722         * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Added.
66723         * platform/chromium/TestExpectations:
66724
66725 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66726
66727         [EFL] Unreviewed gardening.
66728
66729         Skip a few tests, update expectations when some colors varied
66730         slightly from the existing expectation and add a few new ones.
66731
66732         * platform/efl-wk1/TestExpectations:
66733         * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png:
66734         * platform/efl/fast/forms/menulist-no-overflow-expected.png:
66735         * platform/efl/fast/forms/menulist-separator-painting-expected.png:
66736         * platform/efl/fast/forms/select-background-none-expected.png:
66737         * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png:
66738         * platform/efl/fast/forms/select-selected-expected.png:
66739         * platform/efl/fast/forms/select-visual-hebrew-expected.png:
66740         * platform/efl/fast/forms/selectlist-minsize-expected.png:
66741         * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png:
66742         * platform/efl/fast/html/keygen-expected.png:
66743         * platform/efl/fast/images/png-suite/test-expected.png:
66744         * platform/efl/fast/replaced/image-sizing-expected.png:
66745         * platform/efl/fast/replaced/three-selects-break-expected.png:
66746         * platform/efl/fast/replaced/width100percent-menulist-expected.png:
66747         * platform/efl/fast/ruby/overhang-horizontal-expected.png: Added.
66748         * platform/efl/fast/runin/runin-generated-before-content-expected.png: Added.
66749         * platform/efl/fast/text/updateNewFont-expected.png:
66750         * platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
66751         * platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png:
66752         * platform/efl/fast/writing-mode/english-lr-text-expected.png:
66753         * platform/efl/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
66754         * platform/efl/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
66755         * platform/efl/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
66756         * platform/efl/svg/filters/feColorMatrix-offset-expected.png: Added.
66757         * platform/efl/svg/filters/feDropShadow-subregion-expected.png: Added.
66758         * platform/efl/svg/filters/feGaussianBlur-subregion-expected.png: Added.
66759         * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
66760         * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
66761         * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
66762         * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
66763         * platform/efl/svg/filters/feImage-preserveAspectratio-expected.png:
66764         * platform/efl/svg/filters/feImage-subregions-expected.png:
66765         * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
66766         * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
66767         * platform/efl/svg/filters/feLighting-crash-expected.png:
66768         * platform/efl/svg/filters/feOffset-expected.png:
66769         * platform/efl/svg/filters/feTile-expected.png:
66770         * platform/efl/svg/filters/filter-on-tspan-expected.png:
66771         * platform/efl/svg/filters/filter-placement-issue-expected.png:
66772         * platform/efl/svg/filters/filter-rounding-issues-expected.png:
66773         * platform/efl/svg/filters/filter-source-position-expected.png: Added.
66774         * platform/efl/svg/filters/filteredImage-expected.png: Added.
66775         * platform/efl/svg/filters/parent-children-with-same-filter-expected.png:
66776         * platform/efl/svg/filters/shadow-on-filter-expected.png:
66777         * platform/efl/svg/filters/subRegion-one-effect-expected.png:
66778         * platform/efl/svg/filters/subRegion-two-effects-expected.png:
66779         * platform/efl/svg/foreignObject/filter-expected.png: Added.
66780         * platform/efl/svg/text/selection-doubleclick-expected.png:
66781
66782 2012-11-13  Chris Fleizach  <cfleizach@apple.com>
66783
66784         AX: file upload input text value is not exposed through accessibility
66785         https://bugs.webkit.org/show_bug.cgi?id=100583
66786
66787         Reviewed by Beth Dakin.
66788
66789         * platform/mac/accessibility/file-upload-button-subrole-expected.txt: Added.
66790         * platform/mac/accessibility/file-upload-button-subrole.html: Added.
66791
66792 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
66793
66794         Unreviewed, rolling out r133944.
66795         http://trac.webkit.org/changeset/133944
66796         https://bugs.webkit.org/show_bug.cgi?id=102118
66797
66798         Only JS bindings support NATIVE_TYPE_ERR (Requested by arv on
66799         #webkit).
66800
66801         * fast/dom/Element/attr-param-typechecking-expected.txt:
66802         * fast/dom/Element/script-tests/attr-param-typechecking.js:
66803
66804 2012-11-13  Dana Jansens  <danakj@chromium.org>
66805
66806         Unreviewed test expectations for animation tests.
66807
66808         * platform/chromium/TestExpectations:
66809
66810 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66811
66812         [Chromium] Pacify linter and tweak expectations to avoid conflicts.
66813
66814         * platform/chromium/TestExpectations: Tweaked.
66815
66816 2012-11-13  Sami Kyostila  <skyostil@chromium.org>
66817
66818         Allow painting outside overflow clip in accelerated scrolling layers
66819         https://bugs.webkit.org/show_bug.cgi?id=100524
66820
66821         Reviewed by Simon Fraser.
66822
66823         Added a test to check painting outside the overflow clip. Note that this will
66824         not pass unless ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled.
66825
66826         * compositing/overflow/updating-scrolling-content-expected.txt: Added.
66827         * compositing/overflow/updating-scrolling-content.html: Added.
66828         * platform/chromium/TestExpectations: Mark test as expected to fail
66829           by default.
66830         * platform/mac/TestExpectations: Skip the test.
66831
66832 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66833
66834         [Chromium] Remove the test that is now passing.
66835
66836         * platform/chromium/TestExpectations: Removed expectation of failure.
66837
66838 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66839
66840         Unreviewed, rolling out r134434.
66841         http://trac.webkit.org/changeset/134434
66842         https://bugs.webkit.org/show_bug.cgi?id=102072
66843
66844         The test that was added asserts in loader.
66845
66846         * fast/dom/Window/open-window-min-size-expected.txt: Removed.
66847         * fast/dom/Window/open-window-min-size.html: Removed.
66848         * fast/dom/Window/resources/print-close.html: Removed.
66849
66850 2012-11-13  Slavomir Kaslev  <skaslev@google.com>
66851
66852         [Chromium] Rebaselined platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas.html
66853         https://bugs.webkit.org/show_bug.cgi?id=101997
66854
66855         Reviewed by James Robinson.
66856
66857         Since we disabled hardware accelerated canvas when in software compositing mode,
66858         this layout test doesn't create any layers which is the correct behaviour.
66859
66860         * platform/chromium/TestExpectations:
66861         * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
66862
66863 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66864
66865         Revert the changes from r134388 and r134426 as r134345 was rolled out.
66866
66867         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
66868         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
66869         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
66870         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
66871
66872 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
66873
66874         Unreviewed, rolling out r134367.
66875         http://trac.webkit.org/changeset/134367
66876         https://bugs.webkit.org/show_bug.cgi?id=100738
66877
66878         Speculative rollout, could have cause Dromaeo setAttribute
66879         perf regression.
66880
66881         * fast/dom/shadow/distribution-attribute-modified-expected.html: Removed.
66882         * fast/dom/shadow/distribution-attribute-modified.html: Removed.
66883         * fast/dom/shadow/distribution-className-modified-expected.html: Removed.
66884         * fast/dom/shadow/distribution-className-modified.html: Removed.
66885         * fast/dom/shadow/distribution-id-modified-expected.html: Removed.
66886         * fast/dom/shadow/distribution-id-modified.html: Removed.
66887         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Removed.
66888         * fast/dom/shadow/reprojection-attribute-modified.html: Removed.
66889         * fast/dom/shadow/reprojection-className-modified-expected.html: Removed.
66890         * fast/dom/shadow/reprojection-className-modified.html: Removed.
66891         * fast/dom/shadow/reprojection-id-modified-expected.html: Removed.
66892         * fast/dom/shadow/reprojection-id-modified.html: Removed.
66893
66894 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
66895
66896         [EFL] More unreviewed gardening.
66897
66898         Update some pixel expectations and skip one test.
66899
66900         * platform/efl/TestExpectations:
66901         * platform/efl/fast/media/view-mode-media-feature-expected.png: Added property svn:mime-type.
66902         * platform/efl/fast/overflow/overflow_hidden-expected.png: Modified property svn:mime-type.
66903         * platform/efl/svg/text/text-rescale-expected.png: Added.
66904
66905 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
66906
66907         Unreviewed, rolling out r134345.
66908         http://trac.webkit.org/changeset/134345
66909         https://bugs.webkit.org/show_bug.cgi?id=102106
66910
66911         Incomplete support for NATIVE_TYPE_ERR in objc and other
66912         bindings (Requested by jsbell on #webkit).
66913
66914         * canvas/philip/tests/2d.drawImage.null.html:
66915         * canvas/philip/tests/2d.imageData.put.null.html:
66916         * canvas/philip/tests/2d.pattern.image.null.html:
66917         * editing/selection/extend-expected.txt:
66918         * fast/dom/Geolocation/argument-types-expected.txt:
66919         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
66920         * fast/dom/Geolocation/script-tests/argument-types.js:
66921         (test):
66922         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
66923         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
66924         * fast/js/select-options-add-expected.txt:
66925         * fast/mediastream/RTCIceCandidate-expected.txt:
66926         * fast/mediastream/RTCPeerConnection-expected.txt:
66927         * fast/mediastream/RTCSessionDescription-expected.txt:
66928         * media/encrypted-media/encrypted-media-syntax-expected.txt:
66929         * media/encrypted-media/encrypted-media-syntax.html:
66930         * media/video-test.js:
66931         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
66932         * security/crypto-random-values-types-expected.txt:
66933         * svg/dom/SVGTransformList-expected.txt:
66934
66935 2012-11-13  Joshua Bell  <jsbell@chromium.org>
66936
66937         IndexedDB: storage/indexeddb/mozilla/add-twice-failure.html is flaky following r134252
66938         https://bugs.webkit.org/show_bug.cgi?id=101996
66939
66940         Reviewed by Dimitri Glazkov.
66941
66942         Error being tested may cause transaction to abort, which could happen before or after
66943         test output is captured. Prevent default behavior of the error so this doesn't happen.
66944
66945         * storage/indexeddb/mozilla/resources/add-twice-failure.js:
66946         (addSecondExpectedError):
66947
66948 2012-11-13  Erik Arvidsson  <arv@chromium.org>
66949
66950         Update DOMException name: HierarchyRequestError
66951         https://bugs.webkit.org/show_bug.cgi?id=102092
66952
66953         Reviewed by Ojan Vafai.
66954
66955         Updated tests and expectations.
66956
66957         * fast/dom/DOMException/prototype-object-expected.txt:
66958         * fast/dom/DOMException/prototype-object.html:
66959         * fast/dom/DOMException/stack-trace-expected.txt:
66960         * fast/dom/DOMException/stack-trace.html:
66961         * fast/dom/Document/replace-child-expected.txt:
66962         * fast/dom/Range/31684-expected.txt:
66963         * fast/dom/Range/range-exceptions-expected.txt:
66964         * fast/dom/Range/script-tests/31684.js:
66965         * fast/dom/Range/script-tests/range-exceptions.js:
66966         * fast/dom/Range/surroundContents-1.html:
66967         * fast/dom/css-mediarule-functions-expected.txt:
66968         * fast/dom/css-mediarule-functions.html:
66969         * fast/dom/document-set-body-expected.txt:
66970         * fast/dom/document-set-body.html:
66971         * fast/dom/move-nodes-across-documents.html:
66972         * fast/dom/processing-instruction-appendChild-exceptions-expected.txt:
66973         * fast/dom/processing-instruction-appendChild-exceptions.xhtml:
66974         * fast/dom/setter-type-enforcement-expected.txt:
66975         * fast/dom/shadow/adopt-node-with-shadow-root-expected.txt:
66976         * fast/dom/shadow/shadow-disable-expected.txt:
66977         * fast/dom/shadow/shadow-root-js-api-expected.txt:
66978         * fast/events/mutation-during-replace-child-2-expected.txt:
66979         * fast/events/mutation-during-replace-child-2.html:
66980         * fast/events/mutation-during-replace-child-expected.txt:
66981         * fast/events/mutation-during-replace-child.html:
66982         * fast/frames/adopt-iframe-into-itself-expected.txt:
66983         * fast/frames/adopt-object-into-itself-expected.txt:
66984         * fast/html/adopt-parent-frame.html:
66985         * fast/inspector-support/uncaught-dom3-exception-expected.txt:
66986         * platform/chromium/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
66987         * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt:
66988         * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt:
66989         * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt:
66990
66991 2012-11-13  Kenneth Rohde Christiansen  <kenneth@webkit.org>
66992
66993         Clean up use of adjustWindowRect
66994         https://bugs.webkit.org/show_bug.cgi?id=102072
66995
66996         Reviewed by Alexis Menard.
66997
66998         Test that minimum sizes are honored.
66999
67000         * fast/dom/Window/open-window-min-size.html: Added.
67001         * fast/dom/Window/open-window-min-size-expected.txt: Added.
67002         * fast/dom/Window/resources/print-close.html: Added.
67003
67004 2012-11-13  Bem Jones-Bey  <bjonesbe@adobe.com>
67005
67006         [CSS Exclusions] Update wrap-margin/padding to shape-margin/padding
67007         https://bugs.webkit.org/show_bug.cgi?id=97736
67008
67009         Reviewed by Andreas Kling.
67010
67011         Rename properties to match updated spec.
67012
67013         * fast/exclusions/css-exclusions-disabled-expected.txt:
67014         * fast/exclusions/css-exclusions-disabled.html:
67015         * fast/exclusions/script-tests/shape-margin-parsing.js: Added.
67016         (test):
67017         (testComputedStyle):
67018         (testNotInherited):
67019         * fast/exclusions/script-tests/shape-padding-parsing.js: Added.
67020         (test):
67021         (testComputedStyle):
67022         (testNotInherited):
67023         * fast/exclusions/script-tests/wrap-margin-parsing.js: Removed.
67024         * fast/exclusions/script-tests/wrap-padding-parsing.js: Removed.
67025         * fast/exclusions/script-tests/wrap-parsing.js:
67026         (testComputedStyle):
67027         * fast/exclusions/shape-margin-parsing-expected.txt: Added.
67028         * fast/exclusions/shape-margin-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-padding-parsing.html.
67029         * fast/exclusions/shape-padding-parsing-expected.txt: Added.
67030         * fast/exclusions/shape-padding-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-margin-parsing.html.
67031         * fast/exclusions/wrap-margin-parsing-expected.txt: Removed.
67032         * fast/exclusions/wrap-padding-parsing-expected.txt: Removed.
67033
67034 2012-11-13  Dimitri Glazkov  <dglazkov@chromium.org>
67035
67036         Unreviewed, rolling out r134418.
67037         http://trac.webkit.org/changeset/134418
67038         https://bugs.webkit.org/show_bug.cgi?id=101903
67039
67040         The newly added test is crashing on cr-win.
67041
67042         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Removed.
67043         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Removed.
67044         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Removed.
67045         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Removed.
67046
67047 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67048
67049         [EFL] Properly skip all HiDPI tests which are currently failing.
67050
67051         Skip an additional test and add a bug to each entry.
67052
67053         * platform/efl/TestExpectations:
67054         * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Removed.
67055         * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Removed.
67056
67057 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67058
67059         [EFL] Update pixel expectation for fast/repaint/table-hover-on-link.html
67060
67061         * platform/efl/fast/repaint/table-hover-on-link-expected.png:
67062
67063 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67064
67065         [EFL] More video-colorspace-yuv* gardening.
67066
67067         These tests are also failing on WK2, so skip them in both ports.
67068
67069         * platform/efl-wk1/TestExpectations:
67070         * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Removed.
67071         * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Removed.
67072         * platform/efl/TestExpectations:
67073         * platform/efl/media/video-colorspace-yuv420-expected.txt: Removed.
67074         * platform/efl/media/video-colorspace-yuv422-expected.txt: Removed.
67075
67076 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67077
67078         Unreviewed, update expectations after r134345.
67079
67080         * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt:
67081         * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt:
67082         * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
67083
67084 2012-11-13  Sheriff Bot  <webkit.review.bot@gmail.com>
67085
67086         Unreviewed, rolling out r134205.
67087         http://trac.webkit.org/changeset/134205
67088         https://bugs.webkit.org/show_bug.cgi?id=102093
67089
67090         Broke webkit-flow-inlines-dynamic.html on several ports
67091         (Requested by mihnea on #webkit).
67092
67093         * fast/regions/region-style-text-shadow-expected.html: Removed.
67094         * fast/regions/region-style-text-shadow.html: Removed.
67095
67096 2012-11-13  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67097
67098         [EFL] WK1 gardening.
67099
67100         Mark media/video-colorspace-yuv420.html and
67101         media/video-colorspace-yuv422.html as producing bad image results.
67102
67103         * platform/efl-wk1/TestExpectations:
67104
67105 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
67106
67107         [Refactoring] Remove shadowPseudoId() and use setPseudo() in <meter> ElementShadow.
67108         https://bugs.webkit.org/show_bug.cgi?id=101906
67109
67110         Reviewed by Dimitri Glazkov.
67111
67112         * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt:
67113
67114 2012-11-13  Stephen Chenney  <schenney@chromium.org>
67115
67116         Expectations update for fast/regions/webkit-flow-inlines-dynamic.html
67117         https://bugs.webkit.org/show_bug.cgi?id=102086
67118
67119         Unreviewed expectations update.
67120
67121         * platform/chromium/TestExpectations:
67122
67123 2012-11-13  Shinya Kawanaka  <shinyak@chromium.org>
67124
67125         Changing pseudoClass (:indeterminate) should cause distribution
67126         https://bugs.webkit.org/show_bug.cgi?id=101903
67127
67128         Reviewed by Dimitri Glazkov.
67129
67130         * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added.
67131         * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added.
67132         * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added.
67133         * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added.
67134
67135 2012-11-13  Stephen Chenney  <schenney@chromium.org>
67136
67137         Reverting expectations update because it breaks lint
67138         https://bugs.webkit.org/show_bug.cgi?id=101982
67139
67140         Unreviewed expectations fix.
67141
67142         With the new-ish wekbit_skia.gyp file we do not need to change expections like this.
67143
67144         * platform/chromium/TestExpectations:
67145
67146 2012-11-13  Jussi Kukkonen  <jussi.kukkonen@intel.com>
67147
67148         [EFL] Rebaseline after bug 98666 (input[type=range] thumb rendering)
67149         https://bugs.webkit.org/show_bug.cgi?id=102059
67150
67151         Unreviewed rebaseline. There were a few actual bugs (see bug 102068 and
67152         bug 102067).These changes seem correct and the image changes are tiny.
67153         The non-platform results were still wrong because they are not used
67154         by most platforms, even if the results actually match the platform results.
67155
67156         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
67157         * fast/forms/range/slider-thumb-stylability-expected.txt:
67158         * fast/forms/range/range-thumb-height-percentage-expected.txt:
67159         * fast/repaint/slider-thumb-float-expected.txt:
67160         * platform/efl/TestExpectations:
67161         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png:
67162         * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
67163         * platform/efl/fast/forms/box-shadow-override-expected.txt:
67164         * platform/efl/fast/forms/input-appearance-height-expected.txt:
67165         * platform/efl/fast/forms/range/input-appearance-range-expected.png:
67166         * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
67167         * platform/efl/fast/forms/range/slider-padding-expected.txt:
67168         * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
67169         * platform/efl/fast/layers/video-layer-expected.txt:
67170         * platform/efl/fast/multicol/client-rects-expected.txt:
67171         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png:
67172         * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
67173         * platform/efl/media/audio-controls-rendering-expected.txt:
67174         * platform/efl/media/audio-repaint-expected.txt:
67175         * platform/efl/media/controls-after-reload-expected.txt:
67176         * platform/efl/media/controls-strict-expected.txt:
67177         * platform/efl/media/controls-styling-expected.txt:
67178         * platform/efl/media/controls-styling-strict-expected.txt:
67179         * platform/efl/media/controls-without-preload-expected.txt:
67180         * platform/efl/media/media-controls-clone-expected.txt:
67181         * platform/efl/media/media-document-audio-repaint-expected.txt:
67182         * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
67183         * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
67184         * platform/efl/media/video-display-toggle-expected.txt:
67185         * platform/efl/media/video-empty-source-expected.txt:
67186         * platform/efl/media/video-no-audio-expected.txt:
67187         * platform/efl/media/video-zoom-controls-expected.txt:
67188
67189 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
67190
67191         [Qt] Enable Mutation observer
67192         https://bugs.webkit.org/show_bug.cgi?id=102066
67193
67194         Reviewed by Pavel Feldman.
67195
67196         * platform/qt/TestExpectations: Unskip now passing tests.
67197
67198 2012-11-12  Mike Reed  <reed@google.com>
67199
67200         update expectations in advance of skia change for blurred rects
67201         https://bugs.webkit.org/show_bug.cgi?id=101982
67202
67203         Reviewed by NOBODY.
67204
67205         Unreviewed. Expectations change only
67206
67207         * platform/chromium/TestExpectations:
67208
67209 2012-11-13  Csaba Osztrogonác  <ossy@webkit.org>
67210
67211         [Qt] Unreviewed gardening, skip failing tests.
67212
67213         * platform/qt/TestExpectations:
67214
67215 2012-11-13  Mihnea Ovidenie  <mihnea@adobe.com>
67216
67217         [CSSRegions] Incorrect computed height for content with region-break-before
67218         https://bugs.webkit.org/show_bug.cgi?id=101862
67219
67220         Reviewed by Julien Chaffraix.
67221
67222         Add a test showing that when content having -webkit-region-break-before:always is flowed
67223         into a region chain with the first region being an auto-height region, the auto-height region
67224         has a computed height of 0 and the content is flowed into the second region in the chain.
67225
67226         * fast/regions/autoheight-breakbefore-wrongheight-expected.txt: Added.
67227         * fast/regions/autoheight-breakbefore-wrongheight.html: Added.
67228
67229 2012-11-12  Kent Tamura  <tkent@chromium.org>
67230
67231         Unable to set valid time value to input[type=time] with user interaction in some cases
67232         https://bugs.webkit.org/show_bug.cgi?id=102048
67233
67234         Reviewed by Kentaro Hara.
67235
67236         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt: Added.
67237         * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html: Added.
67238
67239 2012-11-13  Yury Semikhatsky  <yurys@chromium.org>
67240
67241         Memory instrumentation: MemoryBlock name should not include full path to the block
67242         https://bugs.webkit.org/show_bug.cgi?id=102055
67243
67244         Reviewed by Pavel Feldman.
67245
67246         Use Image instead of Page.Image as block identifier.
67247
67248         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
67249         * inspector/profiler/memory-instrumentation-cached-images.html:
67250         * inspector/profiler/memory-instrumentation-canvas-expected.txt:
67251         * inspector/profiler/memory-instrumentation-canvas.html:
67252
67253 2012-11-13  Szilard Ledan  <szledan@inf.u-szeged.hu>
67254
67255         [Qt] Unreviewed Qt gardening.
67256
67257         Update TestExpectations after r134345.
67258
67259         * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
67260
67261 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
67262
67263         Unreviewed Qt gardening.
67264
67265         Skip and rebase some tests, remove png's for reftests.
67266
67267         * platform/qt-5.0-wk2/TestExpectations:
67268         * platform/qt-5.0-wk2/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
67269         * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-composite-source-atop-expected.png: Added.
67270         * platform/qt-5.0-wk2/css3/filters/custom/missing-custom-filter-shader-expected.png: Added.
67271         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Removed.
67272         * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
67273         * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Removed.
67274
67275 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
67276
67277         Unreviewed Qt gardening.
67278
67279         Amend my last commit, Ossy suggested we should not forget about
67280         past failures because of needed rebaseline.
67281
67282         * platform/qt/TestExpectations:
67283
67284 2012-11-13  Balazs Kelemen  <kbalazs@webkit.org>
67285
67286         Unreviewed Qt gardening.
67287
67288         Cleanup TestExpectations to pass --lint-test-files.
67289         Removed some duplicated entries.
67290
67291         * platform/qt-5.0-wk2/TestExpectations:
67292         * platform/qt/TestExpectations:
67293
67294 2012-11-13  Pavel Feldman  <pfeldman@chromium.org>
67295
67296         Web Inspector: move indentation logic into TextEditorModel
67297         https://bugs.webkit.org/show_bug.cgi?id=101842
67298
67299         Reviewed by Vsevolod Vlasov.
67300
67301         * inspector/editor/indentation.html:
67302
67303 2012-11-13  Takashi Sakamoto  <tasak@google.com>
67304
67305         Crash when replacing parts of text inputs with content: url(...)
67306         https://bugs.webkit.org/show_bug.cgi?id=101133
67307
67308         Reviewed by Kent Tamura.
67309
67310         * fast/forms/number/number-content-url-crash-expected.txt: Added.
67311         * fast/forms/number/number-content-url-crash.html: Added.
67312         * fast/forms/search/search-content-url-crash-expected.txt: Added.
67313         * fast/forms/search/search-content-url-crash.html: Added.
67314
67315 2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>
67316
67317         Changing id, className, or attribute should invalidate distribution
67318         https://bugs.webkit.org/show_bug.cgi?id=100738
67319
67320         Reviewed by Dimitri Glazkov.
67321
67322         We have test cases that id/class/attribute is changed, and thier reprojection cases.
67323
67324         * fast/dom/shadow/distribution-attribute-modified-expected.html: Added.
67325         * fast/dom/shadow/distribution-attribute-modified.html: Added.
67326         * fast/dom/shadow/distribution-className-modified-expected.html: Added.
67327         * fast/dom/shadow/distribution-className-modified.html: Added.
67328         * fast/dom/shadow/distribution-id-modified-expected.html: Added.
67329         * fast/dom/shadow/distribution-id-modified.html: Added.
67330         * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added.
67331         * fast/dom/shadow/reprojection-attribute-modified.html: Added.
67332         * fast/dom/shadow/reprojection-className-modified-expected.html: Added.
67333         * fast/dom/shadow/reprojection-className-modified.html: Added.
67334         * fast/dom/shadow/reprojection-id-modified-expected.html: Added.
67335         * fast/dom/shadow/reprojection-id-modified.html: Added.
67336
67337 2012-11-10  Dirk Schulze  <krit@webkit.org>
67338
67339         BasicShapes 'circle', 'rectangle', 'ellipse' should be animatable with themselves
67340         https://bugs.webkit.org/show_bug.cgi?id=101854
67341
67342         Reviewed by Andreas Kling.
67343
67344         Added an animtation test for -webkit-clip-path and tested the basic shapes.
67345
67346         * animations/resources/animation-test-helpers.js:
67347         (parseBasicShape):
67348         (basicShapeParametersMatch):
67349         (getPropertyValue):
67350         (comparePropertyValue):
67351         * css3/masking/clip-path-animation-expected.txt: Added.
67352         * css3/masking/clip-path-animation.html: Added.
67353
67354 2012-11-12  Erik Arvidsson  <arv@chromium.org>
67355
67356         Replace DOMException TYPE_MISMATCH_ERR with TypeError
67357         https://bugs.webkit.org/show_bug.cgi?id=101604
67358
67359         Reviewed by Adam Barth.
67360
67361         Update the tests to test for TypeError instead of DOMException with the TYPE_MISMATCH_ERR code.
67362
67363         * canvas/philip/tests/2d.drawImage.null.html:
67364         * canvas/philip/tests/2d.imageData.put.null.html:
67365         * canvas/philip/tests/2d.pattern.image.null.html:
67366         * editing/selection/extend-expected.txt:
67367         * fast/dom/Geolocation/argument-types-expected.txt:
67368         * fast/dom/Geolocation/not-enough-arguments-expected.txt:
67369         * fast/dom/Geolocation/script-tests/argument-types.js:
67370         * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
67371         * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
67372         * fast/js/select-options-add-expected.txt:
67373         * fast/mediastream/RTCIceCandidate-expected.txt:
67374         * fast/mediastream/RTCPeerConnection-expected.txt:
67375         * fast/mediastream/RTCSessionDescription-expected.txt:
67376         * fast/mediastream/SessionDescription-expected.txt:
67377         * fast/mediastream/peerconnection-addstream-expected.txt:
67378         * fast/mediastream/peerconnection-iceoptions-expected.txt:
67379         * fast/mediastream/peerconnection-iceoptions.html:
67380         * fast/mediastream/peerconnection-removestream-expected.txt:
67381         * media/encrypted-media/encrypted-media-syntax.html:
67382         * media/video-test.js:
67383         * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt:
67384         * security/crypto-random-values-types-expected.txt:
67385         * svg/dom/SVGTransformList-expected.txt:
67386
67387 2012-11-12  Joshua Bell  <jsbell@chromium.org>
67388
67389         IndexedDB: storage/indexeddb/cursor-prev-no-duplicate.html is flaky
67390         https://bugs.webkit.org/show_bug.cgi?id=101990
67391
67392         Reviewed by Tony Chang.
67393
67394         Race condition in test leads to flaky behavior. Refactor test to remove flake
67395         and clean up output.
67396
67397         * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
67398         * storage/indexeddb/resources/cursor-prev-no-duplicate.js:
67399         (testFarRangeCursor_closed):
67400         (.trans.oncomplete):
67401         (.storeReq.onsuccess):
67402         (runTest):
67403
67404 2012-11-12  Hayato Ito  <hayato@chromium.org>
67405
67406         Unreviewed, gardening.
67407
67408         Rebase after r134287.
67409
67410         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt:
67411
67412 2012-11-12  David Grogan  <dgrogan@chromium.org>
67413
67414         IndexedDB: Convert some non-simple tests from setVersion to upgradeneeded
67415         https://bugs.webkit.org/show_bug.cgi?id=101959
67416
67417         Reviewed by Tony Chang.
67418
67419         Ongoing work to remove calls to setVersion from our tests before
67420         removing it from the IndexedDB API.
67421
67422         * storage/indexeddb/create-and-remove-object-store-expected.txt:
67423         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
67424         * storage/indexeddb/duplicates-expected.txt:
67425         * storage/indexeddb/resources/create-and-remove-object-store.js:
67426           Create and delete were running between open and setVersion, which no
67427           longer makes sense.
67428
67429         * storage/indexeddb/resources/database-deletepending-flag.js:
67430           Use optional object parameter instead of optional version parameter.
67431
67432         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
67433           This used to call delete just after issuing setVersion but before
67434           receiving the corresponding success event.  Now it calls delete while
67435           in the upgradeneeded transaction, still causing the delete to be
67436           delayed by an in flight versionchange transaction.
67437
67438         * storage/indexeddb/resources/duplicates.js:
67439           Call indexedDBTest twice to rerun the tests with a different
67440           database.
67441
67442         * storage/indexeddb/resources/shared.js:
67443           Added a suffix option to support duplicates.js, switched to an
67444           optional object parameter.
67445
67446 2012-11-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
67447
67448         [EFL] WebKit1 gardening.
67449
67450         Mark fast/repaint/block-selection-gap-stale-cache.html and
67451         fast/repaint/block-selection-gap-stale-cache-2.html as image failures.
67452
67453         * platform/efl-wk1/TestExpectations:
67454
67455 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67456
67457         [Chromium] Added more Hi-DPI wont-fixes.
67458
67459         * platform/chromium/TestExpectations: Added wont-fixes.
67460
67461 2012-11-11  Filip Pizlo  <fpizlo@apple.com>
67462
67463         DFG ArithMul overflow check elimination is too aggressive
67464         https://bugs.webkit.org/show_bug.cgi?id=101871
67465
67466         Reviewed by Oliver Hunt.
67467
67468         * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt: Added.
67469         * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor.html: Added.
67470         * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow-expected.txt: Added.
67471         * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow.html: Added.
67472         * fast/js/dfg-mul-big-integer-with-small-integer-expected.txt: Added.
67473         * fast/js/dfg-mul-big-integer-with-small-integer.html: Added.
67474         * fast/js/dfg-mul-big-integers-expected.txt: Added.
67475         * fast/js/dfg-mul-big-integers.html: Added.
67476         * fast/js/jsc-test-list:
67477         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-bitor.js: Added.
67478         (foo):
67479         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js: Added.
67480         (foo):
67481         * fast/js/script-tests/dfg-mul-big-integer-with-small-integer.js: Added.
67482         (foo):
67483         * fast/js/script-tests/dfg-mul-big-integers.js: Added.
67484         (foo):
67485
67486 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67487
67488         [Chromium] Updated expectations for calendar-picker.
67489
67490         * platform/chromium/TestExpectations: Updated expectations.
67491
67492 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67493
67494         Marked transforms/3d/point-mapping tests as flakey.
67495         https://bugs.webkit.org/show_bug.cgi?id=101988
67496
67497         * platform/chromium/TestExpectations: Added Expectations.
67498
67499 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67500
67501         [Chromium] Added expectations for platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html
67502         https://bugs.webkit.org/show_bug.cgi?id=101986
67503
67504         * platform/chromium/TestExpectations: Added expectations.
67505
67506 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67507
67508         [Chromium] WonFixed hi-DPI related tests.
67509         https://bugs.webkit.org/show_bug.cgi?id=90022
67510
67511         * platform/chromium/TestExpectations: Added expectations.
67512
67513 2012-11-12  Ian Vollick  <vollick@chromium.org>
67514
67515         Unreviewed, update chromium-mac baselines.
67516
67517         * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
67518         * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed.
67519         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
67520
67521 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
67522
67523         Unreviewed, update chromium-mac-lion baselines after r134279.
67524
67525         * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png: Added.
67526         * platform/chromium-mac-lion/fast/repaint/inline-outline-repaint-expected.png: Added.
67527         * platform/chromium-mac-lion/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
67528         * platform/chromium-mac-lion/fast/repaint/selection-after-delete-expected.png: Added.
67529         * platform/chromium-mac-lion/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
67530         * platform/chromium-mac-lion/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
67531         * platform/chromium-mac-lion/svg/custom/hit-test-with-br-expected.png: Added.
67532
67533 2012-11-12  Dimitri Glazkov  <dglazkov@chromium.org>
67534
67535         [Chromium] Update expectations for calendar-picker tests..
67536         https://bugs.webkit.org/show_bug.cgi?id=101561
67537
67538         * platform/chromium/TestExpectations: Updated expectations.
67539
67540 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
67541
67542         Unreviewd, update chromium-mac-mountainlion expectations for a few tests.
67543
67544         * platform/chromium/TestExpectations:
67545
67546 2012-11-12  Ian Vollick  <vollick@chromium.org>
67547
67548         Layout Test compositing/repaint/invalidations-on-composited-layers.html is failing/flaky
67549         https://bugs.webkit.org/show_bug.cgi?id=101219
67550
67551         Reviewed by James Robinson.
67552
67553         Force a style recalc before starting repaint tracking.
67554
67555         * compositing/repaint/invalidations-on-composited-layers-expected.txt:
67556         * compositing/repaint/invalidations-on-composited-layers.html:
67557         * platform/chromium/TestExpectations:
67558         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
67559
67560 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
67561
67562         Unreviewed, update chromium-mac-mountainlion baselines.
67563
67564         * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png:
67565         * platform/chromium-mac/fast/repaint/inline-outline-repaint-expected.png:
67566         * platform/chromium-mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
67567         * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png:
67568         * platform/chromium-mac/svg/custom/foreignObject-crash-on-hover-expected.png:
67569         * platform/chromium-mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
67570         * platform/chromium-mac/svg/custom/hit-test-with-br-expected.png:
67571
67572 2012-11-12  Dirk Pranke  <dpranke@chromium.org>
67573
67574         remove the chromium-mac-mountainlion TestExpectations file
67575         https://bugs.webkit.org/show_bug.cgi?id=101789
67576
67577         Reviewed by Ojan Vafai.
67578
67579         Nearly all of the tests have been updated for 10.8 and the remaining
67580         failures have been merged into the main TestExpectations file. We
67581         don't need this hook any more.
67582
67583         * platform/chromium-mac-mountainlion/TestExpectations: Removed.
67584
67585 2012-11-12  Arpita Bahuguna  <arpitabahuguna@gmail.com>
67586
67587         Specified width CSS tables should not include border and padding as part of that width. 
67588         https://bugs.webkit.org/show_bug.cgi?id=77028
67589
67590         Reviewed by Julien Chaffraix.
67591
67592         * fast/table/css-table-width-with-border-padding-expected.html: Added.
67593         * fast/table/css-table-width-with-border-padding.html: Added.
67594         Test added for verifying that for specified width css tables, border
67595         and padding are not considered as part of the specified table width.
67596
67597         The test also verifies the width values for the different box-sizing
67598         properties viz, content-box, border-box and padding-box.
67599
67600         Out of these padding-box is currently not supported even though
67601         the test verifies against this property as well. 
67602         The expected width values added for padding-box are thus incorrect
67603         and should be lesser by 100px (padding value).
67604
67605         * fast/table/min-width-css-block-table-expected.txt:
67606         * fast/table/min-width-css-inline-table-expected.txt:
67607         * fast/table/script-tests/min-width-helpers.js:
67608         Existing test values changed for CSS tables that have percent width
67609         specified since for both these tests, border and padding has been
67610         specified for all the tables.
67611
67612         As a result of this fix, the specified table width shall no longer
67613         include the border and padding values thereby increasing our table
67614         width size by exactly 30px (the value of border and padding in these
67615         tests).
67616         The new values for percent width css tables now match those for FF
67617         and Opera.
67618
67619 2012-11-12  David Grogan  <dgrogan@chromium.org>
67620
67621         IndexedDB: convert tests from setVersion to upgradeneeded
67622         https://bugs.webkit.org/show_bug.cgi?id=101676
67623
67624         Reviewed by Tony Chang.
67625
67626         A la bug 92037, add a function to shared.js that sets up the database
67627         for tests where opening and versioning isn't the focus.
67628
67629         * storage/indexeddb/create-object-store-options-expected.txt:
67630         * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
67631         * storage/indexeddb/createObjectStore-null-name-expected.txt:
67632           ...many tests and expected files...
67633
67634         * storage/indexeddb/resources/shared.js:
67635           The new utility function indexedDBTest lives here.
67636
67637         * storage/indexeddb/values-odd-types-expected.txt:
67638
67639 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
67640
67641         MediaStream API: Make sure that MediaConstraints only has optional and mandatory at the top level
67642         https://bugs.webkit.org/show_bug.cgi?id=101733
67643
67644         Reviewed by Jochen Eisinger.
67645
67646         This patch adds more tests for MediaConstraints.
67647
67648         * fast/mediastream/RTCPeerConnection-expected.txt:
67649         * fast/mediastream/RTCPeerConnection.html:
67650
67651 2012-11-12  Allan Sandfeld Jensen  <allan.jensen@digia.com>
67652
67653         [Qt] Support ResourceRequest's setTimeoutInterval
67654         https://bugs.webkit.org/show_bug.cgi?id=101731
67655
67656         Reviewed by Simon Hausmann.
67657
67658         Unskip now passing XHR timeout tests.
67659
67660         * platform/qt/TestExpectations:
67661
67662 2012-11-12  Vsevolod Vlasov  <vsevik@chromium.org>
67663
67664         Layout Test inspector/debugger/dynamic-scripts.html is flaky
67665         https://bugs.webkit.org/show_bug.cgi?id=99338
67666
67667         Unreviewed inspector tests flakiness fix.
67668
67669         * http/tests/inspector-enabled/dynamic-scripts.html:
67670         * inspector/debugger/dynamic-scripts.html:
67671         * platform/chromium/TestExpectations:
67672
67673 2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>
67674
67675         [Qt] REGRESSION(r134205): gardening. Skipped 2 failing reftests.
67676         https://bugs.webkit.org/show_bug.cgi?id=101933
67677
67678         Reviewed by Csaba Osztrogonác.
67679
67680         * platform/qt/TestExpectations:
67681
67682 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
67683
67684         Remove the V8 custom code for WebSockets constructor
67685         https://bugs.webkit.org/show_bug.cgi?id=100801
67686
67687         Reviewed by Kentaro Hara.
67688
67689         Added test for null argument to WebSocket(url).
67690
67691         * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
67692         * http/tests/websocket/tests/hybi/url-parsing.html:
67693         * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
67694         * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
67695         * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
67696
67697 2012-11-12  Balazs Kelemen  <kbalazs@webkit.org>
67698
67699         [Qt] Pixel tests need rebaseline
67700         https://bugs.webkit.org/show_bug.cgi?id=99323
67701
67702         Unreviewed gardening.
67703
67704         Fix my previous gardening commit: s/-actual.png/-expected.png
67705
67706         * platform/qt/css3/filters/effect-reference-ordering-hw-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/effect-reference-ordering-hw-actual.png.
67707         * platform/qt/fast/images/png-suite/test-expected.png: Renamed from LayoutTests/platform/qt/fast/images/png-suite/test-actual.png.
67708         * 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.
67709         * 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.
67710         * 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.
67711         * 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.
67712         * 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.
67713         * 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.
67714         * 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.
67715         * 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.
67716         * 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.
67717         * 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.
67718         * 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.
67719         * 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.
67720         * 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.
67721         * 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.
67722         * 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.
67723         * 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.
67724         * 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.
67725         * 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.
67726         * 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.
67727         * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png.
67728         * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png.
67729         * 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.
67730         * 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.
67731         * 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.
67732         * 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.
67733         * 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.
67734         * 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.
67735         * 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.
67736         * 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.
67737         * 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.
67738         * 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.
67739         * 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.
67740         * 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.
67741         * 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.
67742         * 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.
67743         * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png.
67744         * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png.
67745         * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png.
67746         * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png.
67747         * 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.
67748         * 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.
67749         * 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.
67750         * 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.
67751         * 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.
67752         * 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.
67753         * 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.
67754         * 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.
67755         * 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.
67756         * 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.
67757         * 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.
67758         * 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.
67759         * 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.
67760         * 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.
67761         * 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.
67762         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png.
67763         * 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.
67764         * 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.
67765         * 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.
67766         * 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.
67767         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png.
67768         * 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.
67769         * 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.
67770         * 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.
67771         * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png.
67772         * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png.
67773         * 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.
67774         * 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.
67775         * 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.
67776         * 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.
67777         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png.
67778         * 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.
67779         * 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.
67780         * 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.
67781         * 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.
67782         * 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.
67783         * 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.
67784         * 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.
67785         * 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.
67786         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png.
67787         * 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.
67788         * 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.
67789         * 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.
67790         * 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.
67791         * 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.
67792         * 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.
67793         * 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.
67794         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png.
67795         * 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.
67796         * 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.
67797         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png.
67798         * platform/qt/svg/filters/subRegion-one-effect-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-one-effect-actual.png.
67799         * platform/qt/svg/filters/subRegion-two-effects-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-two-effects-actual.png.
67800
67801 2012-11-12  Csaba Osztrogonác  <ossy@webkit.org>
67802
67803         [Qt] Unreviewed gardening, skip a new crashing test.
67804
67805         * platform/qt/TestExpectations:
67806
67807 2012-11-12  Eugene Klyuchnikov  <eustas.bug@gmail.com>
67808
67809         Web Inspector: Timeline: fix test expectations
67810         https://bugs.webkit.org/show_bug.cgi?id=101737
67811
67812         Reviewed by Yury Semikhatsky.
67813
67814         The expected order of timeline records of specific types
67815         have been changed: https://bugs.webkit.org/show_bug.cgi?id=101544
67816
67817         This change fixes test expectations.
67818         Also removed expectation that test can fail.
67819
67820         * inspector/timeline/timeline-receive-response-event-expected.txt:
67821         * platform/chromium/TestExpectations: Removed "fail" expectation.
67822
67823 2012-11-12  János Badics  <jbadics@inf.u-szeged.hu>
67824
67825         [Qt] Gardening after 134099 and 134100. Skipped two tests because layoutTestController
67826         needs implementation of setBackingScaleFactor().
67827
67828         Reviewed by Csaba Osztrogonác.
67829
67830         * platform/qt/TestExpectations:
67831
67832 2012-11-12  Keishi Hattori  <keishi@webkit.org>
67833
67834         Add tests for month picker
67835         https://bugs.webkit.org/show_bug.cgi?id=101556
67836
67837         Reviewed by Kent Tamura.
67838
67839         Adding tests for month picker.
67840
67841         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
67842         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
67843         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
67844         * platform/chromium/TestExpectations: Marking appearance tests as needs rebaseline.
67845         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.txt: Added.
67846         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.txt: Added.
67847         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step.html: Added.
67848         * platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html: Added.
67849         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added.
67850         * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html: Added.
67851         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt: Added.
67852         * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html: Added.
67853         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt: Added.
67854         * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html: Added.
67855         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
67856         (selectedMonth): Returns ISO string for selected month.
67857
67858 2012-11-12  Tommy Widenflycht  <tommyw@google.com>
67859
67860         MediaStream API: Schedule the RTCDataChannel events to be triggered at idle state
67861         https://bugs.webkit.org/show_bug.cgi?id=101751
67862
67863         Reviewed by Adam Barth.
67864
67865         Adding shouldNotTrow to the send() calls.
67866
67867         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt:
67868         * fast/mediastream/RTCPeerConnection-datachannel.html:
67869
67870 2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>
67871
67872         [CSSRegions]Add support for text-shadow in region styling
67873         https://bugs.webkit.org/show_bug.cgi?id=94472
67874
67875         Reviewed by David Hyatt.
67876
67877         Original patch by Andrei Onea.
67878         Added tests for region styling using the text-shadow property.
67879
67880         * fast/regions/region-style-text-shadow-expected.html: Added.
67881         * fast/regions/region-style-text-shadow.html: Added.
67882
67883 2012-11-12  Pavel Feldman  <pfeldman@chromium.org>
67884
67885         Web Inspector: wasShown is called twice when show() is called from within wasShown
67886         https://bugs.webkit.org/show_bug.cgi?id=101858
67887
67888         Reviewed by Vsevolod Vlasov.
67889
67890         * inspector/view-events-expected.txt:
67891         * inspector/view-events.html:
67892
67893 2012-11-12  Mihnea Ovidenie  <mihnea@adobe.com>
67894
67895         [CSSRegions] region-style-inline-background-color.html failing on MountainLion/Chromium
67896         https://bugs.webkit.org/show_bug.cgi?id=101897
67897
67898         Unreviewed, disable the test on Mac/Chromium until we figure out the cause of failure.
67899
67900         * platform/chromium/TestExpectations:
67901         * platform/mac/TestExpectations:
67902
67903 2012-11-12  Shinya Kawanaka  <shinyak@chromium.org>
67904
67905         Don't update style when attaching in HTMLMeterElement
67906         https://bugs.webkit.org/show_bug.cgi?id=101714
67907
67908         Reviewed by Hajime Morita.
67909
67910         * fast/dom/HTMLMeterElement/meter-bar-set-value-expected.html: Added.
67911         * fast/dom/HTMLMeterElement/meter-bar-set-value.html: Added.
67912
67913 2012-11-11  Michael Pruett  <michael@68k.org>
67914
67915         Fix assertion failure in JSObject::tryGetIndexQuickly()
67916         https://bugs.webkit.org/show_bug.cgi?id=101869
67917
67918         Reviewed by Filip Pizlo.
67919
67920         Add test case for an assertion failure triggered when constructing
67921         a Blob with a sparse array.
67922
67923         * fast/constructors/blob-sparse-array-assertion-failure.html: Added.
67924
67925 2012-11-09  Ryosuke Niwa  <rniwa@webkit.org>
67926
67927         Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
67928         https://bugs.webkit.org/show_bug.cgi?id=101547
67929
67930         Reviewed by Simon Fraser.
67931
67932         Remove Chromium test expectations as these tests now pass.
67933
67934         * platform/chromium/TestExpectations:
67935
67936 2012-11-11  Dongwoo Joshua Im  <dw.im@samsung.com>
67937
67938         [CSS3] Parsing the property, text-align-last.
67939         https://bugs.webkit.org/show_bug.cgi?id=99439
67940
67941         Reviewed by Julien Chaffraix.
67942
67943         This patch implements the parsing side of the "text-align-last" property specified
67944         in CSS3 working draft, with "-webkit-" prefix, under ENABLE_CSS3_TEXT flag.
67945         Specification link : http://www.w3.org/TR/css3-text/#text-align-last
67946
67947         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html: Added.
67948         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html: Added.
67949         * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last-inherited.js: Added.
67950         (testComputedStyle):
67951         * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last.js: Added.
67952         (testElementStyle):
67953         (testComputedStyle):
67954         * platform/chromium/TestExpectations:
67955         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt: Added.
67956         * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt: Added.
67957         * platform/mac/TestExpectations:
67958         * platform/qt-4.8/TestExpectations:
67959         * platform/qt-mac/TestExpectations:
67960         * platform/qt/TestExpectations:
67961
67962 2012-11-11  Keishi Hattori  <keishi@webkit.org>
67963
67964         Rebaseline month/week appearance tests
67965         https://bugs.webkit.org/show_bug.cgi?id=101561
67966
67967         Unreviewed.
67968
67969         Rebaselining month/week appearance tests.
67970
67971         * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png:
67972         * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png:
67973         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67974         * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png:
67975         * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png:
67976         * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png:
67977         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67978         * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png:
67979         * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png:
67980         * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png:
67981         * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png:
67982         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67983         * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png:
67984         * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png:
67985         * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png:
67986         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67987         * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png:
67988         * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png:
67989         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png:
67990         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png:
67991         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png:
67992         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png:
67993         * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png:
67994         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png:
67995         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png:
67996         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png:
67997         * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png:
67998         * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png:
67999         * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png:
68000         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png:
68001         * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png:
68002         * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png:
68003         * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png:
68004         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png:
68005         * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png:
68006         * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png:
68007         * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png:
68008         * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png:
68009         * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png:
68010         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png:
68011         * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png:
68012         * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png:
68013         * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png:
68014         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png:
68015         * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png:
68016         * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png:
68017         * platform/chromium/TestExpectations:
68018
68019 2012-11-11  Shinya Kawanaka  <shinyak@chromium.org>
68020
68021         [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
68022         https://bugs.webkit.org/show_bug.cgi?id=101180
68023
68024         Reviewed by Dimitri Glazkov.
68025
68026         * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt: Added.
68027         * fast/dom/shadow/shadow-select-attribute-featureset.html: Added.
68028
68029 2012-11-11  Sheriff Bot  <webkit.review.bot@gmail.com>
68030
68031         Unreviewed, rolling out r134144.
68032         http://trac.webkit.org/changeset/134144
68033         https://bugs.webkit.org/show_bug.cgi?id=101876
68034
68035         seems to break win 7 chromium browser test (Requested by
68036         hayato on #webkit).
68037
68038         * fast/events/mouse-cursor-expected.txt: Removed.
68039         * fast/events/mouse-cursor.html: Removed.
68040
68041 2012-11-11  Kent Tamura  <tkent@chromium.org>
68042
68043         Internals: MockPagePopup should not update DOM structure during detach()
68044         https://bugs.webkit.org/show_bug.cgi?id=101710
68045
68046         Reviewed by Hajime Morita.
68047
68048         Update tests because page popup closing becomes asynchronous.
68049
68050         * fast/forms/resources/picker-common.js:
68051         (waitUntilClosing): Added. Helper to wait until a page popup closing.
68052         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
68053         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
68054         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
68055         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html:
68056         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
68057         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
68058         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
68059         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
68060         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
68061         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
68062         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
68063         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
68064
68065 2012-11-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
68066
68067         [WK2] Mark fast/repaint/body-background-image.html as flaky.
68068
68069         * platform/wk2/TestExpectations:
68070
68071 2012-11-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
68072
68073         [EFL] Unreviewed gardening.
68074
68075         Replace the pixel expectation for
68076         fast/repaint/body-background-image.html with the one generated by the
68077         WK1 port, since WK2 fails to render it properly at times (see bug
68078         101773).
68079
68080         * platform/efl/fast/repaint/body-background-image-expected.png:
68081
68082 2012-11-10  Mike West  <mkwst@chromium.org>
68083
68084         Web Inspector: Multiple '%c' formatting options should all have effect.
68085         https://bugs.webkit.org/show_bug.cgi?id=101495
68086
68087         Reviewed by Pavel Feldman.
68088
68089         * http/tests/inspector/console-test.js:
68090         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
68091             We're no longer putting the style directly on the message's
68092             parent, but instead on each section of the message in order to
68093             support multiple styles.
68094         * inspector/console/console-format-style-expected.txt:
68095         * inspector/console/console-format-style-whitelist-expected.txt:
68096         * inspector/console/console-format-style.html:
68097
68098 2012-11-10  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
68099
68100         [css] text-decoration:none no longer valid
68101         https://bugs.webkit.org/show_bug.cgi?id=101529
68102
68103         Reviewed by Ojan Vafai.
68104
68105         The getComputedStyle layout tests for 'text-decoration' and
68106         '-webkit-text-decoration-line' CSS properties are updated with the correct
68107         results for the 'none' value.
68108
68109         * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
68110         * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
68111         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
68112         * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
68113         * inspector/console/console-format-style-whitelist-expected.txt:
68114
68115 2012-11-10  Noel Gordon  <noel.gordon@gmail.com>
68116
68117         [chromium] Unreviewed. Rebaseline fast/images/color-jpeg-with-color-profile.html on Win.
68118
68119         * platform/chromium-win/fast/images/color-jpeg-with-color-profile-expected.png: Rebaseline.
68120         * platform/chromium/TestExpectations:
68121
68122 2012-11-09  Ojan Vafai  <ojan@chromium.org>
68123
68124         Should only fire a single set of mouse events and update hover state once when scrolling is done
68125         https://bugs.webkit.org/show_bug.cgi?id=99940
68126
68127         Reviewed by Levi Weintraub.
68128
68129         Tests basic throttling. I couldn't think of a good way to test changing
68130         the delay that wouldn't make for a test that takes minutes to run.
68131
68132         * fast/scrolling/fake-mouse-event-throttling-expected.txt: Added.
68133         * fast/scrolling/fake-mouse-event-throttling.html: Added.
68134
68135 2012-11-09  Rick Byers  <rbyers@chromium.org>
68136
68137         [chromium] Move to USE(LAZY_NATIVE_CURSOR)
68138         https://bugs.webkit.org/show_bug.cgi?id=101501
68139
68140         Reviewed by Adam Barth.
68141
68142         Remove failure expectation for fast/events/mouse-cursor.html now that
68143         chromium uses the same cursor architecture as other ports.
68144
68145         * platform/chromium/TestExpectations:
68146
68147 2012-11-09  Rick Byers  <rbyers@chromium.org>
68148
68149         No tests for changing mouse cursors
68150         https://bugs.webkit.org/show_bug.cgi?id=100550
68151
68152         Reviewed by Adam Barth.
68153
68154         Add a simple test covering the basic scenarios of changing a mouse
68155         cursor with CSS.  This includes most of the cases currently covered
68156         by ManualTests/*cursor*.
68157
68158         * fast/events/mouse-cursor-expected.txt: Added.
68159         * fast/events/mouse-cursor.html: Added.
68160         * platform/chromium/TestExpectations: Add failure expectation.
68161
68162 2012-11-09  Noel Gordon  <noel.gordon@gmail.com>
68163
68164         [chromium] Should pass fast/images/paletted-png-with-color-profile.html
68165         https://bugs.webkit.org/show_bug.cgi?id=101551
68166
68167         Reviewed by Adam Barth.
68168
68169         Update fast/images/paletted-png-with-color-profile.html image results for
68170         Mac and Win (Chromium Android and Linux don't support color profiles).
68171
68172         * platform/chromium-mac/fast/images/paletted-png-with-color-profile-expected.png: Added.
68173         * platform/chromium-win/fast/images/paletted-png-with-color-profile-expected.png: Added.
68174         * platform/chromium/TestExpectations:
68175
68176 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68177
68178         [Chromium] Unreviewed gardening. One more baseline following 134112.
68179
68180         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
68181
68182 2012-11-09  Tien-Ren Chen  <trchen@chromium.org>
68183
68184         Correct hit-test point scaling for document.elementFromPoint
68185         https://bugs.webkit.org/show_bug.cgi?id=101798
68186
68187         Reviewed by Adam Barth.
68188
68189         The hit-test point come from user JavaScript is in the document coordinate.
68190         Convert to the frame coordinate with correct scale factor for hit test.
68191
68192         * fast/dom/elementFromPoint-scaled-scrolled-expected.txt: Added.
68193         * fast/dom/elementFromPoint-scaled-scrolled.html: Added.
68194
68195 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
68196
68197         [EFL] More gardening.
68198
68199         media/video-seek-past-end-playing.html is still flaky on WK2, skip
68200         it on both WK1 and WK2.
68201
68202         * platform/efl-wk1/TestExpectations:
68203         * platform/efl/TestExpectations:
68204
68205 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
68206
68207         [EFL] Unreviewed gardening.
68208
68209         Skip fast/canvas/canvas-resize-reset-pixelRatio.html since
68210         HIGH_DPI_CANVAS is disabled by default.
68211
68212         * platform/efl/TestExpectations:
68213
68214 2012-11-09  Tien-Ren Chen  <trchen@chromium.org>
68215
68216         Correct scroll adjustment for touchEvent.clientX/clientY
68217         https://bugs.webkit.org/show_bug.cgi?id=101800
68218
68219         Reviewed by Adam Barth.
68220
68221         FrameView::scrollX/scrollY returns scroll offset in (scaled) frame coordinate.
68222         Convert to document coordinate before passing to JavaScript.
68223
68224         * fast/events/touch/touch-scaled-scrolled-expected.txt: Added.
68225         * fast/events/touch/touch-scaled-scrolled.html: Added.
68226
68227 2012-11-09  Alexandru Chiculita  <achicu@adobe.com>
68228
68229         [Texmap][CSS Shaders] Enable CSS Shaders in TextureMapperGL
68230         https://bugs.webkit.org/show_bug.cgi?id=98990
68231
68232         Reviewed by Noam Rosenthal.
68233
68234         Copied the custom-filter-blend-modes.html test file and forced the filtered elements to have 
68235         composited layers using 3d transforms.
68236
68237         * css3/filters/custom/composited/custom-filter-blend-modes-expected.html: Added.
68238         * css3/filters/custom/composited/custom-filter-blend-modes.html: Added.
68239         * platform/qt-4.8/TestExpectations: Only Qt-Wk2 can currently run the shaders.
68240         * platform/qt-5.0-wk1/TestExpectations:
68241         * platform/qt/TestExpectations: Added a couple of tests that are not passing currently. 
68242         I've added 101531 to track those.
68243
68244 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68245
68246         [Chromium] Unreviewed gardening. A few more baselines following 134112.
68247
68248         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
68249         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
68250         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
68251         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/clip-content-under-overflow-controls-expected.png: Added.
68252         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added.
68253         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added.
68254         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/newly-composited-on-scroll-expected.png: Added.
68255         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added.
68256         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added.
68257
68258 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68259
68260         [Chromium] Unreviewed gardening. Widen cross-fade-invalidation expectation to include all platforms.
68261
68262         * platform/chromium/TestExpectations:
68263
68264 2012-11-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
68265
68266         [EFL] Unreviewed gardening.
68267
68268         Unskip fast/dom/navigator-vibration.html after r133828.
68269
68270         * platform/efl-wk2/TestExpectations:
68271
68272 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68273
68274         [Chromium] Unreviewed gardening. Updated expectations following 134112.
68275
68276         * platform/chromium/TestExpectations:
68277
68278 2012-11-09  Slavomir Kaslev  <skaslev@google.com>
68279
68280         [chromium] Rebaselining software compositor tests.
68281
68282         Patch by Slavomir Kaslev <skaslev@google.com> on 2012-11-09
68283         Reviewed by Adrienne Walker.
68284
68285         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68286         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68287         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68288         * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68289         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68290         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68291         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
68292         * 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.
68293         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68294         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68295         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
68296         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68297         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68298         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68299         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68300         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68301         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68302         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68303         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
68304         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68305         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68306         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68307         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68308         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68309         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68310         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68311         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68312         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68313         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
68314         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68315         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68316         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
68317         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68318         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68319         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68320         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68321         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68322         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68323         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68324         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
68325         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68326         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68327         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68328         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68329         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68330         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68331         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68332         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68333         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68334         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
68335         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68336         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68337         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
68338         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68339         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68340         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68341         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68342         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68343         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68344         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68345         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
68346         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68347         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68348         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68349         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68350         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68351         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68352         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68353         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68354         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68355         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
68356         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
68357         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added.
68358         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68359         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68360         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
68361         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added.
68362         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68363         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68364         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68365         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68366         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68367         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68368         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68369         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added.
68370         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68371         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68372         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68373         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68374         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68375         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68376         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
68377         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scrollbar-painting-expected.png: Added.
68378         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68379         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
68380         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68381         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68382         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68383         * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68384         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added.
68385         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added.
68386         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added.
68387         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
68388         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
68389         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added.
68390         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added.
68391         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added.
68392         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added.
68393         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added.
68394         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added.
68395         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added.
68396         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added.
68397         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added.
68398         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added.
68399         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added.
68400         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added.
68401         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added.
68402         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added.
68403         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added.
68404         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added.
68405         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added.
68406         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added.
68407         * platform/chromium/TestExpectations:
68408
68409 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68410
68411         [Chromium] Unreviewed gardening, failing new hidpi tests in r134099/r134100
68412
68413         * platform/chromium/TestExpectations:
68414
68415 2012-11-09  Dirk Pranke  <dpranke@chromium.org>
68416
68417         Unreviewed, last few chromium-mac-mountainlion expectations cleaned up.
68418
68419         * platform/chromium/TestExpectations:
68420
68421 2012-11-09  Dirk Pranke  <dpranke@chromium.org>
68422
68423         Unreviewed, baselines change - remove stray baselines for reftests.
68424
68425         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Removed.
68426         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Removed.
68427
68428 2012-11-09  Erik Arvidsson  <arv@chromium.org>
68429
68430         REGRESSION (r125239): classList contains() doesn't work after element was moved from strict mode document to quirks mode document
68431         https://bugs.webkit.org/show_bug.cgi?id=101627
68432
68433         Reviewed by Alexey Proskuryakov.
68434
68435         We used to only create m_classNamesForQuirksMode in the constructor or when the class attribute
68436         was changed. If an element is moved from a standards document to a quirks mode document the
68437         m_classNamesForQuirksMode would not be up to date which lead to wrong results.
68438
68439         Now we alway check if m_classNamesForQuirksMode is up to date (in quirks mode only).
68440
68441         * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode-expected.txt: Added.
68442         * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode.html: Added.
68443
68444 2012-10-28  Timothy Hatcher  <timothy@apple.com>
68445
68446         Test if -webkit-canvas in CSS uses the full backing store instead
68447         of always 1x when rendering.
68448
68449         https://bugs.webkit.org/show_bug.cgi?id=100611
68450
68451         Reviewed by Dean Jackson.
68452
68453         * fast/canvas/canvas-as-image-hidpi-expected.png: Added.
68454         * fast/canvas/canvas-as-image-hidpi-expected.txt: Added.
68455         * fast/canvas/canvas-as-image-hidpi.html: Added.
68456
68457 2012-10-28  Timothy Hatcher  <timothy@apple.com>
68458
68459         Test the canvas backing store pixel ratio when the buffer resizes.
68460
68461         https://bugs.webkit.org/show_bug.cgi?id=100608
68462
68463         Reviewed by Darin Adler.
68464
68465         * fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added.
68466         * fast/canvas/canvas-resize-reset-pixelRatio.html: Added.
68467
68468 2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>
68469
68470         RemoveFormat command doesn't remove background color
68471         https://bugs.webkit.org/show_bug.cgi?id=101682
68472
68473         Reviewed by Tony Chang.
68474
68475         Added a regression test.
68476
68477         * editing/execCommand/remove-format-background-color-expected.txt: Added.
68478         * editing/execCommand/remove-format-background-color.html: Added.
68479
68480 2012-11-09  Zan Dobersek  <zandobersek@gmail.com>
68481
68482         Unreviewed GTK gardening.
68483
68484         Rebaselining and removing stale expectations after the Cairo
68485         version used in Jhbuild modules was bumped to 1.12.8 in r134073.
68486
68487         * platform/gtk/TestExpectations:
68488         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
68489         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
68490         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
68491         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
68492         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
68493         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
68494         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
68495         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
68496         * platform/gtk/svg/batik/text/smallFonts-expected.png:
68497         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
68498         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
68499         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
68500         * platform/gtk/svg/batik/text/textOnPath-expected.png:
68501         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
68502         * platform/gtk/svg/batik/text/textOnPath2-expected.png:
68503         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
68504         * platform/gtk/svg/batik/text/textOnPath3-expected.png:
68505         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
68506         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
68507         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
68508         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
68509         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
68510         * platform/gtk/svg/custom/js-update-path-changes-expected.png:
68511         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
68512         * platform/gtk/svg/custom/js-update-path-removal-expected.png:
68513         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
68514         * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
68515         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
68516
68517 2012-11-09  Mihnea Ovidenie  <mihnea@adobe.com>
68518
68519         [CSSRegions] Region styling properties are not filtered correctly
68520         https://bugs.webkit.org/show_bug.cgi?id=101768
68521
68522         Reviewed by Andreas Kling.
68523
68524         Visibility is not a supported region style property, therefore using it inside @-webkit-region
68525         should not be possible.
68526
68527         * fast/regions/region-style-not-supported-properties-expected.html: Added.
68528         * fast/regions/region-style-not-supported-properties.html: Added.
68529
68530 2012-11-09  Tommy Widenflycht  <tommyw@google.com>
68531
68532         MediaStream API: Deleting all files relating to the deprecated PeerConnection00
68533         https://bugs.webkit.org/show_bug.cgi?id=101730
68534
68535         Reviewed by Adam Barth.
68536
68537         Since RTCPeerConenction has superseeded PeerConnection00 this patch removes all
68538         files relating to the old API.
68539
68540         * fast/mediastream/SessionDescription-expected.txt: Removed.
68541         * fast/mediastream/SessionDescription.html: Removed.
68542         * fast/mediastream/constructors-expected.txt:
68543         * fast/mediastream/constructors.html:
68544         * fast/mediastream/peerconnection-Attributes-expected.txt: Removed.
68545         * fast/mediastream/peerconnection-Attributes.html: Removed.
68546         * fast/mediastream/peerconnection-addstream-expected.txt: Removed.
68547         * fast/mediastream/peerconnection-addstream.html: Removed.
68548         * fast/mediastream/peerconnection-argument-types-expected.txt: Removed.
68549         * fast/mediastream/peerconnection-argument-types.html: Removed.
68550         * fast/mediastream/peerconnection-eventlistener-optional-argument-expected.txt: Removed.
68551         * fast/mediastream/peerconnection-eventlistener-optional-argument.html: Removed.
68552         * fast/mediastream/peerconnection-iceoptions-expected.txt: Removed.
68553         * fast/mediastream/peerconnection-iceoptions.html: Removed.
68554         * fast/mediastream/peerconnection-mediastreamlist-expected.txt: Removed.
68555         * fast/mediastream/peerconnection-mediastreamlist.html: Removed.
68556         * fast/mediastream/peerconnection-removestream-expected.txt: Removed.
68557         * fast/mediastream/peerconnection-removestream.html: Removed.
68558         * fast/mediastream/script-tests/peerconnection-Attributes.js: Removed.
68559         * fast/mediastream/script-tests/peerconnection-addstream.js: Removed.
68560         * fast/mediastream/script-tests/peerconnection-argument-types.js: Removed.
68561         * fast/mediastream/script-tests/peerconnection-removestream.js: Removed.
68562
68563 2012-11-09  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
68564
68565         [css] Text decoration's "blink" not valid when CSS3_TEXT is enabled
68566         https://bugs.webkit.org/show_bug.cgi?id=101750
68567
68568         Reviewed by Ojan Vafai.
68569
68570         This patch updates the "text-decoration" computed style layout tests to
68571         handle a larger variety of value combinations.
68572
68573         * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt:
68574         * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js:
68575
68576 2012-11-09  Joshua Bell  <jsbell@chromium.org>
68577
68578         [Chromium] Unreviewed gardening - rebaseline a handful of image tests for chromium-mac-lion.
68579
68580         * platform/chromium-mac-lion/platform/chromium/compositing/layout-width-change-expected.png: Added.
68581         * platform/chromium-mac-lion/platform/chromium/compositing/video-frame-size-change-expected.png: Added.
68582         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/backgrounds-expected.png: Added.
68583         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
68584         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
68585         * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
68586         * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added.
68587         * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
68588
68589 2012-11-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
68590
68591         [EFL] Rebaseline svg tests after 99870
68592         https://bugs.webkit.org/show_bug.cgi?id=101756
68593
68594         Unreviewed svg baseline after https://bugs.webkit.org/show_bug.cgi?id=99870.
68595
68596         * platform/efl/TestExpectations:
68597         * platform/efl/svg/custom/pattern-scaling-expected.png: Added.
68598         * platform/efl/svg/custom/pattern-scaling-expected.txt: Added.
68599         * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
68600
68601 2012-11-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
68602
68603         [EFL] Rebaseline fast/table/025-expected
68604         https://bugs.webkit.org/show_bug.cgi?id=101752
68605
68606         Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=11645.
68607
68608         * platform/efl/TestExpectations:
68609         * platform/efl/fast/table/025-expected.png:
68610         * platform/efl/fast/table/025-expected.txt:
68611
68612 2012-11-09  Balazs Kelemen  <kbalazs@webkit.org>
68613
68614         [Qt] Pixel tests need rebaseline
68615         https://bugs.webkit.org/show_bug.cgi?id=99323
68616
68617         Unreviewed pixel rebaseline.
68618
68619         Rebaseline some tests, add missing expectations.
68620
68621         * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png: Added.
68622         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Added.
68623         * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Added.
68624         * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Added.
68625         * platform/qt-5.0-wk2/fast/css-generated-content/before-with-first-letter-expected.png: Added.
68626         * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Added.
68627         * platform/qt-5.0-wk2/svg/text/text-rescale-expected.png: Added.
68628         * platform/qt/css3/filters/effect-reference-ordering-hw-actual.png: Added.
68629         * platform/qt/fast/images/png-suite/test-actual.png: Added.
68630         * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png: Added.
68631         * platform/qt/svg/as-object/embedded-svg-size-changes-actual.png: Added.
68632         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png: Added.
68633         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png: Added.
68634         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png: Added.
68635         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png: Added.
68636         * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png: Added.
68637         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png: Added.
68638         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png: Added.
68639         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png: Added.
68640         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png: Added.
68641         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png: Added.
68642         * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png: Added.
68643         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png: Added.
68644         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png: Added.
68645         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png: Added.
68646         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png: Added.
68647         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png: Added.
68648         * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png: Added.
68649         * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png: Added.
68650         * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png: Added.
68651         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png: Added.
68652         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png: Added.
68653         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png: Added.
68654         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png: Added.
68655         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png: Added.
68656         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png: Added.
68657         * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png: Added.
68658         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png: Added.
68659         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png: Added.
68660         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png: Added.
68661         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png: Added.
68662         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png: Added.
68663         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png: Added.
68664         * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png: Added.
68665         * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png: Added.
68666         * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png: Added.
68667         * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png: Added.
68668         * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png: Added.
68669         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png: Added.
68670         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png: Added.
68671         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png: Added.
68672         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png: Added.
68673         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png: Added.
68674         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png: Added.
68675         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png: Added.
68676         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png: Added.
68677         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png: Added.
68678         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png: Added.
68679         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png: Added.
68680         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png: Added.
68681         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png: Added.
68682         * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png: Added.
68683         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png: Added.
68684         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png: Added.
68685         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png: Added.
68686         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png: Added.
68687         * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png: Added.
68688         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png: Added.
68689         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png: Added.
68690         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png: Added.
68691         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png: Added.
68692         * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png: Added.
68693         * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png: Added.
68694         * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png: Added.
68695         * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png: Added.
68696         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png: Added.
68697         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png: Added.
68698         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png: Added.
68699         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png: Added.
68700         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png: Added.
68701         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png: Added.
68702         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png: Added.
68703         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png: Added.
68704         * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png: Added.
68705         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png: Added.
68706         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png: Added.
68707         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png: Added.
68708         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png: Added.
68709         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png: Added.
68710         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png: Added.
68711         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png: Added.
68712         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png: Added.
68713         * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png: Added.
68714         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png: Added.
68715         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png: Added.
68716         * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png: Added.
68717         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png: Added.
68718         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png: Added.
68719         * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png: Added.
68720         * platform/qt/svg/filters/subRegion-one-effect-actual.png: Added.
68721         * platform/qt/svg/filters/subRegion-two-effects-actual.png: Added.
68722
68723 2012-11-07  Pavel Feldman  <pfeldman@chromium.org>
68724
68725         Web Inspector: wrong output for empty object {}
68726         https://bugs.webkit.org/show_bug.cgi?id=101356
68727
68728         Reviewed by Vsevolod Vlasov.
68729
68730         Changed preview formatting to iterate over enumerable properties only + visit the prototypes.
68731
68732         * inspector/console/command-line-api-expected.txt:
68733         * inspector/console/command-line-api-inspect-expected.txt:
68734         * inspector/console/console-format-collections-expected.txt:
68735         * inspector/console/console-format-expected.txt:
68736         * platform/chromium/inspector/console/console-format-collections-expected.txt:
68737
68738 2012-11-09  Kangil Han  <kangil.han@samsung.com>
68739
68740         [EFL] Refactor TestExpectations file
68741         https://bugs.webkit.org/show_bug.cgi?id=101738
68742
68743         Unreviewed, EFL gardening. 
68744
68745         Remove duplicated definitions.
68746
68747         * platform/efl/TestExpectations:
68748
68749 2012-11-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
68750
68751         [EFL] Skip failing test perf/accessibility-title-ui-element.html
68752         https://bugs.webkit.org/show_bug.cgi?id=101728
68753
68754         Unreviewed EFL gardening.
68755
68756         * platform/efl/TestExpectations:
68757
68758 2012-11-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
68759
68760         [EFL] Update baselines for failing svg tests
68761         https://bugs.webkit.org/show_bug.cgi?id=101726
68762
68763         Unreviewed EFL gardening.
68764
68765         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
68766         * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
68767         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
68768         * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
68769         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
68770         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
68771         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png:
68772         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
68773         * platform/efl/svg/text/bidi-tspans-expected.png:
68774         * platform/efl/svg/text/bidi-tspans-expected.txt:
68775
68776 2012-11-09  Jaehun Lim  <ljaehun.lim@samsung.com>
68777
68778         [EFL] css3/flexbox/multiline-justify-content.html doesn't crash
68779         https://bugs.webkit.org/show_bug.cgi?id=101717
68780
68781         Unreviewed, EFL gardening. 
68782
68783         css3/flexbox/multiline-justify-content.html doesn't crash and can be passed.
68784
68785         * platform/efl/TestExpectations:
68786
68787 2012-11-08  Hayato Ito  <hayato@chromium.org>
68788
68789         Unreviewed, update chromium-mac baselines.
68790
68791         * platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png:
68792         * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.png:
68793         * platform/chromium-mac/platform/chromium/media/video-frame-size-change-expected.png:
68794         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Added.
68795         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Added.
68796
68797 2012-11-08  Ryosuke Niwa  <rniwa@webkit.org>
68798
68799         Remove Chromium test expectations after r133939.
68800
68801         * platform/chromium/TestExpectations:
68802
68803 2012-11-08  Arpita Bahuguna  <arpitabahuguna@gmail.com>
68804
68805         table not aligned in center column and seems shrunk because of float:right (table-layout: fixed and width: 100%)
68806         https://bugs.webkit.org/show_bug.cgi?id=18153
68807
68808         Reviewed by Beth Dakin.
68809
68810         * fast/table/fixed-table-layout/table-with-percent-width-expected.txt: Added.
68811         * fast/table/fixed-table-layout/table-with-percent-width.html: Added.
68812         Test added to verify the width of the fixed layout tables with 100%
68813         width, in standards mode.
68814
68815 2012-11-08  Noel Gordon  <noel.gordon@gmail.com>
68816
68817         [chromium] Unreviewed test expectations update.
68818
68819         Unskip and start generating results for fast/images/color-jpeg-with-color-profile.html
68820         on Win to prepare for an upcoming rebaseline.
68821
68822         * platform/chromium/TestExpectations:
68823
68824 2012-11-08  Hayato Ito  <hayato@chromium.org>
68825
68826         Unreviewed, Unreviewed gardening following r133972.
68827
68828         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.
68829
68830 2012-11-08  Hayato Ito  <hayato@chromium.org>
68831
68832         Unreviewed, update chromium expectations for svg/repaint/image-with-clip-path.svg.
68833
68834         * platform/chromium/TestExpectations:
68835
68836 2012-11-08  Kangil Han  <kangil.han@samsung.com>
68837
68838         [EFL][WK2] Make jquery/manipulation.html into one in TestExpectations
68839         https://bugs.webkit.org/show_bug.cgi?id=101686
68840
68841         Unreviewed, EFL gardening.
68842
68843         Currently there are three definitions on jquery/manipulation.html case.
68844         As BUG 100636 fixed, we don't need Crash definition anymore.
68845         Therefore, this patch makes this case into one definition without Crash in TestExpectations.
68846
68847         * platform/efl/TestExpectations:
68848
68849 2012-11-08  Hayato Ito  <hayato@chromium.org>
68850
68851         Unreviewed, update chromium expectations for tables/.
68852
68853         * platform/chromium-mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
68854         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png:
68855         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png:
68856         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions3-expected.png:
68857         * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
68858         * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
68859
68860 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
68861
68862         Unreviewed, update chromium-mac-mountainlion baselines for fast/
68863
68864         Also roll remaining mountainlion-specific failures into the main
68865         TestExpectations file.
68866
68867         * platform/chromium/TestExpectations:
68868         * platform/chromium-mac-mountainlion/TestExpectations:
68869
68870 2012-11-08  Keishi Hattori  <keishi@webkit.org>
68871
68872         Enable calendar picker for input types week/month
68873         https://bugs.webkit.org/show_bug.cgi?id=101553
68874
68875         Reviewed by Kent Tamura.
68876
68877         * platform/chromium/TestExpectations: Mark week/month appearance tests as needs rebaseline.
68878
68879 2012-11-08  Hayato Ito  <hayato@chromium.org>
68880
68881         Unreviewed, update chromium expectations to remove a duplication.
68882
68883         * platform/chromium/TestExpectations:
68884
68885 2012-11-08  Dongwoo Joshua Im  <dw.im@samsung.com>
68886
68887         [QT] css3/line-break should be removed from TestExpectations.
68888         https://bugs.webkit.org/show_bug.cgi?id=101562
68889
68890         Unreviewed gardening.
68891
68892         css3/line-break is removed by http://trac.webkit.org/changeset/133644.
68893
68894         * platform/qt/TestExpectations:
68895
68896 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
68897
68898         Unreviewed, update chromium expectations for chromium-mac-mountainlion svg failure.
68899
68900         * platform/chromium/TestExpectations:
68901
68902 2012-11-08  Dirk Pranke  <dpranke@chromium.org>
68903
68904         Unreviewed, chromium-mac-mountainlion baselines for tables/.
68905
68906         * platform/chromium/TestExpectations:
68907         * platform/chromium-mac-mountainlion/TestExpectations:
68908
68909 2012-11-08  Joshua Bell  <jsbell@chromium.org>
68910
68911         [Chromium] Unreviewed gardening following r133972.
68912
68913         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added.
68914
68915 2012-11-08  Kenichi Ishibashi  <bashi@chromium.org>
68916
68917         [Chromium] Arabic digits should appear left-to-right
68918         https://bugs.webkit.org/show_bug.cgi?id=101440
68919
68920         Reviewed by Tony Chang.
68921
68922         Add a test that checks Arabic digits appear in increasing order from left to right.
68923
68924         * fast/text/international/arabic-digits-expected.html: Added.
68925         * fast/text/international/arabic-digits.html: Added.
68926
68927 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
68928
68929         Unreviewed. Some more gardening after r133898.
68930
68931         * platform/efl/TestExpectations:
68932
68933 2012-11-08  Beth Dakin  <bdakin@apple.com>
68934
68935         https://bugs.webkit.org/show_bug.cgi?id=101644
68936         Fixed header on Facebook news feed becomes detached from top of 
68937         viewport after rubber band scrolling
68938         -and corresponding-
68939         <rdar://problem/12651944>
68940
68941         Reviewed by Simon Fraser.
68942
68943         New test ensures that negative offsets will not make their way into 
68944         the FixedPositionViewportConstraints.
68945         * platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Added.
68946         * platform/mac/tiled-drawing/fixed/negative-scroll-offset.html: Added.
68947
68948 2012-11-08  Alpha Lam  <hclam@chromium.org>
68949
68950         [chromium] Deferred image decoding fails with image orientation
68951         https://bugs.webkit.org/show_bug.cgi?id=101648
68952
68953         Reviewed by Stephen White.
68954
68955         Update test expectations and baselines accordingly since these two
68956         tests are now passing with deferred image decoding.
68957
68958         fast/images/exif-orientation-image-document.html
68959         fast/images/exif-orientation.html
68960
68961         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68962         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68963         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68964         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68965         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed.
68966         * platform/chromium/TestExpectations:
68967
68968 2012-11-08  Hans Muller  <hmuller@adobe.com>
68969
68970         [CSS Exclusions] Polygon with horizontal bottom edges returns incorrect segments
68971         https://bugs.webkit.org/show_bug.cgi?id=100874
68972
68973         Reviewed by Dirk Schulze.
68974
68975         Added two additional tests for rectilinear polygons, where the tops and bottoms
68976         of lines intersect the polygons' horizontal edges. More tests of this kind will
68977         be needed when exclusion layout supports polygons that break horizontal lines up
68978         into more than one segment.
68979
68980         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003-expected.html: Added.
68981         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003.html: Added.
68982         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004-expected.html: Added.
68983         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004.html: Added.
68984
68985 2012-11-08  Christophe Dumez  <christophe.dumez@intel.com>
68986
68987         [JSC] HTML extensions to String.prototype should escape " as &quot; in argument values
68988         https://bugs.webkit.org/show_bug.cgi?id=90667
68989
68990         Reviewed by Benjamin Poulain.
68991
68992         Add layout test coverage for the following String.prototype methods:
68993         - String.prototype.anchor(name)
68994         - String.prototype.fontcolor(color)
68995         - String.prototype.fontsize(size)
68996         - String.prototype.link(href)
68997
68998         Those tests also check that the quotation mark is correctly escaped
68999         in argument values to prevent potential exploits.
69000
69001         * fast/js/string-anchor-expected.txt: Added.
69002         * fast/js/string-anchor.html: Added.
69003         * fast/js/string-fontcolor-expected.txt: Added.
69004         * fast/js/string-fontcolor.html: Added.
69005         * fast/js/string-fontsize-expected.txt: Added.
69006         * fast/js/string-fontsize.html: Added.
69007         * fast/js/string-link-expected.txt: Added.
69008         * fast/js/string-link.html: Added.
69009         * platform/chromium/TestExpectations: Skip new tests for chromium port due
69010         to http://code.google.com/p/v8/issues/detail?id=2218
69011
69012 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69013
69014        [Chromium] Unreviewed gardening. Added missing *-expected.txt following rebaselines.
69015
69016         * platform/chromium-mac/fast/css/text-overflow-input-expected.txt: Added.
69017         * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.txt: Added.
69018         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
69019
69020 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
69021
69022         Unreviewed. Some more gardening after r133898.
69023
69024         * platform/efl/TestExpectations:
69025
69026 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69027
69028         [Chromium] Unreviewed gardening - rebaseline a couple of tests for lion.
69029
69030         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
69031         * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png: Added.
69032
69033 2012-11-08  Huang Dongsung  <luxtella@company100.net>
69034
69035         Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGraphicsLayer.
69036         https://bugs.webkit.org/show_bug.cgi?id=101424
69037
69038         Reviewed by Noam Rosenthal.
69039
69040         Coordinated Graphics had a bug when a compositing div has a compositing
69041         img with an absolute position property. This test is added to prevent from
69042         a regression.
69043
69044         * compositing/nested-direct-image-compositing-expected.png: Added.
69045         * compositing/nested-direct-image-compositing-expected.txt: Added.
69046         * compositing/nested-direct-image-compositing.html: Added.
69047
69048 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
69049
69050         Unreviewed. Some more gardening after r133898.
69051
69052         * platform/efl/TestExpectations:
69053
69054 2012-11-08  Erik Arvidsson  <arv@chromium.org>
69055
69056         setAttributeNode and friends should not have optional argument
69057         https://bugs.webkit.org/show_bug.cgi?id=101631
69058
69059         Reviewed by Ojan Vafai.
69060
69061         Fix getAttributeNode, getAttributeNodeNS and removeAttributeNode to make the Attr
69062         argument mandatory.
69063
69064         These used to throw DOMExceptions when an invalid type was passed instead of
69065         TypeError which is also a spec violation.
69066
69067         * fast/dom/Element/attr-param-typechecking-expected.txt:
69068         * fast/dom/Element/script-tests/attr-param-typechecking.js:
69069
69070 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69071
69072         [Chromium] Unreviewed gardening.
69073
69074         * platform/chromium/TestExpectations:
69075
69076 2012-11-08  Emil A Eklund  <eae@chromium.org>
69077
69078         Unreviewed chromium rebaselines.
69079
69080         * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
69081         * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69082         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
69083         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.png: Added.
69084         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
69085         * platform/chromium-mac-lion/fast/css/text-overflow-input-expected.png: Added.
69086         * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
69087         * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png: Added.
69088         * platform/chromium-mac-lion/fast/forms/input-disabled-color-expected.png: Added.
69089         * platform/chromium-mac-lion/fast/forms/input-readonly-dimmed-expected.png: Added.
69090         * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
69091         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.png: Added.
69092         * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
69093         * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
69094         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png: Added.
69095         * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
69096         * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
69097         * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69098         * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
69099         * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69100         * platform/efl-wk1/fast/css: Added.
69101         * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
69102         * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Added.
69103         * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
69104         * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
69105         * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Added.
69106         * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Added.
69107         * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
69108         * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
69109         * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Removed.
69110         * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
69111         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed.
69112         * platform/efl/fast/css/text-overflow-input-expected.png: Removed.
69113         * platform/efl/fast/css/text-overflow-input-expected.txt: Removed.
69114         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed.
69115         * platform/efl/fast/forms/basic-textareas-quirks-expected.png: Removed.
69116         * platform/efl/fast/forms/basic-textareas-quirks-expected.txt: Removed.
69117         * platform/efl/fast/forms/input-disabled-color-expected.png: Removed.
69118         * platform/efl/fast/forms/input-disabled-color-expected.txt: Removed.
69119         * platform/efl/fast/forms/input-readonly-dimmed-expected.png: Removed.
69120         * platform/efl/fast/forms/input-readonly-dimmed-expected.txt: Removed.
69121         * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed.
69122         * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
69123         * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Removed.
69124         * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Removed.
69125         * platform/efl/fast/replaced/width100percent-textarea-expected.png: Removed.
69126
69127 2012-11-08  Tony Chang  <tony@chromium.org>
69128
69129         Layout test editing/pasteboard/file-drag-to-editable.html flaky
69130         https://bugs.webkit.org/show_bug.cgi?id=101092
69131
69132         Reviewed by Ryosuke Niwa.
69133
69134         Fix a flaky test.  The problem was that we were confusing the test harness by
69135         trying to do a navigation before the initial load finished (the notifyDone()
69136         call did nothing because waitUntilDone() was missing).  Depending on the state
69137         of the frame loader when the test run, there was a race in whether or not we
69138         would dump the results before or after completing the script execution.
69139
69140         Fix this by restructuring the test to run during onload and by calling notifyDone()
69141         after the file load attempt failed.
69142
69143         * editing/pasteboard/file-drag-to-editable-expected.txt:
69144         * editing/pasteboard/script-tests/file-drag-to-editable.js:
69145         (runTest.window.onbeforeunload): Simplify and don't run nofityDone yet.
69146         (runTest): Run test during onload event.
69147         * platform/chromium/TestExpectations: Remove flaky marker.
69148
69149 2012-11-08  Erik Arvidsson  <arv@chromium.org>
69150
69151         Wrong error type is thrown for type errors in callbacks
69152         https://bugs.webkit.org/show_bug.cgi?id=101502
69153
69154         Reviewed by Adam Barth.
69155
69156         We should be throwing a TypeError and not a DOMException with code TYPE_MISMATCH_ERR.
69157
69158         http://www.w3.org/TR/WebIDL/#es-callback-function
69159
69160         * fast/mediastream/argument-types-expected.txt:
69161         * fast/mediastream/peerconnection-argument-types-expected.txt:
69162         * fast/mediastream/script-tests/argument-types.js:
69163         * fast/mediastream/script-tests/peerconnection-argument-types.js:
69164         * fast/workers/storage/open-database-inputs-sync-expected.txt:
69165
69166 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
69167
69168         Unreviewed. Even more gardening after r133898.
69169
69170         * platform/efl/TestExpectations:
69171
69172 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69173
69174         [Chromium] Unreviewed gardening - widen flaky expectation to include crash
69175
69176         * platform/chromium/TestExpectations:
69177
69178 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
69179
69180         Unreviewed. More gardening after r133898.
69181
69182         * platform/efl/TestExpectations:
69183
69184 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69185
69186         [Chromium] Unreviewed gardening - fix lint failures in expectations file.
69187
69188         * platform/chromium/TestExpectations:
69189
69190 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69191
69192         Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840.
69193         https://bugs.webkit.org/show_bug.cgi?id=101547
69194
69195         [Chromium] Unreviewed gardening - test expectations update.
69196
69197         * platform/chromium/TestExpectations:
69198
69199 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69200
69201         [Chromium] Test expectations for failing image tests following Chromium r166632.
69202
69203         Unreviewed gardening.
69204
69205         * platform/chromium/TestExpectations:
69206
69207 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69208
69209         [Chromium] Widen flaky crash expectation fast/workers/worker-multi-startup.html to include linux.
69210
69211         Unreviewed gardening.
69212
69213         * platform/chromium/TestExpectations:
69214
69215 2012-11-08  Joshua Bell  <jsbell@chromium.org>
69216
69217         [Chromium] http/tests/inspector/indexeddb/database-data.html ASSERT on Win7 following r133855
69218         https://bugs.webkit.org/show_bug.cgi?id=101618
69219
69220         Unreviewed gardening.
69221
69222         * platform/chromium/TestExpectations:
69223
69224 2012-11-08  Emil A Eklund  <eae@chromium.org>
69225
69226         Unreviewed chromium mac rebaseline for r101497.
69227
69228         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
69229         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.txt: Added.
69230         * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
69231         * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
69232         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.png: Added.
69233         * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt: Added.
69234         * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt: Added.
69235         * platform/chromium-mac-lion/fast/multicol/span: Added.
69236         * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
69237         * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
69238         * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.txt: Added.
69239         * platform/chromium-mac-lion/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
69240         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
69241         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-expected.txt: Added.
69242         * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
69243         * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69244         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
69245         * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt: Added.
69246         * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Added.
69247         * platform/chromium-mac-snowleopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
69248         * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
69249         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png:
69250         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.txt: Added.
69251         * platform/chromium-mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
69252         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
69253         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
69254         * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.png:
69255         * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.txt: Added.
69256         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png:
69257         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
69258         * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
69259         * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
69260         * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69261         * platform/chromium-mac/fast/forms/basic-textareas-expected.png:
69262         * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
69263         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png:
69264         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.txt:
69265         * platform/chromium-mac/fast/forms/input-disabled-color-expected.png:
69266         * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt:
69267         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png:
69268         * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt: Added.
69269         * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png:
69270         * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
69271         * platform/chromium-mac/fast/forms/search-rtl-expected.png:
69272         * platform/chromium-mac/fast/forms/search-rtl-expected.txt: Added.
69273         * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
69274         * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
69275         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
69276         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
69277         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png:
69278         * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.txt: Added.
69279         * platform/chromium-mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
69280         * platform/chromium/TestExpectations:
69281         * platform/chromium/fast/css/text-overflow-input-expected.txt: Removed.
69282         * platform/chromium/fast/forms/input-readonly-dimmed-expected.txt: Removed.
69283         * platform/chromium/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
69284         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Removed.
69285         * platform/mac/fast/css/text-overflow-input-expected.txt: Removed.
69286         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Removed.
69287         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed.
69288
69289 2012-11-08  Wei Fanzhe  <whyer1@gmail.com>
69290
69291         While absolute positioning is put before the first flexitem, flexitems will move to a new line.
69292         https://bugs.webkit.org/show_bug.cgi?id=101294
69293
69294         Reviewed by Ojan Vafai.
69295
69296         Add a case to test flexible layout while absolute positioning is put before the first flexitem.
69297
69298         * css3/flexbox/flex-algorithm-expected.txt:
69299         * css3/flexbox/flex-algorithm.html:
69300
69301 2012-11-08  Yael Aharon  <yael.aharon@intel.com>
69302
69303         Unreviewed. Gardening after r133898.
69304
69305         * platform/efl/TestExpectations:
69306
69307 2012-11-07  Emil A Eklund  <eae@chromium.org>
69308
69309         Fix enclosingLayoutRect calls in InlineFlowBox.h
69310         https://bugs.webkit.org/show_bug.cgi?id=101497
69311
69312         Reviewed by Levi Weintraub.
69313
69314         Update tests expectations to reflect change form
69315         enclosingIntRect to enclosingLayoutRect.
69316
69317         * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
69318         * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69319         * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt:
69320         * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
69321         * platform/chromium-win/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
69322         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
69323         * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
69324         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
69325         * platform/mac/fast/css/text-overflow-input-expected.txt:
69326         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
69327         * platform/mac/fast/forms/basic-textareas-expected.txt:
69328         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
69329         * platform/mac/fast/forms/input-disabled-color-expected.txt:
69330         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
69331         * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
69332         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
69333         * platform/mac/fast/forms/search-rtl-expected.txt:
69334         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
69335         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
69336         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
69337         * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
69338         * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
69339
69340 2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>
69341
69342         Rebaseline fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html after r133884
69343         https://bugs.webkit.org/show_bug.cgi?id=101597
69344
69345         Unreviewed, WebKit gardening.
69346
69347         Layout tests fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html
69348         need new test expectations after r133884.
69349
69350         * fast/media/mq-resolution-expected.txt:
69351         * fast/media/w3c/test_media_queries-expected.txt:
69352
69353 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
69354
69355         [EFL] Rebaseline fast/canvas/fillText-shadow.html
69356         https://bugs.webkit.org/show_bug.cgi?id=101587
69357
69358         Unreviewed gardening.
69359
69360         Test fast/canvas/fillText-shadow.html has to be rebased after r133834.
69361
69362         * platform/efl/fast/canvas/fillText-shadow-expected.txt:
69363
69364 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
69365
69366         [EFL] Gardening after r133807 and r133820
69367         https://bugs.webkit.org/show_bug.cgi?id=101585
69368
69369         Unreviewed gardening.
69370
69371         Skipping of compositing/absolute-inside-out-of-view-fixed.html and
69372         editing/execCommand/switch-list-type-with-orphaned-li.html for EFL.
69373
69374         * platform/efl/TestExpectations:
69375
69376 2012-11-08  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
69377
69378         [EFL] Rebaseline svg/css/group-with-shadow.svg
69379         https://bugs.webkit.org/show_bug.cgi?id=101592
69380
69381         Unreviewed gardening.
69382
69383         Test svg/css/group-with-shadow.svg has to be rebaselined after r133834.
69384
69385         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Removed.
69386         * platform/efl/svg/css/group-with-shadow-expected.png: Added.
69387         * platform/efl/svg/css/group-with-shadow-expected.txt:
69388
69389 2012-11-08  Alexander Shalamov  <alexander.shalamov@intel.com>
69390
69391         Warn in the inspector console when using dpi and dpcm units outside of media="print"
69392         https://bugs.webkit.org/show_bug.cgi?id=100865
69393
69394         Reviewed by Kenneth Rohde Christiansen.
69395
69396         Added layout test that checks if warning is printed to console when dpi or dpcm CSS
69397         units are used for resolution media feature.
69398
69399         * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
69400         * fast/media/mq-resolution-dpi-dpcm-warning.html: Added.
69401
69402         Skip tests for platforms that doesn't support resolution media feature.
69403
69404         * platform/chromium/TestExpectations:
69405         * platform/gtk/TestExpectations:
69406         * platform/mac/TestExpectations:
69407         * platform/win/TestExpectations:
69408
69409 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
69410
69411         Unreviewed GTK gardening.
69412
69413         Adding a platform-specific baseline for the test added in r133868.
69414
69415         * platform/gtk/http/tests/security/XFrameOptions: Added.
69416         * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
69417
69418 2012-11-08  Ádám Kallai  <kadam@inf.u-szeged.hu>
69419
69420         [Qt] Unreviewed Gardening.
69421
69422         Skip a failing after r133820. Added new baseline after 133834. Update expectation after 133638.
69423
69424         * platform/qt/TestExpectations:
69425         * platform/qt/css3/filters/effect-reference-expected.png:
69426         * platform/qt/css3/filters/effect-reference-expected.txt:
69427         * platform/qt/svg/css/group-with-shadow-expected.txt:
69428
69429 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
69430
69431         Unreviewed GTK gardening.
69432
69433         Adding a failure expectation for editing/execCommand/switch-list-type-with-orphaned-li.html,
69434         the test regressed in r133820
69435         Further rebaselining after r133834.
69436
69437         * platform/gtk/TestExpectations:
69438         * platform/gtk/fast/canvas/fillText-shadow-expected.txt:
69439         * platform/gtk/svg/css/group-with-shadow-expected.png:
69440         * platform/gtk/svg/css/group-with-shadow-expected.txt:
69441
69442 2012-11-08  Mike West  <mkwst@chromium.org>
69443
69444         Warn when parsing an invalid X-Frame-Options header.
69445         https://bugs.webkit.org/show_bug.cgi?id=101447
69446
69447         Reviewed by Adam Barth.
69448
69449         * http/tests/security/XFrameOptions/resources/x-frame-options-invalid.cgi: Added.
69450         * http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added.
69451         * http/tests/security/XFrameOptions/x-frame-options-invalid.html: Added.
69452             New test with an invalid frame option value.
69453
69454 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
69455
69456         Unreviewed GTK gardening.
69457
69458         Moving some expectations to proper sections, unskiping a couple of tests
69459         and merging expectations for tests in printing/.
69460
69461         * platform/gtk/TestExpectations:
69462
69463 2012-11-08  Eugene Klyuchnikov  <eustas.bug@gmail.com>
69464
69465         Web Inspector: Timeline: Improve time/timeEnd appearance.
69466         https://bugs.webkit.org/show_bug.cgi?id=100936
69467
69468         Reviewed by Yury Semikhatsky.
69469
69470         Tested gluing of time/timeEnd records.
69471
69472         * inspector/timeline/timeline-time-expected.txt: Added.
69473         * inspector/timeline/timeline-time.html: Added.
69474
69475 2012-11-08  Yury Semikhatsky  <yurys@chromium.org>
69476
69477         Web Inspector: move front-end methods called from native part to InspectorFrontendAPI
69478         https://bugs.webkit.org/show_bug.cgi?id=101463
69479
69480         Reviewed by Vsevolod Vlasov.
69481
69482         Moved Web Inspector methods called from native code to InspectorFrontendAPI.
69483
69484         * http/tests/inspector-protocol/resources/InspectorTest.js:
69485         (InspectorFrontendAPI.dispatchMessageAsync):
69486
69487 2012-11-08  Zan Dobersek  <zandobersek@gmail.com>
69488
69489         Unreviewed GTK gardening.
69490
69491         Rebaselining after r131974, r133037 and r133834.
69492
69493         * platform/gtk/TestExpectations:
69494         * platform/gtk/fast/repaint/moving-shadow-on-container-expected.png:
69495         * platform/gtk/fast/table/025-expected.png:
69496         * platform/gtk/fast/table/025-expected.txt:
69497         * platform/gtk/svg/css/arrow-with-shadow-expected.png:
69498         * platform/gtk/svg/css/arrow-with-shadow-expected.txt:
69499         * platform/gtk/svg/css/clippath-with-shadow-expected.txt:
69500         * platform/gtk/svg/css/composite-shadow-example-expected.png:
69501         * platform/gtk/svg/css/composite-shadow-example-expected.txt:
69502         * platform/gtk/svg/css/composite-shadow-text-expected.png:
69503         * platform/gtk/svg/css/composite-shadow-with-opacity-expected.png: Added.
69504         * platform/gtk/svg/css/composite-shadow-with-opacity-expected.txt:
69505         * platform/gtk/svg/css/shadow-changes-expected.png:
69506         * platform/gtk/svg/css/shadow-changes-expected.txt:
69507         * platform/gtk/svg/custom/pattern-scaling-expected.png: Added.
69508         * platform/gtk/svg/custom/pattern-scaling-expected.txt: Added.
69509         * platform/gtk/svg/custom/pattern-skew-transformed-expected.png:
69510         * platform/gtk/svg/custom/pattern-skew-transformed-expected.txt: Added.
69511         * platform/gtk/svg/custom/pattern-with-transformation-expected.png:
69512         * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt:
69513         * platform/gtk/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
69514         * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
69515
69516 2012-11-08  Kunihiko Sakamoto  <ksakamoto@chromium.org>
69517
69518         User can change a disabled select (drop down box)
69519         https://bugs.webkit.org/show_bug.cgi?id=100932
69520
69521         Reviewed by Kent Tamura.
69522
69523         Verify that keyboard events do not change value of disabled select.
69524
69525         * fast/forms/select/select-disabled-expected.txt: Added.
69526         * fast/forms/select/select-disabled.html: Added.
69527
69528 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69529
69530         [Chromium] Web Inspector: some tests failing with "Cannot call method 'hasTextContent' of undefined"
69531         https://bugs.webkit.org/show_bug.cgi?id=94501
69532
69533         Unreviewed unskipped test.
69534
69535         * platform/chromium/TestExpectations:
69536
69537 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69538
69539         Web Inspector: Migrate inspector IndexedDB support to frontend API.
69540         https://bugs.webkit.org/show_bug.cgi?id=101457
69541
69542         Reviewed by Pavel Feldman.
69543
69544         * http/tests/inspector/indexeddb/database-data.html:
69545
69546 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69547
69548         Web Inspector: Infinite loop in DataGrid::autoSizeColumn
69549         https://bugs.webkit.org/show_bug.cgi?id=101363
69550
69551         Reviewed by Pavel Feldman.
69552
69553         * inspector/datagrid-autosize-expected.txt: Added.
69554         * inspector/datagrid-autosize.html: Added.
69555
69556 2012-11-07  Keishi Hattori  <keishi@webkit.org>
69557
69558         Implement week picking to calendar picker
69559         https://bugs.webkit.org/show_bug.cgi?id=101449
69560
69561         Reviewed by Kent Tamura.
69562
69563         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Needs to be changed because we changed DaysTable DOM.
69564
69565 2012-11-07  Hayato Ito  <hayato@chromium.org>
69566
69567         Unreviewed, WebKit gardening.
69568
69569         Put the deleted line back in r133849 and delete the other one.
69570
69571         * platform/chromium/TestExpectations:
69572
69573 2012-11-07  Hayato Ito  <hayato@chromium.org>
69574
69575         Unreviewed, WebKit gardening.
69576
69577         Remove a duplication which caused a webkit-lint error.
69578
69579         * platform/chromium/TestExpectations:
69580
69581 2012-11-07  Sheriff Bot  <webkit.review.bot@gmail.com>
69582
69583         Unreviewed, rolling out r133841.
69584         http://trac.webkit.org/changeset/133841
69585         https://bugs.webkit.org/show_bug.cgi?id=101542
69586
69587         Reverted patches were innocent (Requested by shinyak on
69588         #webkit).
69589
69590         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
69591         * fast/dom/shadow/styling-pseudo-attribute.html: Added.
69592         * platform/chromium/TestExpectations:
69593
69594 2012-11-07  Hayato Ito  <hayato@chromium.org>
69595
69596         Unreviewed, WebKit gardening.
69597
69598         Rebaseline after r133384.
69599         
69600         * fast/repaint/moving-shadow-on-container-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/repaint/moving-shadow-on-container-expected.txt.
69601         * platform/chromium-linux-x86/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69602         * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69603         * platform/chromium-linux/svg/css/group-with-shadow-expected.png: Added.
69604         * platform/chromium-linux/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69605         * 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.
69606         * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69607         * platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69608         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
69609         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.txt:
69610         * platform/chromium-mac/svg/css/group-with-shadow-expected.png: Added.
69611         * platform/chromium-mac/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69612         * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69613         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added.
69614         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt.
69615         * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69616         * platform/chromium-win/svg/css/group-with-shadow-expected.png: Added.
69617         * platform/chromium-win/svg/css/group-with-shadow-expected.txt:
69618         * platform/chromium/TestExpectations:
69619         * platform/chromium/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69620         * platform/chromium/svg/css/group-with-shadow-expected.png: Removed.
69621         * platform/efl-wk1/fast/repaint/moving-shadow-on-container-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-container-expected.png.
69622         * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/group-with-shadow-expected.png.
69623         * platform/efl/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
69624
69625 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69626
69627         Unreviewed, new chromium-mac-mountainlion svg baselines.
69628
69629 2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>
69630
69631         Unreviewed, rolling out r133428 and r133749
69632         https://bugs.webkit.org/show_bug.cgi?id=101533
69633
69634         These patches might cause memory regression.
69635
69636         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Removed.
69637         * fast/dom/shadow/styling-pseudo-attribute.html: Removed.
69638         * platform/chromium/TestExpectations:
69639
69640 2012-11-07  Hayato Ito  <hayato@chromium.org>
69641
69642         Unreviewed gardening.
69643
69644         Marking new test editing/execCommand/switch-list-type-with-orphaned-li.html per webkit.org/b/101539.
69645
69646         * platform/chromium/TestExpectations:
69647
69648 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69649
69650         Unreviewed, new chromium-mac-mountainlion baselines for remaining dirs outside of fast, svg, and tables.
69651
69652 2012-11-07  Tim Horton  <timothy_horton@apple.com>
69653
69654         Repaint issues with -webkit-svg-shadow used on a container
69655         https://bugs.webkit.org/show_bug.cgi?id=65643
69656         <rdar://problem/7600532>
69657
69658         Reviewed by Simon Fraser.
69659
69660         * platform/chromium/TestExpectations: Mark tests as needing rebaseline.
69661         * platform/efl/TestExpectations: Mark tests as needing rebaseline.
69662         * platform/gtk/TestExpectations: Mark tests as needing rebaseline.
69663         * platform/qt/TestExpectations: Mark tests as needing rebaseline.
69664
69665         * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
69666         * platform/mac/svg/css/arrow-with-shadow-expected.txt:
69667         * platform/mac/svg/css/clippath-with-shadow-expected.txt:
69668         * platform/mac/svg/css/composite-shadow-example-expected.txt:
69669         * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt:
69670         * platform/mac/svg/css/group-with-shadow-expected.txt:
69671         * platform/mac/svg/css/shadow-changes-expected.txt:
69672         * platform/mac/svg/custom/simple-text-double-shadow-expected.txt:
69673         Rebaseline Mac results due to this change.
69674
69675         * svg/css/parent-shadow-offscreen-expected.svg: Added.
69676         * svg/css/parent-shadow-offscreen.svg: Added.
69677         Add a new test that ensures that <g> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.
69678
69679         * svg/css/root-shadow-offscreen-expected.svg: Added.
69680         * svg/css/root-shadow-offscreen.svg: Added.
69681         Add a new test that ensures that <svg> with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not.
69682
69683         * platform/mac/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added.
69684         * svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added.
69685         * svg/repaint/repaint-webkit-svg-shadow.svg: Added.
69686         Add a new test that ensures that SVG elements with -webkit-svg-shadow are correctly invalidated.
69687
69688 2012-11-07  Roger Fong  <roger_fong@apple.com>
69689
69690         Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
69691         https://bugs.webkit.org/show_bug.cgi?id=101538
69692
69693         Rubberstamped by Tim Horton.
69694
69695         * platform/win/css1/font_properties/font-expected.txt:
69696         * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
69697         * platform/win/editing/selection/caret-ltr-right-expected.txt:
69698         * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
69699         * platform/win/editing/selection/caret-rtl-right-expected.txt:
69700         * platform/win/editing/selection/mixed-editability-10-expected.txt:
69701         * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
69702         * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
69703         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
69704         * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
69705         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
69706         * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
69707         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
69708         * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
69709         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
69710         * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
69711         * platform/win/fast/borders/bidi-012-expected.txt:
69712         * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
69713         * platform/win/fast/forms/file/file-input-disabled-expected.txt:
69714         * platform/win/fast/inline/inline-box-background-expected.txt:
69715         * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
69716         * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
69717         * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
69718         * platform/win/fast/lists/003-vertical-expected.txt:
69719         * platform/win/fast/text/international/vertical-text-glyph-test-expected.txt:
69720         * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
69721         * platform/win/transforms/2d/hindi-rotated-expected.txt:
69722
69723 2012-11-07  Keishi Hattori  <keishi@webkit.org>
69724
69725         [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html is flaky
69726         https://bugs.webkit.org/show_bug.cgi?id=101408
69727
69728         Reviewed by Kent Tamura.
69729
69730         Mistake with timezone was making this test flaky.
69731
69732         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
69733
69734 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69735
69736         Unreviewed, new chromium-mac-mountainlion baselines for css3/selectors3.
69737
69738 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69739
69740         Unreviewed, chromium expectations cleanup
69741
69742         Remove entries for a couple of passing tests and one stale pixel
69743         result for a reftest.
69744
69745         * platform/chromium-mac-mountainlion/TestExpectations:
69746         * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Removed.
69747         * platform/chromium/TestExpectations:
69748
69749 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69750
69751         Unreviewed, update chromium-mac-ml expectations after r133811 and r133814.
69752
69753         * platform/chromium-mac-mountainlion/TestExpectations:
69754         * platform/chromium-mac/css2.1/20110323/border-conflict-element-001d-expected.png: Removed.
69755         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-007-expected.png: Removed.
69756         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-010-expected.png: Removed.
69757         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-012-expected.png: Removed.
69758         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-013-expected.png: Removed.
69759         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-014-expected.png: Removed.
69760         * platform/chromium-mac/css2.1/20110323/overflow-applies-to-015-expected.png: Removed.
69761         * platform/chromium-mac/css2.1/20110323/text-indent-014-expected.png: Removed.
69762         * platform/chromium/TestExpectations:
69763
69764 2012-11-07  KyungTae Kim  <ktf.kim@samsung.com>
69765
69766         [EFL] Remove exif-orientation-image-document.html from failure list
69767         https://bugs.webkit.org/show_bug.cgi?id=101518
69768
69769         Unreviewed gardening.
69770
69771         fast/images/exif-orientation-image-document.html passes after r133728
69772
69773         * platform/efl-wk1/TestExpectations:
69774
69775 2012-11-07  Philip Rogers  <pdr@google.com>
69776
69777         Rebaselinene after external SVG unblocked in WK100485
69778         https://bugs.webkit.org/show_bug.cgi?id=101248
69779
69780         Unreviewed update of test expectations.
69781
69782         * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
69783         * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
69784         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added.
69785         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added.
69786         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type.
69787         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
69788         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
69789         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
69790         * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
69791         * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type.
69792         * platform/chromium/TestExpectations:
69793
69794 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69795
69796         Unreviewed, update chromium-mac-mountainlion baselines for css2.1
69797
69798 2012-11-07  Dirk Pranke  <dpranke@chromium.org>
69799
69800         Unreviewed, update chromium-mac-mountainlion baselines for css2.1/20110323
69801
69802 2012-11-07  Joshua Bell  <jsbell@chromium.org>
69803
69804         [Chromium] Unreviewed gardening.
69805
69806         * platform/chromium/TestExpectations:
69807
69808 2012-11-07  Beth Dakin  <bdakin@apple.com>
69809
69810         https://bugs.webkit.org/show_bug.cgi?id=101303
69811         Fixed position elements that are out of view still end up forcing 
69812         non-threaded scrolling
69813         -and corresponding-
69814         <rdar://problem/12642222>
69815
69816         Reviewed by Simon Fraser.
69817
69818         New tests for an invisible fixed object that has visible children.
69819         * compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
69820         * compositing/absolute-inside-out-of-view-fixed.html: Added.
69821         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt: Added.
69822         * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: Added.
69823
69824         Updated results because these tests can now scroll on the scrolling 
69825         thread, yay!
69826         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt:
69827         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt:
69828
69829 2012-11-07  Philip Rogers  <pdr@google.com>
69830
69831         Update expectations for svg/text/text-rescale.svg
69832
69833         Unreviewed update of test expectations.
69834
69835         This test needed a rebaseline after r133786.
69836
69837         * platform/chromium-win/svg/text/text-rescale-expected.png:
69838         * platform/efl/svg/text/text-rescale-expected.png: Removed.
69839
69840 2012-11-07  Philip Rogers  <pdr@google.com>
69841
69842         Skip SVG repaint tracking when parent container transforms
69843         https://bugs.webkit.org/show_bug.cgi?id=101177
69844
69845         Reviewed by Eric Seidel.
69846
69847         The repaint area in svg/repaint/inner-svg-change-viewBox.svg has
69848         been tightened as a result of this patch.
69849
69850         * platform/chromium/TestExpectations:
69851         * platform/mac/TestExpectations:
69852
69853 2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>
69854
69855         [Qt] Text on scaled layer is blurry
69856         https://bugs.webkit.org/show_bug.cgi?id=101491
69857
69858         Unreviewed gardening.
69859
69860         Mark tests as ImageOnlyFailure.
69861
69862         * platform/qt-5.0-wk2/TestExpectations:
69863
69864 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
69865
69866         Enable text dump in fast/forms/file/get-file-upload.html earlier.
69867         https://bugs.webkit.org/show_bug.cgi?id=101468
69868
69869         Reviewed by Kentaro Hara.
69870
69871         Do not call testRunner.dumpAsText() only when processing the form
69872         submission, since that will not be triggered if a port does not
69873         support, say, beginDragWithFiles(), and a useless pixel result
69874         will be generated in that case.
69875
69876         Instead, call dumpAsText() as early as possible.
69877
69878         * fast/forms/file/get-file-upload.html:
69879
69880 2012-11-07  Joshua Bell  <jsbell@chromium.org>
69881
69882         IndexedDB: Assertion failure with open() within upgradeneeded
69883         https://bugs.webkit.org/show_bug.cgi?id=96947
69884
69885         Reviewed by Dimitri Glazkov.
69886
69887         Exercise the code path leading to the assert by having a second version change transaction
69888         unblocked by the first's connection closing. Includes a known failure due to metadata
69889         snapshot timing.
69890
69891         * storage/indexeddb/resources/unblocked-version-changes.js: Added.
69892         (test):
69893         (openConnection):
69894         (onUpgradeNeeded):
69895         (onError):
69896         (onUpgradeNeeded2):
69897         (onSuccess):
69898         * storage/indexeddb/unblocked-version-changes-expected.txt: Added.
69899         * storage/indexeddb/unblocked-version-changes.html: Added.
69900
69901 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
69902
69903         Fix failing platform/mac/tiled-drawing on Lion.
69904         
69905         It's not possible to use TestExpectations to skip tests on all but current mac-wk2,
69906         so just land results for Lion.
69907
69908         * platform/mac-lion/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
69909         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Added.
69910         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
69911         * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
69912         * platform/mac-lion/platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
69913         * platform/mac-lion/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
69914         * platform/mac-lion/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
69915         * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
69916         * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
69917         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
69918         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
69919         * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
69920         * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
69921         * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
69922         * platform/mac-lion/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
69923
69924 2012-11-07  Shinya Kawanaka  <shinyak@chromium.org>
69925
69926         [Shadow] Style should update when 'pseudo' attribute is dynamically updated
69927         https://bugs.webkit.org/show_bug.cgi?id=100918
69928
69929         Reviewed by Dimitri Glazkov.
69930
69931         * fast/dom/shadow/pseudo-attribute-dynamic-expected.html: Added.
69932         * fast/dom/shadow/pseudo-attribute-dynamic.html: Added.
69933
69934 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69935
69936         Unreviewed test expectations update.
69937
69938         * platform/chromium/TestExpectations:
69939
69940 2012-11-07  Joshua Bell  <jsbell@chromium.org>
69941
69942         [Chromium] Unreviewed gardening. Rebaseline the tests added
69943         in http://trac.webkit.org/changeset/133686 - part deux.
69944
69945         * platform/chromium-win/fast/backgrounds/transformed-body-background-expected.png: Added.
69946         * platform/chromium-win/fast/backgrounds/transformed-body-html-background-expected.png: Added.
69947         * platform/chromium-win/fast/backgrounds/transformed-html-body-background-expected.png: Added.
69948
69949 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
69950
69951         Layout Test inspector/debugger/script-formatter-breakpoints.html is failing
69952         https://bugs.webkit.org/show_bug.cgi?id=101361
69953
69954         Unreviewed test fix.
69955
69956         * inspector/debugger/script-formatter-breakpoints.html:
69957         * platform/chromium/TestExpectations:
69958
69959 2012-11-07  Balazs Kelemen  <kbalazs@webkit.org>
69960
69961         [Qt] Unreviewed gardening
69962
69963         Some image expectetions was accidentally added for reference tests and it consused nrwt.
69964         Deleted them.
69965
69966         * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Removed.
69967         * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Removed.
69968         * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Removed.
69969         * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Removed.
69970
69971 2012-11-07  Zan Dobersek  <zandobersek@gmail.com>
69972
69973         Unreviewed GTK gardening.
69974
69975         Adding a timeout expectation for the test introduced in r133660.
69976         Adding timeout expectations for two media tests that started timing
69977         out probably after r133633.
69978
69979         * platform/gtk/TestExpectations:
69980
69981 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
69982
69983         [EFL] Unreviewed gardening.
69984
69985         Rebaselining a few ruby tests.
69986
69987         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
69988         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
69989         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
69990         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
69991         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
69992         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
69993
69994 2012-11-07  Csaba Osztrogonác  <ossy@webkit.org>
69995
69996         [Qt] Unreviewed gardening after r133688, remove unnecessary platform specific expected files.
69997
69998         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
69999         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
70000         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed.
70001
70002 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
70003
70004         [EFL] Unreviewed gardening.
70005
70006         navigator-vibration.html is still crashing occasionally.
70007
70008         * platform/efl-wk2/TestExpectations:
70009
70010 2012-11-07  Andrey Adaikin  <aandrey@chromium.org>
70011
70012         Web Inspector: [Canvas] Save CanvasGradient objects state for a replay
70013         https://bugs.webkit.org/show_bug.cgi?id=101432
70014
70015         Reviewed by Pavel Feldman.
70016
70017         Alerts about API changes to CanvasGradient and CanvasPattern classes.
70018         Checks capturing for CanvasGradient objects' state.
70019
70020         * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt:
70021         * inspector/profiler/canvas2d/canvas2d-api-changes.html:
70022         * inspector/profiler/canvas2d/canvas2d-gradient-capturing-expected.txt: Added.
70023         * inspector/profiler/canvas2d/canvas2d-gradient-capturing.html: Added.
70024
70025 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70026
70027         [EFL] Unreviewed gardening.
70028
70029         fast/repaint/block-selection-gap-in-table-cell.html is not
70030         rendering correctly, so skip it when running pixel tests. Need a
70031
70032         * platform/efl/TestExpectations:
70033
70034 2012-11-07  Vsevolod Vlasov  <vsevik@chromium.org>
70035
70036         Unreviewed inspector test polish.
70037         Made http/tests/indexeddb/database-data.html test faster, added more verbose errors for test debugging.
70038
70039         * http/tests/inspector/indexeddb/database-data-expected.txt:
70040         * http/tests/inspector/indexeddb/database-data.html:
70041         * http/tests/inspector/indexeddb/indexeddb-test.js:
70042         (onIndexedDBError):
70043         (onIndexedDBBlocked):
70044         (doWithDatabase):
70045
70046 2012-11-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70047
70048         [EFL] Gardening. Add or fix a few pixel expectations.
70049
70050         * platform/efl/compositing/plugins/composited-plugin-expected.png:
70051         * platform/efl/compositing/repaint/composited-document-element-expected.png: Added.
70052         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png:
70053         * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
70054         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
70055         * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
70056         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
70057         * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
70058         * platform/efl/plugins/iframe-plugin-bgcolor-expected.png: Added.
70059         * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
70060         * platform/efl/plugins/netscape-dom-access-expected.png: Added.
70061
70062 2012-11-07  Stephen White  <senorblanco@chromium.org>
70063
70064         Now that it no longer produces image results, remove unnecessary
70065         PNGs for crash-hw-sw-switch.html.  Unreviewed.
70066
70067         * platform/chromium-android/css3/filters/crash-hw-sw-switch-expected.png: Removed.
70068         * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png: Removed.
70069         * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
70070         * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png: Removed.
70071         * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png: Removed.
70072         * platform/mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed.
70073         * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed.
70074
70075 2012-11-07  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
70076
70077         [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
70078         https://bugs.webkit.org/show_bug.cgi?id=93611
70079
70080         Reviewed by Gyuyoung Kim.
70081
70082         Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
70083         Add new missing baselines for two spelling tests for EFL platform.
70084
70085         * platform/efl-wk2/TestExpectations:
70086         * platform/efl/TestExpectations:
70087         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
70088         * platform/efl/editing/spelling/spelling-expected.txt: Added.
70089
70090 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
70091
70092         [EFL] Unreviewed gardening.
70093
70094         Marking new test media/progress-events-generated-correctly.html as failing on EFL.
70095
70096         * platform/efl/TestExpectations:
70097
70098 2012-11-07  Dominik Röttsches  <dominik.rottsches@intel.com>
70099
70100         [EFL] Fix execution of exif-orientation-image-document.html on EFL Wk2 bot
70101         https://bugs.webkit.org/show_bug.cgi?id=101343
70102
70103         Reviewed by Kenneth Rohde Christiansen.
70104
70105         Unskipping exif-orientation-image-document.html now that respecting
70106         orientation is default enabled for image documents.
70107
70108         * platform/efl-wk2/TestExpectations:
70109
70110 2012-11-06  Yury Semikhatsky  <yurys@chromium.org>
70111
70112         Console not displaying all properties of an Object once native Constructor overwritten
70113         https://bugs.webkit.org/show_bug.cgi?id=101320
70114
70115         Reviewed by Pavel Feldman.
70116
70117         Check that Web Inspector's console works fine if Object is overwritten in the inspected
70118         page.
70119
70120         * inspector/console/console-Object-overwritten-expected.txt: Added.
70121         * inspector/console/console-Object-overwritten.html: Added.
70122
70123 2012-11-06  Kangil Han  <kangil.han@samsung.com>
70124
70125         [EFL][WK2] media/media-continues-playing-after-replace-source.html fails
70126         https://bugs.webkit.org/show_bug.cgi?id=101429
70127
70128         Unreviewed, EFL gardening.
70129
70130         media-continues-playing-after-replace-source.html test case crashes in WK2 only.
70131
70132         * platform/efl-wk2/TestExpectations:
70133
70134 2012-11-06  Dan Beam  <dbeam@chromium.org>                                                                                          
70135
70136         Enable REQUEST_AUTOCOMPLETE for chromium port
70137         https://bugs.webkit.org/show_bug.cgi?id=101376
70138
70139         Reviewed by Adam Barth.
70140
70141         This patch enables the feature flag REQUEST_AUTOCOMPLETE in WebKit/chromium only to allow web authors to start to use
70142         HTMLFormElement#requestAutocomplete as the chrome-side work progresses further.
70143
70144         * fast/forms/form-request-autocomplete-expected.txt:
70145
70146         Updated to match form-request-autocomplete.html changes.
70147
70148         * fast/forms/form-request-autocomplete.html:
70149
70150         Remove bug number as per Adam Barth <abarth@webkit.org>'s advice.
70151
70152         * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Added.
70153
70154         Adding expected successful layout test for form-request-autocomplete.html tests to chromium specific directory
70155         (as chromium is currently the only place the feature is enabled).
70156
70157 2012-11-06  Ken Buchanan  <kenrb@chromium.org>
70158
70159         Crash due to column span under button element
70160         https://bugs.webkit.org/show_bug.cgi?id=101402
70161
70162         Reviewed by Abhishek Arya.
70163
70164         Test creates crashing condition for bug 101402.
70165
70166         * fast/block/colspan-under-button-crash.html: Added.
70167         * fast/block/colspan-under-button-crash-expected.txt: Added.
70168
70169 2012-11-06  Jaehun Lim  <ljaehun.lim@samsung.com>
70170
70171         [EFL][WK2] fast/dom/shadow/shadowdom-for-object-only-shadow.html fails
70172         https://bugs.webkit.org/show_bug.cgi?id=101417
70173
70174         Unreviewed, EFL gardening.
70175
70176         shadowdom-for-object-only-shadow.html test is flaky in WK2 only.
70177
70178         * platform/efl-wk2/TestExpectations:
70179
70180 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
70181
70182         [Shadow] Pseudo custom-elements should start with 'x-'.
70183         https://bugs.webkit.org/show_bug.cgi?id=100919
70184
70185         Reviewed by Dimitri Glazkov.
70186
70187         * fast/dom/shadow/pseudo-attribute-rendering-expected.html: Added.
70188         * fast/dom/shadow/pseudo-attribute-rendering.html: Added.
70189
70190 2012-11-06  Alice Boxhall  <aboxhall@chromium.org>
70191
70192         Unreviewed gardening. Rebaseline the tests added in http://trac.webkit.org/changeset/133686 for different platforms.
70193
70194         * platform/chromium-linux/fast/backgrounds/transformed-body-background-expected.png: Added.
70195         * platform/chromium-linux/fast/backgrounds/transformed-body-html-background-expected.png: Added.
70196         * platform/chromium-linux/fast/backgrounds/transformed-html-body-background-expected.png: Added.
70197         * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png:
70198         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
70199         * platform/chromium-mac-snowleopard/compositing/repaint/composited-document-element-expected.png:
70200         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
70201         * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
70202         * platform/chromium-mac/fast/backgrounds/transformed-body-background-expected.png: Added.
70203         * platform/chromium-mac/fast/backgrounds/transformed-body-html-background-expected.png: Added.
70204         * platform/chromium-mac/fast/backgrounds/transformed-html-body-background-expected.png: Added.
70205         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added.
70206         * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Renamed from LayoutTests/platform/efl/compositing/repaint/composited-document-element-expected.png.
70207
70208 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70209
70210         fast/forms/select-set-length-with-mutation-remove is slow on chromium debug builds
70211         https://bugs.webkit.org/show_bug.cgi?id=60092
70212
70213         [Chromium] Unreviewed gardening - so slow it's timing out at 60s rather often.
70214
70215         * platform/chromium/TestExpectations:
70216
70217 2012-11-06  Hans Muller  <hmuller@adobe.com>
70218
70219         [CSS Exclusions] Changeset r133384 defeated the rectilinear polygon tests
70220         https://bugs.webkit.org/show_bug.cgi?id=101405
70221
70222         Reviewed by Dirk Schulze.
70223
70224         When the exclusions/shape-inside subpixel layout JS code was refactored,
70225         (see https://bugs.webkit.org/show_bug.cgi?id=100704) these two tests were not
70226         properly updated. They now include subpixel-utils.js, which simple-polygon.js depends on.
70227
70228         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
70229         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html:
70230         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
70231         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html:
70232
70233 2012-11-06  Stephen White  <senorblanco@chromium.org>
70234
70235         Don't write pixels for crash-hw-sw-switch test; if it doesn't crash, it
70236         passes.  Unreviewed.
70237
70238         * css3/filters/crash-hw-sw-switch.html:
70239
70240 2012-11-06  Noel Gordon  <noel.gordon@gmail.com>
70241
70242         (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion
70243         https://bugs.webkit.org/show_bug.cgi?id=93636
70244
70245         Reviewed by Simon Fraser.
70246
70247         Remove this test: fast/images/jpeg-partial-load.html is now used to test
70248         partial jpeg image loads.
70249
70250         * http/tests/images/jpg-img-partial-load-expected.png: Removed.
70251         * http/tests/images/jpg-img-partial-load-expected.txt: Removed.
70252         * http/tests/images/jpg-img-partial-load.html: Removed.
70253         * platform/mac/TestExpectations:
70254         * platform/win/TestExpectations:
70255         * platform/wincairo/TestExpectations:
70256
70257 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70258
70259         [Chromium] Unreviewed gardening. A couple of expectation updates c/o dbarton@mathscribe.com
70260         and marking calendar-picker-key-operations.html flaky per webkit.org/b/101408
70261
70262         * platform/chromium/TestExpectations:
70263
70264 2012-11-06  Stephen White  <senorblanco@chromium.org>
70265
70266         Removed useless image baselines for filter-empty-element-crash.
70267         Unreviewed.
70268
70269         * platform/chromium-linux/css3/filters/filter-empty-element-crash-expected.png: Removed.
70270         * platform/chromium-mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
70271         * platform/chromium-mac/css3/filters/filter-empty-element-crash-expected.png: Removed.
70272         * platform/chromium-win/css3/filters/filter-empty-element-crash-expected.png: Removed.
70273         * platform/mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed.
70274         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
70275
70276 2012-11-06  Stephen White  <senorblanco@chromium.org>
70277
70278         [Chromium] New baselines for some CSS3 filter tests.  Unreviewed.
70279
70280         * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png:
70281         * platform/chromium-mac/css3/filters/effect-reference-expected.png:
70282         * platform/chromium-mac/css3/filters/effect-reference-expected.txt:
70283         * platform/chromium-win/css3/filters/effect-reference-expected.png:
70284         * platform/chromium-win/css3/filters/effect-reference-expected.txt:
70285
70286 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
70287
70288         -webkit-background-clip:text produces artifacts when applied to the body and the browser is resized
70289         https://bugs.webkit.org/show_bug.cgi?id=89287
70290
70291         Reviewed by Beth Dakin.
70292
70293         Test with -webkit-background-clip: text on the body, which scrolls.
70294         
70295         Some additional tests that exercise different combinations of html and
70296         body transform and background.
70297
70298         * compositing/repaint/composited-document-element.html:
70299         * fast/backgrounds/background-clip-text-on-body-expected.png: Added.
70300         * fast/backgrounds/background-clip-text-on-body-expected.txt: Added.
70301         * fast/backgrounds/background-clip-text-on-body.html: Added.
70302         * fast/backgrounds/transformed-body-background-expected.png: Added.
70303         * fast/backgrounds/transformed-body-background-expected.txt: Added.
70304         * fast/backgrounds/transformed-body-background.html: Added.
70305         * fast/backgrounds/transformed-body-html-background-expected.png: Added.
70306         * fast/backgrounds/transformed-body-html-background-expected.txt: Added.
70307         * fast/backgrounds/transformed-body-html-background.html: Added.
70308         * fast/backgrounds/transformed-html-body-background-expected.png: Added.
70309         * fast/backgrounds/transformed-html-body-background-expected.txt: Added.
70310         * fast/backgrounds/transformed-html-body-background.html: Added.
70311
70312 2012-11-06  Hans Muller  <hmuller@adobe.com>
70313
70314         [CSS Exclusions] Store ExclusionPolygonEdge vertices in clockwise order
70315         https://bugs.webkit.org/show_bug.cgi?id=100763
70316
70317         Reviewed by Darin Adler.
70318
70319         Verify that a shape-inside polygon whose vertices are specified in counterclockwise
70320         order is handled correctly.
70321
70322         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon-expected.html: Added.
70323         * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon.html: Added.
70324
70325 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
70326
70327         Unreviewed, remove a couple of passing tests from chromium expectations.
70328
70329         * platform/chromium-mac-mountainlion/TestExpectations:
70330         * platform/chromium/TestExpectations:
70331
70332 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70333
70334         [EFL] Unreviewed gardening after r133676.
70335
70336         * platform/efl-wk2/TestExpectations: Unskip a few passing tests.
70337
70338 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70339
70340         http/tests/inspector-enabled/dynamic-scripts.html is flakey
70341         https://bugs.webkit.org/show_bug.cgi?id=100926
70342
70343         Unreviewed gardening.
70344
70345         * platform/chromium/TestExpectations:
70346
70347 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70348
70349         [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
70350         https://bugs.webkit.org/show_bug.cgi?id=101377
70351
70352         Unreviewed gardening. Add ImageOnlyFailure expectation, for extra fun.
70353
70354         * platform/chromium/TestExpectations:
70355
70356 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
70357
70358         Unreviewed chromium, chromium-mac-mountainlion gardening
70359
70360         Remove a bunch of passing tests, and clean up a couple of ML issues.
70361
70362         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Removed.
70363         * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Removed.
70364         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
70365         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
70366         * platform/chromium/TestExpectations:
70367
70368 2012-11-06  John Griggs  <jgriggs@rim.com>
70369
70370         Implement MediaPlayerPrivate::didLoadingProgress for BlackBerry platform
70371         https://bugs.webkit.org/show_bug.cgi?id=100378
70372
70373         Reviewed by Eric Carlson.
70374
70375         Implement this method for BlackBerry platform.
70376
70377         New test: LayoutTests/media/progress-events-generated-correctly.html
70378
70379         * media/progress-events-generated-correctly-expected.txt: Added.
70380         * media/progress-events-generated-correctly.html: Added.
70381         * platform/chromium/TestExpectations:
70382         * platform/mac/TestExpectations:
70383
70384 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70385
70386         [Chromium] Unreviewed gardening.
70387
70388         * platform/chromium/TestExpectations:
70389
70390 2012-11-06  Andrei Bucur  <abucur@adobe.com>
70391
70392         [CSS Regions] Fix failing tests on Mac after sub-pixel layout was enabled
70393         https://bugs.webkit.org/show_bug.cgi?id=101364
70394
70395         Reviewed by Simon Fraser.
70396
70397         There are no changes in the code. Only the tests had to be fixed.
70398
70399         * fast/regions/float-pushed-width-change-expected.html: Remove the unnecessary 0.5px margin.
70400         * 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.
70401         * fast/regions/floats-basic-in-variable-width-regions.html: See above
70402         * fast/regions/render-region-renderer-expected.html: Remove unnecessary 0.5px height.
70403
70404 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70405
70406         [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug
70407         https://bugs.webkit.org/show_bug.cgi?id=101377
70408
70409         Unreviewed gardening. Add new expectation, remove expectation for reverted change.
70410
70411         * platform/chromium/TestExpectations:
70412
70413 2012-11-06  Sheriff Bot  <webkit.review.bot@gmail.com>
70414
70415         Unreviewed, rolling out r133529 and r133562.
70416         http://trac.webkit.org/changeset/133529
70417         http://trac.webkit.org/changeset/133562
70418         https://bugs.webkit.org/show_bug.cgi?id=101371
70419
70420         Caused 15% memory regression on Chromium page cyclers
70421         (Requested by jsbell|gardener on #webkit).
70422
70423         * css3/line-break/line-break-auto-centered-expected.html: Removed.
70424         * css3/line-break/line-break-auto-centered.html: Removed.
70425         * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
70426         * css3/line-break/line-break-auto-half-kana.html: Removed.
70427         * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
70428         * css3/line-break/line-break-auto-hyphens.html: Removed.
70429         * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
70430         * css3/line-break/line-break-auto-inseparables.html: Removed.
70431         * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
70432         * css3/line-break/line-break-auto-iteration-marks.html: Removed.
70433         * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
70434         * css3/line-break/line-break-auto-postfixes.html: Removed.
70435         * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
70436         * css3/line-break/line-break-auto-prefixes.html: Removed.
70437         * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
70438         * css3/line-break/line-break-auto-sound-marks.html: Removed.
70439         * css3/line-break/line-break-loose-centered-expected.html: Removed.
70440         * css3/line-break/line-break-loose-centered.html: Removed.
70441         * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
70442         * css3/line-break/line-break-loose-half-kana.html: Removed.
70443         * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
70444         * css3/line-break/line-break-loose-hyphens.html: Removed.
70445         * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
70446         * css3/line-break/line-break-loose-inseparables.html: Removed.
70447         * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
70448         * css3/line-break/line-break-loose-iteration-marks.html: Removed.
70449         * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
70450         * css3/line-break/line-break-loose-postfixes.html: Removed.
70451         * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
70452         * css3/line-break/line-break-loose-prefixes.html: Removed.
70453         * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
70454         * css3/line-break/line-break-loose-sound-marks.html: Removed.
70455         * css3/line-break/line-break-normal-centered-expected.html: Removed.
70456         * css3/line-break/line-break-normal-centered.html: Removed.
70457         * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
70458         * css3/line-break/line-break-normal-half-kana.html: Removed.
70459         * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
70460         * css3/line-break/line-break-normal-hyphens.html: Removed.
70461         * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
70462         * css3/line-break/line-break-normal-inseparables.html: Removed.
70463         * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
70464         * css3/line-break/line-break-normal-iteration-marks.html: Removed.
70465         * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
70466         * css3/line-break/line-break-normal-postfixes.html: Removed.
70467         * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
70468         * css3/line-break/line-break-normal-prefixes.html: Removed.
70469         * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
70470         * css3/line-break/line-break-normal-sound-marks.html: Removed.
70471         * css3/line-break/line-break-strict-centered-expected.html: Removed.
70472         * css3/line-break/line-break-strict-centered.html: Removed.
70473         * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
70474         * css3/line-break/line-break-strict-half-kana.html: Removed.
70475         * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
70476         * css3/line-break/line-break-strict-hyphens.html: Removed.
70477         * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
70478         * css3/line-break/line-break-strict-inseparables.html: Removed.
70479         * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
70480         * css3/line-break/line-break-strict-iteration-marks.html: Removed.
70481         * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
70482         * css3/line-break/line-break-strict-postfixes.html: Removed.
70483         * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
70484         * css3/line-break/line-break-strict-prefixes.html: Removed.
70485         * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
70486         * css3/line-break/line-break-strict-sound-marks.html: Removed.
70487         * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
70488         * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
70489         * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
70490         * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
70491
70492 2012-11-06  Dirk Pranke  <dpranke@chromium.org>
70493
70494         Unreviewed, update chromium-mac-mountainlion expectations to remove passing tests.
70495
70496         * platform/chromium-mac-mountainlion/TestExpectations:
70497
70498 2012-11-06  Stephen White  <senorblanco@chromium.org>
70499
70500         Don't dump pixels for filter-empty-element-crash.
70501         https://bugs.webkit.org/show_bug.cgi?id=101359
70502
70503         Reviewed by Adrienne Walker.
70504
70505         * css3/filters/filter-empty-element-crash.html:
70506
70507 2012-11-06  Simon Fraser  <simon.fraser@apple.com>
70508
70509         (r133351): Number of test failures from enabling SUBPIXEL_LAYOUT on Mac
70510         https://bugs.webkit.org/show_bug.cgi?id=101220
70511
70512         New baselines for two more tests whose output was affected by enabling subpixel layout.
70513
70514         * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
70515         * platform/mac/fast/images/repaint-subrect-grid-expected.txt:
70516
70517 2012-11-06  Stephen White  <senorblanco@chromium.org>
70518
70519         Add new test cases to layout test effect-reference and effect-reference-hw.
70520         https://bugs.webkit.org/show_bug.cgi?id=101366
70521
70522         Reviewed by Dean Jackson.
70523
70524         * css3/filters/effect-reference-hw.html:
70525         * css3/filters/effect-reference.html:
70526         Add some test cases for feBlend and feSpecularLighting.
70527
70528 2012-11-06  Rick Byers  <rbyers@chromium.org>
70529
70530         [chromium] Two touchadjustment tests are failing on mac
70531         https://bugs.webkit.org/show_bug.cgi?id=100833
70532
70533         Reviewed by Antonio Gomes.
70534
70535         Re-enable these two tests with appropriate tweaks.  Also avoid the platform dependant
70536         behavior by switching to the Ahem font.
70537
70538         * platform/chromium/TestExpectations: Remove the failure expectations.
70539         * touchadjustment/html-label.html: Tweak one very borderline case to be closer to pass
70540         reliably.  Previously this passed only due to a bug in the test infrastructure fixed in r132929.
70541         * touchadjustment/nested-touch.html: Tweak borderline case to compensate for inclusion of
70542         the border in the measurement of the size of the div.
70543
70544 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70545
70546         [Chromium] Unreviewed gardening.
70547
70548         * platform/chromium/TestExpectations:
70549
70550 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70551
70552         [Chromium] css3/line-break/line-break-strict-sound-marks.html image flaky on Mac 10.7
70553         https://bugs.webkit.org/show_bug.cgi?id=101368
70554
70555         Unreviewed gardening.
70556
70557         * platform/chromium/TestExpectations:
70558
70559 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
70560
70561         Fix RenderGeometryMap assertion when layers are scrolled during layout
70562         https://bugs.webkit.org/show_bug.cgi?id=101292
70563
70564         Reviewed by Beth Dakin.
70565
70566         Test that hit the assertion before the fix.
70567
70568         * compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Added.
70569         * compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Added.
70570
70571 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70572
70573         [Chromium] Unreviewed gardening - more rebaselines following bug 101115.
70574
70575         * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
70576         * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70577         * platform/chromium-mac-lion/fast/block/lineboxcontain/glyphs-expected.png: Added.
70578         * platform/chromium-mac-lion/fast/repaint/stacked-diacritics-expected.png: Added.
70579
70580 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70581
70582         [EFL] Gardening, add pixel expectation for test.
70583
70584         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
70585
70586 2012-11-06  Joshua Bell  <jsbell@chromium.org>
70587
70588         [Chromium] fast/dom/Window/customized-property-survives-gc.html slow on debug
70589         https://bugs.webkit.org/show_bug.cgi?id=101362
70590
70591         Unreviewed gardening.
70592
70593         * platform/chromium/TestExpectations:
70594
70595 2012-11-06  Mike West  <mkwst@chromium.org>
70596
70597         CSP 1.1: Tweak the script interface to match the spec.
70598         https://bugs.webkit.org/show_bug.cgi?id=101321
70599
70600         Reviewed by Adam Barth.
70601
70602         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html:
70603         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval.html:
70604         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html:
70605         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowformaction.html:
70606         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html:
70607         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html:
70608         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html:
70609         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html:
70610         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowplugintype.html:
70611         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html:
70612         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html:
70613         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive-expected.txt:
70614         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html:
70615         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi-expected.txt:
70616         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html:
70617         * http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js:
70618             s/document.SecurityPolicy/document.securityPolicy/g
70619         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript-expected.txt: Added.
70620         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.html: Added.
70621         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle-expected.txt: Added.
70622         * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle.html: Added.
70623             For whatever reason, we never wrote tests for these methods. Now we
70624             have, which is good.
70625
70626 2012-11-06  David Barton  <dbarton@mathscribe.com>
70627
70628         Unreviewed gardening after bug 101115 fixed.
70629
70630         * platform/chromium-linux-x86/fast/block/lineboxcontain: Added.
70631         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
70632         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70633         * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
70634         * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.png: Added.
70635         * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.txt: Added.
70636         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.png:
70637         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
70638         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70639         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
70640         * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.png: Added.
70641         * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.txt: Added.
70642         * platform/chromium-linux/fast/repaint/stacked-diacritics-expected.png:
70643         * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.png:
70644         * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.png:
70645         * platform/chromium-mac/fast/block/lineboxcontain/glyphs-expected.png:
70646         * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png:
70647         * platform/chromium-win-xp/fast/block/lineboxcontain: Added.
70648         * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70649         * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
70650         * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.png: Added.
70651         * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.txt: Added.
70652         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
70653         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
70654         * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.png: Added.
70655         * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.txt: Added.
70656         * platform/chromium/TestExpectations:
70657
70658 2012-11-06  Stephen White  <senorblanco@chromium.org>
70659
70660         [Chromium] Make webkit_lint happy.  Unreviewed.
70661
70662         * platform/chromium/TestExpectations:
70663
70664 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70665
70666         [EFL] Unreviewed gardening.
70667
70668         Mark fast/dom/shadow/shadowdom-for-output-only-shadow.html as flaky.
70669
70670         * platform/efl/TestExpectations:
70671
70672 2012-11-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
70673
70674         [EFL] Gardening. Unskip test that's been passing for a while.
70675
70676         * platform/efl-wk2/TestExpectations:
70677
70678 2012-11-06  Andrey Lushnikov  <lushnikov@google.com>
70679
70680         Added console.clear() method
70681
70682         Web Inspector: add console.clear()
70683         https://bugs.webkit.org/show_bug.cgi?id=101021
70684
70685         Reviewed by Vsevolod Vlasov.
70686
70687         * inspector/console/console-clear-function-expected.txt: Added.
70688         * inspector/console/console-clear-function.html: Added.
70689
70690 2012-11-06  Thiago Marcos P. Santos  <thiago.santos@intel.com>
70691
70692         [EFL] fast/images/exif-orientation-image-document.html failing on WK2 bots
70693         https://bugs.webkit.org/show_bug.cgi?id=101344
70694
70695         Unreviewed gardening.
70696
70697         * platform/efl-wk2/TestExpectations:
70698
70699 2012-11-06  Stephen White  <senorblanco@chromium.org>
70700
70701         [Chromium] Unreviewed gardening.
70702
70703         * platform/chromium/TestExpectations:
70704
70705 2012-11-06  Aaron Colwell  <acolwell@chromium.org>
70706
70707         Heap-buffer-overflow in WebCore::TextTrackCueList::add
70708         https://bugs.webkit.org/show_bug.cgi?id=101018
70709
70710         Reviewed by Eric Carlson.
70711
70712         Added a test case to verify that adding a cue to the beginning of a non-empty list doesn't crash.
70713
70714         * media/track/track-add-remove-cue-expected.txt:
70715         * media/track/track-add-remove-cue.html:
70716
70717 2012-11-06  Aaron Colwell  <acolwell@chromium.org>
70718
70719         Regression(r132681): Heap-use-after-free in WebCore::RenderTextTrackCue::layout
70720         https://bugs.webkit.org/show_bug.cgi?id=100981
70721
70722         Reviewed by Eric Carlson.
70723
70724         Added a test that removes track elements by setting innerHTML on the track's parent.
70725
70726         * media/track/track-remove-by-setting-innerHTML-expected.txt: Added.
70727         * media/track/track-remove-by-setting-innerHTML.html: Added.
70728
70729 2012-11-06  Max Feil  <mfeil@rim.com>
70730
70731         [BlackBerry] Automatically go fullscreen on video play
70732         https://bugs.webkit.org/show_bug.cgi?id=101100
70733
70734         Reviewed by Eric Carlson.
70735
70736         Test that fullscreen is entered automatically when play is
70737         pressed (PR131774). This test applies to handheld (small screen)
70738         devices only, not tablets. The html code for this test was based
70739         on video-controls-fullscreen-volume.html and modified.
70740
70741         * platform/blackberry/media/video-automatic-fullscreen-expected.txt: Added.
70742         * platform/blackberry/media/video-automatic-fullscreen.html: Added.
70743
70744 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
70745
70746         Unreviewed unskip passing tests.
70747
70748         * platform/qt-arm/TestExpectations:
70749         * platform/win/TestExpectations:
70750         * platform/wincairo/TestExpectations:
70751
70752 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
70753
70754         Web Inspector: Flakyness in http/tests/inspector/network/network-initiator-from-console.html
70755         https://bugs.webkit.org/show_bug.cgi?id=101195
70756
70757         Unreviewed test flakiness fix.
70758
70759         * http/tests/inspector/network/network-initiator-from-console-expected.txt:
70760         * http/tests/inspector/network/network-initiator-from-console.html:
70761         * http/tests/inspector/network/resources/silent_script.js: Added.
70762         (foo):
70763
70764 2012-11-06  Stephen White  <senorblanco@chromium.org>
70765
70766         [Chromium] Unreviewed gardening.
70767
70768         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
70769         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
70770
70771 2012-11-06  Stephen White  <senorblanco@chromium.org>
70772
70773         [Chromium] Unreviewed gardening.
70774
70775         * platform/chromium/TestExpectations:
70776
70777 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
70778
70779         Web Inspector: Breakpoint is not removed when it was set in non-formatted mode and then removed while in formatted mode.
70780         https://bugs.webkit.org/show_bug.cgi?id=100595
70781
70782         Reviewed by Yury Semikhatsky.
70783
70784         * inspector/debugger/script-formatter-breakpoints-expected.txt:
70785         * inspector/debugger/script-formatter-breakpoints.html:
70786
70787 2012-11-06  Alexis Menard  <alexis@webkit.org>
70788
70789         Add an extra test for background-position parsing.
70790         https://bugs.webkit.org/show_bug.cgi?id=101245
70791
70792         Reviewed by Eric Seidel.
70793
70794         This test may overlap some existing tests but they are usually
70795         old tests where the parsing is tested but mixed with the rendering
70796         verification, therefore it is not ideal to add new parsing tests.
70797         This will be useful for the upcoming support of background-position with 4
70798         values as this test will be extended to verify the parsing and later another
70799         test/patch will be added to check/support the rendering.
70800
70801         * fast/backgrounds/background-position-parsing-2-expected.txt: Added.
70802         * fast/backgrounds/background-position-parsing-2.html: Added.
70803
70804 2012-11-06  Keishi Hattori  <keishi@webkit.org>
70805
70806         The "Rect" class in WebCore/Resources/pagepopups/pickerCommon.js should be renamed
70807         https://bugs.webkit.org/show_bug.cgi?id=101304
70808
70809         Reviewed by Kent Tamura.
70810
70811         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Replace Rect with Rectangle.
70812         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Ditto.
70813
70814 2012-11-06  Kangil Han  <kangil.han@samsung.com>
70815
70816         [EFL] Exclude fast/css/style-scoped cases from layout test running
70817         https://bugs.webkit.org/show_bug.cgi?id=101326
70818
70819         Unreviewed, EFL gardening.
70820
70821         According to BUG 49142, html5 style scoped attribute implementation is on progress.
70822         Therefore, we can skip its test cases from regular layout test running.
70823
70824         * platform/efl/TestExpectations:
70825
70826 2012-11-06  Peter Beverloo  <peter@chromium.org>
70827
70828         [Chromium] There shouldn't be linting errors about our TestExpectation files
70829
70830         Unreviewed test expectation update.
70831
70832         A number of linting errors were being displayed, partially because of my
70833         recent additions. Fix them.
70834
70835         * platform/chromium-android/TestExpectations:
70836         * platform/chromium/TestExpectations:
70837
70838 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
70839
70840         [Qt] Disable all tests fast/dom/shadow
70841         https://bugs.webkit.org/show_bug.cgi?id=101324
70842
70843         Reviewed by Csaba Osztrogonác.
70844
70845         Since Qt does not have SHADOW_DOM flag enabled, a lot of tests are failing.
70846         Let's skip all tests.
70847
70848         * platform/qt/TestExpectations:
70849
70850 2012-11-06  Vsevolod Vlasov  <vsevik@chromium.org>
70851
70852         Web Inspector: Displayed name/path of urls in network tab of dev tools is inconsistent
70853         https://bugs.webkit.org/show_bug.cgi?id=101064
70854
70855         Reviewed by Yury Semikhatsky.
70856
70857         * http/tests/inspector/network/request-name-path-expected.txt: Added.
70858         * http/tests/inspector/network/request-name-path.html: Added.
70859
70860 2012-11-06  Takashi Sakamoto  <tasak@google.com>
70861
70862         removeAttribute('style') not working in certain circumstances
70863         https://bugs.webkit.org/show_bug.cgi?id=99295
70864
70865         Reviewed by Ryosuke Niwa.
70866
70867         * fast/css/remove-attribute-style-expected.txt: Added.
70868         * fast/css/remove-attribute-style.html: Added.
70869
70870 2012-11-06  Peter Beverloo  <peter@chromium.org>
70871
70872         [Chromium-Android] Skip a number of crashing tests.
70873
70874         Unreviewed rebaselining.
70875
70876         * platform/chromium/TestExpectations:
70877
70878 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
70879
70880         [Shadow] Using isUnknownPseudoElement() for shadow pseudo id seems confusing
70881         https://bugs.webkit.org/show_bug.cgi?id=100826
70882
70883         Reviewed by Hajime Morita.
70884
70885         * fast/dom/shadow/shadow-nested-pseudo-id.html: Fixed a testcase so that shadowPseudoId starts with 'x-'.
70886         * fast/dom/shadow/shadow-pseudo-id-expected.html: Added.
70887         * fast/dom/shadow/shadow-pseudo-id.html: Added.
70888
70889 2012-11-06  Shinya Kawanaka  <shinyak@chromium.org>
70890
70891         [Shadow] ShadowRoot should know the existence of elements having ElementShadow.
70892         https://bugs.webkit.org/show_bug.cgi?id=100922
70893
70894         Reviewed by Hajime Morita.
70895
70896         * fast/dom/shadow/has-elementshadow-expected.txt: Added.
70897         * fast/dom/shadow/has-elementshadow.html: Added.
70898
70899 2012-11-06  Dongwoo Joshua Im  <dw.im@samsung.com>
70900
70901         [QT] [GTK] Remove fast/forms/week-multiple-fields from TestExpectations of gtk and qt.
70902         https://bugs.webkit.org/show_bug.cgi?id=101317
70903
70904         Unreviewed gardening.
70905
70906         fast/forms/week-multiple-fields is removed by http://trac.webkit.org/changeset/133440.
70907
70908         * platform/gtk/TestExpectations:
70909         * platform/qt/TestExpectations:
70910
70911 2012-11-05  Yury Semikhatsky  <yurys@chromium.org>
70912
70913         Web Inspector: JavaScript web workers debugging crashes
70914         https://bugs.webkit.org/show_bug.cgi?id=101065
70915
70916         Reviewed by Alexander Pavlov.
70917
70918         Test that inspected page won't crash if inspected worker is terminated when it is paused
70919         on a breakpoint.
70920
70921         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt: Added.
70922         * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html: Added.
70923         * platform/efl/TestExpectations:
70924         * platform/gtk/TestExpectations:
70925         * platform/mac/TestExpectations:
70926         * platform/qt/TestExpectations:
70927         * platform/win/TestExpectations:
70928         * platform/wincairo/TestExpectations:
70929
70930 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
70931
70932         [Qt] Unreviewed morning gardening, skip new failing tests.
70933
70934         * platform/qt/TestExpectations:
70935
70936 2012-11-05  David Barton  <dbarton@mathscribe.com>
70937
70938         Unreviewed gardening. Updating MathML chromium baselines.
70939
70940         * platform/chromium-linux-x86/mathml/presentation: Added.
70941         * platform/chromium-linux-x86/mathml/presentation/attributes-expected.png: Added.
70942         * platform/chromium-linux-x86/mathml/presentation/attributes-expected.txt: Added.
70943         * platform/chromium-linux-x86/mathml/presentation/fenced-expected.png: Added.
70944         * platform/chromium-linux-x86/mathml/presentation/fenced-expected.txt: Added.
70945         * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.png: Added.
70946         * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.txt: Added.
70947         * platform/chromium-linux-x86/mathml/presentation/fractions-expected.png: Added.
70948         * platform/chromium-linux-x86/mathml/presentation/fractions-expected.txt: Added.
70949         * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
70950         * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
70951         * platform/chromium-linux-x86/mathml/presentation/mo-expected.png: Added.
70952         * platform/chromium-linux-x86/mathml/presentation/mo-expected.txt: Added.
70953         * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.png: Added.
70954         * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.txt: Added.
70955         * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.png: Added.
70956         * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.txt: Added.
70957         * platform/chromium-linux-x86/mathml/presentation/over-expected.png: Added.
70958         * platform/chromium-linux-x86/mathml/presentation/over-expected.txt: Added.
70959         * platform/chromium-linux-x86/mathml/presentation/roots-expected.png: Added.
70960         * platform/chromium-linux-x86/mathml/presentation/roots-expected.txt: Added.
70961         * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.png: Added.
70962         * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.txt: Added.
70963         * platform/chromium-linux-x86/mathml/presentation/row-expected.png: Added.
70964         * platform/chromium-linux-x86/mathml/presentation/row-expected.txt: Added.
70965         * platform/chromium-linux-x86/mathml/presentation/style-expected.png: Added.
70966         * platform/chromium-linux-x86/mathml/presentation/style-expected.txt: Added.
70967         * platform/chromium-linux-x86/mathml/presentation/sub-expected.png: Added.
70968         * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Added.
70969         * platform/chromium-linux-x86/mathml/presentation/subsup-expected.png: Added.
70970         * platform/chromium-linux-x86/mathml/presentation/subsup-expected.txt: Added.
70971         * platform/chromium-linux-x86/mathml/presentation/sup-expected.png: Added.
70972         * platform/chromium-linux-x86/mathml/presentation/sup-expected.txt: Added.
70973         * platform/chromium-linux-x86/mathml/presentation/tables-expected.png: Added.
70974         * platform/chromium-linux-x86/mathml/presentation/tables-expected.txt: Added.
70975         * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.png: Added.
70976         * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.txt: Added.
70977         * platform/chromium-linux-x86/mathml/presentation/under-expected.png: Added.
70978         * platform/chromium-linux-x86/mathml/presentation/under-expected.txt: Added.
70979         * platform/chromium-linux-x86/mathml/presentation/underover-expected.png: Added.
70980         * platform/chromium-linux-x86/mathml/presentation/underover-expected.txt: Added.
70981         * platform/chromium-linux-x86/mathml/xHeight-expected.txt:
70982         * platform/chromium-linux/mathml/presentation: Added.
70983         * platform/chromium-linux/mathml/presentation/attributes-expected.png: Added.
70984         * platform/chromium-linux/mathml/presentation/attributes-expected.txt: Added.
70985         * platform/chromium-linux/mathml/presentation/fenced-expected.png: Added.
70986         * platform/chromium-linux/mathml/presentation/fenced-expected.txt: Added.
70987         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png: Added.
70988         * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt: Added.
70989         * platform/chromium-linux/mathml/presentation/fractions-expected.png: Added.
70990         * platform/chromium-linux/mathml/presentation/fractions-expected.txt: Added.
70991         * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
70992         * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
70993         * platform/chromium-linux/mathml/presentation/mo-expected.png: Added.
70994         * platform/chromium-linux/mathml/presentation/mo-expected.txt: Added.
70995         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png: Added.
70996         * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt: Added.
70997         * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.png: Added.
70998         * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.txt: Added.
70999         * platform/chromium-linux/mathml/presentation/over-expected.png: Added.
71000         * platform/chromium-linux/mathml/presentation/over-expected.txt: Added.
71001         * platform/chromium-linux/mathml/presentation/roots-expected.png: Added.
71002         * platform/chromium-linux/mathml/presentation/roots-expected.txt: Added.
71003         * platform/chromium-linux/mathml/presentation/row-alignment-expected.png: Added.
71004         * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt: Added.
71005         * platform/chromium-linux/mathml/presentation/row-expected.png: Added.
71006         * platform/chromium-linux/mathml/presentation/row-expected.txt: Added.
71007         * platform/chromium-linux/mathml/presentation/style-expected.png: Added.
71008         * platform/chromium-linux/mathml/presentation/style-expected.txt: Added.
71009         * platform/chromium-linux/mathml/presentation/sub-expected.png: Added.
71010         * platform/chromium-linux/mathml/presentation/sub-expected.txt: Added.
71011         * platform/chromium-linux/mathml/presentation/subsup-expected.png: Added.
71012         * platform/chromium-linux/mathml/presentation/subsup-expected.txt: Added.
71013         * platform/chromium-linux/mathml/presentation/sup-expected.png: Added.
71014         * platform/chromium-linux/mathml/presentation/sup-expected.txt: Added.
71015         * platform/chromium-linux/mathml/presentation/tables-expected.png: Added.
71016         * platform/chromium-linux/mathml/presentation/tables-expected.txt: Added.
71017         * platform/chromium-linux/mathml/presentation/tokenElements-expected.png: Added.
71018         * platform/chromium-linux/mathml/presentation/tokenElements-expected.txt: Added.
71019         * platform/chromium-linux/mathml/presentation/under-expected.png: Added.
71020         * platform/chromium-linux/mathml/presentation/under-expected.txt: Added.
71021         * platform/chromium-linux/mathml/presentation/underover-expected.png: Added.
71022         * platform/chromium-linux/mathml/presentation/underover-expected.txt: Added.
71023         * platform/chromium-linux/mathml/xHeight-expected.txt:
71024         * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.txt: Added.
71025         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png:
71026         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Added.
71027         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png:
71028         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt:
71029         * platform/chromium-mac-lion/mathml/presentation/tables-expected.png:
71030         * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt: Added.
71031         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt:
71032         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png:
71033         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt:
71034         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png:
71035         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt:
71036         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png:
71037         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt:
71038         * platform/chromium-mac/mathml/presentation/mo-stretch-expected.txt: Added.
71039         * platform/chromium-mac/mathml/presentation/row-alignment-expected.png:
71040         * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt: Added.
71041         * platform/chromium-mac/mathml/presentation/subsup-expected.png:
71042         * platform/chromium-mac/mathml/presentation/subsup-expected.txt:
71043         * platform/chromium-mac/mathml/presentation/tables-expected.png:
71044         * platform/chromium-mac/mathml/presentation/tables-expected.txt: Added.
71045         * platform/chromium-win-xp/mathml/presentation: Added.
71046         * platform/chromium-win-xp/mathml/presentation/attributes-expected.png: Added.
71047         * platform/chromium-win-xp/mathml/presentation/attributes-expected.txt: Added.
71048         * platform/chromium-win-xp/mathml/presentation/fenced-expected.png: Added.
71049         * platform/chromium-win-xp/mathml/presentation/fenced-expected.txt: Added.
71050         * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.png: Added.
71051         * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.txt: Added.
71052         * platform/chromium-win-xp/mathml/presentation/fractions-expected.png: Added.
71053         * platform/chromium-win-xp/mathml/presentation/fractions-expected.txt: Added.
71054         * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
71055         * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
71056         * platform/chromium-win-xp/mathml/presentation/mo-expected.png: Added.
71057         * platform/chromium-win-xp/mathml/presentation/mo-expected.txt: Added.
71058         * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.png: Added.
71059         * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.txt: Added.
71060         * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.png: Added.
71061         * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.txt: Added.
71062         * platform/chromium-win-xp/mathml/presentation/over-expected.png: Added.
71063         * platform/chromium-win-xp/mathml/presentation/over-expected.txt: Added.
71064         * platform/chromium-win-xp/mathml/presentation/roots-expected.png: Added.
71065         * platform/chromium-win-xp/mathml/presentation/roots-expected.txt: Added.
71066         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.png: Added.
71067         * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt: Added.
71068         * platform/chromium-win-xp/mathml/presentation/row-expected.png: Added.
71069         * platform/chromium-win-xp/mathml/presentation/row-expected.txt: Added.
71070         * platform/chromium-win-xp/mathml/presentation/style-expected.png: Added.
71071         * platform/chromium-win-xp/mathml/presentation/style-expected.txt: Added.
71072         * platform/chromium-win-xp/mathml/presentation/sub-expected.png: Added.
71073         * platform/chromium-win-xp/mathml/presentation/sub-expected.txt: Added.
71074         * platform/chromium-win-xp/mathml/presentation/subsup-expected.png: Added.
71075         * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt: Added.
71076         * platform/chromium-win-xp/mathml/presentation/sup-expected.png: Added.
71077         * platform/chromium-win-xp/mathml/presentation/sup-expected.txt: Added.
71078         * platform/chromium-win-xp/mathml/presentation/tables-expected.png: Added.
71079         * platform/chromium-win-xp/mathml/presentation/tables-expected.txt: Added.
71080         * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.png: Added.
71081         * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.txt: Added.
71082         * platform/chromium-win-xp/mathml/presentation/under-expected.png: Added.
71083         * platform/chromium-win-xp/mathml/presentation/under-expected.txt: Added.
71084         * platform/chromium-win-xp/mathml/presentation/underover-expected.png: Added.
71085         * platform/chromium-win-xp/mathml/presentation/underover-expected.txt: Added.
71086         * platform/chromium-win/mathml/presentation: Added.
71087         * platform/chromium-win/mathml/presentation/attributes-expected.png: Added.
71088         * platform/chromium-win/mathml/presentation/attributes-expected.txt: Added.
71089         * platform/chromium-win/mathml/presentation/fenced-expected.png: Added.
71090         * platform/chromium-win/mathml/presentation/fenced-expected.txt: Added.
71091         * platform/chromium-win/mathml/presentation/fenced-mi-expected.png: Added.
71092         * platform/chromium-win/mathml/presentation/fenced-mi-expected.txt: Added.
71093         * platform/chromium-win/mathml/presentation/fractions-expected.png: Added.
71094         * platform/chromium-win/mathml/presentation/fractions-expected.txt: Added.
71095         * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
71096         * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
71097         * platform/chromium-win/mathml/presentation/mo-expected.png: Added.
71098         * platform/chromium-win/mathml/presentation/mo-expected.txt: Added.
71099         * platform/chromium-win/mathml/presentation/mo-stretch-expected.png: Added.
71100         * platform/chromium-win/mathml/presentation/mo-stretch-expected.txt: Added.
71101         * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.png: Added.
71102         * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.txt: Added.
71103         * platform/chromium-win/mathml/presentation/over-expected.png: Added.
71104         * platform/chromium-win/mathml/presentation/over-expected.txt: Added.
71105         * platform/chromium-win/mathml/presentation/roots-expected.png: Added.
71106         * platform/chromium-win/mathml/presentation/roots-expected.txt: Added.
71107         * platform/chromium-win/mathml/presentation/row-alignment-expected.png: Added.
71108         * platform/chromium-win/mathml/presentation/row-alignment-expected.txt: Added.
71109         * platform/chromium-win/mathml/presentation/row-expected.png: Added.
71110         * platform/chromium-win/mathml/presentation/row-expected.txt: Added.
71111         * platform/chromium-win/mathml/presentation/style-expected.png: Added.
71112         * platform/chromium-win/mathml/presentation/style-expected.txt: Added.
71113         * platform/chromium-win/mathml/presentation/sub-expected.png: Added.
71114         * platform/chromium-win/mathml/presentation/sub-expected.txt: Added.
71115         * platform/chromium-win/mathml/presentation/subsup-expected.png: Added.
71116         * platform/chromium-win/mathml/presentation/subsup-expected.txt: Added.
71117         * platform/chromium-win/mathml/presentation/sup-expected.png: Added.
71118         * platform/chromium-win/mathml/presentation/sup-expected.txt: Added.
71119         * platform/chromium-win/mathml/presentation/tables-expected.png: Added.
71120         * platform/chromium-win/mathml/presentation/tables-expected.txt: Added.
71121         * platform/chromium-win/mathml/presentation/tokenElements-expected.png: Added.
71122         * platform/chromium-win/mathml/presentation/tokenElements-expected.txt: Added.
71123         * platform/chromium-win/mathml/presentation/under-expected.png: Added.
71124         * platform/chromium-win/mathml/presentation/under-expected.txt: Added.
71125         * platform/chromium-win/mathml/presentation/underover-expected.png: Added.
71126         * platform/chromium-win/mathml/presentation/underover-expected.txt: Added.
71127         * platform/chromium/TestExpectations:
71128         * platform/chromium/mathml/presentation/attributes-expected.png: Removed.
71129         * platform/chromium/mathml/presentation/fractions-expected.png: Removed.
71130         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Removed.
71131         * platform/chromium/mathml/presentation/mo-expected.png: Removed.
71132         * platform/chromium/mathml/presentation/mo-stretch-expected.png: Removed.
71133         * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Removed.
71134         * platform/chromium/mathml/presentation/over-expected.png: Removed.
71135         * platform/chromium/mathml/presentation/roots-expected.png: Removed.
71136         * platform/chromium/mathml/presentation/row-alignment-expected.png: Removed.
71137         * platform/chromium/mathml/presentation/row-expected.png: Removed.
71138         * platform/chromium/mathml/presentation/style-expected.png: Removed.
71139         * platform/chromium/mathml/presentation/subsup-expected.png: Removed.
71140
71141 2012-11-05  Kangil Han  <kangil.han@samsung.com>
71142
71143         [EFL][WK2][PixelTests] Add missing expectations
71144         https://bugs.webkit.org/show_bug.cgi?id=101289
71145
71146         Unreviewed, EFL gardening.
71147
71148         Add 16 missing pixel test expectations.
71149
71150         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
71151         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
71152         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
71153         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
71154         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Added.
71155         * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
71156         * platform/efl/fast/forms/basic-inputs-expected.png: Added.
71157         * platform/efl/fast/media/view-mode-media-feature-expected.png: Added.
71158         * platform/efl/media/video-aspect-ratio-expected.png: Added.
71159         * platform/efl/media/video-layer-crash-expected.png: Added.
71160         * platform/efl/media/video-transformed-expected.png: Added.
71161         * platform/efl/media/video-zoom-controls-expected.png: Added.
71162         * platform/efl/media/video-zoom-expected.png: Added.
71163         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
71164         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
71165         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
71166
71167 2012-11-05  Dirk Pranke  <dpranke@chromium.org>
71168
71169         Unreviewed, update chromium-mac-mountainlion baselines for svg failures after r133538
71170
71171         * 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.
71172         * 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.
71173         * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/filters/filterRegions-expected.png.
71174         * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/masking/maskRegions-expected.png.
71175         * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png.
71176         * platform/chromium-mac-lion/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png.
71177         * platform/chromium-mac-lion/svg/batik/paints/patternRegionA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png.
71178         * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegions-expected.png.
71179         * 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.
71180         * platform/chromium-mac-lion/svg/batik/text/longTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png.
71181         * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/smallFonts-expected.png.
71182         * platform/chromium-mac-lion/svg/batik/text/textAnchor-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textAnchor-expected.png.
71183         * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textDecoration-expected.png.
71184         * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect-expected.png.
71185         * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect2-expected.png.
71186         * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect3-expected.png.
71187         * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textFeatures-expected.png.
71188         * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png.
71189         * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout2-expected.png.
71190         * platform/chromium-mac-lion/svg/batik/text/textLength-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLength-expected.png.
71191         * platform/chromium-mac-lion/svg/batik/text/textOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPath-expected.png.
71192         * platform/chromium-mac-lion/svg/batik/text/textOnPathSpaces-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png.
71193         * platform/chromium-mac-lion/svg/batik/text/textPosition-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition-expected.png.
71194         * platform/chromium-mac-lion/svg/batik/text/textPosition2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition2-expected.png.
71195         * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties-expected.png.
71196         * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties2-expected.png.
71197         * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textStyles-expected.png.
71198         * platform/chromium-mac-lion/svg/batik/text/verticalText-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalText-expected.png.
71199         * platform/chromium-mac-lion/svg/batik/text/verticalTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png.
71200         * 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.
71201         * 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.
71202         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
71203         * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
71204         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
71205         * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
71206         * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
71207         * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
71208         * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png:
71209         * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
71210         * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
71211         * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png:
71212         * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
71213         * platform/chromium-mac/svg/batik/text/textAnchor-expected.png:
71214         * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
71215         * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
71216         * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
71217         * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
71218         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
71219         * platform/chromium-mac/svg/batik/text/textLayout-expected.png:
71220         * platform/chromium-mac/svg/batik/text/textLayout2-expected.png:
71221         * platform/chromium-mac/svg/batik/text/textLength-expected.png:
71222         * platform/chromium-mac/svg/batik/text/textOnPath-expected.png:
71223         * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png:
71224         * platform/chromium-mac/svg/batik/text/textPosition-expected.png:
71225         * platform/chromium-mac/svg/batik/text/textPosition2-expected.png:
71226         * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
71227         * platform/chromium-mac/svg/batik/text/textProperties2-expected.png:
71228         * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
71229         * platform/chromium-mac/svg/batik/text/verticalText-expected.png:
71230         * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png:
71231         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
71232         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
71233
71234 2012-11-05  Kenichi Ishibashi  <bashi@chromium.org>
71235
71236         [Chromium] Unicode combining diacritical aren't always combined on Linux
71237         https://bugs.webkit.org/show_bug.cgi?id=101009
71238
71239         Reviewed by Kent Tamura.
71240
71241         Add a test that checks whether combining marks are combined with base characters.
71242
71243         * fast/text/international/combining-marks-position-expected.txt: Added.
71244         * fast/text/international/combining-marks-position.html: Added.
71245
71246 2012-11-05  Filip Pizlo  <fpizlo@apple.com>
71247
71248         Prototype chain caching should check that the path from the base object to the slot base involves prototype hops only
71249         https://bugs.webkit.org/show_bug.cgi?id=101276
71250
71251         Reviewed by Gavin Barraclough.
71252
71253         This test already covered this case, but only for method_check. Modified it to
71254         also cover the get_by_id case.
71255
71256         * fast/js/toString-and-valueOf-override-expected.txt:
71257         * fast/js/toString-and-valueOf-override.html:
71258
71259 2012-11-05  Mark Lam  <mark.lam@apple.com>
71260
71261         Fixed flaky fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
71262         https://bugs.webkit.org/show_bug.cgi?id=101268.
71263
71264         Reviewed by Geoffrey Garen.
71265
71266         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
71267         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html:
71268
71269 2012-11-05  Philip Rogers  <pdr@google.com>
71270
71271         Unblock SVG external references
71272         https://bugs.webkit.org/show_bug.cgi?id=100635
71273
71274         Reviewed by Adam Barth.
71275
71276         This patch reverts r132849 and r132869 because the potential XSS issue
71277         turned out to not be an issue after all.
71278
71279         Covered by existing tests, many of which are re-whitelisted with this patch.
71280
71281         * platform/chromium/TestExpectations:
71282
71283 2012-11-05  Beth Dakin  <bdakin@apple.com>
71284
71285         https://bugs.webkit.org/show_bug.cgi?id=101001
71286         Pages with position:fixed elements should still be able to scroll on 
71287         the scrolling thread
71288         -and corresponding-
71289         <rdar://problem/10857315>
71290
71291         Reviewed by Simon Fraser.
71292
71293         New tests.
71294         * platform/mac/tiled-drawing/fixed: Added.
71295         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added.
71296         * platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html: Added.
71297         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added.
71298         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added.
71299         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: Added.
71300         * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html: Added.
71301         * platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added.
71302         * platform/mac/tiled-drawing/fixed/four-bars.html: Added.
71303         * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added.
71304         * platform/mac/tiled-drawing/fixed/nested-fixed.html: Added.
71305         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added.
71306         * platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html: Added.
71307
71308         These two tests are supposed to be in "slow scrolling" mode. Now that 
71309         fixed elements can scroll "fast," we need something else to force 
71310         slow scrolling. We should probably just add something to 
71311         window.internals to do that, but in the meantime, 
71312         background-attachment:fixed will work.
71313         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt:
71314         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html:
71315         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
71316         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html:
71317
71318 2012-11-05  Alice Boxhall  <aboxhall@chromium.org>
71319
71320         Unreviewed gardening. Mark fonts/cursive.html as flaky on MountainLion as well as Lion.
71321         https://bugs.webkit.org/show_bug.cgi?id=83219
71322
71323         * platform/chromium/TestExpectations:
71324
71325 2012-11-05  Stephen White  <senorblanco@chromium.org>
71326
71327         [chromium] Unreviewed gardening.
71328
71329         * platform/chromium-mac-mountainlion/TestExpectations:
71330
71331 2012-11-05  Glenn Adams  <glenn@skynav.com>
71332
71333         Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
71334         https://bugs.webkit.org/show_bug.cgi?id=89235
71335
71336         Reviewed by Eric Seidel.
71337
71338         See also wiki documentation at:
71339         [1] http://trac.webkit.org/wiki/LineBreaking
71340         [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
71341
71342         * css3/line-break/line-break-auto-centered-expected.html: Added.
71343         * css3/line-break/line-break-auto-centered.html: Added.
71344         * css3/line-break/line-break-auto-half-kana-expected.html: Added.
71345         * css3/line-break/line-break-auto-half-kana.html: Added.
71346         * css3/line-break/line-break-auto-hyphens-expected.html: Added.
71347         * css3/line-break/line-break-auto-hyphens.html: Added.
71348         * css3/line-break/line-break-auto-inseparables-expected.html: Added.
71349         * css3/line-break/line-break-auto-inseparables.html: Added.
71350         * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
71351         * css3/line-break/line-break-auto-iteration-marks.html: Added.
71352         * css3/line-break/line-break-auto-postfixes-expected.html: Added.
71353         * css3/line-break/line-break-auto-postfixes.html: Added.
71354         * css3/line-break/line-break-auto-prefixes-expected.html: Added.
71355         * css3/line-break/line-break-auto-prefixes.html: Added.
71356         * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
71357         * css3/line-break/line-break-auto-sound-marks.html: Added.
71358         * css3/line-break/line-break-loose-centered-expected.html: Added.
71359         * css3/line-break/line-break-loose-centered.html: Added.
71360         * css3/line-break/line-break-loose-half-kana-expected.html: Added.
71361         * css3/line-break/line-break-loose-half-kana.html: Added.
71362         * css3/line-break/line-break-loose-hyphens-expected.html: Added.
71363         * css3/line-break/line-break-loose-hyphens.html: Added.
71364         * css3/line-break/line-break-loose-inseparables-expected.html: Added.
71365         * css3/line-break/line-break-loose-inseparables.html: Added.
71366         * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
71367         * css3/line-break/line-break-loose-iteration-marks.html: Added.
71368         * css3/line-break/line-break-loose-postfixes-expected.html: Added.
71369         * css3/line-break/line-break-loose-postfixes.html: Added.
71370         * css3/line-break/line-break-loose-prefixes-expected.html: Added.
71371         * css3/line-break/line-break-loose-prefixes.html: Added.
71372         * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
71373         * css3/line-break/line-break-loose-sound-marks.html: Added.
71374         * css3/line-break/line-break-normal-centered-expected.html: Added.
71375         * css3/line-break/line-break-normal-centered.html: Added.
71376         * css3/line-break/line-break-normal-half-kana-expected.html: Added.
71377         * css3/line-break/line-break-normal-half-kana.html: Added.
71378         * css3/line-break/line-break-normal-hyphens-expected.html: Added.
71379         * css3/line-break/line-break-normal-hyphens.html: Added.
71380         * css3/line-break/line-break-normal-inseparables-expected.html: Added.
71381         * css3/line-break/line-break-normal-inseparables.html: Added.
71382         * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
71383         * css3/line-break/line-break-normal-iteration-marks.html: Added.
71384         * css3/line-break/line-break-normal-postfixes-expected.html: Added.
71385         * css3/line-break/line-break-normal-postfixes.html: Added.
71386         * css3/line-break/line-break-normal-prefixes-expected.html: Added.
71387         * css3/line-break/line-break-normal-prefixes.html: Added.
71388         * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
71389         * css3/line-break/line-break-normal-sound-marks.html: Added.
71390         * css3/line-break/line-break-strict-centered-expected.html: Added.
71391         * css3/line-break/line-break-strict-centered.html: Added.
71392         * css3/line-break/line-break-strict-half-kana-expected.html: Added.
71393         * css3/line-break/line-break-strict-half-kana.html: Added.
71394         * css3/line-break/line-break-strict-hyphens-expected.html: Added.
71395         * css3/line-break/line-break-strict-hyphens.html: Added.
71396         * css3/line-break/line-break-strict-inseparables-expected.html: Added.
71397         * css3/line-break/line-break-strict-inseparables.html: Added.
71398         * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
71399         * css3/line-break/line-break-strict-iteration-marks.html: Added.
71400         * css3/line-break/line-break-strict-postfixes-expected.html: Added.
71401         * css3/line-break/line-break-strict-postfixes.html: Added.
71402         * css3/line-break/line-break-strict-prefixes-expected.html: Added.
71403         * css3/line-break/line-break-strict-prefixes.html: Added.
71404         * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
71405         * css3/line-break/line-break-strict-sound-marks.html: Added.
71406
71407         * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Added.
71408         * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
71409         Override reftest expectations on chromium due to different ICU auto behavior.
71410
71411         * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Added.
71412         * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
71413         Override override of reftest expectations on chromium due to different ICU auto behavior;
71414         that is, chromium-android seems to follow the generic expectations.
71415
71416 2012-11-05  Adam Barth  <abarth@webkit.org>
71417
71418         webkitRegionLayoutUpdate is incorrectly named
71419         https://bugs.webkit.org/show_bug.cgi?id=100335
71420
71421         Reviewed by Ojan Vafai.
71422
71423         Update tests to use the proper name.
71424
71425         * fast/regions/webkit-named-flow-event-add-to-flow.html:
71426         * fast/regions/webkit-named-flow-event-no-regions.html:
71427         * fast/regions/webkit-named-flow-event-remove-from-dom.html:
71428         * fast/regions/webkit-named-flow-event-remove-from-flow.html:
71429         * fast/regions/webkit-named-flow-event-target.html:
71430         * fast/regions/webkit-named-flow-event-to-null.html:
71431         * fast/regions/webkit-named-flow-event.html:
71432
71433 2012-11-05  Stephen White  <senorblanco@chromium.org>
71434
71435         Remove fast/forms/week-multiple-fields from
71436         platform/mac/TestExpectations, since it no longer exists and makes the
71437         style script complain.  Unreviewed.
71438
71439         * platform/mac/TestExpectations:
71440
71441 2012-11-05  Stephen White  <senorblanco@chromium.org>
71442
71443         [chromium] Give actual bug IDs to some past gardening.  Unreviewed.
71444
71445         * platform/chromium/TestExpectations:
71446
71447 2012-11-05  Florin Malita  <fmalita@chromium.org>
71448
71449         Crash when mixing layers, foreignObjects and SVG hidden containers
71450         https://bugs.webkit.org/show_bug.cgi?id=87297
71451
71452         Reviewed by Dirk Schulze.
71453
71454         * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71455         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71456         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71457         * platform/chromium-win/svg/foreignObject/fO-parent-display-none-expected.txt:
71458         * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71459         * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71460         * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71461         * platform/chromium/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71462         * platform/chromium/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71463         * platform/chromium/svg/foreignObject/fO-parent-display-none-expected.txt:
71464         * platform/chromium/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71465         * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71466         * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71467         * platform/efl/svg/foreignObject/fO-parent-display-none-expected.txt:
71468         * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71469         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71470         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71471         * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71472         * platform/gtk/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71473         * platform/gtk/svg/foreignObject/fO-parent-display-none-expected.txt:
71474         * platform/gtk/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71475         * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71476         * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71477         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71478         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71479         * platform/mac/svg/foreignObject/fO-parent-display-none-expected.txt:
71480         * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71481         * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71482         * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71483         * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
71484         * platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
71485         * platform/qt/svg/foreignObject/fO-parent-display-none-expected.txt:
71486         * platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
71487         * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
71488         * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
71489         * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
71490         * svg/foreignObject/foreign-object-defs-crash-expected.txt: Added.
71491         * svg/foreignObject/foreign-object-defs-crash.svg: Added.
71492         * svg/foreignObject/text-tref-02-b-expected.txt:
71493
71494 2012-11-05  Stephen White  <senorblanco@chromium.org>
71495
71496         [chromium] Mark several compositing tests as only failing Image
71497         and not Text, after r133513.  Unreviewed.
71498
71499         * platform/chromium/TestExpectations:
71500
71501 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
71502
71503         [Qt][WK2] New compositing/tiling tests fail
71504         https://bugs.webkit.org/show_bug.cgi?id=101166
71505
71506         Unskip now passing tests after r133513.
71507
71508         * platform/qt-5.0-wk2/TestExpectations:
71509
71510 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
71511
71512         [Qt][WK2] New compositing/tiling tests fail
71513         https://bugs.webkit.org/show_bug.cgi?id=101166
71514
71515         The platform-independent results should not contain visibleRect, since this is
71516         only dumped on Mac.
71517
71518         * compositing/tiling/rotated-tiled-clamped-expected.txt:
71519         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
71520
71521 2012-11-05  Simon Fraser  <simon.fraser@apple.com>
71522
71523         Rebaseline some Lion results that were affected by enabling subpixel layout.
71524
71525         * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
71526         * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
71527         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
71528         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
71529         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
71530         * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
71531         * platform/mac-lion/fast/text/international/hindi-spacing-expected.txt:
71532         * platform/mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
71533         * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
71534         * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
71535         * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
71536         * platform/mac-lion/fast/writing-mode/vertical-font-fallback-expected.txt:
71537
71538 2012-11-05  Stephen White  <senorblanco@chromium.org>
71539
71540         [chromium] Mark css3/filters/custom/custom-filter-animation.html
71541         as timing out intermittently.  Unreviewed.
71542
71543         * platform/chromium/TestExpectations:
71544
71545 2012-11-05  David Barton  <dbarton@mathscribe.com>
71546
71547         Implement SimpleFontData::platformBoundsForGlyph on skia
71548         https://bugs.webkit.org/show_bug.cgi?id=101115
71549
71550         Reviewed by Eric Seidel.
71551
71552         Some lineboxcontain/etc. tests will need rebaselining.
71553
71554         * platform/chromium/TestExpectations:
71555
71556 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
71557
71558         [Qt] Unreviewed gardening, unskip a now passing test.
71559
71560         * platform/qt-5.0-wk1/TestExpectations:
71561
71562 2012-11-05  Hans Muller  <hmuller@adobe.com>
71563
71564         [CSS Exclusions] Polygon edges should span colinear vertices
71565         https://bugs.webkit.org/show_bug.cgi?id=99343
71566
71567         Reviewed by Dirk Schulze.
71568
71569         Verify that exclusion polygonal shape-inside layout is unaffected by coincident
71570         or collinear vertices.
71571
71572         * fast/exclusions/shape-inside/shape-inside-coincident-vertices-expected.html: Added.
71573         * fast/exclusions/shape-inside/shape-inside-coincident-vertices.html: Added.
71574         * fast/exclusions/shape-inside/shape-inside-collinear-vertices-expected.html: Added.
71575         * fast/exclusions/shape-inside/shape-inside-collinear-vertices.html: Added.
71576
71577 2012-11-05  Csaba Osztrogonác  <ossy@webkit.org>
71578
71579         [Qt] Unreviewed gardening, unskip now passing tests.
71580
71581         * platform/qt/TestExpectations:
71582
71583 2012-11-05  Stephen White  <senorblanco@chromium.org>
71584
71585         [chromium] Mark inspector-protocol/debugger-pause-dedicated-worker.html
71586         as also crashy, and give it a bug ID.  Unreviewed.
71587
71588         * platform/chromium/TestExpectations:
71589
71590 2012-11-05  Dominik Röttsches  <dominik.rottsches@intel.com>
71591
71592         [Cairo] Make Cairo honor image orientation
71593         https://bugs.webkit.org/show_bug.cgi?id=101207
71594
71595         Reviewed by Kenneth Rohde Christiansen.
71596
71597         Unskip and rebaseline exif orientation tests for EFL.
71598
71599         * platform/efl-wk1/TestExpectations: Tests not passing here yet, since DRT needs a setShouldRespectImageOrientation setting.
71600         * platform/efl/TestExpectations: Unskipping three exif orientation tests.
71601         * platform/efl/fast/images/exif-orientation-css-expected.png: Added.
71602         * platform/efl/fast/images/exif-orientation-css-expected.txt: Added.
71603         * platform/efl/fast/images/exif-orientation-expected.png: Added.
71604         * platform/efl/fast/images/exif-orientation-expected.txt: Added.
71605         * platform/efl/fast/images/exif-orientation-image-document-expected.png: Added.
71606         * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Added.
71607
71608 2012-11-05  Hans Muller  <hmuller@adobe.com>
71609
71610         [CSS Exclusions] Layout of the first shape-inside line can be incorrect
71611         https://bugs.webkit.org/show_bug.cgi?id=100996
71612
71613         Reviewed by Dirk Schulze.
71614
71615         Verify that the first line of shape-inside content is laid out correctly
71616         when the top of the shape's bounds has a non-integral value.
71617
71618         * fast/exclusions/shape-inside/shape-inside-shape-logical-top-expected.html: Added.
71619         * fast/exclusions/shape-inside/shape-inside-shape-logical-top.html: Added.
71620
71621 2012-11-05  Stephen White  <senorblanco@chromium.org>
71622
71623         [chromium] Mark a flaky test.  Unreviewed.
71624
71625         * platform/chromium/TestExpectations:
71626
71627 2012-11-05  Stephen White  <senorblanco@chromium.org>
71628
71629         [chromium] Add a now-failing test, remove a now-passing test.  Unreviewed.
71630
71631         * platform/chromium/TestExpectations:
71632
71633 2012-11-05  Pierre Rossi  <pierre.rossi@gmail.com>
71634
71635         [Qt] Fix broken comment in WK2 TestExpectations
71636
71637         Unreviewed fix, just an obviously missing '#' character.
71638
71639         * platform/qt-5.0-wk2/TestExpectations:
71640
71641 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
71642
71643         fast/events/popup-allowed-from-gesture-initiated-event.html is flaky
71644         https://bugs.webkit.org/show_bug.cgi?id=101208
71645
71646         Reviewed by Kenneth Rohde Christiansen.
71647
71648         Close the new popup between each test to make sure the new window
71649         does not mask the buttons and therefore prevent them from being
71650         clicked. This addresses flakiness for this test.
71651
71652         * fast/events/popup-allowed-from-gesture-initiated-event.html:
71653
71654 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
71655
71656         Unreviewed GTK gardening.
71657
71658         A followup to r133453, adding a baseline for http/tests/inspector/console-websocket-error.html.
71659
71660         * platform/gtk/http/tests/inspector: Added.
71661         * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt: Added.
71662
71663 2012-11-05  Thiago Marcos P. Santos  <thiago.santos@intel.com>
71664
71665         Validate CSS Device Adaptation properties and resolve shorthands
71666         https://bugs.webkit.org/show_bug.cgi?id=95962
71667
71668         Reviewed by Alexis Menard.
71669
71670         Added a test for CSS Device Adaptation property parsing validation.
71671
71672         * css3/device-adapt/viewport-properties-validation-expected.txt: Added.
71673         * css3/device-adapt/viewport-properties-validation.html: Added.
71674
71675 2012-11-05  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
71676
71677         [EFL] Unreviewed gardening.
71678
71679         Remove a few tests which depend on setIsolatedWorldSecurityOrigin
71680         since they are already skipped in efl/TestExpectations.
71681
71682         * platform/efl-wk2/TestExpectations:
71683
71684 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
71685
71686         [EFL] fast/forms/week-multiple-fields does not exist and should be removed from TestExpectations
71687         https://bugs.webkit.org/show_bug.cgi?id=101202
71688
71689         Unreviewed EFL gardening.
71690
71691         Remove fast/forms/week-multiple-fields from TestExpections since it does
71692         not exist and makes the style script complain.
71693
71694         * platform/efl/TestExpectations:
71695
71696 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
71697
71698         Unreviewed GTK gardening.
71699
71700         Clean up the inspector-related test expectations. Instead of marking
71701         many tests as skipped, proper failure expectations are put in place.
71702         The tests are still being skipped as their current behavior on the
71703         buildbots is unknown.
71704
71705         * platform/gtk/TestExpectations:
71706
71707 2012-11-05  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
71708
71709         [Qt] Unreviewed gardening.
71710
71711         Skip fast/dom/shadow/shadowroot-type.html because SHADOW_DOM is disabled.
71712
71713         * platform/qt/TestExpectations:
71714
71715 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
71716
71717         Unreviewed GTK gardening.
71718
71719         Rebaselining MathML tests after r132264 and r133221 and updating
71720         pixel baselines with outdated hash.
71721
71722         * platform/gtk/TestExpectations:
71723         * platform/gtk/mathml/presentation/attributes-expected.png:
71724         * platform/gtk/mathml/presentation/fenced-expected.png:
71725         * platform/gtk/mathml/presentation/fenced-expected.txt:
71726         * platform/gtk/mathml/presentation/mo-expected.png:
71727         * platform/gtk/mathml/presentation/mo-expected.txt:
71728         * platform/gtk/mathml/presentation/mo-stretch-expected.png:
71729         * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
71730         * platform/gtk/mathml/presentation/mroot-pref-width-expected.png:
71731         * platform/gtk/mathml/presentation/over-expected.png:
71732         * platform/gtk/mathml/presentation/over-expected.txt:
71733         * platform/gtk/mathml/presentation/roots-expected.png:
71734         * platform/gtk/mathml/presentation/row-alignment-expected.png:
71735         * platform/gtk/mathml/presentation/row-alignment-expected.txt:
71736         * platform/gtk/mathml/presentation/row-expected.png:
71737         * platform/gtk/mathml/presentation/row-expected.txt:
71738         * platform/gtk/mathml/presentation/style-expected.png:
71739         * platform/gtk/mathml/presentation/subsup-expected.png:
71740         * platform/gtk/mathml/presentation/subsup-expected.txt:
71741         * platform/gtk/mathml/presentation/tables-expected.png:
71742         * platform/gtk/mathml/presentation/tables-expected.txt:
71743
71744 2012-11-05  Christophe Dumez  <christophe.dumez@intel.com>
71745
71746         [EFL] Skip compositing/repaint/invalidations-on-composited-layers.html
71747         https://bugs.webkit.org/show_bug.cgi?id=101181
71748
71749         Unreviewed EFL gardening.
71750
71751         Mark compositing/repaint/invalidations-on-composited-layers.html as
71752         expected to fail since accelerated compositing is disabled by default
71753         on EFL port.
71754
71755         * platform/efl/TestExpectations:
71756
71757 2012-11-05  Zan Dobersek  <zandobersek@gmail.com>
71758
71759         Unreviewed GTK gardening.
71760
71761         Skipping ENABLE_SUBPIXEL- and ENABLE_INPUT_TYPE_*-related testing
71762         directories. These features are not enabled yet and most of the
71763         tests fail.
71764
71765         Removing failure expectation for fast/files/workers/worker-apply-blob-url-to-xhr.html,
71766         the issue was fixed in r132973.
71767
71768         Moving the skip entry for css3/device-adapt to the proper section.
71769
71770         * platform/gtk/TestExpectations:
71771
71772 2012-11-05  Shinya Kawanaka  <shinyak@chromium.org>
71773
71774         [Shadow] ShadowRoot type is not set correctly.
71775         https://bugs.webkit.org/show_bug.cgi?id=101188
71776
71777         Reviewed by Hajime Morita.
71778
71779         * fast/dom/shadow/shadowroot-type-expected.txt: Added.
71780         * fast/dom/shadow/shadowroot-type.html: Added.
71781
71782 2012-11-04  Kent Tamura  <tkent@chromium.org>
71783
71784         Move *-multiple-fields-appearance-*.html from fast/forms/*-multiple-fields/ to fast/forms/*/
71785         https://bugs.webkit.org/show_bug.cgi?id=101186
71786
71787         Rubber-stamped by Kentaro Hara.
71788
71789         The fast/forms/{date,month,time,week}-multiple-fields/
71790         {date,month,time,week}-multiple-fields-appearance-*.html tests don't
71791         depend on the multiple-fields UI, and should work for non
71792         multiple-fields configuration too. They should be moved to
71793         fast/forms/{date,month,time,week}/.
71794
71795         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Removed.
71796         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Removed.
71797         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Removed.
71798         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html: Removed.
71799         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
71800         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Removed.
71801         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
71802         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Removed.
71803         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Removed.
71804         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Removed.
71805         * fast/forms/date/date-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt.
71806         * fast/forms/date/date-appearance-basic.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html.
71807         * fast/forms/date/date-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt.
71808         * fast/forms/date/date-appearance-l10n.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html.
71809         * 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.
71810         * fast/forms/date/date-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html.
71811         * 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.
71812         * fast/forms/date/date-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html.
71813         * fast/forms/date/date-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt.
71814         * fast/forms/date/date-appearance-style.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html.
71815         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt: Removed.
71816         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html: Removed.
71817         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Removed.
71818         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Removed.
71819         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
71820         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html: Removed.
71821         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
71822         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html: Removed.
71823         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt: Removed.
71824         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html: Removed.
71825         * fast/forms/month/month-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt.
71826         * fast/forms/month/month-appearance-basic.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html.
71827         * fast/forms/month/month-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt.
71828         * fast/forms/month/month-appearance-l10n.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html.
71829         * 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.
71830         * fast/forms/month/month-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html.
71831         * 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.
71832         * fast/forms/month/month-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html.
71833         * fast/forms/month/month-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt.
71834         * fast/forms/month/month-appearance-style.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html.
71835         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Removed.
71836         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Removed.
71837         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed.
71838         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html: Removed.
71839         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
71840         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html: Removed.
71841         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
71842         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Removed.
71843         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Removed.
71844         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html: Removed.
71845         * fast/forms/time/time-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt.
71846         * fast/forms/time/time-appearance-basic.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html.
71847         * 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.
71848         * fast/forms/time/time-appearance-disabled-readonly.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html.
71849         * 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.
71850         * fast/forms/time/time-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html.
71851         * 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.
71852         * fast/forms/time/time-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html.
71853         * fast/forms/time/time-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt.
71854         * fast/forms/time/time-appearance-style.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html.
71855         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt: Removed.
71856         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html: Removed.
71857         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt: Removed.
71858         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html: Removed.
71859         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
71860         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html: Removed.
71861         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt: Removed.
71862         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html: Removed.
71863         * fast/forms/week/week-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt.
71864         * fast/forms/week/week-appearance-basic.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html.
71865         * 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.
71866         * fast/forms/week/week-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html.
71867         * 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.
71868         * fast/forms/week/week-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html.
71869         * fast/forms/week/week-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt.
71870         * fast/forms/week/week-appearance-style.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html.
71871         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
71872         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71873         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71874         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71875         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
71876         * 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.
71877         * 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.
71878         * 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.
71879         * 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.
71880         * 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.
71881         * platform/chromium-linux/fast/forms/month: Added.
71882         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
71883         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
71884         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71885         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71886         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
71887         * 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.
71888         * 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.
71889         * 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.
71890         * 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.
71891         * 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.
71892         * platform/chromium-linux/fast/forms/time: Added.
71893         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
71894         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
71895         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71896         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71897         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
71898         * 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.
71899         * 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.
71900         * 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.
71901         * 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.
71902         * 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.
71903         * platform/chromium-linux/fast/forms/week: Added.
71904         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
71905         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71906         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71907         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
71908         * 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.
71909         * 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.
71910         * 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.
71911         * 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.
71912         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
71913         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71914         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71915         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71916         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
71917         * 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.
71918         * 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.
71919         * 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.
71920         * 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.
71921         * 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.
71922         * platform/chromium-mac-lion/fast/forms/month: Added.
71923         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
71924         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
71925         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71926         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71927         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
71928         * 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.
71929         * 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.
71930         * 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.
71931         * 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.
71932         * 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.
71933         * platform/chromium-mac-lion/fast/forms/time: Added.
71934         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
71935         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
71936         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71937         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71938         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
71939         * 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.
71940         * 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.
71941         * 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.
71942         * 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.
71943         * 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.
71944         * platform/chromium-mac-lion/fast/forms/week: Added.
71945         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
71946         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71947         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71948         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
71949         * 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.
71950         * 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.
71951         * 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.
71952         * 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.
71953         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
71954         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71955         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71956         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71957         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
71958         * 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.
71959         * 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.
71960         * 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.
71961         * 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.
71962         * 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.
71963         * platform/chromium-mac-snowleopard/fast/forms/month: Added.
71964         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
71965         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
71966         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71967         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71968         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
71969         * 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.
71970         * 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.
71971         * 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.
71972         * 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.
71973         * 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.
71974         * platform/chromium-mac-snowleopard/fast/forms/time: Added.
71975         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
71976         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
71977         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71978         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71979         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
71980         * 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.
71981         * 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.
71982         * 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.
71983         * 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.
71984         * 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.
71985         * platform/chromium-mac-snowleopard/fast/forms/week: Added.
71986         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
71987         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71988         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71989         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
71990         * 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.
71991         * 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.
71992         * 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.
71993         * 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.
71994         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
71995         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
71996         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
71997         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
71998         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
71999         * 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.
72000         * 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.
72001         * 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.
72002         * 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.
72003         * 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.
72004         * platform/chromium-mac/fast/forms/month: Added.
72005         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
72006         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
72007         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
72008         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
72009         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
72010         * 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.
72011         * 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.
72012         * 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.
72013         * 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.
72014         * 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.
72015         * platform/chromium-mac/fast/forms/time: Added.
72016         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
72017         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
72018         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
72019         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
72020         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
72021         * 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.
72022         * 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.
72023         * 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.
72024         * 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.
72025         * 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.
72026         * platform/chromium-mac/fast/forms/week: Added.
72027         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
72028         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
72029         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
72030         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
72031         * 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.
72032         * 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.
72033         * 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.
72034         * 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.
72035         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
72036         * 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.
72037         * platform/chromium-win-xp/fast/forms/month: Added.
72038         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
72039         * 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.
72040         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed.
72041         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed.
72042         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
72043         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
72044         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed.
72045         * 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.
72046         * 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.
72047         * 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.
72048         * 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.
72049         * 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.
72050         * platform/chromium-win/fast/forms/month: Added.
72051         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed.
72052         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed.
72053         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
72054         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
72055         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed.
72056         * 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.
72057         * 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.
72058         * 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.
72059         * 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.
72060         * 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.
72061         * platform/chromium-win/fast/forms/time: Added.
72062         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed.
72063         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed.
72064         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
72065         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
72066         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed.
72067         * 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.
72068         * 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.
72069         * 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.
72070         * 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.
72071         * 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.
72072         * platform/chromium-win/fast/forms/week: Added.
72073         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed.
72074         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
72075         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
72076         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed.
72077         * 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.
72078         * 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.
72079         * 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.
72080         * 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.
72081         * platform/chromium/TestExpectations:
72082
72083 2012-11-04  Julien Chaffraix  <jchaffraix@webkit.org>
72084
72085         Fix the collapsing border code to handle mixed directionality at the row level
72086         https://bugs.webkit.org/show_bug.cgi?id=101060
72087
72088         Reviewed by Ojan Vafai.
72089
72090         * fast/table/border-collapsing/table-ltr-rows-mixed-direction-expected.html: Added.
72091         * fast/table/border-collapsing/table-ltr-rows-mixed-direction.html: Added.
72092         * fast/table/border-collapsing/table-rtl-row-mixed-direction-expected.html: Added.
72093         * fast/table/border-collapsing/table-rtl-row-mixed-direction.html: Added.
72094
72095 2012-11-04  Andrey Adaikin  <aandrey@chromium.org>
72096
72097         Web Inspector: [Canvas] do not blow up the capturing log
72098         https://bugs.webkit.org/show_bug.cgi?id=100752
72099
72100         Reviewed by Pavel Feldman.
72101
72102         Added test for track Canvas 2D API changes, as well as basics for the capturing.
72103
72104         * inspector/profiler/canvas-profiler-test.js: Renamed from LayoutTests/inspector/profiler/webgl/webgl-profiler-test.js.
72105         (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent):
72106         (initialize_CanvasWebGLProfilerTest):
72107         (createWebGLContext):
72108         (createCanvas2DContext):
72109         * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt: Added.
72110         * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added.
72111         * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics-expected.txt: Added.
72112         * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html: Added.
72113         * inspector/profiler/webgl/webgl-profiler-get-error.html:
72114
72115 2012-11-04  Nandor Huszka  <hnandor@inf.u-szeged.hu>
72116
72117         [Qt] Unreviewed gardening.
72118
72119         Skip a new failing test introduced in r133428, because SHADOW_DOM is disabled.
72120         Unskip a test that does not exist already.
72121
72122         * platform/qt/TestExpectations:
72123
72124 2012-11-04  Zan Dobersek  <zandobersek@gmail.com>
72125
72126         Unreviewed GTK gardening.
72127
72128         Adding failure expectations for accessibility/svg-remote-element,
72129         fast/images/exif-orientation-image-document.html and
72130         svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg.
72131         Rebaselining fast/images/repaint-subrect-grid.html, the new baseline
72132         matches the one Mac port uses.
72133
72134         * platform/gtk/TestExpectations:
72135         * platform/gtk/fast/images/repaint-subrect-grid-expected.txt: Added.
72136
72137 2012-11-04  Keishi Hattori  <keishi@webkit.org>
72138
72139         Introduce Month class to calendar picker
72140         https://bugs.webkit.org/show_bug.cgi?id=101024
72141
72142         Reviewed by Kent Tamura.
72143
72144         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
72145         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
72146         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Adjust the expectation because we changed the month string format.
72147         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt:
72148         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Ditto.
72149
72150 2012-11-04  Kent Tamura  <tkent@chromium.org>
72151
72152         Remove obsolete tests for date/time input types
72153         https://bugs.webkit.org/show_bug.cgi?id=98783
72154
72155         Reviewed by Kentaro Hara.
72156
72157         *-input-visible-string.html and *-stepup-stepdown-from-renderer.html are
72158         unnecessary and should be removed because they depend on textfield
72159         behavior, and the date/time input types no longer have textfield
72160         behavior on any platforms.
72161
72162         * fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
72163         * fast/forms/datetime/datetime-input-visible-string.html: Removed.
72164         * fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
72165         * fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: Removed.
72166         * fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
72167         * fast/forms/datetimelocal/datetimelocal-input-visible-string.html: Removed.
72168         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
72169         * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: Removed.
72170         * fast/forms/month/month-input-visible-string-expected.txt: Removed.
72171         * fast/forms/month/month-input-visible-string.html: Removed.
72172         * fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
72173         * fast/forms/month/month-stepup-stepdown-from-renderer.html: Removed.
72174         * fast/forms/time/time-input-visible-string-expected.txt: Removed.
72175         * fast/forms/time/time-input-visible-string.html: Removed.
72176         * fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
72177         * fast/forms/time/time-stepup-stepdown-from-renderer.html: Removed.
72178         * fast/forms/week/week-input-visible-string-expected.txt: Removed.
72179         * fast/forms/week/week-input-visible-string.html: Removed.
72180         * fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.
72181         * fast/forms/week/week-stepup-stepdown-from-renderer.html: Removed.
72182         * platform/chromium-android/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
72183         * platform/chromium/TestExpectations:
72184         * platform/chromium/fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed.
72185         * platform/chromium/fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed.
72186         * platform/chromium/fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed.
72187         * platform/chromium/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed.
72188         * platform/chromium/fast/forms/month/month-input-visible-string-expected.txt: Removed.
72189         * platform/chromium/fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed.
72190         * platform/chromium/fast/forms/time/time-input-visible-string-expected.txt: Removed.
72191         * platform/chromium/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed.
72192         * platform/chromium/fast/forms/week/week-input-visible-string-expected.txt: Removed.
72193         * platform/chromium/fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed.
72194
72195 2012-11-04  Jinwoo Song  <jinwoo7.song@samsung.com>
72196
72197         [EFL][DRT] Skip a fast/images/repaint-subrect-grid.html test case after r133322
72198         https://bugs.webkit.org/show_bug.cgi?id=101175
72199
72200         Unreviewed gardening.
72201
72202         fast/images/repaint-subrect-grid.html is failing on WK1 debug bot.
72203
72204         * platform/efl-wk1/TestExpectations:
72205
72206 2012-11-04  Shinya Kawanaka  <shinyak@chromium.org>
72207
72208         [Shadow] Implement custom pseudo-elements styling
72209         https://bugs.webkit.org/show_bug.cgi?id=100812
72210
72211         Reviewed by Hajime Morita.
72212
72213         * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added.
72214         * fast/dom/shadow/styling-pseudo-attribute.html: Added.
72215
72216 2012-11-04  Sheriff Bot  <webkit.review.bot@gmail.com>
72217
72218         Unreviewed, rolling out r133416.
72219         http://trac.webkit.org/changeset/133416
72220         https://bugs.webkit.org/show_bug.cgi?id=101169
72221
72222         Broke world selection by right click (Requested by rniwa on
72223         #webkit).
72224
72225         * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Removed.
72226         * fast/events/touch/gesture/disabled-input-text-selection.html: Removed.
72227         * platform/chromium/TestExpectations:
72228
72229 2012-11-04  Stephen White  <senorblanco@chromium.org>
72230
72231         [chromium] Add a now-failing test.  Unreviewed.
72232
72233         * platform/chromium/TestExpectations:
72234
72235 2012-11-04  Florin Malita  <fmalita@chromium.org>
72236
72237         Color-profile property triggers assert
72238         https://bugs.webkit.org/show_bug.cgi?id=101080
72239
72240         Reviewed by Dirk Schulze.
72241
72242         * svg/css/color-profile-crash-expected.txt: Added.
72243         * svg/css/color-profile-crash.html: Added.
72244
72245 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
72246
72247         [Qt][WK2] Unreviewed weekend gardening, skip failing tests, update expected files.
72248
72249         * platform/qt-5.0-wk2/TestExpectations:
72250         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Updated after r133019.
72251         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Updated after r133019.
72252         * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Updated after r133019.
72253
72254 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
72255
72256         [Qt] Unreviewed weekend gardening, skip one more failing test.
72257
72258         * platform/qt/TestExpectations:
72259
72260 2012-11-04  Csaba Osztrogonác  <ossy@webkit.org>
72261
72262         [Qt] Unreviewed weekend gardening, skip new failing tests.
72263
72264         * platform/qt/TestExpectations:
72265
72266 2012-11-04  Kaustubh Atrawalkar  <kaustubh@motorola.com>
72267
72268         Unable to copy text on disabled input fields on long press gesture
72269         https://bugs.webkit.org/show_bug.cgi?id=99698
72270
72271         Reviewed by Ryosuke Niwa.
72272
72273         Text from disabled input/text should be allowed to select. Replaced isContentEditable()
72274         with canStartSelection()
72275
72276         * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Added.
72277         * fast/events/touch/gesture/disabled-input-text-selection.html: Added.
72278         * platform/chromium/TestExpectations: Not Valid for chromium desktop.
72279
72280 2012-11-04  Stephen White  <senorblanco@chromium.org>
72281
72282         [chromium] Remove some no-longer-flaky tests.  Unreviewed.
72283
72284         * platform/chromium/TestExpectations:
72285
72286 2012-11-03  Stephen White  <senorblanco@chromium.org>
72287
72288         [chromium] Remove a no-longer-flaky test.  Unreviewed.
72289
72290         * platform/chromium/TestExpectations:
72291
72292 2012-11-03  Stephen White  <senorblanco@chromium.org>
72293
72294         [chromium] Remove some now-passing tests.  Unreviewed.
72295
72296         * platform/chromium/TestExpectations:
72297
72298 2012-11-03  Stephen White  <senorblanco@chromium.org>
72299
72300         [chromium] New baselines for no-longer-flaky tests.  Unreviewed.
72301
72302         * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
72303         * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
72304         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
72305         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
72306         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
72307         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
72308         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
72309         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
72310         * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
72311         * platform/chromium/TestExpectations:
72312         * 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.
72313         * 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.
72314
72315 2012-11-03  Stephen White  <senorblanco@chromium.org>
72316
72317         [chromium] Unreviewed gardening.
72318
72319         * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
72320
72321 2012-11-03  Dan Beam  <dbeam@chromium.org>
72322
72323         Implement HTMLFormElement#requestAutocomplete and associated events
72324         https://bugs.webkit.org/show_bug.cgi?id=100557
72325
72326         Reviewed by Adam Barth.
72327
72328         Adds tests for an initial implementation of the proposal for interactive autocomplete outlined in this email:
72329         http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-October/037711.html
72330
72331         The goal of this patch is to allow web authors to call formElement.requestAutocomplete(); after subscribing
72332         for autocomplete/autocompleteerror events on formElement. If the form's [autocomplete] attribute is "off" an
72333         error will be dispatched. Otherwise, a request will be issued to the FrameLoaderClient. At the moment, the
72334         implementation in Chrome (https://codereview.chromium.org/11270018/) will simply dispatch an error until the
72335         UI on Chrome's side is built. Both autocomplete and autocompleteerror events will be dispatched asynchronously
72336         after a small delay to behave consistently in all situations and implementations.
72337
72338         Currently the implementation is behind the feature flag REQUEST_AUTOCOMPLETE, which is disabled, so the test
72339         is expected to fail. This test verifies that currently no client implements this method on HTMLFormElement
72340         (HTMLFormElement#requestAutocomplete) and returns. When the chrome-side lands I'll add a success case in
72341         LayoutTests/platform/chromium/fast/forms/ with the expected successful results.
72342
72343         * fast/forms/form-request-autocomplete-expected.txt: Added.
72344         * fast/forms/form-request-autocomplete.html: Added.
72345
72346 2012-11-03  Pavel Feldman  <pfeldman@chromium.org>
72347
72348         Web Inspector: %d, %i, and %f log formatters have same result
72349         https://bugs.webkit.org/show_bug.cgi?id=101148
72350
72351         Reviewed by Alexander Pavlov.
72352
72353         * inspector/console/console-format-expected.txt:
72354         * inspector/console/console-format.html:
72355         * inspector/console/console-message-format-expected.txt: Added.
72356         * inspector/console/console-message-format.html: Added.
72357
72358 2012-11-02  Shinya Kawanaka  <shinyak@chromium.org>
72359
72360         [Shadow] ShadowRoot should be able to know the existence of <content>
72361         https://bugs.webkit.org/show_bug.cgi?id=100921
72362
72363         Reviewed by Dimitri Glazkov.
72364
72365         * fast/dom/shadow/has-content-elements-expected.txt: Added.
72366         * fast/dom/shadow/has-content-elements.html: Added.
72367
72368 2012-11-02  Sheriff Bot  <webkit.review.bot@gmail.com>
72369
72370         Unreviewed, rolling out r133375.
72371         http://trac.webkit.org/changeset/133375
72372         https://bugs.webkit.org/show_bug.cgi?id=101138
72373
72374         Caused 3 tests to fail on Mac (Requested by aboxhall-laptop on
72375         #webkit).
72376
72377         * css3/line-break/line-break-auto-centered-expected.html: Removed.
72378         * css3/line-break/line-break-auto-centered.html: Removed.
72379         * css3/line-break/line-break-auto-half-kana-expected.html: Removed.
72380         * css3/line-break/line-break-auto-half-kana.html: Removed.
72381         * css3/line-break/line-break-auto-hyphens-expected.html: Removed.
72382         * css3/line-break/line-break-auto-hyphens.html: Removed.
72383         * css3/line-break/line-break-auto-inseparables-expected.html: Removed.
72384         * css3/line-break/line-break-auto-inseparables.html: Removed.
72385         * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed.
72386         * css3/line-break/line-break-auto-iteration-marks.html: Removed.
72387         * css3/line-break/line-break-auto-postfixes-expected.html: Removed.
72388         * css3/line-break/line-break-auto-postfixes.html: Removed.
72389         * css3/line-break/line-break-auto-prefixes-expected.html: Removed.
72390         * css3/line-break/line-break-auto-prefixes.html: Removed.
72391         * css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
72392         * css3/line-break/line-break-auto-sound-marks.html: Removed.
72393         * css3/line-break/line-break-loose-centered-expected.html: Removed.
72394         * css3/line-break/line-break-loose-centered.html: Removed.
72395         * css3/line-break/line-break-loose-half-kana-expected.html: Removed.
72396         * css3/line-break/line-break-loose-half-kana.html: Removed.
72397         * css3/line-break/line-break-loose-hyphens-expected.html: Removed.
72398         * css3/line-break/line-break-loose-hyphens.html: Removed.
72399         * css3/line-break/line-break-loose-inseparables-expected.html: Removed.
72400         * css3/line-break/line-break-loose-inseparables.html: Removed.
72401         * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed.
72402         * css3/line-break/line-break-loose-iteration-marks.html: Removed.
72403         * css3/line-break/line-break-loose-postfixes-expected.html: Removed.
72404         * css3/line-break/line-break-loose-postfixes.html: Removed.
72405         * css3/line-break/line-break-loose-prefixes-expected.html: Removed.
72406         * css3/line-break/line-break-loose-prefixes.html: Removed.
72407         * css3/line-break/line-break-loose-sound-marks-expected.html: Removed.
72408         * css3/line-break/line-break-loose-sound-marks.html: Removed.
72409         * css3/line-break/line-break-normal-centered-expected.html: Removed.
72410         * css3/line-break/line-break-normal-centered.html: Removed.
72411         * css3/line-break/line-break-normal-half-kana-expected.html: Removed.
72412         * css3/line-break/line-break-normal-half-kana.html: Removed.
72413         * css3/line-break/line-break-normal-hyphens-expected.html: Removed.
72414         * css3/line-break/line-break-normal-hyphens.html: Removed.
72415         * css3/line-break/line-break-normal-inseparables-expected.html: Removed.
72416         * css3/line-break/line-break-normal-inseparables.html: Removed.
72417         * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed.
72418         * css3/line-break/line-break-normal-iteration-marks.html: Removed.
72419         * css3/line-break/line-break-normal-postfixes-expected.html: Removed.
72420         * css3/line-break/line-break-normal-postfixes.html: Removed.
72421         * css3/line-break/line-break-normal-prefixes-expected.html: Removed.
72422         * css3/line-break/line-break-normal-prefixes.html: Removed.
72423         * css3/line-break/line-break-normal-sound-marks-expected.html: Removed.
72424         * css3/line-break/line-break-normal-sound-marks.html: Removed.
72425         * css3/line-break/line-break-strict-centered-expected.html: Removed.
72426         * css3/line-break/line-break-strict-centered.html: Removed.
72427         * css3/line-break/line-break-strict-half-kana-expected.html: Removed.
72428         * css3/line-break/line-break-strict-half-kana.html: Removed.
72429         * css3/line-break/line-break-strict-hyphens-expected.html: Removed.
72430         * css3/line-break/line-break-strict-hyphens.html: Removed.
72431         * css3/line-break/line-break-strict-inseparables-expected.html: Removed.
72432         * css3/line-break/line-break-strict-inseparables.html: Removed.
72433         * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed.
72434         * css3/line-break/line-break-strict-iteration-marks.html: Removed.
72435         * css3/line-break/line-break-strict-postfixes-expected.html: Removed.
72436         * css3/line-break/line-break-strict-postfixes.html: Removed.
72437         * css3/line-break/line-break-strict-prefixes-expected.html: Removed.
72438         * css3/line-break/line-break-strict-prefixes.html: Removed.
72439         * css3/line-break/line-break-strict-sound-marks-expected.html: Removed.
72440         * css3/line-break/line-break-strict-sound-marks.html: Removed.
72441         * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Removed.
72442         * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Removed.
72443
72444 2012-11-02  Bear Travis  <betravis@adobe.com>
72445
72446         [CSS Exclusions] Clean up shape-inside tests' subpixel snapping code
72447         https://bugs.webkit.org/show_bug.cgi?id=100704
72448
72449         Reviewed by Dirk Schulze.
72450
72451         Factor out the pixel snapping behavior from polygon tests to be shared with
72452         the rounded rectangle tests. In sub-pixel layout, the rounding behavior may be
72453         slightly different. This adds a new file, subpixel-utils.js, which tests for the
72454         feature availability and provides functions for rounding at line left & line right.
72455         I've also taken the opportunity to factor the window.internal.settings code into
72456         rounded-rectangle.js and simple-polygon.js.
72457
72458         * fast/exclusions/resources/rounded-rectangle.js:
72459         (simulateShape): Use the new subpixel rounding code.
72460         * fast/exclusions/resources/simple-polygon.js:
72461         (polygonXIntercepts): Ditto.
72462         * fast/exclusions/resources/subpixel-utils.js: Added.
72463         (SubPixelLayout): Adding the SubPixelLayout object which has helper methods
72464         for determining how line edges should round, and whether subpixel layout is enabled.
72465         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html:
72466         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html:
72467         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html:
72468         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html:
72469         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html:
72470         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html:
72471         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
72472         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
72473         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
72474         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
72475         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
72476         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
72477         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
72478         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
72479
72480 2012-11-02  Chris Rogers  <crogers@google.com>
72481
72482         Rebaseline some webaudio tests due to increased precision in AudioParamTimeline
72483         https://bugs.webkit.org/show_bug.cgi?id=101134
72484
72485         Unreviewed rebaseline.
72486
72487         * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav:
72488         * platform/chromium/webaudio/audiobuffersource-loop-points-expected.wav: Copied from LayoutTests/platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav.
72489         * platform/chromium/webaudio/audiobuffersource-playbackrate-expected.wav: Added.
72490
72491 2012-11-02  Glenn Adams  <glenn@skynav.com>
72492
72493         Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics.
72494         https://bugs.webkit.org/show_bug.cgi?id=89235
72495
72496         Reviewed by Eric Seidel.
72497
72498         See also wiki documentation at:
72499         [1] http://trac.webkit.org/wiki/LineBreaking
72500         [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping
72501
72502         * css3/line-break/line-break-auto-centered-expected.html: Added.
72503         * css3/line-break/line-break-auto-centered.html: Added.
72504         * css3/line-break/line-break-auto-half-kana-expected.html: Added.
72505         * css3/line-break/line-break-auto-half-kana.html: Added.
72506         * css3/line-break/line-break-auto-hyphens-expected.html: Added.
72507         * css3/line-break/line-break-auto-hyphens.html: Added.
72508         * css3/line-break/line-break-auto-inseparables-expected.html: Added.
72509         * css3/line-break/line-break-auto-inseparables.html: Added.
72510         * css3/line-break/line-break-auto-iteration-marks-expected.html: Added.
72511         * css3/line-break/line-break-auto-iteration-marks.html: Added.
72512         * css3/line-break/line-break-auto-postfixes-expected.html: Added.
72513         * css3/line-break/line-break-auto-postfixes.html: Added.
72514         * css3/line-break/line-break-auto-prefixes-expected.html: Added.
72515         * css3/line-break/line-break-auto-prefixes.html: Added.
72516         * css3/line-break/line-break-auto-sound-marks-expected.html: Added.
72517         * css3/line-break/line-break-auto-sound-marks.html: Added.
72518         * css3/line-break/line-break-loose-centered-expected.html: Added.
72519         * css3/line-break/line-break-loose-centered.html: Added.
72520         * css3/line-break/line-break-loose-half-kana-expected.html: Added.
72521         * css3/line-break/line-break-loose-half-kana.html: Added.
72522         * css3/line-break/line-break-loose-hyphens-expected.html: Added.
72523         * css3/line-break/line-break-loose-hyphens.html: Added.
72524         * css3/line-break/line-break-loose-inseparables-expected.html: Added.
72525         * css3/line-break/line-break-loose-inseparables.html: Added.
72526         * css3/line-break/line-break-loose-iteration-marks-expected.html: Added.
72527         * css3/line-break/line-break-loose-iteration-marks.html: Added.
72528         * css3/line-break/line-break-loose-postfixes-expected.html: Added.
72529         * css3/line-break/line-break-loose-postfixes.html: Added.
72530         * css3/line-break/line-break-loose-prefixes-expected.html: Added.
72531         * css3/line-break/line-break-loose-prefixes.html: Added.
72532         * css3/line-break/line-break-loose-sound-marks-expected.html: Added.
72533         * css3/line-break/line-break-loose-sound-marks.html: Added.
72534         * css3/line-break/line-break-normal-centered-expected.html: Added.
72535         * css3/line-break/line-break-normal-centered.html: Added.
72536         * css3/line-break/line-break-normal-half-kana-expected.html: Added.
72537         * css3/line-break/line-break-normal-half-kana.html: Added.
72538         * css3/line-break/line-break-normal-hyphens-expected.html: Added.
72539         * css3/line-break/line-break-normal-hyphens.html: Added.
72540         * css3/line-break/line-break-normal-inseparables-expected.html: Added.
72541         * css3/line-break/line-break-normal-inseparables.html: Added.
72542         * css3/line-break/line-break-normal-iteration-marks-expected.html: Added.
72543         * css3/line-break/line-break-normal-iteration-marks.html: Added.
72544         * css3/line-break/line-break-normal-postfixes-expected.html: Added.
72545         * css3/line-break/line-break-normal-postfixes.html: Added.
72546         * css3/line-break/line-break-normal-prefixes-expected.html: Added.
72547         * css3/line-break/line-break-normal-prefixes.html: Added.
72548         * css3/line-break/line-break-normal-sound-marks-expected.html: Added.
72549         * css3/line-break/line-break-normal-sound-marks.html: Added.
72550         * css3/line-break/line-break-strict-centered-expected.html: Added.
72551         * css3/line-break/line-break-strict-centered.html: Added.
72552         * css3/line-break/line-break-strict-half-kana-expected.html: Added.
72553         * css3/line-break/line-break-strict-half-kana.html: Added.
72554         * css3/line-break/line-break-strict-hyphens-expected.html: Added.
72555         * css3/line-break/line-break-strict-hyphens.html: Added.
72556         * css3/line-break/line-break-strict-inseparables-expected.html: Added.
72557         * css3/line-break/line-break-strict-inseparables.html: Added.
72558         * css3/line-break/line-break-strict-iteration-marks-expected.html: Added.
72559         * css3/line-break/line-break-strict-iteration-marks.html: Added.
72560         * css3/line-break/line-break-strict-postfixes-expected.html: Added.
72561         * css3/line-break/line-break-strict-postfixes.html: Added.
72562         * css3/line-break/line-break-strict-prefixes-expected.html: Added.
72563         * css3/line-break/line-break-strict-prefixes.html: Added.
72564         * css3/line-break/line-break-strict-sound-marks-expected.html: Added.
72565         * css3/line-break/line-break-strict-sound-marks.html: Added.
72566         * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Added.
72567         * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Added.
72568
72569 2012-11-02  Alice Boxhall  <aboxhall@chromium.org>
72570
72571         Unreviewed gardening. Generalising flakiness for fast/forms/formaction-attribute.html.
72572         https://bugs.webkit.org/show_bug.cgi?id=72039
72573
72574         * platform/chromium/TestExpectations:
72575
72576 2012-11-02  Alice Boxhall  <aboxhall@google.com>
72577
72578         Unreviewed gardening. Fixing duplicate marking of video-media-source-state-changes.html as flaky.
72579         https://bugs.webkit.org/show_bug.cgi?id=96725
72580
72581         * platform/chromium/TestExpectations:
72582
72583 2012-11-02  Alice Boxhall  <aboxhall@chromium.org>
72584
72585         Unreviewed gardening. Mark video-media-source-state-changes.html as flaky.
72586
72587         * platform/chromium/TestExpectations:
72588
72589 2012-11-02  Tom Sepez  <tsepez@chromium.org>
72590
72591         report-blocked-uri-cross-origin.html is failing
72592         https://bugs.webkit.org/show_bug.cgi?id=101096
72593
72594         Reviewed by Adam Barth.
72595
72596         Don't actually create a report file during the syntax-only test for when
72597         the report directive comes before the mode directive in an X-XSS-Protection
72598         header. Thus, we avoid having to clean it up later.
72599
72600         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
72601         * platform/chromium/TestExpectations:
72602
72603 2012-11-02  Simon Fraser  <simon.fraser@apple.com>
72604
72605         Enable SUBPIXEL_LAYOUT on Mac
72606         https://bugs.webkit.org/show_bug.cgi?id=101076
72607
72608         Reviewed by Dave Hyatt.
72609
72610         Update results affected by subpixel layout.
72611
72612         * platform/mac/accessibility/svg-bounds-expected.txt:
72613         * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/platform/mac/accessibility/svg-bounds-expected.txt.
72614         * platform/mac/animations/keyframes-comma-separated-expected.txt: Added.
72615         * platform/mac/compositing/direct-image-compositing-expected.txt:
72616         * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
72617         * platform/mac/compositing/shadows/shadow-drawing-expected.txt:
72618         * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Added.
72619         * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
72620         * platform/mac/css1/basic/inheritance-expected.txt:
72621         * platform/mac/css1/box_properties/acid_test-expected.txt:
72622         * platform/mac/css1/box_properties/clear_float-expected.txt:
72623         * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
72624         * platform/mac/css1/box_properties/margin-expected.txt:
72625         * platform/mac/css1/box_properties/margin_bottom-expected.txt:
72626         * platform/mac/css1/box_properties/margin_right-expected.txt:
72627         * platform/mac/css1/box_properties/margin_top-expected.txt:
72628         * platform/mac/css1/box_properties/padding-expected.txt:
72629         * platform/mac/css1/box_properties/padding_bottom-expected.txt:
72630         * platform/mac/css1/box_properties/padding_left-expected.txt:
72631         * platform/mac/css1/box_properties/padding_right-expected.txt:
72632         * platform/mac/css1/box_properties/padding_top-expected.txt:
72633         * platform/mac/css1/box_properties/width-expected.txt:
72634         * platform/mac/css1/color_and_background/background_attachment-expected.txt:
72635         * platform/mac/css1/font_properties/font-expected.txt:
72636         * platform/mac/css1/font_properties/font_size-expected.txt:
72637         * platform/mac/css1/font_properties/font_weight-expected.txt:
72638         * platform/mac/css1/formatting_model/floating_elements-expected.txt:
72639         * platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
72640         * platform/mac/css1/formatting_model/inline_elements-expected.txt:
72641         * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
72642         * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
72643         * platform/mac/css1/text_properties/text_indent-expected.txt:
72644         * platform/mac/css1/text_properties/vertical_align-expected.txt:
72645         * platform/mac/css1/units/percentage_units-expected.txt:
72646         * platform/mac/css1/units/rounding-expected.txt: Added.
72647         * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
72648         * platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
72649         * platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
72650         * platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
72651         * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
72652         * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
72653         * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
72654         * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
72655         * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
72656         * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
72657         * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
72658         * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
72659         * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
72660         * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
72661         * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
72662         * platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
72663         * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
72664         * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
72665         * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
72666         * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
72667         * platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
72668         * platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
72669         * platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
72670         * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
72671         * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
72672         * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
72673         * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
72674         * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
72675         * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
72676         * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
72677         * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
72678         * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
72679         * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
72680         * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
72681         * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
72682         * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
72683         * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
72684         * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
72685         * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
72686         * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
72687         * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
72688         * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
72689         * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
72690         * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
72691         * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
72692         * platform/mac/editing/selection/3690703-2-expected.txt:
72693         * platform/mac/editing/selection/3690703-expected.txt:
72694         * platform/mac/editing/selection/3690719-expected.txt:
72695         * platform/mac/editing/selection/4397952-expected.txt:
72696         * platform/mac/editing/selection/5240265-expected.txt:
72697         * platform/mac/editing/selection/5354455-2-expected.txt:
72698         * platform/mac/editing/selection/caret-ltr-2-expected.txt:
72699         * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
72700         * platform/mac/editing/selection/caret-ltr-expected.txt:
72701         * platform/mac/editing/selection/caret-ltr-right-expected.txt:
72702         * platform/mac/editing/selection/caret-rtl-2-expected.txt:
72703         * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
72704         * platform/mac/editing/selection/caret-rtl-expected.txt:
72705         * platform/mac/editing/selection/caret-rtl-right-expected.txt:
72706         * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
72707         * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt: Added.
72708         * platform/mac/editing/selection/mixed-editability-10-expected.txt: Added.
72709         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
72710         * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
72711         * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
72712         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
72713         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
72714         * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
72715         * platform/mac/editing/selection/selection-button-text-expected.txt:
72716         * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
72717         * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
72718         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
72719         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
72720         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
72721         * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
72722         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
72723         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
72724         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
72725         * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
72726         * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
72727         * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
72728         * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
72729         * platform/mac/fast/block/basic/001-expected.txt:
72730         * platform/mac/fast/block/basic/011-expected.txt:
72731         * platform/mac/fast/block/basic/014-expected.txt:
72732         * platform/mac/fast/block/basic/015-expected.txt:
72733         * platform/mac/fast/block/basic/016-expected.txt:
72734         * platform/mac/fast/block/basic/019-expected.txt:
72735         * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
72736         * platform/mac/fast/block/float/013-expected.txt:
72737         * platform/mac/fast/block/float/025-expected.txt:
72738         * platform/mac/fast/block/float/026-expected.txt:
72739         * platform/mac/fast/block/float/027-expected.txt:
72740         * platform/mac/fast/block/float/028-expected.txt:
72741         * platform/mac/fast/block/float/032-expected.txt:
72742         * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
72743         * platform/mac/fast/block/float/float-avoidance-expected.txt:
72744         * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
72745         * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
72746         * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
72747         * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
72748         * platform/mac/fast/block/margin-collapse/100-expected.txt:
72749         * platform/mac/fast/block/margin-collapse/103-expected.txt:
72750         * platform/mac/fast/block/positioning/047-expected.txt:
72751         * platform/mac/fast/block/positioning/051-expected.txt:
72752         * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
72753         * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
72754         * platform/mac/fast/borders/bidi-002-expected.txt:
72755         * platform/mac/fast/borders/bidi-009a-expected.txt:
72756         * platform/mac/fast/borders/bidi-012-expected.txt:
72757         * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added.
72758         * platform/mac/fast/borders/rtl-border-01-expected.txt:
72759         * platform/mac/fast/borders/rtl-border-02-expected.txt:
72760         * platform/mac/fast/borders/rtl-border-03-expected.txt:
72761         * platform/mac/fast/box-sizing/box-sizing-expected.txt:
72762         * platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
72763         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added.
72764         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added.
72765         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added.
72766         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added.
72767         * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added.
72768         * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
72769         * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
72770         * platform/mac/fast/css-generated-content/011-expected.txt:
72771         * platform/mac/fast/css-generated-content/012-expected.txt:
72772         * platform/mac/fast/css-generated-content/013-expected.txt:
72773         * platform/mac/fast/css-generated-content/014-expected.txt:
72774         * platform/mac/fast/css-generated-content/015-expected.txt:
72775         * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
72776         * platform/mac/fast/css/003-expected.txt:
72777         * platform/mac/fast/css/004-expected.txt:
72778         * platform/mac/fast/css/005-expected.txt:
72779         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
72780         * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
72781         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
72782         * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added.
72783         * platform/mac/fast/css/continuationCrash-expected.txt:
72784         * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
72785         * platform/mac/fast/css/css2-system-fonts-expected.txt:
72786         * platform/mac/fast/css/empty-pseudo-class-expected.txt:
72787         * platform/mac/fast/css/ex-after-font-variant-expected.txt:
72788         * platform/mac/fast/css/fieldset-display-row-expected.txt:
72789         * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
72790         * platform/mac/fast/css/first-line-text-decoration-expected.txt:
72791         * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
72792         * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
72793         * platform/mac/fast/css/h1-in-section-elements-expected.txt:
72794         * platform/mac/fast/css/hsl-color-expected.txt:
72795         * platform/mac/fast/css/hsla-color-expected.txt:
72796         * platform/mac/fast/css/inline-properties-important-expected.txt:
72797         * platform/mac/fast/css/invalid-percentage-property-expected.txt:
72798         * platform/mac/fast/css/large-number-round-trip-expected.txt: Added.
72799         * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
72800         * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
72801         * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
72802         * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
72803         * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
72804         * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
72805         * platform/mac/fast/css/percentage-non-integer-expected.txt:
72806         * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
72807         * platform/mac/fast/css/rgb-float-expected.txt:
72808         * platform/mac/fast/css/rtl-ordering-expected.txt:
72809         * platform/mac/fast/css/selector-set-attribute-expected.txt:
72810         * platform/mac/fast/css/text-align-expected.txt:
72811         * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
72812         * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
72813         * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
72814         * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
72815         * platform/mac/fast/css/transform-default-parameter-expected.txt:
72816         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
72817         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
72818         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
72819         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
72820         * platform/mac/fast/css/word-space-extra-expected.txt:
72821         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
72822         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
72823         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
72824         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
72825         * platform/mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
72826         * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
72827         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
72828         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
72829         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
72830         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
72831         * platform/mac/fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt: Removed.
72832         * platform/mac/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Removed.
72833         * platform/mac/fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Removed.
72834         * platform/mac/fast/dom/HTMLTableElement/insert-row-expected.txt: Removed.
72835         * platform/mac/fast/dom/HTMLTableElement/rows-expected.txt: Removed.
72836         * platform/mac/fast/dom/HTMLTableElement/tBodies-expected.txt: Removed.
72837         * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
72838         * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
72839         * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
72840         * platform/mac/fast/dynamic/012-expected.txt:
72841         * platform/mac/fast/dynamic/anchor-lock-expected.txt:
72842         * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt:
72843         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
72844         * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
72845         * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
72846         * platform/mac/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added.
72847         * platform/mac/fast/events/document-elementFromPoint-expected.txt: Added.
72848         * platform/mac/fast/events/pointer-events-2-expected.txt:
72849         * platform/mac/fast/flexbox/flex-hang-expected.txt: Added.
72850         * platform/mac/fast/forms/001-expected.txt:
72851         * platform/mac/fast/forms/006-expected.txt:
72852         * platform/mac/fast/forms/007-expected.txt:
72853         * platform/mac/fast/forms/basic-buttons-expected.txt:
72854         * platform/mac/fast/forms/basic-inputs-expected.txt:
72855         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
72856         * platform/mac/fast/forms/blankbuttons-expected.txt:
72857         * platform/mac/fast/forms/box-shadow-override-expected.txt:
72858         * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
72859         * platform/mac/fast/forms/button-default-title-expected.txt:
72860         * platform/mac/fast/forms/button-generated-content-expected.txt:
72861         * platform/mac/fast/forms/button-positioned-expected.txt:
72862         * platform/mac/fast/forms/button-sizes-expected.txt:
72863         * platform/mac/fast/forms/button-style-color-expected.txt:
72864         * platform/mac/fast/forms/button-table-styles-expected.txt:
72865         * platform/mac/fast/forms/button-text-transform-expected.txt:
72866         * platform/mac/fast/forms/button-white-space-expected.txt:
72867         * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
72868         * platform/mac/fast/forms/fieldset-align-expected.txt:
72869         * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
72870         * platform/mac/fast/forms/fieldset-with-float-expected.txt:
72871         * platform/mac/fast/forms/file/file-input-direction-expected.txt:
72872         * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
72873         * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
72874         * platform/mac/fast/forms/float-before-fieldset-expected.txt:
72875         * platform/mac/fast/forms/form-element-geometry-expected.txt:
72876         * platform/mac/fast/forms/formmove-expected.txt:
72877         * platform/mac/fast/forms/formmove2-expected.txt:
72878         * platform/mac/fast/forms/formmove3-expected.txt:
72879         * platform/mac/fast/forms/indeterminate-expected.txt:
72880         * platform/mac/fast/forms/input-appearance-height-expected.txt:
72881         * platform/mac/fast/forms/input-button-sizes-expected.txt:
72882         * platform/mac/fast/forms/input-value-expected.txt:
72883         * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
72884         * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
72885         * platform/mac/fast/forms/menulist-clip-expected.txt:
72886         * platform/mac/fast/forms/minWidthPercent-expected.txt:
72887         * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
72888         * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
72889         * platform/mac/fast/forms/range/slider-mouse-events-expected.txt: Added.
72890         * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
72891         * platform/mac/fast/forms/searchfield-heights-expected.txt:
72892         * platform/mac/fast/forms/select-baseline-expected.txt:
72893         * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
72894         * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
72895         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
72896         * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
72897         * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
72898         * platform/mac/fast/gradients/generated-gradients-expected.txt:
72899         * platform/mac/fast/gradients/radial-centered-expected.txt:
72900         * platform/mac/fast/gradients/simple-gradients-expected.txt:
72901         * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
72902         * platform/mac/fast/html/details-add-child-1-expected.txt:
72903         * platform/mac/fast/html/details-add-child-2-expected.txt:
72904         * platform/mac/fast/html/details-add-details-child-1-expected.txt:
72905         * platform/mac/fast/html/details-add-details-child-2-expected.txt:
72906         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
72907         * platform/mac/fast/html/details-add-summary-1-expected.txt:
72908         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
72909         * platform/mac/fast/html/details-add-summary-10-expected.txt:
72910         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
72911         * platform/mac/fast/html/details-add-summary-2-expected.txt:
72912         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
72913         * platform/mac/fast/html/details-add-summary-3-expected.txt:
72914         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
72915         * platform/mac/fast/html/details-add-summary-4-expected.txt:
72916         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
72917         * platform/mac/fast/html/details-add-summary-5-expected.txt:
72918         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
72919         * platform/mac/fast/html/details-add-summary-6-expected.txt:
72920         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
72921         * platform/mac/fast/html/details-add-summary-7-expected.txt:
72922         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
72923         * platform/mac/fast/html/details-add-summary-8-expected.txt:
72924         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
72925         * platform/mac/fast/html/details-add-summary-9-expected.txt:
72926         * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
72927         * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
72928         * platform/mac/fast/html/details-marker-style-expected.txt: Added.
72929         * platform/mac/fast/html/details-nested-1-expected.txt:
72930         * platform/mac/fast/html/details-nested-2-expected.txt:
72931         * platform/mac/fast/html/details-no-summary1-expected.txt:
72932         * platform/mac/fast/html/details-no-summary2-expected.txt:
72933         * platform/mac/fast/html/details-no-summary3-expected.txt:
72934         * platform/mac/fast/html/details-no-summary4-expected.txt:
72935         * platform/mac/fast/html/details-open-javascript-expected.txt:
72936         * platform/mac/fast/html/details-open1-expected.txt:
72937         * platform/mac/fast/html/details-open2-expected.txt:
72938         * platform/mac/fast/html/details-open3-expected.txt:
72939         * platform/mac/fast/html/details-open4-expected.txt:
72940         * platform/mac/fast/html/details-open5-expected.txt:
72941         * platform/mac/fast/html/details-open6-expected.txt:
72942         * platform/mac/fast/html/details-position-expected.txt:
72943         * platform/mac/fast/html/details-remove-child-1-expected.txt:
72944         * platform/mac/fast/html/details-remove-child-2-expected.txt:
72945         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
72946         * platform/mac/fast/html/details-remove-summary-1-expected.txt:
72947         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
72948         * platform/mac/fast/html/details-remove-summary-2-expected.txt:
72949         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
72950         * platform/mac/fast/html/details-remove-summary-3-expected.txt:
72951         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
72952         * platform/mac/fast/html/details-remove-summary-4-expected.txt:
72953         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
72954         * platform/mac/fast/html/details-remove-summary-5-expected.txt:
72955         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
72956         * platform/mac/fast/html/details-remove-summary-6-expected.txt:
72957         * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
72958         * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
72959         * platform/mac/fast/html/details-replace-summary-child-expected.txt:
72960         * platform/mac/fast/html/details-replace-text-expected.txt:
72961         * platform/mac/fast/html/details-writing-mode-expected.txt:
72962         * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
72963         * platform/mac/fast/images/zoomed-img-size-expected.txt: Added.
72964         * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
72965         * platform/mac/fast/inline/002-expected.txt:
72966         * platform/mac/fast/inline/continuation-outlines-expected.txt:
72967         * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt:
72968         * platform/mac/fast/inline/inline-box-background-expected.txt:
72969         * platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
72970         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
72971         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
72972         * platform/mac/fast/inline/outline-continuations-expected.txt:
72973         * platform/mac/fast/inline/positionedLifetime-expected.txt:
72974         * platform/mac/fast/invalid/010-expected.txt:
72975         * platform/mac/fast/invalid/014-expected.txt:
72976         * platform/mac/fast/invalid/junk-data-expected.txt:
72977         * platform/mac/fast/invalid/missing-end-tag-expected.txt:
72978         * platform/mac/fast/invalid/nestedh3s-expected.txt:
72979         * platform/mac/fast/invalid/residual-style-expected.txt:
72980         * platform/mac/fast/layers/video-layer-expected.txt:
72981         * platform/mac/fast/line-grid/line-align-left-edges-expected.txt:
72982         * platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
72983         * platform/mac/fast/lists/003-expected.txt:
72984         * platform/mac/fast/lists/003-vertical-expected.txt:
72985         * platform/mac/fast/lists/008-expected.txt:
72986         * platform/mac/fast/lists/008-vertical-expected.txt:
72987         * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
72988         * platform/mac/fast/loader/javascript-url-in-embed-expected.txt: Added.
72989         * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
72990         * platform/mac/fast/multicol/break-properties-expected.txt: Added.
72991         * platform/mac/fast/multicol/client-rects-expected.txt:
72992         * platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
72993         * platform/mac/fast/multicol/float-multicol-expected.txt:
72994         * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
72995         * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
72996         * platform/mac/fast/multicol/nested-columns-expected.txt:
72997         * platform/mac/fast/multicol/overflow-across-columns-expected.txt:
72998         * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/overflow-across-columns-expected.txt.
72999         * platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
73000         * platform/mac/fast/multicol/scrolling-overflow-expected.txt:
73001         * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
73002         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
73003         * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
73004         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
73005         * platform/mac/fast/multicol/span/clone-flexbox-expected.txt: Added.
73006         * platform/mac/fast/multicol/span/clone-summary-expected.txt: Added.
73007         * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
73008         * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
73009         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
73010         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
73011         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
73012         * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
73013         * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
73014         * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
73015         * platform/mac/fast/multicol/table-vertical-align-expected.txt:
73016         * platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt: Added.
73017         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
73018         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
73019         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
73020         * platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt: Added.
73021         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
73022         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
73023         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
73024         * platform/mac/fast/overflow/007-expected.txt:
73025         * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
73026         * platform/mac/fast/overflow/infiniteRecursionGuard-expected.txt:
73027         * platform/mac/fast/overflow/overflow-rtl-expected.txt:
73028         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
73029         * platform/mac/fast/overflow/overflow_hidden-expected.txt:
73030         * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
73031         * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
73032         * platform/mac/fast/parser/bad-xml-slash-expected.txt:
73033         * platform/mac/fast/parser/entity-comment-in-style-expected.txt:
73034         * platform/mac/fast/parser/style-script-head-test-expected.txt: Added.
73035         * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
73036         * platform/mac/fast/reflections/reflection-with-zoom-expected.txt:
73037         * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt:
73038         * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
73039         * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
73040         * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
73041         * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
73042         * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt:
73043         * platform/mac/fast/repaint/control-clip-expected.txt:
73044         * platform/mac/fast/repaint/delete-into-nested-block-expected.txt:
73045         * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
73046         * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
73047         * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
73048         * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
73049         * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
73050         * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
73051         * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
73052         * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
73053         * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
73054         * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
73055         * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
73056         * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
73057         * platform/mac/fast/repaint/table-section-repaint-expected.txt: Removed.
73058         * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
73059         * platform/mac/fast/repaint/transform-translate-expected.txt:
73060         * platform/mac/fast/replaced/replaced-breaking-expected.txt:
73061         * platform/mac/fast/replaced/table-percent-height-expected.txt: Added.
73062         * platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
73063         * platform/mac/fast/replaced/width100percent-button-expected.txt:
73064         * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
73065         * platform/mac/fast/replaced/width100percent-radio-expected.txt:
73066         * platform/mac/fast/ruby/ruby-inline-table-expected.txt:
73067         * platform/mac/fast/selectors/032-expected.txt:
73068         * platform/mac/fast/selectors/166-expected.txt:
73069         * platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt:
73070         * platform/mac/fast/selectors/unqualified-hover-strict-expected.txt:
73071         * platform/mac/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Added.
73072         * platform/mac/fast/table/009-expected.txt:
73073         * platform/mac/fast/table/014-expected.txt:
73074         * platform/mac/fast/table/040-expected.txt:
73075         * platform/mac/fast/table/040-vertical-expected.txt:
73076         * platform/mac/fast/table/041-expected.txt:
73077         * platform/mac/fast/table/absolute-table-at-bottom-expected.txt:
73078         * platform/mac/fast/table/append-cells2-expected.txt:
73079         * platform/mac/fast/table/border-collapsing/004-expected.txt:
73080         * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
73081         * platform/mac/fast/table/frame-and-rules-expected.txt:
73082         * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
73083         * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
73084         * platform/mac/fast/table/nested-percent-height-table-expected.txt:
73085         * platform/mac/fast/table/overflowHidden-expected.txt:
73086         * platform/mac/fast/table/percent-heights-expected.txt:
73087         * platform/mac/fast/table/remove-td-display-none-expected.txt:
73088         * platform/mac/fast/table/table-display-types-strict-expected.txt:
73089         * platform/mac/fast/table/table-hspace-align-center-expected.txt:
73090         * platform/mac/fast/text/basic/012-expected.txt:
73091         * platform/mac/fast/text/basic/013-expected.txt:
73092         * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
73093         * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
73094         * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
73095         * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
73096         * platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
73097         * platform/mac/fast/text/international/hindi-spacing-expected.txt:
73098         * platform/mac/fast/text/international/thai-line-breaks-expected.txt:
73099         * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
73100         * platform/mac/fast/text/line-breaks-expected.txt:
73101         * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
73102         * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
73103         * platform/mac/fast/text/whitespace/024-expected.txt:
73104         * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
73105         * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
73106         * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
73107         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
73108         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
73109         * platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Added.
73110         * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
73111         * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
73112         * platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt:
73113         * platform/mac/fast/writing-mode/fieldsets-expected.txt:
73114         * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
73115         * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
73116         * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
73117         * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
73118         * platform/mac/http/tests/cookies/multiple-cookies-expected.txt: Added.
73119         * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
73120         * platform/mac/http/tests/misc/acid3-expected.txt: Added.
73121         * platform/mac/http/tests/misc/iframe404-expected.txt:
73122         * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
73123         * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
73124         * platform/mac/http/tests/security/sandboxed-iframe-origin-add-expected.txt: Added.
73125         * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Added.
73126         * platform/mac/http/tests/webarchive/test-preload-resources-expected.txt: Added.
73127         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
73128         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
73129         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
73130         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
73131         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
73132         * platform/mac/mathml/presentation/attributes-expected.txt:
73133         * platform/mac/mathml/presentation/fenced-expected.txt:
73134         * platform/mac/mathml/presentation/fenced-mi-expected.txt:
73135         * platform/mac/mathml/presentation/fractions-expected.txt:
73136         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
73137         * platform/mac/mathml/presentation/mo-expected.txt:
73138         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
73139         * platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
73140         * platform/mac/mathml/presentation/over-expected.txt:
73141         * platform/mac/mathml/presentation/roots-expected.txt:
73142         * platform/mac/mathml/presentation/row-alignment-expected.txt:
73143         * platform/mac/mathml/presentation/row-expected.txt:
73144         * platform/mac/mathml/presentation/style-expected.txt:
73145         * platform/mac/mathml/presentation/sub-expected.txt:
73146         * platform/mac/mathml/presentation/subsup-expected.txt:
73147         * platform/mac/mathml/presentation/sup-expected.txt:
73148         * platform/mac/mathml/presentation/tables-expected.txt:
73149         * platform/mac/mathml/presentation/tokenElements-expected.txt:
73150         * platform/mac/mathml/presentation/under-expected.txt:
73151         * platform/mac/mathml/presentation/underover-expected.txt:
73152         * platform/mac/mathml/xHeight-expected.txt:
73153         * platform/mac/media/audio-controls-rendering-expected.txt:
73154         * platform/mac/media/controls-after-reload-expected.txt:
73155         * platform/mac/media/controls-strict-expected.txt:
73156         * platform/mac/media/controls-styling-strict-expected.txt:
73157         * platform/mac/media/controls-without-preload-expected.txt:
73158         * platform/mac/media/media-controls-clone-expected.txt:
73159         * platform/mac/media/media-element-play-after-eos-expected.txt: Added.
73160         * platform/mac/media/video-controls-rendering-expected.txt:
73161         * platform/mac/media/video-display-toggle-expected.txt:
73162         * platform/mac/media/video-empty-source-expected.txt:
73163         * platform/mac/media/video-no-audio-expected.txt:
73164         * platform/mac/media/video-playing-and-pause-expected.txt:
73165         * platform/mac/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added.
73166         * platform/mac/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
73167         * platform/mac/platform/mac/fast/text/x-height-expected.txt: Added.
73168         * platform/mac/plugins/netscape-dom-access-and-reload-expected.txt: Added.
73169         * platform/mac/plugins/npp-set-window-called-during-destruction-expected.txt:
73170         * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
73171         * platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
73172         * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
73173         * platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt.
73174         * platform/mac/svg/custom/bug45331-expected.txt:
73175         * platform/mac/svg/custom/fractional-rects-expected.txt: Added.
73176         * platform/mac/svg/custom/image-parent-translation-expected.txt:
73177         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
73178         * platform/mac/svg/custom/js-update-container-expected.txt: Added.
73179         * platform/mac/svg/custom/junk-data-expected.txt:
73180         * platform/mac/svg/custom/missing-xlink-expected.txt:
73181         * platform/mac/svg/custom/object-sizing-expected.txt:
73182         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
73183         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
73184         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
73185         * platform/mac/svg/custom/path-bad-data-expected.txt:
73186         * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
73187         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
73188         * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
73189         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
73190         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
73191         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
73192         * platform/mac/svg/custom/use-font-face-crash-expected.txt:
73193         * platform/mac/svg/custom/viewBox-hit-expected.txt: Added.
73194         * platform/mac/svg/hixie/error/012-expected.txt:
73195         * platform/mac/svg/text/small-fonts-in-html5-expected.txt:
73196         * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
73197         * platform/mac/svg/transforms/svg-css-transforms-expected.txt:
73198         * platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt: Added.
73199         * platform/mac/svg/webarchive/svg-feimage-subresources-expected.txt: Added.
73200         * platform/mac/svg/webarchive/svg-script-subresouces-expected.txt: Added.
73201         * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
73202         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt:
73203         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
73204         * platform/mac/svg/wicd/test-scalable-background-image1-expected.txt:
73205         * platform/mac/svg/wicd/test-scalable-background-image2-expected.txt:
73206         * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt:
73207         * platform/mac/svg/zoom/page/zoom-background-images-expected.txt:
73208         * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
73209         * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
73210         * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
73211         * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
73212         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
73213         * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
73214         * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
73215         * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
73216         * 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.
73217         * platform/mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
73218         * 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.
73219         * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added.
73220         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
73221         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
73222         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
73223         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
73224         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
73225         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
73226         * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
73227         * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
73228         * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
73229         * platform/mac/tables/mozilla/bugs/bug10269-2-expected.txt:
73230         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
73231         * platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
73232         * platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
73233         * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
73234         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
73235         * platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
73236         * platform/mac/tables/mozilla/bugs/bug11384q-expected.txt:
73237         * platform/mac/tables/mozilla/bugs/bug11384s-expected.txt:
73238         * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
73239         * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
73240         * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
73241         * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
73242         * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
73243         * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
73244         * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
73245         * platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
73246         * platform/mac/tables/mozilla/bugs/bug17130-1-expected.txt:
73247         * platform/mac/tables/mozilla/bugs/bug17130-2-expected.txt:
73248         * platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
73249         * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
73250         * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
73251         * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
73252         * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
73253         * platform/mac/tables/mozilla/bugs/bug2479-1-expected.txt:
73254         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
73255         * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
73256         * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
73257         * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
73258         * platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
73259         * platform/mac/tables/mozilla/bugs/bug2886-2-expected.txt:
73260         * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
73261         * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
73262         * platform/mac/tables/mozilla/bugs/bug3309-1-expected.txt:
73263         * platform/mac/tables/mozilla/bugs/bug3309-2-expected.txt:
73264         * platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
73265         * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
73266         * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
73267         * platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
73268         * platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
73269         * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
73270         * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
73271         * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
73272         * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
73273         * platform/mac/tables/mozilla/bugs/bug46480-1-expected.txt:
73274         * platform/mac/tables/mozilla/bugs/bug46480-2-expected.txt:
73275         * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
73276         * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
73277         * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
73278         * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
73279         * platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
73280         * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
73281         * platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
73282         * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
73283         * platform/mac/tables/mozilla/bugs/bug67915-1-expected.txt:
73284         * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
73285         * platform/mac/tables/mozilla/bugs/bug7112-1-expected.txt:
73286         * platform/mac/tables/mozilla/bugs/bug7112-2-expected.txt:
73287         * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
73288         * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
73289         * platform/mac/tables/mozilla/bugs/bug8032-1-expected.txt:
73290         * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: Added.
73291         * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
73292         * platform/mac/tables/mozilla/bugs/bug9271-1-expected.txt:
73293         * platform/mac/tables/mozilla/bugs/bug9271-2-expected.txt:
73294         * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
73295         * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
73296         * platform/mac/tables/mozilla/core/margins-expected.txt:
73297         * platform/mac/tables/mozilla/core/misc-expected.txt:
73298         * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
73299         * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
73300         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
73301         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
73302         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
73303         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
73304         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
73305         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
73306         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
73307         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
73308         * platform/mac/tables/mozilla/other/move_row-expected.txt:
73309         * platform/mac/tables/mozilla/other/test3-expected.txt:
73310         * platform/mac/tables/mozilla/other/test6-expected.txt:
73311         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
73312         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
73313         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
73314         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
73315         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
73316         * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
73317         * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
73318         * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
73319         * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
73320         * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
73321         * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
73322         * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
73323         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
73324         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
73325         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
73326         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
73327         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
73328         * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
73329         * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
73330         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
73331         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
73332         * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
73333         * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
73334         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
73335         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
73336         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
73337         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
73338         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
73339         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
73340         * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt:
73341         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
73342         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
73343         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
73344         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
73345         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
73346         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
73347         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
73348         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
73349         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
73350         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
73351         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
73352         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
73353         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
73354         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
73355         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
73356         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
73357         * platform/mac/transforms/2d/hindi-rotated-expected.txt:
73358         * platform/mac/transforms/2d/zoom-menulist-expected.txt:
73359         * platform/mac/transforms/3d/point-mapping/3d-point-mapping-opacity-expected.txt: Added.
73360         * platform/mac/transforms/svg-vs-css-expected.txt:
73361         * platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.txt: Added.
73362         * platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.txt: Added.
73363         * platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.txt: Added.
73364         * platform/mac/webarchive/archive-empty-frame-dom-expected.txt: Added.
73365         * platform/mac/webarchive/archive-empty-frame-source-expected.txt: Added.
73366         * platform/mac/webarchive/archive-with-unencoded-url-expected.txt: Added.
73367         * platform/mac/webarchive/css-page-rule-crash-expected.txt: Added.
73368         * platform/mac/webarchive/doctype-expected.txt: Added.
73369         * platform/mac/webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Added.
73370         * platform/mac/webarchive/test-body-background-expected.txt: Added.
73371         * platform/mac/webarchive/test-css-import-expected.txt: Added.
73372         * platform/mac/webarchive/test-duplicate-resources-expected.txt: Added.
73373         * platform/mac/webarchive/test-frameset-expected.txt: Added.
73374         * platform/mac/webarchive/test-img-src-expected.txt: Added.
73375         * platform/mac/webarchive/test-input-src-expected.txt: Added.
73376         * platform/mac/webarchive/test-link-href-expected.txt: Added.
73377         * platform/mac/webarchive/test-link-rel-icon-beforeload-expected.txt: Added.
73378         * platform/mac/webarchive/test-object-data-expected.txt: Added.
73379         * platform/mac/webarchive/test-script-src-expected.txt: Added.
73380         * platform/mac/webarchive/test-table-background-expected.txt: Added.
73381         * platform/mac/webarchive/test-td-background-expected.txt: Added.
73382         * platform/mac/webarchive/test-xml-stylesheet-expected.txt: Added.
73383
73384 2012-11-02  Stephen White  <senorblanco@chromium.org>
73385
73386         [Chromium] Unreviewed gardening.  Some new Mac baselines, and 
73387         add real bugs in place of Bug(senorblanco).
73388
73389         * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
73390         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
73391         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
73392         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
73393         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
73394         * platform/chromium/TestExpectations:
73395
73396 2012-11-02  Tony Chang  <tony@chromium.org>
73397
73398         [chromium] platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html failing
73399         https://bugs.webkit.org/show_bug.cgi?id=100887
73400
73401         Reviewed by Ojan Vafai.
73402
73403         The tests were racing the load time of js-test-post.js and the test completion.
73404         Previously, js-test-post.js would already be in the cache, so it would always load first.
73405         Now that we clear the cache, sometimes js-test-post.js would run after the other test output.
73406         Fix this by setting window.jsTestIsAsync = true and calling finishJSTest() when the test
73407         ends (this delays the js-test-post.js output until finishJSTest() is called).
73408
73409         * platform/chromium/TestExpectations:
73410         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt:
73411         * platform/chromium/accessibility/is-ignored-change-sends-notification.html:
73412         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt:
73413         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html:
73414         * platform/chromium/accessibility/text-change-notification-expected.txt:
73415         * platform/chromium/accessibility/text-change-notification.html:
73416
73417 2012-11-02  Ian Vollick  <vollick@chromium.org>
73418
73419         Unreviewed baselines for chromium-mac.
73420
73421         * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73422         * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73423         * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73424
73425 2012-11-02  Ian Vollick  <vollick@chromium.org>
73426
73427         Unreviewed baselines for chromium-mac.
73428
73429         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73430
73431 2012-11-02  Alice Boxhall  <aboxhall@google.com>
73432
73433         Unreviewed gardening. Mark report-blocked-uri-cross-origin.html as failing.
73434         https://bugs.webkit.org/show_bug.cgi?id=101096
73435
73436         * platform/chromium/TestExpectations:
73437
73438 2012-11-02  Ian Vollick  <vollick@chromium.org>
73439
73440         Support invalidation tracking for composited layers
73441         https://bugs.webkit.org/show_bug.cgi?id=97801
73442
73443         Reviewed by Simon Fraser.
73444
73445         GraphicsLayers now store invalidated rects and can include them in
73446         the layer tree dump.
73447
73448         * compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73449         * compositing/repaint/invalidations-on-composited-layers.html: Added.
73450         * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
73451
73452 2012-11-02  Adam Barth  <abarth@webkit.org>
73453
73454         ASSERT in RenderLayer::hitTestContents can fire
73455         https://bugs.webkit.org/show_bug.cgi?id=99656
73456
73457         Reviewed by Eric Seidel.
73458
73459         This test ensures that we don't trigger the assert.
73460
73461         * fast/dom/nodesFromRect/nodesFromRect-continuation-crash-expected.txt: Added.
73462         * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html: Added.
73463
73464 2012-11-02  Mike West  <mkwst@chromium.org>
73465
73466         Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.
73467         https://bugs.webkit.org/show_bug.cgi?id=101043
73468
73469         Reviewed by Adam Barth.
73470
73471         The canonical 'Content-Security-Policy' header landed in 133095, but we
73472         missed a few tests while updating to the new hotness. We also should
73473         start using the canonical header for the inspector.
73474
73475         This patch should have no visible change; tests should continue to pass
73476         with the new header, just as they did with the old header.
73477
73478         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html:
73479         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html:
73480         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html:
73481         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html:
73482         * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash.html:
73483         * http/tests/security/isolatedWorld/bypass-main-world-csp.html:
73484         * inspector/console/console-eval-blocked.html:
73485         * inspector/debugger/debugger-pause-on-blocked-event-handler.html:
73486         * inspector/debugger/debugger-pause-on-blocked-script-injection.html:
73487         * inspector/debugger/debugger-pause-on-blocked-script-url.html:
73488         * inspector/debugger/eval-on-pause-blocked.html:
73489         * inspector/elements/resolve-node-blocked.html:
73490         * media/csp-blocks-video.html:
73491
73492 2012-11-02  Alice Boxhall  <aboxhall@google.com>
73493
73494         Unreviewed gardening. Marking object-clip-rects-assertion.html as flaky.
73495         https://bugs.webkit.org/show_bug.cgi?id=86909
73496
73497         * platform/chromium/TestExpectations:
73498
73499 2012-11-02  Tom Sepez  <tsepez@chromium.org>
73500
73501         Support X-XSS-Protection: report=URL header syntax in XSSAuditor.
73502         https://bugs.webkit.org/show_bug.cgi?id=100892
73503
73504         Reviewed by Adam Barth.
73505
73506         * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
73507         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
73508         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
73509         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
73510         * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt: Added.
73511         * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html: Added.
73512         * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt: Added.
73513         * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html: Added.
73514         * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt: Added.
73515         * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html: Added.
73516         * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt: Added.
73517         * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html: Added.
73518         * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt: Added.
73519         * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html: Added.
73520         * http/tests/security/xssAuditor/report-script-tag-expected.txt: Added.
73521         * http/tests/security/xssAuditor/report-script-tag.html: Added.
73522         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
73523         * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: Added.
73524         * http/tests/security/xssAuditor/xss-protection-parsing-03.html: Added.
73525         * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: Added.
73526         * http/tests/security/xssAuditor/xss-protection-parsing-04.html: Added.
73527
73528 2012-11-02  Ian Vollick  <vollick@chromium.org>
73529
73530         [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
73531         https://bugs.webkit.org/show_bug.cgi?id=98523
73532
73533         Reviewed by Simon Fraser.
73534
73535         The repaint-subrect-grid.html layout test is now text-based and
73536         doesn't use testRunner.displayInvalidatedRegion().
73537
73538         * fast/images/repaint-subrect-grid-expected.txt:
73539         * fast/images/repaint-subrect-grid.html:
73540         * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Removed.
73541         * platform/efl/fast/images/repaint-subrect-grid-expected.png: Removed.
73542         * platform/mac/TestExpectations:
73543         * platform/mac/fast/images/repaint-subrect-grid-expected.txt: Added.
73544         * platform/qt/TestExpectations:
73545
73546 2012-11-02  Alice Boxhall  <aboxhall@google.com>
73547
73548         Unreviewed gardening. Marking some repaint tests as flaky.
73549         https://bugs.webkit.org/show_bug.cgi?id=84720
73550
73551         * platform/chromium/TestExpectations:
73552
73553 2012-11-02  Kevin Ellis  <kevers@chromium.org>
73554
73555         Imrpove scoring in touch adjustment to address bias towards smaller targets.
73556         https://bugs.webkit.org/show_bug.cgi?id=101046
73557
73558         Reviewed by Antonio Gomes.
73559
73560         Add missing mouse handlers to ensure proper handling of nested
73561         elements.  Nested elements with explicit handlers are favored over
73562         ancestor elements.  The change to scoring in touch adjustment,
73563         which removes bias towards small targets, broke two of the layout
73564         tests.  The updated tests more accurately reflect intended 
73565         behavior. 
73566  
73567         * touchadjustment/nested-shadow-node.html:
73568         * touchadjustment/rotated-node.html:
73569
73570 2012-11-02  Stephen White  <senorblanco@chromium.org>
73571
73572         [Chromium] Unreviewed gardening.
73573
73574         * platform/chromium/TestExpectations:
73575
73576 2012-11-02  Keishi Hattori  <keishi@webkit.org>
73577
73578         Fix test calendar-picker-key-operations.html
73579         https://bugs.webkit.org/show_bug.cgi?id=101020
73580
73581         Reviewed by Kent Tamura.
73582
73583         The test was wrong and failing.
73584
73585         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
73586         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
73587         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
73588
73589 2012-11-02  Arpita Bahuguna  <arpitabahuguna@gmail.com>
73590
73591         Regression r130057: Improper preferred width calculation when an inline replaced object, wrapped in an inline flow, follows some text.
73592         https://bugs.webkit.org/show_bug.cgi?id=99442
73593
73594         Reviewed by Levi Weintraub.
73595
73596         * fast/block/block-with-inline-replaced-child-following-text-expected.txt: Added.
73597         * fast/block/block-with-inline-replaced-child-following-text.html: Added.
73598         Test added for verifying the width of the inline-block when an inline replaced
73599         object follows some text object which does not end in a whitespace.
73600
73601         The correct width of our containing box in this case should be 94px which is
73602         determined by the min-width of our text (using ahem font) which is 64px +
73603         the padding - 30px.
73604
73605         Prior to this fix, the trailing end-width from the text (64px) would be carried
73606         onto the next line containing the inline replaced object. This would then make
73607         that line's width as 64px (end width of text) + 30 px (padding) + 50px (width
73608         of our image object) making it 144px in total. This would then incorrectly
73609         define the width of our containing box.
73610
73611 2012-11-02  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
73612
73613         [EFL] Unreviewed pixel expectations gardening.
73614
73615         * platform/efl/TestExpectations: Skip some css3-text-decoration
73616         tests which depend on pending features.
73617
73618 2012-11-02  Vsevolod Vlasov  <vsevik@chromium.org>
73619
73620         Web Inspector: Cookie info in Network Resources Cookies tab shows "Invalid Date"
73621         https://bugs.webkit.org/show_bug.cgi?id=97471
73622
73623         Reviewed by Pavel Feldman.
73624
73625         * http/tests/inspector/resource-main-cookies.php:
73626         * inspector/cookie-parser.html:
73627
73628 2012-11-01  Shinya Kawanaka  <shinyak@chromium.org>
73629
73630         [Shadow] Element should have getter and setter of attribute 'pseudo'
73631         https://bugs.webkit.org/show_bug.cgi?id=100831
73632
73633         Reviewed by Hajime Morita.
73634
73635         * fast/dom/shadow/pseudo-attribute-expected.txt: Added.
73636         * fast/dom/shadow/pseudo-attribute.html: Added.
73637
73638 2012-11-01  Seonae Kim  <sunaeluv.kim@samsung.com>
73639
73640         [EFL][DRT] Support Geolocation
73641         https://bugs.webkit.org/show_bug.cgi?id=97427
73642
73643         Reviewed by Gyuyoung Kim.
73644
73645         Change the comment of Geolocation test cases.
73646
73647         * platform/efl/TestExpectations:
73648
73649 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
73650
73651         New image results for compositing tests. Cross-platform image results seem
73652         impossible to maintain, so these are all Mac-specific.
73653
73654         * platform/mac/compositing/animation/busy-indicator-expected.png:
73655         * platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
73656         * platform/mac/compositing/color-matching/image-color-matching-expected.png:
73657         * platform/mac/compositing/color-matching/pdf-image-match-expected.png:
73658         * platform/mac/compositing/compositing-visible-descendant-expected.png:
73659         * platform/mac/compositing/direct-image-compositing-expected.png:
73660         * platform/mac/compositing/flat-with-transformed-child-expected.png:
73661         * platform/mac/compositing/framesets/composited-frame-alignment-expected.png:
73662         * platform/mac/compositing/generated-content-expected.png:
73663         * platform/mac/compositing/geometry/abs-position-inside-opacity-expected.png:
73664         * platform/mac/compositing/geometry/clipping-foreground-expected.png:
73665         * platform/mac/compositing/geometry/composited-html-size-expected.png:
73666         * platform/mac/compositing/geometry/fixed-in-composited-expected.png:
73667         * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
73668         * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
73669         * platform/mac/compositing/geometry/fixed-position-expected.png:
73670         * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
73671         * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
73672         * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
73673         * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
73674         * platform/mac/compositing/geometry/foreground-layer-expected.png:
73675         * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png:
73676         * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
73677         * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png:
73678         * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png:
73679         * platform/mac/compositing/geometry/outline-change-expected.png:
73680         * platform/mac/compositing/geometry/partial-layout-update-expected.png:
73681         * platform/mac/compositing/geometry/repaint-foreground-layer-expected.png:
73682         * platform/mac/compositing/geometry/root-layer-update-expected.png:
73683         * platform/mac/compositing/geometry/tall-page-composited-expected.png:
73684         * platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
73685         * platform/mac/compositing/geometry/vertical-scroll-composited-expected.png:
73686         * platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
73687         * platform/mac/compositing/geometry/video-opacity-overlay-expected.png:
73688         * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png:
73689         * platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
73690         * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png:
73691         * platform/mac/compositing/images/content-image-change-expected.png:
73692         * platform/mac/compositing/images/direct-image-background-color-expected.png:
73693         * platform/mac/compositing/layer-creation/fixed-position-scroll-expected.png:
73694         * platform/mac/compositing/layer-creation/spanOverlapsCanvas-expected.png:
73695         * platform/mac/compositing/layers-inside-overflow-scroll-expected.png:
73696         * platform/mac/compositing/masks/direct-image-mask-expected.png:
73697         * platform/mac/compositing/masks/masked-ancestor-expected.png:
73698         * platform/mac/compositing/masks/multiple-masks-expected.png:
73699         * platform/mac/compositing/masks/simple-composited-mask-expected.png:
73700         * platform/mac/compositing/overflow/ancestor-overflow-expected.png:
73701         * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
73702         * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png:
73703         * platform/mac/compositing/overflow/overflow-positioning-expected.png:
73704         * platform/mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png:
73705         * platform/mac/compositing/overflow/overflow-scroll-expected.png:
73706         * platform/mac/compositing/overflow/parent-overflow-expected.png:
73707         * platform/mac/compositing/overflow/scroll-ancestor-update-expected.png:
73708         * platform/mac/compositing/overflow/scrollbar-painting-expected.png:
73709         * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
73710         * platform/mac/compositing/plugins/composited-plugin-expected.png:
73711         * platform/mac/compositing/reflections/animation-inside-reflection-expected.png:
73712         * platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
73713         * platform/mac/compositing/reflections/deeply-nested-reflections-expected.png:
73714         * platform/mac/compositing/reflections/load-video-in-reflection-expected.png:
73715         * platform/mac/compositing/reflections/masked-reflection-on-composited-expected.png:
73716         * platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
73717         * platform/mac/compositing/reflections/nested-reflection-animated-expected.png:
73718         * platform/mac/compositing/reflections/nested-reflection-expected.png:
73719         * platform/mac/compositing/reflections/nested-reflection-mask-change-expected.png:
73720         * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
73721         * platform/mac/compositing/reflections/nested-reflection-opacity-expected.png:
73722         * platform/mac/compositing/reflections/nested-reflection-size-change-expected.png:
73723         * platform/mac/compositing/reflections/nested-reflection-transformed-expected.png:
73724         * platform/mac/compositing/reflections/nested-reflection-transformed2-expected.png:
73725         * platform/mac/compositing/reflections/nested-reflection-transition-expected.png:
73726         * platform/mac/compositing/reflections/reflection-in-composited-expected.png:
73727         * platform/mac/compositing/reflections/reflection-on-composited-expected.png:
73728         * platform/mac/compositing/reflections/reflection-opacity-expected.png:
73729         * platform/mac/compositing/reflections/reflection-ordering-expected.png:
73730         * platform/mac/compositing/reflections/reflection-positioning-expected.png:
73731         * platform/mac/compositing/reflections/reflection-positioning2-expected.png:
73732         * platform/mac/compositing/reflections/simple-composited-reflections-expected.png:
73733         * platform/mac/compositing/reflections/transform-inside-reflection-expected.png:
73734         * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png:
73735         * platform/mac/compositing/repaint/composited-document-element-expected.png:
73736         * platform/mac/compositing/repaint/content-into-overflow-expected.png:
73737         * platform/mac/compositing/repaint/layer-repaint-expected.png:
73738         * platform/mac/compositing/repaint/layer-repaint-rects-expected.png:
73739         * platform/mac/compositing/repaint/opacity-between-absolute-expected.png:
73740         * platform/mac/compositing/repaint/opacity-between-absolute2-expected.png:
73741         * platform/mac/compositing/repaint/overflow-into-content-expected.png:
73742         * platform/mac/compositing/repaint/same-size-invalidation-expected.png:
73743         * platform/mac/compositing/scaling/tiled-layer-recursion-expected.png:
73744         * platform/mac/compositing/self-painting-layers-expected.png:
73745         * platform/mac/compositing/shadows/shadow-drawing-expected.png:
73746         * platform/mac/compositing/sibling-positioning-expected.png:
73747         * platform/mac/compositing/text-on-large-layer-expected.png:
73748         * platform/mac/compositing/transitions/scale-transition-no-start-expected.png:
73749         * platform/mac/compositing/transitions/singular-scale-transition-expected.png:
73750         * platform/mac/compositing/webgl/webgl-background-color-expected.png:
73751         * platform/mac/compositing/webgl/webgl-no-alpha-expected.png:
73752         * platform/mac/compositing/webgl/webgl-reflection-expected.png:
73753
73754 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
73755
73756         Rebaseline some MathML results, and mark compositing/iframes/overlapped-nested-iframes.html
73757         as flakey because it is.
73758         
73759         * platform/mac/TestExpectations:
73760         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
73761         * platform/mac/mathml/presentation/row-alignment-expected.png:
73762         * platform/mac/mathml/presentation/row-alignment-expected.txt:
73763         * platform/mac/mathml/presentation/subsup-expected.png:
73764         * platform/mac/mathml/presentation/subsup-expected.txt:
73765         * platform/mac/mathml/presentation/tables-expected.png:
73766         * platform/mac/mathml/presentation/tables-expected.txt:
73767
73768 2012-11-01  Stephen White  <senorblanco@chromium.org>
73769
73770         [Chromium] Unreviewed gardening.
73771
73772         * platform/chromium/TestExpectations:
73773
73774         * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
73775         * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png.
73776
73777 2012-11-01  David Barton  <dbarton@mathscribe.com>
73778
73779         Unreviewed mathml rebaseline.
73780
73781         * platform/chromium-linux-x86/mathml: Added.
73782         * platform/chromium-linux-x86/mathml/xHeight-expected.png: Added.
73783         * platform/chromium-linux-x86/mathml/xHeight-expected.txt: Added.
73784         * platform/chromium-linux/mathml: Added.
73785         * platform/chromium-linux/mathml/xHeight-expected.png: Added.
73786         * platform/chromium-linux/mathml/xHeight-expected.txt: Added.
73787         * platform/chromium-win-xp/mathml: Added.
73788         * platform/chromium-win-xp/mathml/xHeight-expected.png: Added.
73789         * platform/chromium-win-xp/mathml/xHeight-expected.txt: Added.
73790         * platform/chromium-win/mathml: Added.
73791         * platform/chromium-win/mathml/xHeight-expected.png: Added.
73792         * platform/chromium-win/mathml/xHeight-expected.txt: Added.
73793         * platform/chromium/TestExpectations:
73794
73795 2012-11-01  Stephen White  <senorblanco@chromium.org>
73796
73797         [Chromium] Unreviewed gardening.  Mark another flaky test.
73798
73799         * platform/chromium/TestExpectations:
73800
73801 2012-11-01  Stephen White  <senorblanco@chromium.org>
73802
73803         [Chromium] Unreviewed gardening.
73804
73805         * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
73806         * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
73807         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
73808
73809 2012-11-01  Tom Sepez  <tsepez@chromium.org>
73810
73811         XSS blocker false positive when page contains <iframe src="">
73812         https://bugs.webkit.org/show_bug.cgi?id=93416
73813
73814         Reviewed by Adam Barth.
73815
73816         * http/tests/security/xssAuditor/iframe-injection-allowed-2-expected.txt: Added.
73817         * http/tests/security/xssAuditor/iframe-injection-allowed-2.html: Added.
73818         * http/tests/security/xssAuditor/iframe-injection-allowed-3-expected.txt: Added.
73819         * http/tests/security/xssAuditor/iframe-injection-allowed-3.html: Added.
73820         * http/tests/security/xssAuditor/iframe-injection-allowed-expected.txt: Added.
73821         * http/tests/security/xssAuditor/iframe-injection-allowed.html: Added.
73822
73823 2012-11-01  Tien-Ren Chen  <trchen@chromium.org>
73824
73825         Fix assertion failure in RenderGeometryMap::absoluteRect when frame scale != 1.0
73826         https://bugs.webkit.org/show_bug.cgi?id=100912
73827
73828         Reviewed by Simon Fraser.
73829
73830         Frame scale will add transformation to RenderView, so fixed position doesn't
73831         get propagated up to the viewport by RenderGeometryMap. This is handled
73832         correctly in RenderView::mapLocalToContainer, causing the assertion to fail.
73833         This patch corrects RenderGeometryMap::mapToAbsolute to handle the RenderView
73834         transformation case.
73835
73836         A layout test is added to catch this issue. The test will crash debug build
73837         without this patch.
73838
73839
73840         * compositing/geometry/fixed-position-composited-page-scale-scroll-expected.txt: Added.
73841         * compositing/geometry/fixed-position-composited-page-scale-scroll.html: Added.
73842
73843 2012-11-01  Simon Fraser  <simon.fraser@apple.com>
73844
73845         Rebaseline tests listed in Mac TestExpectations as needing new baselines, other than those that
73846         are failing ref tests.
73847         
73848         Removed relevant lines from TestExpectations.
73849         
73850         Carry along some new image results for the directories which were rebaselined.
73851
73852         Rubber-stamped by Tim Horton
73853
73854         * accessibility/svg-remote-element-expected.txt: Added.
73855         * fast/images/exif-orientation-image-document-expected.txt: Added.
73856         * platform/mac/TestExpectations:
73857         * platform/mac/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: Removed.
73858         * platform/mac/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Removed.
73859         * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
73860         * platform/mac/compositing/animation/busy-indicator-expected.txt: Removed.
73861         * platform/mac/compositing/flat-with-transformed-child-expected.txt: Removed.
73862         * platform/mac/compositing/reflections/backface-hidden-reflection-expected.txt: Removed.
73863         * platform/mac/compositing/repaint/same-size-invalidation-expected.txt: Removed.
73864         * platform/mac/compositing/scaling/tiled-layer-recursion-expected.txt: Removed.
73865         * platform/mac/compositing/video/video-controls-layer-creation-expected.png: Added.
73866         * platform/mac/css1/formatting_model/canvas-expected.png:
73867         * platform/mac/css1/formatting_model/floating_elements-expected.png:
73868         * platform/mac/css1/formatting_model/floating_elements-expected.txt:
73869         * platform/mac/css1/formatting_model/height_of_lines-expected.png:
73870         * platform/mac/css1/formatting_model/horizontal_formatting-expected.png:
73871         * platform/mac/css1/formatting_model/inline_elements-expected.png:
73872         * platform/mac/css1/formatting_model/replaced_elements-expected.png:
73873         * platform/mac/css1/formatting_model/vertical_formatting-expected.png:
73874         * platform/mac/editing/selection/anchor-focus2-expected.txt: Removed.
73875         * platform/mac/editing/selection/anchor-focus3-expected.txt: Removed.
73876         * platform/mac/editing/selection/fake-drag-expected.txt: Removed.
73877         * platform/mac/fast/block/float/001-expected.png:
73878         * platform/mac/fast/block/float/002-expected.png:
73879         * platform/mac/fast/block/float/003-expected.png:
73880         * platform/mac/fast/block/float/004-expected.png:
73881         * platform/mac/fast/block/float/005-expected.png:
73882         * platform/mac/fast/block/float/006-expected.png:
73883         * platform/mac/fast/block/float/007-expected.png:
73884         * platform/mac/fast/block/float/008-expected.png:
73885         * platform/mac/fast/block/float/009-expected.png:
73886         * platform/mac/fast/block/float/010-expected.png:
73887         * platform/mac/fast/block/float/010-expected.txt:
73888         * platform/mac/fast/block/float/011-expected.png:
73889         * platform/mac/fast/block/float/012-expected.png:
73890         * platform/mac/fast/block/float/013-expected.png:
73891         * platform/mac/fast/block/float/014-expected.png:
73892         * platform/mac/fast/block/float/015-expected.png:
73893         * platform/mac/fast/block/float/017-expected.png:
73894         * platform/mac/fast/block/float/018-expected.png:
73895         * platform/mac/fast/block/float/019-expected.png:
73896         * platform/mac/fast/block/float/020-expected.png:
73897         * platform/mac/fast/block/float/021-expected.png:
73898         * platform/mac/fast/block/float/022-expected.png:
73899         * platform/mac/fast/block/float/023-expected.png:
73900         * platform/mac/fast/block/float/024-expected.png:
73901         * platform/mac/fast/block/float/024-expected.txt:
73902         * platform/mac/fast/block/float/025-expected.png:
73903         * platform/mac/fast/block/float/026-expected.png:
73904         * platform/mac/fast/block/float/027-expected.png:
73905         * platform/mac/fast/block/float/028-expected.png:
73906         * platform/mac/fast/block/float/029-expected.png:
73907         * platform/mac/fast/block/float/030-expected.png:
73908         * platform/mac/fast/block/float/031-expected.png:
73909         * platform/mac/fast/block/float/032-expected.png:
73910         * platform/mac/fast/block/float/033-expected.png:
73911         * platform/mac/fast/block/float/034-expected.png:
73912         * platform/mac/fast/block/float/035-expected.png:
73913         * platform/mac/fast/block/float/4145535Crash-expected.png:
73914         * platform/mac/fast/block/float/avoidance-percent-width-compat-expected.png:
73915         * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.png:
73916         * platform/mac/fast/block/float/avoidance-rtl-expected.png: Added.
73917         * platform/mac/fast/block/float/avoiding-float-centered-expected.png:
73918         * platform/mac/fast/block/float/br-with-clear-2-expected.png:
73919         * platform/mac/fast/block/float/br-with-clear-expected.png:
73920         * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.png:
73921         * platform/mac/fast/block/float/clamped-right-float-expected.png:
73922         * platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
73923         * platform/mac/fast/block/float/clear-to-fit-expected.png: Added.
73924         * platform/mac/fast/block/float/dynamic-unfloat-pref-width-expected.png:
73925         * platform/mac/fast/block/float/editable-text-overlapping-float-expected.png:
73926         * platform/mac/fast/block/float/fit_line_below_floats-expected.png:
73927         * platform/mac/fast/block/float/float-avoidance-expected.png:
73928         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.png:
73929         * platform/mac/fast/block/float/float-in-float-hit-testing-expected.png:
73930         * platform/mac/fast/block/float/float-in-float-painting-expected.png:
73931         * platform/mac/fast/block/float/float-not-removed-from-next-sibling-expected.png: Added.
73932         * platform/mac/fast/block/float/float-not-removed-from-next-sibling2-expected.png: Added.
73933         * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added.
73934         * platform/mac/fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added.
73935         * platform/mac/fast/block/float/float-on-zero-height-line-expected.png:
73936         * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png:
73937         * platform/mac/fast/block/float/float-overhangs-root-expected.png:
73938         * platform/mac/fast/block/float/floats-and-text-indent-expected.png:
73939         * platform/mac/fast/block/float/floats-and-text-indent-rl-expected.png:
73940         * platform/mac/fast/block/float/in-margin-expected.png:
73941         * platform/mac/fast/block/float/independent-align-positioning-expected.png:
73942         * platform/mac/fast/block/float/independent-align-positioning-expected.txt:
73943         * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
73944         * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
73945         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png:
73946         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png:
73947         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png:
73948         * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png:
73949         * platform/mac/fast/block/float/intruding-painted-twice-expected.png:
73950         * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
73951         * platform/mac/fast/block/float/multiple-float-positioning-expected.png:
73952         * platform/mac/fast/block/float/narrow-after-wide-expected.png:
73953         * platform/mac/fast/block/float/negative-margin-clear-expected.png:
73954         * platform/mac/fast/block/float/nested-clearance-expected.png:
73955         * platform/mac/fast/block/float/nestedAnonymousBlocks-expected.png:
73956         * platform/mac/fast/block/float/nestedAnonymousBlocks2-expected.png:
73957         * platform/mac/fast/block/float/nopaint-after-layer-destruction-expected.png:
73958         * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.png:
73959         * platform/mac/fast/block/float/nowrap-clear-min-width-expected.png:
73960         * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.png:
73961         * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.png:
73962         * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
73963         * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
73964         * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
73965         * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
73966         * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
73967         * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
73968         * platform/mac/fast/block/float/overhanging-tall-block-expected.png:
73969         * platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
73970         * platform/mac/fast/block/float/relative-painted-twice-expected.png:
73971         * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
73972         * platform/mac/fast/block/float/shrink-to-fit-width-expected.png:
73973         * platform/mac/fast/block/float/table-relayout-expected.png:
73974         * platform/mac/fast/block/float/vertical-move-relayout-expected.png:
73975         * platform/mac/fast/block/float/width-update-after-clear-expected.png:
73976         * platform/mac/fast/block/margin-collapse/001-expected.png:
73977         * platform/mac/fast/block/margin-collapse/002-expected.png:
73978         * platform/mac/fast/block/margin-collapse/003-expected.png:
73979         * platform/mac/fast/block/margin-collapse/004-expected.png:
73980         * platform/mac/fast/block/margin-collapse/005-expected.png:
73981         * platform/mac/fast/block/margin-collapse/006-expected.png:
73982         * platform/mac/fast/block/margin-collapse/010-expected.png:
73983         * platform/mac/fast/block/margin-collapse/011-expected.png:
73984         * platform/mac/fast/block/margin-collapse/012-expected.png:
73985         * platform/mac/fast/block/margin-collapse/015-expected.png:
73986         * platform/mac/fast/block/margin-collapse/016-expected.png:
73987         * platform/mac/fast/block/margin-collapse/017-expected.png:
73988         * platform/mac/fast/block/margin-collapse/018-expected.png:
73989         * platform/mac/fast/block/margin-collapse/019-expected.png:
73990         * platform/mac/fast/block/margin-collapse/020-expected.png:
73991         * platform/mac/fast/block/margin-collapse/021-expected.png:
73992         * platform/mac/fast/block/margin-collapse/022-expected.png:
73993         * platform/mac/fast/block/margin-collapse/025-expected.png:
73994         * platform/mac/fast/block/margin-collapse/025-expected.txt:
73995         * platform/mac/fast/block/margin-collapse/026-expected.png:
73996         * platform/mac/fast/block/margin-collapse/027-expected.png:
73997         * platform/mac/fast/block/margin-collapse/028-expected.png:
73998         * platform/mac/fast/block/margin-collapse/029-expected.png:
73999         * platform/mac/fast/block/margin-collapse/030-expected.png:
74000         * platform/mac/fast/block/margin-collapse/031-expected.png:
74001         * platform/mac/fast/block/margin-collapse/032-expected.png:
74002         * platform/mac/fast/block/margin-collapse/033-expected.png:
74003         * platform/mac/fast/block/margin-collapse/034-expected.png:
74004         * platform/mac/fast/block/margin-collapse/035-expected.png:
74005         * platform/mac/fast/block/margin-collapse/037-expected.png:
74006         * platform/mac/fast/block/margin-collapse/038-expected.png:
74007         * platform/mac/fast/block/margin-collapse/039-expected.png:
74008         * platform/mac/fast/block/margin-collapse/040-expected.png:
74009         * platform/mac/fast/block/margin-collapse/041-expected.png:
74010         * platform/mac/fast/block/margin-collapse/042-expected.png:
74011         * platform/mac/fast/block/margin-collapse/043-expected.png:
74012         * platform/mac/fast/block/margin-collapse/044-expected.png:
74013         * platform/mac/fast/block/margin-collapse/045-expected.png:
74014         * platform/mac/fast/block/margin-collapse/055-expected.png:
74015         * platform/mac/fast/block/margin-collapse/056-expected.png:
74016         * platform/mac/fast/block/margin-collapse/057-expected.png:
74017         * platform/mac/fast/block/margin-collapse/058-expected.png:
74018         * platform/mac/fast/block/margin-collapse/059-expected.png:
74019         * platform/mac/fast/block/margin-collapse/062-expected.png:
74020         * platform/mac/fast/block/margin-collapse/063-expected.png:
74021         * platform/mac/fast/block/margin-collapse/100-expected.png:
74022         * platform/mac/fast/block/margin-collapse/101-expected.png:
74023         * platform/mac/fast/block/margin-collapse/102-expected.png:
74024         * platform/mac/fast/block/margin-collapse/103-expected.png:
74025         * platform/mac/fast/block/margin-collapse/104-expected.png:
74026         * platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.png:
74027         * platform/mac/fast/block/margin-collapse/block-inside-inline/002-expected.png:
74028         * platform/mac/fast/block/margin-collapse/block-inside-inline/003-expected.png:
74029         * platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.png:
74030         * platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.png:
74031         * platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.png:
74032         * platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.png:
74033         * platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.png:
74034         * platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.png:
74035         * platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.png:
74036         * platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.png:
74037         * platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.png:
74038         * platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.png:
74039         * platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.png:
74040         * platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.png:
74041         * platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.png:
74042         * platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.png:
74043         * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.png:
74044         * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
74045         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
74046         * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
74047         * platform/mac/fast/block/margin-collapse/negative-margins-expected.png:
74048         * platform/mac/fast/borders/border-antialiasing-expected.png:
74049         * platform/mac/fast/css-generated-content/inline-display-types-expected.png:
74050         * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
74051         * platform/mac/fast/css/001-expected.png:
74052         * platform/mac/fast/css/002-expected.png:
74053         * platform/mac/fast/css/003-expected.png:
74054         * platform/mac/fast/css/004-expected.png:
74055         * platform/mac/fast/css/005-expected.png:
74056         * platform/mac/fast/css/006-expected.png:
74057         * platform/mac/fast/css/007-expected.png:
74058         * platform/mac/fast/css/008-expected.png:
74059         * platform/mac/fast/css/ZeroOpacityLayers-expected.png:
74060         * platform/mac/fast/css/ZeroOpacityLayers2-expected.png:
74061         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
74062         * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
74063         * platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.png:
74064         * platform/mac/fast/css/acid2-expected.png:
74065         * platform/mac/fast/css/acid2-pixel-expected.png:
74066         * platform/mac/fast/css/apple-prefix-expected.png:
74067         * platform/mac/fast/css/attribute-selector-dynamic-expected.png:
74068         * platform/mac/fast/css/attribute-selector-empty-value-expected.png:
74069         * platform/mac/fast/css/background-clip-radius-values-expected.png: Added.
74070         * platform/mac/fast/css/background-clip-values-expected.png:
74071         * platform/mac/fast/css/background-image-with-baseurl-expected.png:
74072         * platform/mac/fast/css/background-shorthand-invalid-url-expected.png:
74073         * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.png:
74074         * platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.png:
74075         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
74076         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
74077         * platform/mac/fast/css/bogus-color-span-expected.png:
74078         * platform/mac/fast/css/border-height-expected.png:
74079         * platform/mac/fast/css/border-radius-non-negative-expected.png:
74080         * platform/mac/fast/css/border-radius-outline-offset-expected.png:
74081         * platform/mac/fast/css/border-solid-single-edge-antialias-expected.png: Added.
74082         * platform/mac/fast/css/box-shadow-and-border-radius-expected.png:
74083         * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.png: Added.
74084         * platform/mac/fast/css/caption-width-absolute-position-expected.png: Added.
74085         * platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
74086         * platform/mac/fast/css/caption-width-fixed-position-expected.png: Added.
74087         * platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
74088         * platform/mac/fast/css/caption-width-relative-position-expected.png: Added.
74089         * platform/mac/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
74090         * platform/mac/fast/css/child-style-can-override-visited-style-expected.png: Added.
74091         * platform/mac/fast/css/clip-text-in-scaled-div-expected.png:
74092         * platform/mac/fast/css/clip-zooming-expected.png:
74093         * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png:
74094         * platform/mac/fast/css/color-correction-expected.png:
74095         * platform/mac/fast/css/color-correction-on-background-image-expected.png:
74096         * platform/mac/fast/css/color-correction-on-backgrounds-expected.png:
74097         * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
74098         * platform/mac/fast/css/color-correction-on-text-expected.png:
74099         * platform/mac/fast/css/color-correction-on-text-shadow-expected.png:
74100         * platform/mac/fast/css/color-correction-untagged-images-expected.png:
74101         * platform/mac/fast/css/color-leakage-expected.png:
74102         * platform/mac/fast/css/color-quirk-expected.png:
74103         * platform/mac/fast/css/color-strict-expected.png:
74104         * platform/mac/fast/css/compare-content-style-expected.png:
74105         * platform/mac/fast/css/content-dynamic-expected.png:
74106         * platform/mac/fast/css/contentDiv-expected.png:
74107         * platform/mac/fast/css/contentDivWithChildren-expected.png:
74108         * platform/mac/fast/css/contentImage-expected.png:
74109         * platform/mac/fast/css/continuationCrash-expected.png:
74110         * platform/mac/fast/css/counters/counter-text-security-expected.png:
74111         * platform/mac/fast/css/counters/counter-text-transform-expected.png:
74112         * platform/mac/fast/css/create_element_align-expected.png:
74113         * platform/mac/fast/css/css-imports-expected.png:
74114         * platform/mac/fast/css/css1_forward_compatible_parsing-expected.png:
74115         * platform/mac/fast/css/css2-system-fonts-expected.png:
74116         * platform/mac/fast/css/css3-modsel-22-expected.png:
74117         * platform/mac/fast/css/css3-nth-child-expected.png:
74118         * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.png:
74119         * platform/mac/fast/css/disabled-author-styles-expected.png:
74120         * platform/mac/fast/css/dynamic-sibling-selector-expected.png:
74121         * platform/mac/fast/css/empty-body-test-expected.png:
74122         * platform/mac/fast/css/empty-generated-content-expected.png:
74123         * platform/mac/fast/css/empty-inline-003-quirksmode-expected.png: Added.
74124         * platform/mac/fast/css/empty-inline-line-height-first-line-expected.png: Added.
74125         * platform/mac/fast/css/empty-inline-line-height-first-line-quirksmode-expected.png: Added.
74126         * platform/mac/fast/css/empty-pseudo-class-expected.png:
74127         * platform/mac/fast/css/empty-webkit-mask-crash-expected.png: Added.
74128         * platform/mac/fast/css/error-in-last-decl-expected.png:
74129         * platform/mac/fast/css/ex-after-font-variant-expected.png:
74130         * platform/mac/fast/css/fieldset-display-row-expected.png:
74131         * platform/mac/fast/css/find-next-layer-expected.png:
74132         * platform/mac/fast/css/first-child-pseudo-class-expected.png:
74133         * platform/mac/fast/css/first-letter-capitalized-expected.png:
74134         * platform/mac/fast/css/first-letter-detach-expected.png:
74135         * platform/mac/fast/css/first-letter-first-line-hover-expected.png:
74136         * platform/mac/fast/css/first-letter-float-after-float-expected.png:
74137         * platform/mac/fast/css/first-letter-float-expected.png:
74138         * platform/mac/fast/css/first-letter-hover-expected.png:
74139         * platform/mac/fast/css/first-letter-punctuation-expected.png:
74140         * platform/mac/fast/css/first-letter-recalculation-expected.png:
74141         * platform/mac/fast/css/first-letter-set-text-expected.png: Added.
74142         * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.png:
74143         * platform/mac/fast/css/first-letter-visibility-expected.png:
74144         * platform/mac/fast/css/first-line-text-decoration-expected.png: Added.
74145         * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
74146         * platform/mac/fast/css/first-of-type-pseudo-class-expected.png:
74147         * platform/mac/fast/css/focus-ring-detached-expected.png:
74148         * platform/mac/fast/css/focus-ring-multiline-expected.png:
74149         * platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
74150         * platform/mac/fast/css/focus-ring-outline-color-expected.png:
74151         * platform/mac/fast/css/focus-ring-outline-offset-expected.png:
74152         * platform/mac/fast/css/focus-ring-outline-width-expected.png:
74153         * platform/mac/fast/css/font-face-default-font-expected.png:
74154         * platform/mac/fast/css/font-face-implicit-local-font-expected.png:
74155         * platform/mac/fast/css/font-face-in-media-rule-expected.png:
74156         * platform/mac/fast/css/font-face-locally-installed-expected.png:
74157         * platform/mac/fast/css/font-face-multiple-faces-expected.png:
74158         * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png:
74159         * platform/mac/fast/css/font-face-opentype-expected.png:
74160         * platform/mac/fast/css/font-face-remote-expected.png:
74161         * platform/mac/fast/css/font-face-synthetic-bold-italic-expected.png:
74162         * platform/mac/fast/css/font-face-unicode-range-expected.png:
74163         * platform/mac/fast/css/font-face-weight-matching-expected.png:
74164         * platform/mac/fast/css/font-face-woff-expected.png:
74165         * platform/mac/fast/css/font-family-pictograph-expected.png:
74166         * platform/mac/fast/css/font-shorthand-weight-only-expected.png:
74167         * platform/mac/fast/css/font-size-negative-expected.png:
74168         * platform/mac/fast/css/font-smoothing-expected.png:
74169         * platform/mac/fast/css/font-weight-1-expected.png:
74170         * platform/mac/fast/css/font_property_normal-expected.png:
74171         * platform/mac/fast/css/h1-in-section-elements-expected.png:
74172         * platform/mac/fast/css/hover-subselector-expected.png:
74173         * platform/mac/fast/css/hsl-color-expected.png:
74174         * platform/mac/fast/css/hsla-color-expected.png:
74175         * platform/mac/fast/css/ignore-text-zoom-expected.png:
74176         * platform/mac/fast/css/imageTileOpacity-expected.png:
74177         * platform/mac/fast/css/import-rule-regression-11590-expected.png:
74178         * platform/mac/fast/css/import_with_baseurl-expected.png:
74179         * platform/mac/fast/css/inline-element-line-break-expected.png:
74180         * platform/mac/fast/css/inline-properties-important-expected.png:
74181         * platform/mac/fast/css/input-search-padding-expected.png:
74182         * platform/mac/fast/css/invalid-percentage-property-expected.png:
74183         * platform/mac/fast/css/invalid-pseudo-classes-expected.png:
74184         * platform/mac/fast/css/invalidation-errors-2-expected.png:
74185         * platform/mac/fast/css/invalidation-errors-3-expected.png:
74186         * platform/mac/fast/css/invalidation-errors-expected.png:
74187         * platform/mac/fast/css/last-child-pseudo-class-expected.png:
74188         * platform/mac/fast/css/last-child-style-sharing-expected.png:
74189         * platform/mac/fast/css/last-of-type-pseudo-class-expected.png:
74190         * platform/mac/fast/css/layerZOrderCrash-expected.png:
74191         * platform/mac/fast/css/line-after-floating-div-expected.png:
74192         * platform/mac/fast/css/line-height-determined-by-primary-font-expected.png:
74193         * platform/mac/fast/css/line-height-expected.png:
74194         * platform/mac/fast/css/line-height-font-order-expected.png:
74195         * platform/mac/fast/css/line-height-negative-expected.png:
74196         * platform/mac/fast/css/line-height-overflow-expected.png:
74197         * platform/mac/fast/css/linear-gradient-currentcolor-expected.png:
74198         * platform/mac/fast/css/link-outside-head-expected.png:
74199         * platform/mac/fast/css/list-outline-expected.png:
74200         * platform/mac/fast/css/live-cssrules-expected.png:
74201         * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png:
74202         * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png:
74203         * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
74204         * platform/mac/fast/css/max-height-none-expected.png:
74205         * platform/mac/fast/css/min-width-with-spanned-cell-expected.png: Added.
74206         * platform/mac/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
74207         * platform/mac/fast/css/namespaces/001-expected.png:
74208         * platform/mac/fast/css/namespaces/002-expected.png:
74209         * platform/mac/fast/css/namespaces/003-expected.png:
74210         * platform/mac/fast/css/namespaces/004-expected.png:
74211         * platform/mac/fast/css/namespaces/005-expected.png:
74212         * platform/mac/fast/css/namespaces/006-expected.png:
74213         * platform/mac/fast/css/namespaces/007-expected.png:
74214         * platform/mac/fast/css/namespaces/namespaces-comments-expected.png:
74215         * platform/mac/fast/css/namespaces/namespaces-empty-expected.png:
74216         * platform/mac/fast/css/namespaces/namespaces-escapes-expected.png:
74217         * platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.png:
74218         * platform/mac/fast/css/negative-leading-expected.png:
74219         * platform/mac/fast/css/negative-nth-child-expected.png:
74220         * platform/mac/fast/css/nested-floating-relative-position-percentages-expected.png:
74221         * platform/mac/fast/css/nested-layers-with-hover-expected.txt:
74222         * platform/mac/fast/css/nested-rounded-corners-expected.png:
74223         * platform/mac/fast/css/non-empty-span-expected.png:
74224         * platform/mac/fast/css/non-standard-checkbox-size-expected.png:
74225         * platform/mac/fast/css/nth-child-dynamic-expected.png:
74226         * platform/mac/fast/css/only-child-pseudo-class-expected.png:
74227         * platform/mac/fast/css/only-of-type-pseudo-class-expected.png:
74228         * platform/mac/fast/css/outline-auto-empty-rects-expected.png:
74229         * platform/mac/fast/css/outline-auto-location-expected.png:
74230         * platform/mac/fast/css/outline-narrowLine-expected.png: Added.
74231         * platform/mac/fast/css/pending-stylesheet-repaint-expected.png: Added.
74232         * platform/mac/fast/css/pendingStylesheetFontSize-expected.png:
74233         * platform/mac/fast/css/percent-top-relative-container-height-unspecified-expected.png:
74234         * platform/mac/fast/css/percent-top-value-with-relative-position-expected.png:
74235         * platform/mac/fast/css/percentage-non-integer-expected.png:
74236         * platform/mac/fast/css/position-negative-top-margin-expected.png:
74237         * platform/mac/fast/css/positioned-overflow-scroll-expected.png:
74238         * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
74239         * platform/mac/fast/css/pseudo-any-expected.txt: Removed.
74240         * platform/mac/fast/css/pseudo-element-line-break-expected.png:
74241         * platform/mac/fast/css/pseudo-first-line-border-width-expected.png:
74242         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
74243         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
74244         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
74245         * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
74246         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
74247         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
74248         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
74249         * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
74250         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
74251         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
74252         * platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
74253         * platform/mac/fast/css/rem-dynamic-scaling-expected.png:
74254         * platform/mac/fast/css/rem-units-on-root-expected.png:
74255         * platform/mac/fast/css/replaced-element-implicit-size-expected.png:
74256         * platform/mac/fast/css/resize-corner-tracking-expected.png:
74257         * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png:
74258         * platform/mac/fast/css/rgb-float-expected.png:
74259         * platform/mac/fast/css/rtl-ordering-expected.png:
74260         * platform/mac/fast/css/rtl-to-viewport-expected.png:
74261         * platform/mac/fast/css/selector-set-attribute-expected.png:
74262         * platform/mac/fast/css/shadow-multiple-expected.png:
74263         * platform/mac/fast/css/simple-selector-chain-parsing-expected.png:
74264         * platform/mac/fast/css/square-button-appearance-expected.png:
74265         * platform/mac/fast/css/style-outside-head-expected.png:
74266         * platform/mac/fast/css/style-parsed-outside-head-expected.png:
74267         * platform/mac/fast/css/style-tag-display-none-expected.png: Added.
74268         * platform/mac/fast/css/table-rules-attribute-groups-with-frame-expected.png: Added.
74269         * platform/mac/fast/css/table-rules-attribute-with-frame1-expected.png: Added.
74270         * platform/mac/fast/css/table-rules-attribute-with-frame2-expected.png: Added.
74271         * platform/mac/fast/css/table-text-align-quirk-expected.png:
74272         * platform/mac/fast/css/table-text-align-strict-expected.png:
74273         * platform/mac/fast/css/target-fragment-match-expected.png:
74274         * platform/mac/fast/css/text-align-expected.png:
74275         * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png:
74276         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
74277         * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
74278         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png:
74279         * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
74280         * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
74281         * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
74282         * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
74283         * platform/mac/fast/css/text-overflow-input-expected.png:
74284         * platform/mac/fast/css/text-rendering-expected.png:
74285         * platform/mac/fast/css/text-security-expected.png:
74286         * platform/mac/fast/css/text-transform-select-expected.png:
74287         * platform/mac/fast/css/textCapitalizeEdgeCases-expected.png:
74288         * platform/mac/fast/css/transform-default-parameter-expected.png:
74289         * platform/mac/fast/css/transformed-mask-expected.png:
74290         * platform/mac/fast/css/transition-color-unspecified-expected.png:
74291         * platform/mac/fast/css/universal-hover-quirk-expected.png:
74292         * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png:
74293         * platform/mac/fast/css/vertical-align-lengths-expected.png:
74294         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
74295         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
74296         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
74297         * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
74298         * platform/mac/fast/css/visibility-hit-test-expected.png:
74299         * platform/mac/fast/css/zoom-font-size-expected.png:
74300         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
74301         * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
74302         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
74303         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
74304         * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.png:
74305         * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
74306         * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.png:
74307         * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
74308         * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Removed.
74309         * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Removed.
74310         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
74311         * platform/mac/fast/encoding/invalid-UTF-8-expected.png:
74312         * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
74313         * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
74314         * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
74315         * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
74316         * platform/mac/fast/encoding/xmacroman-encoding-test-expected.png:
74317         * platform/mac/fast/inline-block/001-expected.png:
74318         * platform/mac/fast/inline-block/001-expected.txt:
74319         * platform/mac/fast/inline/001-expected.png:
74320         * platform/mac/fast/inline/002-expected.png:
74321         * platform/mac/fast/inline/25277-2-expected.png:
74322         * platform/mac/fast/inline/25277-expected.png:
74323         * platform/mac/fast/inline/absolute-positioned-block-in-centred-block-expected.png: Added.
74324         * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
74325         * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added.
74326         * platform/mac/fast/inline/br-text-decoration-expected.png:
74327         * platform/mac/fast/inline/continuation-outlines-expected.png:
74328         * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.png:
74329         * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.txt:
74330         * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png:
74331         * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
74332         * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png:
74333         * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.png:
74334         * platform/mac/fast/inline/inline-box-background-expected.png:
74335         * platform/mac/fast/inline/inline-box-background-long-image-expected.png:
74336         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.png:
74337         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.png:
74338         * platform/mac/fast/inline/inline-continuation-borders-expected.png:
74339         * platform/mac/fast/inline/inline-focus-ring-expected.png:
74340         * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.png:
74341         * platform/mac/fast/inline/inline-text-quirk-bpm-expected.png:
74342         * platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.png:
74343         * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
74344         * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
74345         * platform/mac/fast/inline/long-wrapped-line-expected.png:
74346         * platform/mac/fast/inline/nested-top-alignment-expected.png:
74347         * platform/mac/fast/inline/outline-continuations-expected.png:
74348         * platform/mac/fast/inline/percentage-margins-expected.png:
74349         * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png:
74350         * platform/mac/fast/inline/positionedLifetime-expected.png:
74351         * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png:
74352         * platform/mac/fast/inline/vertical-align-text-bottom-expected.png:
74353         * platform/mac/fast/lists/list-marker-before-content-table-expected.txt: Removed.
74354         * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.png:
74355         * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.png:
74356         * platform/mac/fast/multicol/block-axis-vertical-lr-expected.png:
74357         * platform/mac/fast/multicol/block-axis-vertical-rl-expected.png:
74358         * platform/mac/fast/multicol/border-padding-pagination-expected.png:
74359         * platform/mac/fast/multicol/client-rects-expected.png:
74360         * platform/mac/fast/multicol/column-break-with-balancing-expected.png:
74361         * platform/mac/fast/multicol/column-count-with-rules-expected.png:
74362         * platform/mac/fast/multicol/column-rules-expected.png:
74363         * platform/mac/fast/multicol/column-rules-stacking-expected.png:
74364         * platform/mac/fast/multicol/columns-shorthand-parsing-expected.png:
74365         * platform/mac/fast/multicol/flipped-blocks-border-after-expected.png: Added.
74366         * platform/mac/fast/multicol/float-avoidance-expected.png:
74367         * platform/mac/fast/multicol/float-multicol-expected.png:
74368         * platform/mac/fast/multicol/float-paginate-complex-expected.png:
74369         * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png:
74370         * platform/mac/fast/multicol/float-paginate-expected.png:
74371         * platform/mac/fast/multicol/layers-in-multicol-expected.png:
74372         * platform/mac/fast/multicol/layers-split-across-columns-expected.png:
74373         * platform/mac/fast/multicol/margin-collapse-expected.png:
74374         * platform/mac/fast/multicol/max-height-columns-block-expected.png:
74375         * platform/mac/fast/multicol/nested-columns-expected.png:
74376         * platform/mac/fast/multicol/overflow-across-columns-expected.png:
74377         * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.png:
74378         * platform/mac/fast/multicol/overflow-unsplittable-expected.png:
74379         * platform/mac/fast/multicol/paginate-block-replaced-expected.png:
74380         * platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.png:
74381         * platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.png:
74382         * platform/mac/fast/multicol/pagination-h-vertical-lr-expected.png:
74383         * platform/mac/fast/multicol/pagination-h-vertical-rl-expected.png:
74384         * platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.png:
74385         * platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.png:
74386         * platform/mac/fast/multicol/pagination-v-vertical-lr-expected.png:
74387         * platform/mac/fast/multicol/pagination-v-vertical-rl-expected.png:
74388         * platform/mac/fast/multicol/positioned-split-expected.png:
74389         * platform/mac/fast/multicol/positioned-with-constrained-height-expected.png:
74390         * platform/mac/fast/multicol/positive-leading-expected.png:
74391         * platform/mac/fast/multicol/progression-reverse-expected.png: Added.
74392         * platform/mac/fast/multicol/scrolling-overflow-expected.png:
74393         * platform/mac/fast/multicol/shadow-breaking-expected.png:
74394         * platform/mac/fast/multicol/single-line-expected.png: Added.
74395         * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
74396         * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.png:
74397         * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.png:
74398         * platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.png: Added.
74399         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
74400         * platform/mac/fast/multicol/span/clone-flexbox-expected.png: Added.
74401         * platform/mac/fast/multicol/span/clone-summary-expected.png: Added.
74402         * platform/mac/fast/multicol/span/generated-child-split-flow-crash-expected.png: Added.
74403         * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
74404         * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
74405         * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
74406         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
74407         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
74408         * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
74409         * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
74410         * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
74411         * platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
74412         * platform/mac/fast/multicol/span/span-margin-collapsing-expected.png:
74413         * platform/mac/fast/multicol/table-margin-collapse-expected.png:
74414         * platform/mac/fast/multicol/table-vertical-align-expected.png:
74415         * platform/mac/fast/multicol/unsplittable-inline-block-expected.png:
74416         * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
74417         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
74418         * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
74419         * platform/mac/fast/multicol/vertical-lr/column-rules-expected.png:
74420         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png:
74421         * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
74422         * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png:
74423         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png:
74424         * platform/mac/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added.
74425         * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
74426         * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
74427         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
74428         * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
74429         * platform/mac/fast/multicol/vertical-rl/column-rules-expected.png:
74430         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png:
74431         * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
74432         * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png:
74433         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png:
74434         * platform/mac/fast/multicol/vertical-rl/rule-style-expected.png: Added.
74435         * platform/mac/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
74436         * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
74437         * platform/mac/fast/repaint/table-section-repaint-expected.png:
74438         * platform/mac/fast/repaint/table-section-repaint-expected.txt:
74439         * platform/mac/fast/runin/runin-generated-before-content-expected.txt: Removed.
74440         * platform/mac/fast/table/001-expected.png:
74441         * platform/mac/fast/table/002-expected.png:
74442         * platform/mac/fast/table/003-expected.png:
74443         * platform/mac/fast/table/004-expected.png:
74444         * platform/mac/fast/table/005-expected.png:
74445         * platform/mac/fast/table/006-expected.png:
74446         * platform/mac/fast/table/007-expected.png:
74447         * platform/mac/fast/table/008-expected.png:
74448         * platform/mac/fast/table/009-expected.png:
74449         * platform/mac/fast/table/010-expected.png:
74450         * platform/mac/fast/table/011-expected.png:
74451         * platform/mac/fast/table/012-expected.png:
74452         * platform/mac/fast/table/013-expected.png:
74453         * platform/mac/fast/table/014-expected.png:
74454         * platform/mac/fast/table/015-expected.png:
74455         * platform/mac/fast/table/016-expected.png:
74456         * platform/mac/fast/table/017-expected.png:
74457         * platform/mac/fast/table/018-expected.png:
74458         * platform/mac/fast/table/020-expected.png:
74459         * platform/mac/fast/table/021-expected.png:
74460         * platform/mac/fast/table/022-expected.png:
74461         * platform/mac/fast/table/023-expected.png:
74462         * platform/mac/fast/table/024-expected.png:
74463         * platform/mac/fast/table/025-expected.png:
74464         * platform/mac/fast/table/025-expected.txt:
74465         * platform/mac/fast/table/026-expected.png:
74466         * platform/mac/fast/table/027-expected.png:
74467         * platform/mac/fast/table/027-expected.txt:
74468         * platform/mac/fast/table/027-vertical-expected.png:
74469         * platform/mac/fast/table/027-vertical-expected.txt:
74470         * platform/mac/fast/table/028-expected.png:
74471         * platform/mac/fast/table/028-vertical-expected.png:
74472         * platform/mac/fast/table/029-expected.png:
74473         * platform/mac/fast/table/030-expected.png:
74474         * platform/mac/fast/table/031-expected.png:
74475         * platform/mac/fast/table/032-expected.png:
74476         * platform/mac/fast/table/033-expected.png:
74477         * platform/mac/fast/table/034-expected.png:
74478         * platform/mac/fast/table/035-expected.png:
74479         * platform/mac/fast/table/035-vertical-expected.png:
74480         * platform/mac/fast/table/036-expected.png:
74481         * platform/mac/fast/table/037-expected.png:
74482         * platform/mac/fast/table/038-expected.png:
74483         * platform/mac/fast/table/038-vertical-expected.png:
74484         * platform/mac/fast/table/039-expected.png:
74485         * platform/mac/fast/table/040-expected.png:
74486         * platform/mac/fast/table/040-vertical-expected.png:
74487         * platform/mac/fast/table/041-expected.png:
74488         * platform/mac/fast/table/100-percent-cell-width-expected.png:
74489         * platform/mac/fast/table/absolute-table-at-bottom-expected.png:
74490         * platform/mac/fast/table/add-before-anonymous-child-expected.png:
74491         * platform/mac/fast/table/align-right-within-left-aligned-div-expected.png: Added.
74492         * platform/mac/fast/table/append-cells-expected.png:
74493         * platform/mac/fast/table/append-cells2-expected.png:
74494         * platform/mac/fast/table/auto-100-percent-width-expected.png: Added.
74495         * platform/mac/fast/table/auto-with-percent-height-expected.png:
74496         * platform/mac/fast/table/auto-with-percent-height-vertical-expected.png:
74497         * platform/mac/fast/table/border-collapsing/001-expected.png:
74498         * platform/mac/fast/table/border-collapsing/001-vertical-expected.png:
74499         * platform/mac/fast/table/border-collapsing/002-expected.png:
74500         * platform/mac/fast/table/border-collapsing/002-vertical-expected.png:
74501         * platform/mac/fast/table/border-collapsing/003-expected.png:
74502         * platform/mac/fast/table/border-collapsing/003-vertical-expected.png:
74503         * platform/mac/fast/table/border-collapsing/004-expected.png:
74504         * platform/mac/fast/table/border-collapsing/004-vertical-expected.png:
74505         * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.png:
74506         * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png:
74507         * platform/mac/fast/table/border-collapsing/bug14274-expected.png: Added.
74508         * platform/mac/fast/table/border-collapsing/cached-69296-expected.png: Added.
74509         * platform/mac/fast/table/border-collapsing/cached-cell-append-expected.png: Added.
74510         * platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
74511         * platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
74512         * platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
74513         * platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
74514         * platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
74515         * platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
74516         * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
74517         * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
74518         * platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
74519         * platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
74520         * platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
74521         * platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
74522         * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
74523         * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
74524         * platform/mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
74525         * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png:
74526         * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
74527         * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
74528         * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
74529         * platform/mac/fast/table/caption-relayout-expected.png:
74530         * platform/mac/fast/table/cell-absolute-child-expected.png:
74531         * platform/mac/fast/table/cell-coalescing-expected.png:
74532         * platform/mac/fast/table/cell-pref-width-invalidation-expected.png:
74533         * platform/mac/fast/table/cell-width-auto-expected.png:
74534         * platform/mac/fast/table/cellindex-expected.png:
74535         * platform/mac/fast/table/click-near-anonymous-table-expected.png:
74536         * platform/mac/fast/table/colgroup-preceded-by-caption-expected.png:
74537         * platform/mac/fast/table/colgroup-spanning-groups-rules-expected.png:
74538         * platform/mac/fast/table/colspan-with-all-percent-cells-expected.png: Added.
74539         * platform/mac/fast/table/colspanMinWidth-expected.png:
74540         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Added.
74541         * platform/mac/fast/table/div-as-col-span-expected.png:
74542         * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
74543         * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.png:
74544         * platform/mac/fast/table/dynamic-cellpadding-expected.png:
74545         * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.png:
74546         * platform/mac/fast/table/early-table-layout-expected.png:
74547         * platform/mac/fast/table/edge-offsets-expected.png:
74548         * platform/mac/fast/table/empty-cells-expected.png:
74549         * platform/mac/fast/table/empty-table-percent-height-expected.png:
74550         * platform/mac/fast/table/fixed-granular-cols-expected.png:
74551         * platform/mac/fast/table/fixed-nested-expected.png:
74552         * platform/mac/fast/table/fixed-table-non-cell-in-row-expected.png:
74553         * platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.png:
74554         * platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png:
74555         * platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.png:
74556         * platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png:
74557         * platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png:
74558         * platform/mac/fast/table/fixed-table-with-small-percent-width-expected.png:
74559         * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.png:
74560         * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
74561         * platform/mac/fast/table/floating-th-expected.png:
74562         * platform/mac/fast/table/floatingTablePaintBackground-expected.png:
74563         * platform/mac/fast/table/form-with-table-style-expected.png:
74564         * platform/mac/fast/table/frame-and-rules-expected.png:
74565         * platform/mac/fast/table/frame-and-rules-expected.txt:
74566         * platform/mac/fast/table/generated-caption-expected.png:
74567         * platform/mac/fast/table/giantCellspacing-expected.png:
74568         * platform/mac/fast/table/giantRowspan-expected.png:
74569         * platform/mac/fast/table/giantRowspan2-expected.png:
74570         * platform/mac/fast/table/growCellForImageQuirk-expected.png:
74571         * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.png:
74572         * platform/mac/fast/table/height-percent-test-expected.png:
74573         * platform/mac/fast/table/height-percent-test-vertical-expected.png:
74574         * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.png:
74575         * platform/mac/fast/table/insert-cell-before-form-expected.png:
74576         * platform/mac/fast/table/insert-row-before-form-expected.png:
74577         * platform/mac/fast/table/invisible-cell-background-expected.png:
74578         * platform/mac/fast/table/large-width-expected.png:
74579         * platform/mac/fast/table/max-width-integer-overflow-expected.png:
74580         * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
74581         * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
74582         * platform/mac/fast/table/multiple-captions-display-expected.png:
74583         * platform/mac/fast/table/multiple-percent-height-rows-expected.png:
74584         * platform/mac/fast/table/nested-percent-height-table-expected.png:
74585         * platform/mac/fast/table/nobr-expected.png:
74586         * platform/mac/fast/table/overflowHidden-expected.png:
74587         * platform/mac/fast/table/percent-heights-expected.png:
74588         * platform/mac/fast/table/percent-widths-stretch-expected.png:
74589         * platform/mac/fast/table/percent-widths-stretch-vertical-expected.png:
74590         * platform/mac/fast/table/prepend-in-anonymous-table-expected.png:
74591         * platform/mac/fast/table/quote-text-around-iframe-expected.png:
74592         * platform/mac/fast/table/relative-position-containment-expected.png:
74593         * platform/mac/fast/table/relative-position-offsets-expected.png:
74594         * platform/mac/fast/table/relative-position-stacking-expected.png:
74595         * platform/mac/fast/table/remove-td-display-none-expected.png:
74596         * platform/mac/fast/table/replaced-percent-height-expected.png:
74597         * platform/mac/fast/table/row-height-recalc-expected.png:
74598         * platform/mac/fast/table/rowindex-expected.png:
74599         * platform/mac/fast/table/rowspan-paint-order-expected.png:
74600         * platform/mac/fast/table/rowspan-paint-order-vertical-expected.png:
74601         * platform/mac/fast/table/rtl-cell-display-none-assert-expected.png:
74602         * platform/mac/fast/table/rules-attr-dynchange1-expected.png:
74603         * platform/mac/fast/table/rules-attr-dynchange2-expected.png:
74604         * platform/mac/fast/table/simple_paint-expected.png:
74605         * platform/mac/fast/table/simple_paint-expected.txt: Removed.
74606         * platform/mac/fast/table/spanOverlapRepaint-expected.png:
74607         * platform/mac/fast/table/stale-grid-crash-expected.png:
74608         * platform/mac/fast/table/table-after-child-in-table-expected.png:
74609         * platform/mac/fast/table/table-and-parts-outline-expected.png:
74610         * platform/mac/fast/table/table-anonymous-cell-bug-expected.png: Added.
74611         * platform/mac/fast/table/table-anonymous-row-bug-expected.png: Added.
74612         * platform/mac/fast/table/table-anonymous-section-bug-expected.png: Added.
74613         * platform/mac/fast/table/table-before-child-in-table-expected.png:
74614         * platform/mac/fast/table/table-before-child-style-update-expected.png: Added.
74615         * platform/mac/fast/table/table-cell-after-child-in-block-expected.png:
74616         * platform/mac/fast/table/table-cell-after-child-in-table-expected.png:
74617         * platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
74618         * platform/mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
74619         * platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
74620         * platform/mac/fast/table/table-cell-before-child-in-block-expected.png:
74621         * platform/mac/fast/table/table-cell-before-child-in-table-expected.png:
74622         * platform/mac/fast/table/table-cell-split-expected.png: Added.
74623         * platform/mac/fast/table/table-continuation-outline-paint-crash-expected.png:
74624         * platform/mac/fast/table/table-display-types-expected.png:
74625         * platform/mac/fast/table/table-display-types-strict-expected.png:
74626         * platform/mac/fast/table/table-display-types-vertical-expected.png:
74627         * platform/mac/fast/table/table-hspace-align-center-expected.png:
74628         * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-expected.png: Added.
74629         * platform/mac/fast/table/table-in-table-percent-width-collapsing-border-quirks-mode-expected.png: Added.
74630         * platform/mac/fast/table/table-in-table-percent-width-expected.png: Added.
74631         * platform/mac/fast/table/table-in-table-percent-width-quirks-mode-expected.png: Added.
74632         * platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.png: Added.
74633         * platform/mac/fast/table/table-row-after-child-in-block-expected.png:
74634         * platform/mac/fast/table/table-row-after-child-in-table-expected.png:
74635         * platform/mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
74636         * platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.png: Added.
74637         * platform/mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
74638         * platform/mac/fast/table/table-row-before-child-in-block-expected.png:
74639         * platform/mac/fast/table/table-row-before-child-in-table-expected.png:
74640         * platform/mac/fast/table/table-row-before-child-style-update-expected.png: Added.
74641         * platform/mac/fast/table/table-row-focus-ring-paint-expected.png: Added.
74642         * platform/mac/fast/table/table-row-outline-paint-expected.png: Added.
74643         * platform/mac/fast/table/table-row-split-expected.png: Added.
74644         * platform/mac/fast/table/table-row-split2-expected.png: Added.
74645         * platform/mac/fast/table/table-row-style-not-updated-expected.png: Added.
74646         * platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.png: Added.
74647         * platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
74648         * platform/mac/fast/table/table-section-split-expected.png: Added.
74649         * platform/mac/fast/table/table-section-split-with-after-content-expected.png: Added.
74650         * platform/mac/fast/table/table-section-split2-expected.png: Added.
74651         * platform/mac/fast/table/table-split-expected.png: Added.
74652         * platform/mac/fast/table/table-split2-expected.png: Added.
74653         * platform/mac/fast/table/table-style-not-updated-expected.png: Added.
74654         * platform/mac/fast/table/tableInsideCaption-expected.png:
74655         * platform/mac/fast/table/text-field-baseline-expected.png:
74656         * platform/mac/fast/table/unbreakable-images-quirk-expected.png:
74657         * platform/mac/fast/table/unused-percent-heights-expected.png:
74658         * platform/mac/fast/table/vertical-align-baseline-expected.png:
74659         * platform/mac/fast/table/vertical-align-baseline-readjust-expected.png:
74660         * platform/mac/fast/table/wide-colspan-expected.png:
74661         * platform/mac/fast/table/wide-column-expected.png:
74662         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
74663         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
74664         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
74665         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
74666         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
74667         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
74668         * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
74669         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
74670         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
74671         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
74672         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
74673         * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
74674         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
74675         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
74676         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
74677         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
74678         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
74679         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
74680         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
74681         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
74682         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
74683         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
74684         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
74685         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
74686         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
74687         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
74688         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
74689         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
74690         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
74691         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
74692         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
74693         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
74694         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
74695         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
74696         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
74697         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.png: Added.
74698         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.png: Added.
74699         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
74700         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
74701         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
74702         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
74703         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
74704         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
74705         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
74706         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
74707         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
74708         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
74709         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
74710         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
74711         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
74712         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
74713         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
74714         * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
74715         * platform/mac/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
74716         * platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
74717         * platform/mac/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
74718         * platform/mac/ietestcenter/css3/text/textshadow-001-expected.png: Added.
74719         * platform/mac/ietestcenter/css3/text/textshadow-002-expected.png: Added.
74720         * platform/mac/ietestcenter/css3/text/textshadow-003-expected.png: Added.
74721         * platform/mac/ietestcenter/css3/text/textshadow-004-expected.png: Added.
74722         * platform/mac/ietestcenter/css3/text/textshadow-005-expected.png: Added.
74723         * platform/mac/ietestcenter/css3/text/textshadow-006-expected.png: Added.
74724         * platform/mac/ietestcenter/css3/text/textshadow-007-expected.png: Added.
74725         * platform/mac/ietestcenter/css3/text/textshadow-008-expected.png: Added.
74726         * platform/mac/ietestcenter/css3/text/textshadow-009-expected.png: Added.
74727         * platform/mac/ietestcenter/css3/text/textshadow-010-expected.png: Added.
74728         * platform/mac/inspector/console/console-trace-in-eval-expected.txt: Removed.
74729         * platform/mac/mathml/presentation/attributes-expected.png:
74730         * platform/mac/mathml/presentation/fenced-expected.png:
74731         * platform/mac/mathml/presentation/fenced-expected.txt:
74732         * platform/mac/mathml/presentation/fenced-mi-expected.png:
74733         * platform/mac/mathml/presentation/fractions-expected.png:
74734         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
74735         * platform/mac/mathml/presentation/mo-expected.png:
74736         * platform/mac/mathml/presentation/mo-expected.txt:
74737         * platform/mac/mathml/presentation/mo-stretch-expected.png:
74738         * platform/mac/mathml/presentation/mo-stretch-expected.txt:
74739         * platform/mac/mathml/presentation/mroot-pref-width-expected.png:
74740         * platform/mac/mathml/presentation/over-expected.png:
74741         * platform/mac/mathml/presentation/over-expected.txt:
74742         * platform/mac/mathml/presentation/roots-expected.png:
74743         * platform/mac/mathml/presentation/row-alignment-expected.png:
74744         * platform/mac/mathml/presentation/row-alignment-expected.txt:
74745         * platform/mac/mathml/presentation/row-expected.png:
74746         * platform/mac/mathml/presentation/row-expected.txt:
74747         * platform/mac/mathml/presentation/style-expected.png:
74748         * platform/mac/mathml/presentation/sub-expected.png:
74749         * platform/mac/mathml/presentation/subsup-expected.png:
74750         * platform/mac/mathml/presentation/subsup-expected.txt:
74751         * platform/mac/mathml/presentation/sup-expected.png:
74752         * platform/mac/mathml/presentation/tables-expected.png:
74753         * platform/mac/mathml/presentation/tokenElements-expected.png:
74754         * platform/mac/mathml/presentation/under-expected.png:
74755         * platform/mac/mathml/presentation/underover-expected.png:
74756         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
74757         * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
74758         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
74759         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
74760         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
74761         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
74762         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
74763         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
74764         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
74765         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
74766         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
74767         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
74768         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
74769         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
74770         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
74771         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
74772         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
74773         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
74774         * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
74775         * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
74776         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
74777         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
74778         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
74779         * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
74780         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
74781         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
74782         * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
74783         * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
74784         * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
74785         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
74786         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
74787         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
74788         * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
74789         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
74790         * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
74791         * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
74792         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
74793         * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
74794         * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
74795         * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
74796         * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
74797         * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
74798         * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
74799         * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
74800         * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
74801         * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
74802         * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
74803         * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
74804         * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
74805         * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
74806         * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
74807         * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
74808         * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
74809         * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
74810         * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
74811         * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
74812         * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
74813         * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
74814         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
74815         * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
74816         * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
74817         * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
74818         * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
74819         * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
74820         * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
74821         * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
74822         * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
74823         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
74824         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
74825         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
74826         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
74827         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
74828         * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
74829         * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
74830         * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
74831         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
74832         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
74833         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
74834         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
74835         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
74836         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
74837         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
74838         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
74839         * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
74840         * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
74841         * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
74842         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
74843         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
74844         * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
74845         * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
74846         * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
74847         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
74848         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
74849         * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
74850         * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
74851         * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
74852         * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
74853         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
74854         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
74855         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
74856         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
74857         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
74858         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
74859         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
74860         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
74861         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
74862         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
74863         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
74864         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
74865         * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
74866         * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
74867         * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
74868         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
74869         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
74870         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
74871         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
74872         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
74873         * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
74874         * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
74875         * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
74876         * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
74877         * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
74878         * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
74879         * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
74880         * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
74881         * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
74882         * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
74883         * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
74884         * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
74885         * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
74886         * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
74887         * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
74888         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
74889         * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
74890         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
74891         * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
74892         * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
74893         * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
74894         * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
74895         * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
74896         * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
74897         * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
74898         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
74899         * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
74900         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
74901         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
74902         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
74903         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
74904         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
74905         * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
74906         * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
74907         * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
74908         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
74909         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
74910         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
74911         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
74912         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
74913         * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
74914         * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
74915         * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
74916         * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
74917         * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
74918         * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
74919         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
74920         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
74921         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
74922         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
74923         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
74924         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
74925         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
74926         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
74927         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
74928         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
74929         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
74930         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
74931         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
74932         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
74933         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
74934         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
74935         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
74936         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
74937         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
74938         * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
74939         * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
74940         * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
74941         * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
74942         * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
74943         * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
74944         * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
74945         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
74946         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
74947         * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
74948         * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
74949         * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
74950         * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
74951         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
74952         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
74953         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
74954         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
74955         * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
74956         * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
74957         * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
74958         * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
74959         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
74960         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
74961         * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
74962         * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
74963         * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
74964         * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
74965         * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
74966         * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
74967         * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
74968         * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
74969         * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
74970         * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
74971         * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png:
74972         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
74973         * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
74974         * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
74975         * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
74976         * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
74977         * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
74978         * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
74979         * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
74980         * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
74981         * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
74982         * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
74983         * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
74984         * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
74985         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
74986         * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
74987         * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
74988         * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
74989         * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
74990         * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
74991         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
74992         * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
74993         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
74994         * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
74995         * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
74996         * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
74997         * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
74998         * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
74999         * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
75000         * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
75001         * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
75002         * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
75003         * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
75004         * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
75005         * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
75006         * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
75007         * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
75008         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
75009         * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
75010         * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
75011         * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
75012         * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
75013         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
75014         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
75015         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
75016         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
75017         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
75018         * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
75019         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
75020         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
75021         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
75022         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
75023         * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
75024         * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
75025         * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
75026         * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
75027         * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
75028         * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
75029         * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
75030         * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
75031         * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
75032         * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
75033         * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
75034         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
75035         * platform/mac/svg/custom/SVGMatrix-interface-expected.png:
75036         * platform/mac/svg/custom/SVGNumber-interface-expected.png:
75037         * platform/mac/svg/custom/SVGPoint-interface-expected.png:
75038         * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
75039         * platform/mac/svg/custom/SVGRect-interface-expected.png:
75040         * platform/mac/svg/custom/absolute-root-position-masking-expected.png: Added.
75041         * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png:
75042         * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png:
75043         * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
75044         * platform/mac/svg/custom/altglyph-expected.png:
75045         * platform/mac/svg/custom/animate-path-discrete-expected.png:
75046         * platform/mac/svg/custom/animate-path-morphing-expected.png:
75047         * platform/mac/svg/custom/animate-target-id-changed-expected.png:
75048         * platform/mac/svg/custom/animate-target-removed-from-document-expected.png:
75049         * platform/mac/svg/custom/animation-currentColor-expected.png:
75050         * platform/mac/svg/custom/attribute-namespace-check-expected.png:
75051         * platform/mac/svg/custom/baseval-animval-equality-expected.png:
75052         * platform/mac/svg/custom/broken-internal-references-expected.png:
75053         * platform/mac/svg/custom/bug45331-expected.png:
75054         * platform/mac/svg/custom/circle-move-invalidation-expected.png:
75055         * platform/mac/svg/custom/circular-marker-reference-1-expected.png:
75056         * platform/mac/svg/custom/circular-marker-reference-2-expected.png:
75057         * platform/mac/svg/custom/circular-marker-reference-3-expected.png:
75058         * platform/mac/svg/custom/circular-marker-reference-4-expected.png:
75059         * platform/mac/svg/custom/class-baseValue-expected.png:
75060         * platform/mac/svg/custom/class-selector-expected.png:
75061         * platform/mac/svg/custom/clip-mask-negative-scale-expected.png: Added.
75062         * platform/mac/svg/custom/clip-mask-negative-scale-expected.txt: Added.
75063         * platform/mac/svg/custom/clip-path-child-changes-expected.png:
75064         * platform/mac/svg/custom/clip-path-href-changes-expected.png:
75065         * platform/mac/svg/custom/clip-path-id-changes-expected.png:
75066         * platform/mac/svg/custom/clip-path-referencing-use-expected.png:
75067         * platform/mac/svg/custom/clip-path-referencing-use2-expected.png:
75068         * platform/mac/svg/custom/clip-path-units-changes-expected.png:
75069         * platform/mac/svg/custom/clip-path-with-css-transform-1-expected.png:
75070         * platform/mac/svg/custom/clip-path-with-css-transform-2-expected.png:
75071         * platform/mac/svg/custom/clip-path-with-transform-expected.png:
75072         * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
75073         * platform/mac/svg/custom/conditional-processing-outside-switch-expected.png:
75074         * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png:
75075         * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
75076         * platform/mac/svg/custom/convolution-crash-expected.png:
75077         * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
75078         * platform/mac/svg/custom/create-metadata-element-expected.png:
75079         * platform/mac/svg/custom/createImageElement-expected.png:
75080         * platform/mac/svg/custom/createImageElement2-expected.png:
75081         * platform/mac/svg/custom/createelement-expected.png:
75082         * platform/mac/svg/custom/css-pixels-dpi-expected.png:
75083         * platform/mac/svg/custom/dasharrayOrigin-expected.png:
75084         * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
75085         * platform/mac/svg/custom/display-none-expected.png:
75086         * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
75087         * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
75088         * platform/mac/svg/custom/dynamic-empty-path-expected.png:
75089         * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
75090         * platform/mac/svg/custom/dynamic-viewBox-expected.png:
75091         * platform/mac/svg/custom/embedding-external-svgs-expected.png:
75092         * platform/mac/svg/custom/empty-clip-path-expected.png:
75093         * platform/mac/svg/custom/empty-mask-expected.png:
75094         * platform/mac/svg/custom/empty-merge-expected.png:
75095         * platform/mac/svg/custom/evt-onload-expected.png:
75096         * platform/mac/svg/custom/external-paintserver-reference-expected.png:
75097         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
75098         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
75099         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
75100         * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
75101         * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
75102         * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png:
75103         * platform/mac/svg/custom/fill-fallback-expected.png:
75104         * platform/mac/svg/custom/fill-opacity-hsl-expected.png:
75105         * platform/mac/svg/custom/fill-opacity-rgba-expected.png:
75106         * platform/mac/svg/custom/fill-opacity-update-expected.png:
75107         * platform/mac/svg/custom/fill-update-expected.png:
75108         * platform/mac/svg/custom/focus-ring-expected.png:
75109         * platform/mac/svg/custom/font-face-cascade-order-expected.png:
75110         * platform/mac/svg/custom/font-face-simple-expected.png:
75111         * platform/mac/svg/custom/foreign-object-skew-expected.png:
75112         * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png:
75113         * platform/mac/svg/custom/fractional-rects-expected.png:
75114         * platform/mac/svg/custom/getPresentationAttribute-expected.png:
75115         * platform/mac/svg/custom/getTransformToElement-expected.png:
75116         * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
75117         * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
75118         * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
75119         * platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
75120         * platform/mac/svg/custom/getsvgdocument-expected.png:
75121         * platform/mac/svg/custom/glyph-selection-arabic-forms-expected.png:
75122         * platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.png:
75123         * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
75124         * platform/mac/svg/custom/glyph-selection-non-bmp-expected.png:
75125         * platform/mac/svg/custom/glyph-setting-d-attribute-expected.png: Added.
75126         * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png:
75127         * platform/mac/svg/custom/gradient-add-stops-expected.png:
75128         * platform/mac/svg/custom/gradient-attr-update-expected.png:
75129         * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
75130         * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
75131         * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
75132         * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
75133         * platform/mac/svg/custom/gradient-stop-style-change-expected.png:
75134         * platform/mac/svg/custom/gradient-stroke-width-expected.png:
75135         * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
75136         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png:
75137         * platform/mac/svg/custom/grayscale-gradient-mask-2-expected.png:
75138         * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
75139         * platform/mac/svg/custom/group-opacity-expected.png:
75140         * platform/mac/svg/custom/hit-test-path-expected.png:
75141         * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
75142         * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
75143         * platform/mac/svg/custom/hit-test-with-br-expected.png:
75144         * platform/mac/svg/custom/hover-default-fill-expected.png:
75145         * platform/mac/svg/custom/image-parent-translation-expected.png:
75146         * platform/mac/svg/custom/image-rescale-clip-expected.png:
75147         * platform/mac/svg/custom/image-rescale-expected.png:
75148         * platform/mac/svg/custom/image-rescale-scroll-expected.png:
75149         * platform/mac/svg/custom/image-small-width-height-expected.png:
75150         * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png:
75151         * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
75152         * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.txt: Added.
75153         * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
75154         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
75155         * platform/mac/svg/custom/inner-percent-expected.png:
75156         * platform/mac/svg/custom/inner-svg-hit-test-expected.png:
75157         * platform/mac/svg/custom/intersection-list-transforms-expected.png: Added.
75158         * platform/mac/svg/custom/invalid-css-expected.png:
75159         * platform/mac/svg/custom/invalid-dasharray-expected.png:
75160         * platform/mac/svg/custom/invalid-fill-expected.png:
75161         * platform/mac/svg/custom/invalid-fill-hex-expected.png:
75162         * platform/mac/svg/custom/invalid-gradient-with-xlink-expected.png: Added.
75163         * platform/mac/svg/custom/invalid-lengthlist-expected.png:
75164         * platform/mac/svg/custom/invalid-stroke-hex-expected.png:
75165         * platform/mac/svg/custom/invalid-text-content-expected.png: Added.
75166         * platform/mac/svg/custom/invalid-transforms-expected.png:
75167         * platform/mac/svg/custom/invalid-uri-stroke-expected.png:
75168         * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
75169         * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
75170         * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
75171         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
75172         * platform/mac/svg/custom/js-late-gradient-creation-expected.png:
75173         * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
75174         * platform/mac/svg/custom/js-late-marker-creation-expected.png:
75175         * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png:
75176         * platform/mac/svg/custom/js-late-mask-creation-expected.png:
75177         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
75178         * platform/mac/svg/custom/js-late-pattern-creation-expected.png:
75179         * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
75180         * platform/mac/svg/custom/js-update-bounce-expected.png:
75181         * platform/mac/svg/custom/js-update-container-expected.png:
75182         * platform/mac/svg/custom/js-update-container2-expected.png:
75183         * platform/mac/svg/custom/js-update-gradient-expected.png:
75184         * platform/mac/svg/custom/js-update-image-and-display-expected.png:
75185         * platform/mac/svg/custom/js-update-image-and-display2-expected.png:
75186         * platform/mac/svg/custom/js-update-image-and-display3-expected.png:
75187         * platform/mac/svg/custom/js-update-image-expected.png:
75188         * platform/mac/svg/custom/js-update-path-changes-expected.png:
75189         * platform/mac/svg/custom/js-update-path-removal-expected.png:
75190         * platform/mac/svg/custom/js-update-pattern-child-expected.png:
75191         * platform/mac/svg/custom/js-update-pattern-expected.png:
75192         * platform/mac/svg/custom/js-update-polygon-changes-expected.png:
75193         * platform/mac/svg/custom/js-update-polygon-removal-expected.png:
75194         * platform/mac/svg/custom/js-update-stop-expected.png:
75195         * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png:
75196         * platform/mac/svg/custom/js-update-style-expected.png:
75197         * platform/mac/svg/custom/js-update-transform-addition-expected.png:
75198         * platform/mac/svg/custom/js-update-transform-changes-expected.png:
75199         * platform/mac/svg/custom/junk-data-expected.png:
75200         * platform/mac/svg/custom/large-bounding-box-percents-expected.png:
75201         * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
75202         * platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
75203         * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png:
75204         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
75205         * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
75206         * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
75207         * platform/mac/svg/custom/linking-base-external-reference-expected.png:
75208         * platform/mac/svg/custom/linking-uri-01-b-expected.png:
75209         * platform/mac/svg/custom/marker-changes-expected.png:
75210         * platform/mac/svg/custom/marker-child-changes-css-expected.png:
75211         * platform/mac/svg/custom/marker-child-changes-expected.png:
75212         * platform/mac/svg/custom/marker-default-width-height-expected.png:
75213         * platform/mac/svg/custom/marker-empty-path-expected.png:
75214         * platform/mac/svg/custom/marker-opacity-expected.png:
75215         * platform/mac/svg/custom/marker-overflow-clip-expected.png:
75216         * platform/mac/svg/custom/marker-referencePoint-expected.png:
75217         * platform/mac/svg/custom/marker-strokeWidth-changes-expected.png:
75218         * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
75219         * platform/mac/svg/custom/mask-changes-expected.png:
75220         * platform/mac/svg/custom/mask-child-changes-expected.png:
75221         * platform/mac/svg/custom/mask-colorspace-expected.png:
75222         * platform/mac/svg/custom/mask-excessive-malloc-expected.png:
75223         * platform/mac/svg/custom/mask-inside-defs-expected.png:
75224         * platform/mac/svg/custom/mask-invalidation-expected.png:
75225         * platform/mac/svg/custom/mask-on-multiple-objects-expected.png:
75226         * platform/mac/svg/custom/mask-with-all-units-expected.png:
75227         * platform/mac/svg/custom/mask-with-default-value-expected.png:
75228         * platform/mac/svg/custom/massive-coordinates-expected.png:
75229         * platform/mac/svg/custom/missing-xlink-expected.png:
75230         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png:
75231         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
75232         * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png:
75233         * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
75234         * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
75235         * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png:
75236         * platform/mac/svg/custom/non-circular-marker-reference-expected.png:
75237         * platform/mac/svg/custom/non-opaque-filters-expected.png:
75238         * platform/mac/svg/custom/non-scaling-stroke-expected.png:
75239         * platform/mac/svg/custom/non-scaling-stroke-markers-expected.png:
75240         * platform/mac/svg/custom/object-no-size-attributes-expected.png:
75241         * platform/mac/svg/custom/object-sizing-expected.png:
75242         * platform/mac/svg/custom/object-sizing-explicit-height-expected.png:
75243         * platform/mac/svg/custom/object-sizing-explicit-width-expected.png:
75244         * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.png:
75245         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png:
75246         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.png:
75247         * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
75248         * platform/mac/svg/custom/object-sizing-no-width-height-expected.png:
75249         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
75250         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png:
75251         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
75252         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
75253         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
75254         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.png:
75255         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png:
75256         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
75257         * platform/mac/svg/custom/outer-svg-unknown-feature-expected.png:
75258         * platform/mac/svg/custom/oversized-pattern-scale-expected.png: Added.
75259         * platform/mac/svg/custom/painting-marker-07-f-inherit-expected.png:
75260         * platform/mac/svg/custom/pan-direction-expected.png:
75261         * platform/mac/svg/custom/path-bad-data-expected.png:
75262         * platform/mac/svg/custom/path-moveto-only-rendering-expected.png:
75263         * platform/mac/svg/custom/path-textPath-simulation-expected.png:
75264         * platform/mac/svg/custom/path-update-expected.png:
75265         * platform/mac/svg/custom/path-zero-strokewidth-expected.png:
75266         * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
75267         * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
75268         * platform/mac/svg/custom/pattern-excessive-malloc-expected.png:
75269         * platform/mac/svg/custom/pattern-in-defs-expected.png:
75270         * platform/mac/svg/custom/pattern-incorrect-tiling-expected.png:
75271         * platform/mac/svg/custom/pattern-no-pixelation-expected.png:
75272         * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png:
75273         * platform/mac/svg/custom/pattern-rotate-expected.png:
75274         * platform/mac/svg/custom/pattern-rotate-gaps-expected.png:
75275         * platform/mac/svg/custom/pattern-scaled-pattern-space-expected.png: Added.
75276         * platform/mac/svg/custom/pattern-scaling-expected.png: Added.
75277         * platform/mac/svg/custom/pattern-scaling-expected.txt: Added.
75278         * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png:
75279         * platform/mac/svg/custom/pattern-skew-transformed-expected.png:
75280         * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
75281         * platform/mac/svg/custom/pattern-with-transformation-expected.png:
75282         * platform/mac/svg/custom/pattern-y-offset-expected.png:
75283         * platform/mac/svg/custom/pending-resource-after-removal-expected.png: Added.
75284         * platform/mac/svg/custom/percentage-of-html-parent-expected.png:
75285         * platform/mac/svg/custom/percentage-rect-expected.png:
75286         * platform/mac/svg/custom/percentage-rect2-expected.png:
75287         * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png:
75288         * platform/mac/svg/custom/pointer-events-image-expected.png:
75289         * platform/mac/svg/custom/pointer-events-path-expected.png:
75290         * platform/mac/svg/custom/pointer-events-text-css-transform-expected.png:
75291         * platform/mac/svg/custom/pointer-events-text-expected.png:
75292         * platform/mac/svg/custom/poly-identify-expected.png:
75293         * platform/mac/svg/custom/polyline-hittest-expected.png:
75294         * platform/mac/svg/custom/polyline-invalid-points-expected.png:
75295         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.png:
75296         * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
75297         * platform/mac/svg/custom/prevent-default-expected.png:
75298         * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
75299         * platform/mac/svg/custom/recursive-clippath-expected.png:
75300         * platform/mac/svg/custom/recursive-filter-expected.png:
75301         * platform/mac/svg/custom/recursive-gradient-expected.png:
75302         * platform/mac/svg/custom/recursive-mask-expected.png:
75303         * platform/mac/svg/custom/recursive-pattern-expected.png:
75304         * platform/mac/svg/custom/relative-sized-content-expected.png:
75305         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png:
75306         * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
75307         * platform/mac/svg/custom/relative-sized-image-expected.png:
75308         * platform/mac/svg/custom/relative-sized-inner-svg-expected.png:
75309         * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png:
75310         * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
75311         * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png:
75312         * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
75313         * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png:
75314         * platform/mac/svg/custom/repaint-on-constant-size-change-expected.png:
75315         * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png:
75316         * platform/mac/svg/custom/repaint-shadow-expected.png:
75317         * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png:
75318         * platform/mac/svg/custom/resource-client-removal-expected.png:
75319         * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png:
75320         * platform/mac/svg/custom/resource-invalidation-crash-expected.png: Added.
75321         * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png:
75322         * platform/mac/svg/custom/rootelement-expected.png:
75323         * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
75324         * platform/mac/svg/custom/rounded-rects-expected.png:
75325         * platform/mac/svg/custom/scroll-hit-test-expected.png:
75326         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
75327         * platform/mac/svg/custom/second-inline-text-expected.png:
75328         * platform/mac/svg/custom/shape-rendering-expected.png:
75329         * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
75330         * platform/mac/svg/custom/sheet-title-expected.png:
75331         * platform/mac/svg/custom/simple-text-double-shadow-expected.png:
75332         * platform/mac/svg/custom/simpleCDF-expected.png:
75333         * platform/mac/svg/custom/small-rect-scale-expected.png:
75334         * platform/mac/svg/custom/stroke-fallback-expected.png:
75335         * platform/mac/svg/custom/stroke-opacity-update-expected.png:
75336         * platform/mac/svg/custom/stroke-width-large-expected.png:
75337         * platform/mac/svg/custom/stroked-pattern-expected.png:
75338         * platform/mac/svg/custom/style-attribute-font-size-expected.png:
75339         * platform/mac/svg/custom/subpaths-moveto-only-rendering-expected.png:
75340         * platform/mac/svg/custom/svg-absolute-children-expected.png:
75341         * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
75342         * platform/mac/svg/custom/svg-float-border-padding-expected.png:
75343         * platform/mac/svg/custom/svg-fonts-fallback-expected.png:
75344         * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
75345         * platform/mac/svg/custom/svg-fonts-segmented-expected.png:
75346         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png:
75347         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
75348         * platform/mac/svg/custom/svg-fonts-word-spacing-expected.png:
75349         * platform/mac/svg/custom/svg-overflow-types-expected.png:
75350         * platform/mac/svg/custom/svgpolyparser-extra-space-expected.png:
75351         * platform/mac/svg/custom/text-clip-expected.png:
75352         * platform/mac/svg/custom/text-ctm-expected.png:
75353         * platform/mac/svg/custom/text-decoration-visibility-expected.png:
75354         * platform/mac/svg/custom/text-dom-01-f-expected.png:
75355         * platform/mac/svg/custom/text-dom-removal-expected.png:
75356         * platform/mac/svg/custom/text-filter-expected.png:
75357         * platform/mac/svg/custom/text-gradient-no-content-expected.png:
75358         * platform/mac/svg/custom/text-hit-test-expected.png:
75359         * platform/mac/svg/custom/text-image-opacity-expected.png:
75360         * platform/mac/svg/custom/text-letter-spacing-expected.png:
75361         * platform/mac/svg/custom/text-linking-expected.png:
75362         * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
75363         * platform/mac/svg/custom/text-rotated-gradient-expected.png:
75364         * platform/mac/svg/custom/text-rotation-expected.png:
75365         * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.png:
75366         * platform/mac/svg/custom/text-tref-03-b-change-href-expected.png:
75367         * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
75368         * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.png:
75369         * platform/mac/svg/custom/text-whitespace-handling-expected.png:
75370         * platform/mac/svg/custom/text-x-dx-lists-expected.png:
75371         * platform/mac/svg/custom/text-x-dy-lists-expected.png:
75372         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png:
75373         * platform/mac/svg/custom/text-xy-updates-SVGList-expected.png:
75374         * platform/mac/svg/custom/text-xy-updates-expected.png:
75375         * platform/mac/svg/custom/text-zoom-expected.png: Added.
75376         * platform/mac/svg/custom/transform-ignore-after-invalid-expected.png:
75377         * platform/mac/svg/custom/transform-invalid-expected.png:
75378         * platform/mac/svg/custom/transform-removeAttributeNS-expected.png:
75379         * platform/mac/svg/custom/transform-scale-parse-expected.png:
75380         * platform/mac/svg/custom/transform-with-ending-space-expected.png:
75381         * platform/mac/svg/custom/transform-with-shadow-and-gradient-expected.png:
75382         * platform/mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
75383         * platform/mac/svg/custom/transformedMaskFails-expected.png:
75384         * platform/mac/svg/custom/tref-own-content-removal-expected.png:
75385         * platform/mac/svg/custom/tref-update-expected.png:
75386         * platform/mac/svg/custom/uri-reference-handling-expected.png: Added.
75387         * platform/mac/svg/custom/use-clipped-hit-expected.png:
75388         * platform/mac/svg/custom/use-clipped-transform-expected.png: Added.
75389         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
75390         * platform/mac/svg/custom/use-detach-expected.png:
75391         * platform/mac/svg/custom/use-disappears-after-style-update-expected.png:
75392         * platform/mac/svg/custom/use-dynamic-append-expected.png:
75393         * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
75394         * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
75395         * platform/mac/svg/custom/use-empty-reference-expected.png:
75396         * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
75397         * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
75398         * platform/mac/svg/custom/use-events-crash-expected.png:
75399         * platform/mac/svg/custom/use-extern-href-expected.png:
75400         * platform/mac/svg/custom/use-font-face-crash-expected.png:
75401         * platform/mac/svg/custom/use-forward-refs-expected.png:
75402         * platform/mac/svg/custom/use-image-in-g-expected.png: Added.
75403         * platform/mac/svg/custom/use-in-symbol-with-offset-expected.png:
75404         * platform/mac/svg/custom/use-inherit-style-expected.png:
75405         * platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png:
75406         * platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png:
75407         * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
75408         * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
75409         * platform/mac/svg/custom/use-modify-target-container-expected.png:
75410         * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
75411         * platform/mac/svg/custom/use-move-to-offset-expected.png: Added.
75412         * platform/mac/svg/custom/use-nested-transform-expected.png:
75413         * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png:
75414         * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
75415         * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
75416         * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
75417         * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
75418         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
75419         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
75420         * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
75421         * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png:
75422         * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
75423         * platform/mac/svg/custom/use-on-g-expected.png:
75424         * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
75425         * platform/mac/svg/custom/use-on-rect-expected.png:
75426         * platform/mac/svg/custom/use-on-symbol-expected.png:
75427         * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
75428         * platform/mac/svg/custom/use-on-text-expected.png:
75429         * platform/mac/svg/custom/use-on-use-expected.png:
75430         * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
75431         * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
75432         * platform/mac/svg/custom/use-property-synchronization-crash-expected.png:
75433         * platform/mac/svg/custom/use-recalcStyle-crash-expected.png:
75434         * platform/mac/svg/custom/use-recursion-1-expected.png:
75435         * platform/mac/svg/custom/use-recursion-2-expected.png:
75436         * platform/mac/svg/custom/use-recursion-3-expected.png:
75437         * platform/mac/svg/custom/use-recursion-4-expected.png:
75438         * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
75439         * platform/mac/svg/custom/use-setAttribute-crash-expected.png:
75440         * platform/mac/svg/custom/use-symbol-overflow-expected.png:
75441         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg-expected.png:
75442         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg1-expected.png:
75443         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg2-expected.png:
75444         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol-expected.png:
75445         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.png:
75446         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.png:
75447         * platform/mac/svg/custom/use-transform-expected.png:
75448         * platform/mac/svg/custom/viewBox-hit-expected.png:
75449         * platform/mac/svg/custom/viewbox-syntax-expected.png:
75450         * platform/mac/svg/custom/viewport-clip-expected.png:
75451         * platform/mac/svg/custom/viewport-em-expected.png:
75452         * platform/mac/svg/custom/viewport-no-width-height-expected.png:
75453         * platform/mac/svg/custom/viewport-update-expected.png:
75454         * platform/mac/svg/custom/viewport-update2-expected.png:
75455         * platform/mac/svg/custom/visibility-override-clip-expected.png:
75456         * platform/mac/svg/custom/visibility-override-expected.png:
75457         * platform/mac/svg/custom/visibility-override-filter-expected.png:
75458         * platform/mac/svg/custom/visibility-override-mask-expected.png:
75459         * platform/mac/svg/custom/visited-link-color-expected.png: Added.
75460         * platform/mac/svg/custom/width-full-percentage-expected.png:
75461         * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png:
75462         * platform/mac/svg/custom/xlink-custom-namespace-expected.png: Added.
75463         * platform/mac/svg/custom/xlink-to-invalid-gradient-expected.png: Added.
75464         * platform/mac/svg/custom/xml-stylesheet-expected.png:
75465         * platform/mac/svg/custom/zero-path-square-cap-rendering2-expected.png: Added.
75466         * platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
75467         * platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png:
75468         * platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png:
75469         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png:
75470         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png:
75471         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
75472         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
75473         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
75474         * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
75475         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
75476         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
75477         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
75478         * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
75479         * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
75480         * platform/mac/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
75481         * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
75482         * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
75483         * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
75484         * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
75485         * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
75486         * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
75487         * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
75488         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
75489         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
75490         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
75491         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
75492         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
75493         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
75494         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
75495         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
75496         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
75497         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
75498         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
75499         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
75500         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
75501         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
75502         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
75503         * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
75504         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
75505         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
75506         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
75507         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
75508         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
75509         * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
75510         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
75511         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
75512         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
75513         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
75514         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
75515         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
75516         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
75517         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
75518         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
75519         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
75520         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
75521         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
75522         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
75523         * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
75524         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
75525         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
75526         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
75527         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
75528         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
75529         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
75530         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
75531         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
75532         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
75533         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
75534         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
75535         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
75536         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
75537         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
75538         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
75539         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
75540         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
75541         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
75542         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
75543         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
75544         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
75545         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
75546         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
75547         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
75548         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
75549         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
75550         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
75551         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
75552         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
75553         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
75554         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
75555         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
75556         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
75557         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
75558         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
75559         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
75560         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
75561         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
75562         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
75563         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
75564         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
75565         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
75566         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
75567         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
75568         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
75569         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
75570         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
75571         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
75572         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
75573         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
75574         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
75575         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
75576         * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
75577         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
75578         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
75579         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
75580         * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
75581         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
75582         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
75583         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
75584         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
75585         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
75586         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
75587         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
75588         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
75589         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
75590         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
75591         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
75592         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
75593         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
75594         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
75595         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
75596         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
75597         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
75598         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
75599         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
75600         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
75601         * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
75602         * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
75603         * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
75604         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
75605         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
75606         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
75607         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
75608         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
75609         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
75610         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
75611         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
75612         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
75613         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
75614         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
75615         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
75616         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
75617         * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
75618         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
75619         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
75620         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
75621         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
75622         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
75623         * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
75624         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
75625         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
75626         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
75627         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
75628         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
75629         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
75630         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
75631         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
75632         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
75633         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
75634         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
75635         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
75636         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
75637         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
75638         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
75639         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
75640         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
75641         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
75642         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
75643         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
75644         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
75645         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
75646         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
75647         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
75648         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
75649         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
75650         * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
75651         * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
75652         * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
75653         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
75654         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
75655         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
75656         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
75657         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
75658         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
75659         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
75660         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
75661         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
75662         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
75663         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
75664         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
75665         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
75666         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
75667         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
75668         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
75669         * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
75670         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
75671         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
75672         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
75673         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
75674         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
75675         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
75676         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
75677         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
75678         * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
75679         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
75680         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
75681         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
75682         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
75683         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
75684         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
75685         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
75686         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
75687         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
75688         * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
75689         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
75690         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
75691         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
75692         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
75693         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
75694         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
75695         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
75696         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
75697         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
75698         * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
75699         * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
75700         * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
75701         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
75702         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
75703         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
75704         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
75705         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
75706         * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
75707         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
75708         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
75709         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
75710         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
75711         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
75712         * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
75713         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
75714         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
75715         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
75716         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
75717         * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
75718         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
75719         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
75720         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
75721         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
75722         * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
75723         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
75724         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
75725         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
75726         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
75727         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
75728         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
75729         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
75730         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
75731         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
75732         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
75733         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
75734         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
75735         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
75736         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
75737         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
75738         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
75739         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
75740         * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
75741         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
75742         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
75743         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
75744         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
75745         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
75746         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
75747         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
75748         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
75749         * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
75750         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
75751         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
75752         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
75753         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
75754         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
75755         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
75756         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
75757         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
75758         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
75759         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
75760         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
75761         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
75762         * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
75763         * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
75764         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
75765         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
75766         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
75767         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
75768         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
75769         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
75770         * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
75771         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
75772         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
75773         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
75774         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
75775         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
75776         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
75777         * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
75778         * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
75779         * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
75780         * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
75781         * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
75782         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
75783         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
75784         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
75785         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
75786         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
75787         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
75788         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
75789         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
75790         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
75791         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
75792         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
75793         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
75794         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
75795         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
75796         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
75797         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
75798         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
75799         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
75800         * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
75801         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
75802         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
75803         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
75804         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
75805         * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
75806         * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
75807         * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
75808         * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
75809         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
75810         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
75811         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
75812         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
75813         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
75814         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
75815         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
75816         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
75817         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
75818         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
75819         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
75820         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
75821         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
75822         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
75823         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
75824         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
75825         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
75826         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
75827         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
75828         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
75829         * platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
75830         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
75831         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
75832         * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
75833         * platform/mac/svg/filters/animate-fill-expected.png: Added.
75834         * platform/mac/svg/filters/big-sized-filter-2-expected.png:
75835         * platform/mac/svg/filters/big-sized-filter-expected.png:
75836         * platform/mac/svg/filters/color-interpolation-filters-expected.png: Added.
75837         * platform/mac/svg/filters/feColorMatrix-default-type-expected.png:
75838         * platform/mac/svg/filters/feColorMatrix-invalid-animation-expected.png: Added.
75839         * platform/mac/svg/filters/feColorMatrix-offset-expected.png:
75840         * platform/mac/svg/filters/feColorMatrix-saturate-expected.png: Added.
75841         * platform/mac/svg/filters/feColorMatrix-values-expected.png:
75842         * platform/mac/svg/filters/feComposite-expected.png:
75843         * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png:
75844         * platform/mac/svg/filters/feDisplacementMap-expected.png:
75845         * platform/mac/svg/filters/feDropShadow-expected.png:
75846         * platform/mac/svg/filters/feDropShadow-subregion-expected.png: Added.
75847         * platform/mac/svg/filters/feGaussianBlur-expected.png:
75848         * platform/mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
75849         * platform/mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
75850         * platform/mac/svg/filters/feImage-change-target-id-expected.png:
75851         * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
75852         * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
75853         * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
75854         * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
75855         * platform/mac/svg/filters/feImage-late-indirect-update-expected.png:
75856         * platform/mac/svg/filters/feImage-multiple-targets-id-change-expected.png:
75857         * platform/mac/svg/filters/feImage-position-expected.png:
75858         * platform/mac/svg/filters/feImage-preserveAspectratio-expected.png:
75859         * platform/mac/svg/filters/feImage-reference-invalidation-expected.png: Added.
75860         * platform/mac/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
75861         * platform/mac/svg/filters/feImage-remove-target-expected.png:
75862         * platform/mac/svg/filters/feImage-subregions-expected.png:
75863         * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
75864         * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
75865         * platform/mac/svg/filters/feImage-target-add-to-document-expected.png:
75866         * platform/mac/svg/filters/feImage-target-attribute-change-expected.png:
75867         * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
75868         * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
75869         * platform/mac/svg/filters/feImage-target-changes-id-expected.png:
75870         * platform/mac/svg/filters/feImage-target-id-change-expected.png:
75871         * platform/mac/svg/filters/feImage-target-inline-style-change-expected.png:
75872         * platform/mac/svg/filters/feImage-target-property-change-expected.png:
75873         * platform/mac/svg/filters/feImage-target-reappend-to-document-expected.png:
75874         * platform/mac/svg/filters/feImage-target-remove-from-document-expected.png:
75875         * platform/mac/svg/filters/feImage-target-style-change-expected.png:
75876         * platform/mac/svg/filters/feLighting-crash-expected.png:
75877         * platform/mac/svg/filters/feMerge-expected.png:
75878         * platform/mac/svg/filters/feMerge-wrong-input-expected.png:
75879         * platform/mac/svg/filters/feOffset-expected.png:
75880         * platform/mac/svg/filters/feTile-expected.png:
75881         * platform/mac/svg/filters/filter-clip-expected.png:
75882         * platform/mac/svg/filters/filter-empty-g-expected.png:
75883         * platform/mac/svg/filters/filter-on-filter-for-text-expected.png:
75884         * platform/mac/svg/filters/filter-on-tspan-expected.png:
75885         * platform/mac/svg/filters/filter-placement-issue-expected.png:
75886         * platform/mac/svg/filters/filter-refresh-expected.png:
75887         * platform/mac/svg/filters/filter-rounding-issues-expected.png:
75888         * platform/mac/svg/filters/filter-source-position-expected.png:
75889         * platform/mac/svg/filters/filter-width-update-expected.png:
75890         * platform/mac/svg/filters/filterRes-expected.png:
75891         * platform/mac/svg/filters/filterRes1-expected.png:
75892         * platform/mac/svg/filters/filterRes2-expected.png:
75893         * platform/mac/svg/filters/filterRes3-expected.png:
75894         * platform/mac/svg/filters/filteredImage-expected.png:
75895         * platform/mac/svg/filters/invalidate-on-child-layout-expected.png:
75896         * platform/mac/svg/filters/parent-children-with-same-filter-expected.png:
75897         * platform/mac/svg/filters/shadow-on-filter-expected.png:
75898         * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png:
75899         * platform/mac/svg/filters/sourceAlpha-expected.png:
75900         * platform/mac/svg/filters/subRegion-in-userSpace-expected.png:
75901         * platform/mac/svg/filters/subRegion-one-effect-expected.png:
75902         * platform/mac/svg/filters/subRegion-two-effects-expected.png:
75903         * platform/mac/svg/repaint/container-repaint-expected.png: Added.
75904         * platform/mac/svg/repaint/filter-child-repaint-expected.png:
75905         * platform/mac/svg/repaint/filter-repaint-expected.png:
75906         * platform/mac/svg/repaint/image-href-change-expected.png:
75907         * platform/mac/svg/repaint/image-with-clip-path-expected.png:
75908         * platform/mac/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
75909         * platform/mac/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
75910         * platform/mac/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
75911         * platform/mac/svg/repaint/mask-clip-target-transform-expected.png:
75912         * platform/mac/svg/repaint/repainting-after-animation-element-removal-expected.png:
75913         * platform/mac/svg/repaint/text-mask-update-expected.png: Added.
75914         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
75915         * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
75916         * platform/mac/svg/transforms/svg-css-transforms-expected.png:
75917         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
75918         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
75919         * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
75920         * platform/mac/tables/layering/paint-test-layering-1-expected.png:
75921         * platform/mac/tables/layering/paint-test-layering-2-expected.png:
75922         * platform/mac/tables/mozilla/bugs/45621-expected.png:
75923         * platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.png:
75924         * platform/mac/tables/mozilla/bugs/bug10009-expected.png:
75925         * platform/mac/tables/mozilla/bugs/bug100334-expected.png:
75926         * platform/mac/tables/mozilla/bugs/bug10036-expected.png:
75927         * platform/mac/tables/mozilla/bugs/bug10039-expected.png:
75928         * platform/mac/tables/mozilla/bugs/bug101201-expected.png:
75929         * platform/mac/tables/mozilla/bugs/bug101674-expected.png:
75930         * platform/mac/tables/mozilla/bugs/bug102145-1-expected.png:
75931         * platform/mac/tables/mozilla/bugs/bug102145-2-expected.png:
75932         * platform/mac/tables/mozilla/bugs/bug102145-3-expected.png:
75933         * platform/mac/tables/mozilla/bugs/bug102145-4-expected.png:
75934         * platform/mac/tables/mozilla/bugs/bug10269-1-expected.png:
75935         * platform/mac/tables/mozilla/bugs/bug10269-2-expected.png:
75936         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png:
75937         * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
75938         * platform/mac/tables/mozilla/bugs/bug10296-2-expected.png:
75939         * platform/mac/tables/mozilla/bugs/bug103533-expected.png:
75940         * platform/mac/tables/mozilla/bugs/bug1055-1-expected.png:
75941         * platform/mac/tables/mozilla/bugs/bug10565-expected.png:
75942         * platform/mac/tables/mozilla/bugs/bug106158-1-expected.png:
75943         * platform/mac/tables/mozilla/bugs/bug106158-2-expected.png:
75944         * platform/mac/tables/mozilla/bugs/bug10633-expected.png:
75945         * platform/mac/tables/mozilla/bugs/bug1067-1-expected.png:
75946         * platform/mac/tables/mozilla/bugs/bug1067-2-expected.png:
75947         * platform/mac/tables/mozilla/bugs/bug106795-expected.png:
75948         * platform/mac/tables/mozilla/bugs/bug106816-expected.png:
75949         * platform/mac/tables/mozilla/bugs/bug108340-expected.png:
75950         * platform/mac/tables/mozilla/bugs/bug109043-expected.png:
75951         * platform/mac/tables/mozilla/bugs/bug11026-expected.png:
75952         * platform/mac/tables/mozilla/bugs/bug110566-expected.png:
75953         * platform/mac/tables/mozilla/bugs/bug11321-expected.png:
75954         * platform/mac/tables/mozilla/bugs/bug113235-1-expected.png:
75955         * platform/mac/tables/mozilla/bugs/bug113235-2-expected.png:
75956         * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png:
75957         * platform/mac/tables/mozilla/bugs/bug113424-expected.png:
75958         * platform/mac/tables/mozilla/bugs/bug11384q-expected.png:
75959         * platform/mac/tables/mozilla/bugs/bug11384s-expected.png:
75960         * platform/mac/tables/mozilla/bugs/bug1163-1-expected.png:
75961         * platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt:
75962         * platform/mac/tables/mozilla/bugs/bug1188-expected.png:
75963         * platform/mac/tables/mozilla/bugs/bug11944-expected.png:
75964         * platform/mac/tables/mozilla/bugs/bug119786-expected.png:
75965         * platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
75966         * platform/mac/tables/mozilla/bugs/bug12008-expected.png:
75967         * platform/mac/tables/mozilla/bugs/bug120107-expected.png:
75968         * platform/mac/tables/mozilla/bugs/bug120364-expected.png:
75969         * platform/mac/tables/mozilla/bugs/bug1220-expected.png:
75970         * platform/mac/tables/mozilla/bugs/bug1224-expected.png:
75971         * platform/mac/tables/mozilla/bugs/bug12268-expected.png:
75972         * platform/mac/tables/mozilla/bugs/bug12384-expected.png:
75973         * platform/mac/tables/mozilla/bugs/bug123862-expected.png:
75974         * platform/mac/tables/mozilla/bugs/bug1261-expected.png:
75975         * platform/mac/tables/mozilla/bugs/bug126742-expected.png:
75976         * platform/mac/tables/mozilla/bugs/bug12709-expected.png:
75977         * platform/mac/tables/mozilla/bugs/bug1271-expected.png:
75978         * platform/mac/tables/mozilla/bugs/bug127267-expected.png:
75979         * platform/mac/tables/mozilla/bugs/bug128229-expected.png:
75980         * platform/mac/tables/mozilla/bugs/bug12908-1-expected.png:
75981         * platform/mac/tables/mozilla/bugs/bug12908-2-expected.png:
75982         * platform/mac/tables/mozilla/bugs/bug12910-2-expected.png:
75983         * platform/mac/tables/mozilla/bugs/bug12910-expected.png:
75984         * platform/mac/tables/mozilla/bugs/bug1296-expected.png:
75985         * platform/mac/tables/mozilla/bugs/bug1302-expected.png:
75986         * platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
75987         * platform/mac/tables/mozilla/bugs/bug131020-2-expected.png:
75988         * platform/mac/tables/mozilla/bugs/bug131020-expected.png:
75989         * platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.png:
75990         * platform/mac/tables/mozilla/bugs/bug13105-expected.png:
75991         * platform/mac/tables/mozilla/bugs/bug13118-expected.png:
75992         * platform/mac/tables/mozilla/bugs/bug13169-expected.png:
75993         * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
75994         * platform/mac/tables/mozilla/bugs/bug13196-expected.png:
75995         * platform/mac/tables/mozilla/bugs/bug133756-1-expected.png:
75996         * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png:
75997         * platform/mac/tables/mozilla/bugs/bug133948-expected.png:
75998         * platform/mac/tables/mozilla/bugs/bug13484-expected.png:
75999         * platform/mac/tables/mozilla/bugs/bug13526-expected.png:
76000         * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png:
76001         * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png:
76002         * platform/mac/tables/mozilla/bugs/bug137388-3-expected.png:
76003         * platform/mac/tables/mozilla/bugs/bug138725-expected.png:
76004         * platform/mac/tables/mozilla/bugs/bug139524-1-expected.png:
76005         * platform/mac/tables/mozilla/bugs/bug139524-2-expected.png:
76006         * platform/mac/tables/mozilla/bugs/bug139524-3-expected.png:
76007         * platform/mac/tables/mozilla/bugs/bug139524-4-expected.png:
76008         * platform/mac/tables/mozilla/bugs/bug14159-1-expected.png:
76009         * platform/mac/tables/mozilla/bugs/bug14159-3-expected.png:
76010         * platform/mac/tables/mozilla/bugs/bug1430-expected.png:
76011         * platform/mac/tables/mozilla/bugs/bug14323-expected.png:
76012         * platform/mac/tables/mozilla/bugs/bug145572-expected.png:
76013         * platform/mac/tables/mozilla/bugs/bug1474-expected.png:
76014         * platform/mac/tables/mozilla/bugs/bug149275-1-expected.png:
76015         * platform/mac/tables/mozilla/bugs/bug149275-2-expected.png:
76016         * platform/mac/tables/mozilla/bugs/bug14929-expected.png:
76017         * platform/mac/tables/mozilla/bugs/bug15247-expected.png:
76018         * platform/mac/tables/mozilla/bugs/bug154780-expected.png:
76019         * platform/mac/tables/mozilla/bugs/bug15544-expected.png:
76020         * platform/mac/tables/mozilla/bugs/bug157890-expected.png:
76021         * platform/mac/tables/mozilla/bugs/bug159108-expected.png:
76022         * platform/mac/tables/mozilla/bugs/bug15933-expected.png:
76023         * platform/mac/tables/mozilla/bugs/bug16012-expected.png:
76024         * platform/mac/tables/mozilla/bugs/bug16252-expected.png:
76025         * platform/mac/tables/mozilla/bugs/bug17130-1-expected.png:
76026         * platform/mac/tables/mozilla/bugs/bug17130-2-expected.png:
76027         * platform/mac/tables/mozilla/bugs/bug17138-expected.png:
76028         * platform/mac/tables/mozilla/bugs/bug17168-expected.png:
76029         * platform/mac/tables/mozilla/bugs/bug175455-4-expected.png:
76030         * platform/mac/tables/mozilla/bugs/bug17548-expected.png:
76031         * platform/mac/tables/mozilla/bugs/bug17587-expected.png:
76032         * platform/mac/tables/mozilla/bugs/bug1800-expected.png:
76033         * platform/mac/tables/mozilla/bugs/bug1802-expected.png:
76034         * platform/mac/tables/mozilla/bugs/bug1802s-expected.png:
76035         * platform/mac/tables/mozilla/bugs/bug1809-expected.png:
76036         * platform/mac/tables/mozilla/bugs/bug1818-1-expected.png:
76037         * platform/mac/tables/mozilla/bugs/bug1818-2-expected.png:
76038         * platform/mac/tables/mozilla/bugs/bug1818-3-expected.png:
76039         * platform/mac/tables/mozilla/bugs/bug1818-4-expected.png:
76040         * platform/mac/tables/mozilla/bugs/bug1818-5-expected.png:
76041         * platform/mac/tables/mozilla/bugs/bug1818-6-expected.png:
76042         * platform/mac/tables/mozilla/bugs/bug1828-expected.png:
76043         * platform/mac/tables/mozilla/bugs/bug18359-expected.png:
76044         * platform/mac/tables/mozilla/bugs/bug18440-expected.png:
76045         * platform/mac/tables/mozilla/bugs/bug18558-expected.png:
76046         * platform/mac/tables/mozilla/bugs/bug18664-expected.png:
76047         * platform/mac/tables/mozilla/bugs/bug18955-expected.png:
76048         * platform/mac/tables/mozilla/bugs/bug19061-1-expected.png:
76049         * platform/mac/tables/mozilla/bugs/bug19061-2-expected.png:
76050         * platform/mac/tables/mozilla/bugs/bug19356-expected.png:
76051         * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
76052         * platform/mac/tables/mozilla/bugs/bug19599-expected.png:
76053         * platform/mac/tables/mozilla/bugs/bug196870-expected.png:
76054         * platform/mac/tables/mozilla/bugs/bug2050-expected.png:
76055         * platform/mac/tables/mozilla/bugs/bug20579-expected.png:
76056         * platform/mac/tables/mozilla/bugs/bug2065-expected.png:
76057         * platform/mac/tables/mozilla/bugs/bug20804-expected.png:
76058         * platform/mac/tables/mozilla/bugs/bug2123-expected.png:
76059         * platform/mac/tables/mozilla/bugs/bug21299-expected.png:
76060         * platform/mac/tables/mozilla/bugs/bug215629-expected.png:
76061         * platform/mac/tables/mozilla/bugs/bug21918-expected.png:
76062         * platform/mac/tables/mozilla/bugs/bug219693-1-expected.png:
76063         * platform/mac/tables/mozilla/bugs/bug219693-2-expected.png:
76064         * platform/mac/tables/mozilla/bugs/bug22019-expected.png:
76065         * platform/mac/tables/mozilla/bugs/bug220536-expected.png:
76066         * platform/mac/tables/mozilla/bugs/bug221784-1-expected.png:
76067         * platform/mac/tables/mozilla/bugs/bug221784-2-expected.png:
76068         * platform/mac/tables/mozilla/bugs/bug222336-expected.png:
76069         * platform/mac/tables/mozilla/bugs/bug22246-2-expected.png:
76070         * platform/mac/tables/mozilla/bugs/bug22246-2a-expected.png:
76071         * platform/mac/tables/mozilla/bugs/bug22246-3-expected.png:
76072         * platform/mac/tables/mozilla/bugs/bug22246-3a-expected.png:
76073         * platform/mac/tables/mozilla/bugs/bug222467-expected.png:
76074         * platform/mac/tables/mozilla/bugs/bug222846-expected.png:
76075         * platform/mac/tables/mozilla/bugs/bug222846-expected.txt:
76076         * platform/mac/tables/mozilla/bugs/bug22513-expected.png:
76077         * platform/mac/tables/mozilla/bugs/bug2267-expected.png:
76078         * platform/mac/tables/mozilla/bugs/bug227123-expected.png:
76079         * platform/mac/tables/mozilla/bugs/bug2296-expected.png:
76080         * platform/mac/tables/mozilla/bugs/bug23072-expected.png:
76081         * platform/mac/tables/mozilla/bugs/bug23151-expected.png:
76082         * platform/mac/tables/mozilla/bugs/bug23235-expected.png:
76083         * platform/mac/tables/mozilla/bugs/bug23299-expected.png:
76084         * platform/mac/tables/mozilla/bugs/bug23994-expected.png:
76085         * platform/mac/tables/mozilla/bugs/bug24200-expected.png:
76086         * platform/mac/tables/mozilla/bugs/bug24503-expected.png:
76087         * platform/mac/tables/mozilla/bugs/bug24627-expected.png:
76088         * platform/mac/tables/mozilla/bugs/bug24661-expected.png:
76089         * platform/mac/tables/mozilla/bugs/bug2469-expected.png:
76090         * platform/mac/tables/mozilla/bugs/bug2479-1-expected.png:
76091         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png:
76092         * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
76093         * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png:
76094         * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png:
76095         * platform/mac/tables/mozilla/bugs/bug24880-expected.png:
76096         * platform/mac/tables/mozilla/bugs/bug25004-expected.png:
76097         * platform/mac/tables/mozilla/bugs/bug25074-expected.png:
76098         * platform/mac/tables/mozilla/bugs/bug25086-expected.png:
76099         * platform/mac/tables/mozilla/bugs/bug2509-expected.png:
76100         * platform/mac/tables/mozilla/bugs/bug2516-expected.png:
76101         * platform/mac/tables/mozilla/bugs/bug25367-expected.png:
76102         * platform/mac/tables/mozilla/bugs/bug25663-expected.png:
76103         * platform/mac/tables/mozilla/bugs/bug2585-expected.png:
76104         * platform/mac/tables/mozilla/bugs/bug26178-expected.png:
76105         * platform/mac/tables/mozilla/bugs/bug26553-expected.png:
76106         * platform/mac/tables/mozilla/bugs/bug2684-expected.png:
76107         * platform/mac/tables/mozilla/bugs/bug269566-expected.png:
76108         * platform/mac/tables/mozilla/bugs/bug27038-1-expected.png:
76109         * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png:
76110         * platform/mac/tables/mozilla/bugs/bug27038-3-expected.png:
76111         * platform/mac/tables/mozilla/bugs/bug275625-expected.png:
76112         * platform/mac/tables/mozilla/bugs/bug2757-expected.png:
76113         * platform/mac/tables/mozilla/bugs/bug2763-expected.png:
76114         * platform/mac/tables/mozilla/bugs/bug277062-expected.png:
76115         * platform/mac/tables/mozilla/bugs/bug2773-expected.png:
76116         * platform/mac/tables/mozilla/bugs/bug278266-expected.png:
76117         * platform/mac/tables/mozilla/bugs/bug278385-expected.png:
76118         * platform/mac/tables/mozilla/bugs/bug27993-1-expected.png:
76119         * platform/mac/tables/mozilla/bugs/bug28341-expected.png:
76120         * platform/mac/tables/mozilla/bugs/bug2886-2-expected.png:
76121         * platform/mac/tables/mozilla/bugs/bug2886-expected.png:
76122         * platform/mac/tables/mozilla/bugs/bug28928-expected.png:
76123         * platform/mac/tables/mozilla/bugs/bug28933-expected.png:
76124         * platform/mac/tables/mozilla/bugs/bug29058-1-expected.png:
76125         * platform/mac/tables/mozilla/bugs/bug29058-3-expected.png:
76126         * platform/mac/tables/mozilla/bugs/bug29058-3-expected.txt:
76127         * platform/mac/tables/mozilla/bugs/bug29157-expected.png:
76128         * platform/mac/tables/mozilla/bugs/bug29157-expected.txt:
76129         * platform/mac/tables/mozilla/bugs/bug29314-expected.png:
76130         * platform/mac/tables/mozilla/bugs/bug29326-expected.png:
76131         * platform/mac/tables/mozilla/bugs/bug29429-expected.png:
76132         * platform/mac/tables/mozilla/bugs/bug2947-expected.png:
76133         * platform/mac/tables/mozilla/bugs/bug2954-expected.png:
76134         * platform/mac/tables/mozilla/bugs/bug2962-expected.png:
76135         * platform/mac/tables/mozilla/bugs/bug2973-expected.png:
76136         * platform/mac/tables/mozilla/bugs/bug2981-1-expected.png:
76137         * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png:
76138         * platform/mac/tables/mozilla/bugs/bug2997-expected.png:
76139         * platform/mac/tables/mozilla/bugs/bug30273-expected.png:
76140         * platform/mac/tables/mozilla/bugs/bug30332-1-expected.png:
76141         * platform/mac/tables/mozilla/bugs/bug30332-2-expected.png:
76142         * platform/mac/tables/mozilla/bugs/bug3037-1-expected.png:
76143         * platform/mac/tables/mozilla/bugs/bug3037-2-expected.png:
76144         * platform/mac/tables/mozilla/bugs/bug30418-expected.png:
76145         * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
76146         * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
76147         * platform/mac/tables/mozilla/bugs/bug30985-expected.png:
76148         * platform/mac/tables/mozilla/bugs/bug3103-expected.png:
76149         * platform/mac/tables/mozilla/bugs/bug3191-expected.png:
76150         * platform/mac/tables/mozilla/bugs/bug32205-2-expected.png:
76151         * platform/mac/tables/mozilla/bugs/bug32205-3-expected.png:
76152         * platform/mac/tables/mozilla/bugs/bug32205-5-expected.png:
76153         * platform/mac/tables/mozilla/bugs/bug32447-expected.png:
76154         * platform/mac/tables/mozilla/bugs/bug3260-expected.png:
76155         * platform/mac/tables/mozilla/bugs/bug3263-expected.png:
76156         * platform/mac/tables/mozilla/bugs/bug32841-expected.png:
76157         * platform/mac/tables/mozilla/bugs/bug3309-1-expected.png:
76158         * platform/mac/tables/mozilla/bugs/bug3309-2-expected.png:
76159         * platform/mac/tables/mozilla/bugs/bug33137-expected.png:
76160         * platform/mac/tables/mozilla/bugs/bug33855-expected.png:
76161         * platform/mac/tables/mozilla/bugs/bug34176-expected.png:
76162         * platform/mac/tables/mozilla/bugs/bug34538-expected.png:
76163         * platform/mac/tables/mozilla/bugs/bug3454-expected.png:
76164         * platform/mac/tables/mozilla/bugs/bug35662-expected.png:
76165         * platform/mac/tables/mozilla/bugs/bug3681-1-expected.png:
76166         * platform/mac/tables/mozilla/bugs/bug3681-2-expected.png:
76167         * platform/mac/tables/mozilla/bugs/bug3718-expected.png:
76168         * platform/mac/tables/mozilla/bugs/bug38916-expected.png:
76169         * platform/mac/tables/mozilla/bugs/bug39209-expected.png:
76170         * platform/mac/tables/mozilla/bugs/bug3977-expected.png:
76171         * platform/mac/tables/mozilla/bugs/bug40828-expected.png:
76172         * platform/mac/tables/mozilla/bugs/bug4093-expected.png:
76173         * platform/mac/tables/mozilla/bugs/bug41890-expected.png:
76174         * platform/mac/tables/mozilla/bugs/bug42187-expected.png:
76175         * platform/mac/tables/mozilla/bugs/bug42443-expected.png:
76176         * platform/mac/tables/mozilla/bugs/bug4284-expected.png:
76177         * platform/mac/tables/mozilla/bugs/bug43039-expected.png:
76178         * platform/mac/tables/mozilla/bugs/bug43204-expected.png:
76179         * platform/mac/tables/mozilla/bugs/bug4382-expected.png:
76180         * platform/mac/tables/mozilla/bugs/bug4385-expected.png:
76181         * platform/mac/tables/mozilla/bugs/bug43854-1-expected.png:
76182         * platform/mac/tables/mozilla/bugs/bug43854-2-expected.png:
76183         * platform/mac/tables/mozilla/bugs/bug4427-expected.png:
76184         * platform/mac/tables/mozilla/bugs/bug4429-expected.png:
76185         * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
76186         * platform/mac/tables/mozilla/bugs/bug44523-expected.png:
76187         * platform/mac/tables/mozilla/bugs/bug4501-expected.png:
76188         * platform/mac/tables/mozilla/bugs/bug45055-2-expected.png:
76189         * platform/mac/tables/mozilla/bugs/bug45055-expected.png:
76190         * platform/mac/tables/mozilla/bugs/bug4520-expected.png:
76191         * platform/mac/tables/mozilla/bugs/bug4523-expected.png:
76192         * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
76193         * platform/mac/tables/mozilla/bugs/bug45350-expected.png:
76194         * platform/mac/tables/mozilla/bugs/bug45486-expected.png:
76195         * platform/mac/tables/mozilla/bugs/bug4576-expected.png:
76196         * platform/mac/tables/mozilla/bugs/bug46268-1-expected.png:
76197         * platform/mac/tables/mozilla/bugs/bug46268-2-expected.png:
76198         * platform/mac/tables/mozilla/bugs/bug46268-3-expected.png:
76199         * platform/mac/tables/mozilla/bugs/bug46268-5-expected.png:
76200         * platform/mac/tables/mozilla/bugs/bug46268-expected.png:
76201         * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png:
76202         * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png:
76203         * platform/mac/tables/mozilla/bugs/bug46480-1-expected.png:
76204         * platform/mac/tables/mozilla/bugs/bug46480-2-expected.png:
76205         * platform/mac/tables/mozilla/bugs/bug46623-1-expected.png:
76206         * platform/mac/tables/mozilla/bugs/bug46623-2-expected.png:
76207         * platform/mac/tables/mozilla/bugs/bug46924-expected.png:
76208         * platform/mac/tables/mozilla/bugs/bug46944-expected.png:
76209         * platform/mac/tables/mozilla/bugs/bug4739-expected.png:
76210         * platform/mac/tables/mozilla/bugs/bug47432-expected.png:
76211         * platform/mac/tables/mozilla/bugs/bug48028-1-expected.png:
76212         * platform/mac/tables/mozilla/bugs/bug48028-1-expected.txt:
76213         * platform/mac/tables/mozilla/bugs/bug48028-2-expected.png:
76214         * platform/mac/tables/mozilla/bugs/bug48028-2-expected.txt:
76215         * platform/mac/tables/mozilla/bugs/bug4803-expected.png:
76216         * platform/mac/tables/mozilla/bugs/bug4849-2-expected.png:
76217         * platform/mac/tables/mozilla/bugs/bug4849-expected.png:
76218         * platform/mac/tables/mozilla/bugs/bug48827-expected.png:
76219         * platform/mac/tables/mozilla/bugs/bug50695-1-expected.png:
76220         * platform/mac/tables/mozilla/bugs/bug50695-2-expected.png:
76221         * platform/mac/tables/mozilla/bugs/bug51037-expected.png:
76222         * platform/mac/tables/mozilla/bugs/bug51140-expected.png:
76223         * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
76224         * platform/mac/tables/mozilla/bugs/bug5188-expected.png:
76225         * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
76226         * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
76227         * platform/mac/tables/mozilla/bugs/bug53690-1-expected.png:
76228         * platform/mac/tables/mozilla/bugs/bug53690-2-expected.png:
76229         * platform/mac/tables/mozilla/bugs/bug53891-expected.png:
76230         * platform/mac/tables/mozilla/bugs/bug54450-expected.png:
76231         * platform/mac/tables/mozilla/bugs/bug5538-expected.png:
76232         * platform/mac/tables/mozilla/bugs/bug55527-expected.png:
76233         * platform/mac/tables/mozilla/bugs/bug55545-expected.png:
76234         * platform/mac/tables/mozilla/bugs/bug55694-expected.png:
76235         * platform/mac/tables/mozilla/bugs/bug55789-expected.png:
76236         * platform/mac/tables/mozilla/bugs/bug56201-expected.png:
76237         * platform/mac/tables/mozilla/bugs/bug56405-expected.png:
76238         * platform/mac/tables/mozilla/bugs/bug56563-expected.png:
76239         * platform/mac/tables/mozilla/bugs/bug57300-expected.png:
76240         * platform/mac/tables/mozilla/bugs/bug57378-expected.png:
76241         * platform/mac/tables/mozilla/bugs/bug57828-2-expected.png:
76242         * platform/mac/tables/mozilla/bugs/bug57828-expected.png:
76243         * platform/mac/tables/mozilla/bugs/bug5797-expected.png:
76244         * platform/mac/tables/mozilla/bugs/bug5798-expected.png:
76245         * platform/mac/tables/mozilla/bugs/bug5799-expected.png:
76246         * platform/mac/tables/mozilla/bugs/bug5835-expected.png:
76247         * platform/mac/tables/mozilla/bugs/bug5838-expected.png:
76248         * platform/mac/tables/mozilla/bugs/bug5838-expected.txt:
76249         * platform/mac/tables/mozilla/bugs/bug58402-1-expected.png:
76250         * platform/mac/tables/mozilla/bugs/bug59354-expected.png:
76251         * platform/mac/tables/mozilla/bugs/bug60013-expected.png:
76252         * platform/mac/tables/mozilla/bugs/bug60749-expected.png:
76253         * platform/mac/tables/mozilla/bugs/bug60804-expected.png:
76254         * platform/mac/tables/mozilla/bugs/bug60807-expected.png:
76255         * platform/mac/tables/mozilla/bugs/bug60992-expected.png:
76256         * platform/mac/tables/mozilla/bugs/bug6184-expected.png:
76257         * platform/mac/tables/mozilla/bugs/bug625-expected.png:
76258         * platform/mac/tables/mozilla/bugs/bug6304-expected.png:
76259         * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
76260         * platform/mac/tables/mozilla/bugs/bug63785-expected.png:
76261         * platform/mac/tables/mozilla/bugs/bug6404-expected.png:
76262         * platform/mac/tables/mozilla/bugs/bug641-1-expected.png:
76263         * platform/mac/tables/mozilla/bugs/bug641-2-expected.png:
76264         * platform/mac/tables/mozilla/bugs/bug647-expected.png:
76265         * platform/mac/tables/mozilla/bugs/bug650-expected.png:
76266         * platform/mac/tables/mozilla/bugs/bug6674-expected.png:
76267         * platform/mac/tables/mozilla/bugs/bug67864-expected.png:
76268         * platform/mac/tables/mozilla/bugs/bug67915-1-expected.png:
76269         * platform/mac/tables/mozilla/bugs/bug68912-expected.png:
76270         * platform/mac/tables/mozilla/bugs/bug68998-expected.png:
76271         * platform/mac/tables/mozilla/bugs/bug69187-expected.png:
76272         * platform/mac/tables/mozilla/bugs/bug69382-1-expected.png:
76273         * platform/mac/tables/mozilla/bugs/bug69382-2-expected.png:
76274         * platform/mac/tables/mozilla/bugs/bug709-expected.png:
76275         * platform/mac/tables/mozilla/bugs/bug7112-1-expected.png:
76276         * platform/mac/tables/mozilla/bugs/bug7112-2-expected.png:
76277         * platform/mac/tables/mozilla/bugs/bug7121-1-expected.png:
76278         * platform/mac/tables/mozilla/bugs/bug72359-expected.png:
76279         * platform/mac/tables/mozilla/bugs/bug727-expected.png:
76280         * platform/mac/tables/mozilla/bugs/bug73321-expected.png:
76281         * platform/mac/tables/mozilla/bugs/bug7342-expected.png:
76282         * platform/mac/tables/mozilla/bugs/bug7471-expected.png:
76283         * platform/mac/tables/mozilla/bugs/bug75250-expected.png:
76284         * platform/mac/tables/mozilla/bugs/bug7714-expected.png:
76285         * platform/mac/tables/mozilla/bugs/bug78162-expected.png:
76286         * platform/mac/tables/mozilla/bugs/bug8032-1-expected.png:
76287         * platform/mac/tables/mozilla/bugs/bug8032-2-expected.png:
76288         * platform/mac/tables/mozilla/bugs/bug80762-1-expected.png:
76289         * platform/mac/tables/mozilla/bugs/bug81934-expected.png:
76290         * platform/mac/tables/mozilla/bugs/bug82946-1-expected.png:
76291         * platform/mac/tables/mozilla/bugs/bug82946-2-expected.png:
76292         * platform/mac/tables/mozilla/bugs/bug8361-expected.png:
76293         * platform/mac/tables/mozilla/bugs/bug83786-expected.png:
76294         * platform/mac/tables/mozilla/bugs/bug8381-expected.png:
76295         * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
76296         * platform/mac/tables/mozilla/bugs/bug8411-expected.png:
76297         * platform/mac/tables/mozilla/bugs/bug86220-expected.png:
76298         * platform/mac/tables/mozilla/bugs/bug86708-expected.png:
76299         * platform/mac/tables/mozilla/bugs/bug88035-1-expected.png:
76300         * platform/mac/tables/mozilla/bugs/bug88035-2-expected.png:
76301         * platform/mac/tables/mozilla/bugs/bug88524-expected.png:
76302         * platform/mac/tables/mozilla/bugs/bug8858-expected.png:
76303         * platform/mac/tables/mozilla/bugs/bug8950-expected.png:
76304         * platform/mac/tables/mozilla/bugs/bug9024-expected.png:
76305         * platform/mac/tables/mozilla/bugs/bug9072-expected.png:
76306         * platform/mac/tables/mozilla/bugs/bug9123-1-expected.png:
76307         * platform/mac/tables/mozilla/bugs/bug9123-2-expected.png:
76308         * platform/mac/tables/mozilla/bugs/bug92143-expected.png:
76309         * platform/mac/tables/mozilla/bugs/bug92647-2-expected.png:
76310         * platform/mac/tables/mozilla/bugs/bug9271-1-expected.png:
76311         * platform/mac/tables/mozilla/bugs/bug9271-2-expected.png:
76312         * platform/mac/tables/mozilla/bugs/bug92868-expected.png:
76313         * platform/mac/tables/mozilla/bugs/bug93363-expected.png:
76314         * platform/mac/tables/mozilla/bugs/bug963-expected.png:
76315         * platform/mac/tables/mozilla/bugs/bug96334-expected.png:
76316         * platform/mac/tables/mozilla/bugs/bug96343-expected.png:
76317         * platform/mac/tables/mozilla/bugs/bug965-expected.png:
76318         * platform/mac/tables/mozilla/bugs/bug97138-expected.png:
76319         * platform/mac/tables/mozilla/bugs/bug97383-expected.png:
76320         * platform/mac/tables/mozilla/bugs/bug98196-expected.png:
76321         * platform/mac/tables/mozilla/bugs/bug9879-1-expected.png:
76322         * platform/mac/tables/mozilla/bugs/bug99923-expected.png:
76323         * platform/mac/tables/mozilla/bugs/bug99948-expected.png:
76324         * platform/mac/tables/mozilla/collapsing_borders/bug127040-expected.png:
76325         * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
76326         * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
76327         * platform/mac/tables/mozilla/core/bloomberg-expected.png:
76328         * platform/mac/tables/mozilla/core/borders-expected.png:
76329         * platform/mac/tables/mozilla/core/box_sizing-expected.png:
76330         * platform/mac/tables/mozilla/core/captions-expected.png:
76331         * platform/mac/tables/mozilla/core/captions-expected.txt:
76332         * platform/mac/tables/mozilla/core/cell_heights-expected.png:
76333         * platform/mac/tables/mozilla/core/col_span-expected.png:
76334         * platform/mac/tables/mozilla/core/col_widths_auto_auto-expected.png:
76335         * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
76336         * platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
76337         * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
76338         * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png:
76339         * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
76340         * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png:
76341         * platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.png:
76342         * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
76343         * platform/mac/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png:
76344         * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
76345         * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png:
76346         * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
76347         * platform/mac/tables/mozilla/core/col_widths_fix_per-expected.png:
76348         * platform/mac/tables/mozilla/core/margins-expected.png:
76349         * platform/mac/tables/mozilla/core/misc-expected.png:
76350         * platform/mac/tables/mozilla/core/nested1-expected.png:
76351         * platform/mac/tables/mozilla/core/one_row-expected.png:
76352         * platform/mac/tables/mozilla/core/row_span-expected.png:
76353         * platform/mac/tables/mozilla/core/table_frame-expected.png:
76354         * platform/mac/tables/mozilla/core/table_heights-expected.png:
76355         * platform/mac/tables/mozilla/core/table_rules-expected.png:
76356         * platform/mac/tables/mozilla/core/table_widths-expected.png:
76357         * platform/mac/tables/mozilla/dom/appendCol2-expected.png:
76358         * platform/mac/tables/mozilla/dom/appendRowsExpand1-expected.png:
76359         * platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.png:
76360         * platform/mac/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
76361         * platform/mac/tables/mozilla/dom/deleteCellsShrink1-expected.png:
76362         * platform/mac/tables/mozilla/dom/deleteCellsShrink2-expected.png:
76363         * platform/mac/tables/mozilla/dom/deleteCol1-expected.png:
76364         * platform/mac/tables/mozilla/dom/deleteCol2-expected.png:
76365         * platform/mac/tables/mozilla/dom/deleteCol3-expected.png:
76366         * platform/mac/tables/mozilla/dom/deleteColGroup1-expected.png:
76367         * platform/mac/tables/mozilla/dom/deleteColGroup2-expected.png:
76368         * platform/mac/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
76369         * platform/mac/tables/mozilla/dom/deleteRowsShrink1-expected.png:
76370         * platform/mac/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
76371         * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
76372         * platform/mac/tables/mozilla/dom/insertCellsExpand1-expected.png:
76373         * platform/mac/tables/mozilla/dom/insertCellsExpand2-expected.png:
76374         * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png:
76375         * platform/mac/tables/mozilla/dom/insertCellsRebuild2-expected.png:
76376         * platform/mac/tables/mozilla/dom/insertColGroups1-expected.png:
76377         * platform/mac/tables/mozilla/dom/insertColGroups2-expected.png:
76378         * platform/mac/tables/mozilla/dom/insertCols1-expected.png:
76379         * platform/mac/tables/mozilla/dom/insertCols2-expected.png:
76380         * platform/mac/tables/mozilla/dom/insertCols3-expected.png:
76381         * platform/mac/tables/mozilla/dom/insertCols4-expected.png:
76382         * platform/mac/tables/mozilla/dom/insertCols5-expected.png:
76383         * platform/mac/tables/mozilla/dom/insertRowsExpand1-expected.png:
76384         * platform/mac/tables/mozilla/dom/insertRowsRebuild1-expected.png:
76385         * platform/mac/tables/mozilla/dom/tableDom-expected.png:
76386         * platform/mac/tables/mozilla/marvin/backgr_index-expected.png:
76387         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
76388         * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
76389         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.png:
76390         * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
76391         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
76392         * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
76393         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
76394         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
76395         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
76396         * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
76397         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.png:
76398         * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
76399         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
76400         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
76401         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
76402         * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
76403         * platform/mac/tables/mozilla/marvin/body_col-expected.png:
76404         * platform/mac/tables/mozilla/marvin/body_tbody-expected.png:
76405         * platform/mac/tables/mozilla/marvin/body_tfoot-expected.png:
76406         * platform/mac/tables/mozilla/marvin/body_thead-expected.png:
76407         * platform/mac/tables/mozilla/marvin/col_span-expected.png:
76408         * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png:
76409         * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png:
76410         * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png:
76411         * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png:
76412         * platform/mac/tables/mozilla/marvin/colgroup_span-expected.png:
76413         * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
76414         * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
76415         * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
76416         * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png:
76417         * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png:
76418         * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png:
76419         * platform/mac/tables/mozilla/marvin/table_frame_border-expected.png:
76420         * platform/mac/tables/mozilla/marvin/table_frame_border-expected.txt:
76421         * platform/mac/tables/mozilla/marvin/table_frame_box-expected.png:
76422         * platform/mac/tables/mozilla/marvin/table_frame_box-expected.txt:
76423         * platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
76424         * platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
76425         * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png:
76426         * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png:
76427         * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png:
76428         * platform/mac/tables/mozilla/marvin/table_rules_all-expected.png:
76429         * platform/mac/tables/mozilla/marvin/table_rules_all-expected.txt:
76430         * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png:
76431         * platform/mac/tables/mozilla/marvin/table_rules_none-expected.png:
76432         * platform/mac/tables/mozilla/marvin/table_rules_none-expected.txt:
76433         * platform/mac/tables/mozilla/marvin/tables_align_center-expected.png:
76434         * platform/mac/tables/mozilla/marvin/tables_align_left-expected.png:
76435         * platform/mac/tables/mozilla/marvin/tables_align_right-expected.png:
76436         * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
76437         * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
76438         * platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
76439         * platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
76440         * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
76441         * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
76442         * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
76443         * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
76444         * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
76445         * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
76446         * platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
76447         * platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
76448         * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
76449         * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
76450         * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
76451         * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
76452         * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
76453         * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
76454         * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
76455         * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
76456         * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
76457         * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
76458         * platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
76459         * platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
76460         * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
76461         * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
76462         * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
76463         * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
76464         * platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
76465         * platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
76466         * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
76467         * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
76468         * platform/mac/tables/mozilla/marvin/tables_border_0-expected.png:
76469         * platform/mac/tables/mozilla/marvin/tables_border_1-expected.png:
76470         * platform/mac/tables/mozilla/marvin/tables_border_2-expected.png:
76471         * platform/mac/tables/mozilla/marvin/tables_border_3-expected.png:
76472         * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
76473         * platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
76474         * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.png:
76475         * platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
76476         * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png:
76477         * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
76478         * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png:
76479         * platform/mac/tables/mozilla/marvin/tables_class-expected.png:
76480         * platform/mac/tables/mozilla/marvin/tables_default-expected.png:
76481         * platform/mac/tables/mozilla/marvin/tables_id-expected.png:
76482         * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
76483         * platform/mac/tables/mozilla/marvin/tables_style-expected.png:
76484         * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png:
76485         * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png:
76486         * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png:
76487         * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png:
76488         * platform/mac/tables/mozilla/marvin/tables_td_height-expected.png:
76489         * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png:
76490         * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png:
76491         * platform/mac/tables/mozilla/marvin/tables_td_width-expected.png:
76492         * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png:
76493         * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png:
76494         * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png:
76495         * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png:
76496         * platform/mac/tables/mozilla/marvin/tables_th_height-expected.png:
76497         * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png:
76498         * platform/mac/tables/mozilla/marvin/tables_th_width-expected.png:
76499         * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png:
76500         * platform/mac/tables/mozilla/marvin/tables_width_px-expected.png:
76501         * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png:
76502         * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png:
76503         * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png:
76504         * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png:
76505         * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png:
76506         * platform/mac/tables/mozilla/marvin/tbody_char-expected.png:
76507         * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
76508         * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
76509         * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
76510         * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
76511         * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
76512         * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
76513         * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.png:
76514         * platform/mac/tables/mozilla/marvin/td_valign_top-expected.png:
76515         * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png:
76516         * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png:
76517         * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png:
76518         * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png:
76519         * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png:
76520         * platform/mac/tables/mozilla/marvin/tfoot_char-expected.png:
76521         * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
76522         * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
76523         * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
76524         * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
76525         * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
76526         * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
76527         * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.png:
76528         * platform/mac/tables/mozilla/marvin/th_valign_top-expected.png:
76529         * platform/mac/tables/mozilla/marvin/thead_align_center-expected.png:
76530         * platform/mac/tables/mozilla/marvin/thead_align_char-expected.png:
76531         * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png:
76532         * platform/mac/tables/mozilla/marvin/thead_align_left-expected.png:
76533         * platform/mac/tables/mozilla/marvin/thead_align_right-expected.png:
76534         * platform/mac/tables/mozilla/marvin/thead_char-expected.png:
76535         * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
76536         * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
76537         * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
76538         * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png:
76539         * platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
76540         * platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
76541         * platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
76542         * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
76543         * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
76544         * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
76545         * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
76546         * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
76547         * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
76548         * platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
76549         * platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
76550         * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
76551         * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
76552         * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
76553         * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
76554         * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
76555         * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
76556         * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
76557         * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
76558         * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
76559         * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
76560         * platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
76561         * platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
76562         * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
76563         * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
76564         * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
76565         * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
76566         * platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
76567         * platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
76568         * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
76569         * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
76570         * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
76571         * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
76572         * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
76573         * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.png:
76574         * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
76575         * platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
76576         * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.png:
76577         * platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.txt:
76578         * platform/mac/tables/mozilla/marvin/x_caption_class-expected.png:
76579         * platform/mac/tables/mozilla/marvin/x_caption_class-expected.txt:
76580         * platform/mac/tables/mozilla/marvin/x_caption_id-expected.png:
76581         * platform/mac/tables/mozilla/marvin/x_caption_id-expected.txt:
76582         * platform/mac/tables/mozilla/marvin/x_caption_style-expected.png:
76583         * platform/mac/tables/mozilla/marvin/x_caption_style-expected.txt:
76584         * platform/mac/tables/mozilla/marvin/x_col_align_center-expected.png:
76585         * platform/mac/tables/mozilla/marvin/x_col_align_char-expected.png:
76586         * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png:
76587         * platform/mac/tables/mozilla/marvin/x_col_align_left-expected.png:
76588         * platform/mac/tables/mozilla/marvin/x_col_align_right-expected.png:
76589         * platform/mac/tables/mozilla/marvin/x_col_span-expected.png:
76590         * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
76591         * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
76592         * platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.png:
76593         * platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.png:
76594         * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png:
76595         * platform/mac/tables/mozilla/marvin/x_col_width_px-expected.png:
76596         * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png:
76597         * platform/mac/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
76598         * platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
76599         * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
76600         * platform/mac/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
76601         * platform/mac/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
76602         * platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.png:
76603         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
76604         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
76605         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
76606         * platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
76607         * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
76608         * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
76609         * platform/mac/tables/mozilla/marvin/x_table-expected.png:
76610         * platform/mac/tables/mozilla/marvin/x_table_align_center-expected.png:
76611         * platform/mac/tables/mozilla/marvin/x_table_align_left-expected.png:
76612         * platform/mac/tables/mozilla/marvin/x_table_align_right-expected.png:
76613         * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
76614         * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
76615         * platform/mac/tables/mozilla/marvin/x_table_border-expected.png:
76616         * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png:
76617         * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png:
76618         * platform/mac/tables/mozilla/marvin/x_table_cellpadding-expected.png:
76619         * platform/mac/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
76620         * platform/mac/tables/mozilla/marvin/x_table_cellspacing-expected.png:
76621         * platform/mac/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
76622         * platform/mac/tables/mozilla/marvin/x_table_class-expected.png:
76623         * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png:
76624         * platform/mac/tables/mozilla/marvin/x_table_id-expected.png:
76625         * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png:
76626         * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png:
76627         * platform/mac/tables/mozilla/marvin/x_table_style-expected.png:
76628         * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png:
76629         * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png:
76630         * platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.png:
76631         * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png:
76632         * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
76633         * platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.png:
76634         * platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.png:
76635         * platform/mac/tables/mozilla/marvin/x_tbody_class-expected.png:
76636         * platform/mac/tables/mozilla/marvin/x_tbody_id-expected.png:
76637         * platform/mac/tables/mozilla/marvin/x_tbody_style-expected.png:
76638         * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
76639         * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
76640         * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
76641         * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
76642         * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png:
76643         * platform/mac/tables/mozilla/marvin/x_td_align_char-expected.png:
76644         * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png:
76645         * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png:
76646         * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png:
76647         * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
76648         * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
76649         * platform/mac/tables/mozilla/marvin/x_td_class-expected.png:
76650         * platform/mac/tables/mozilla/marvin/x_td_colspan-expected.png:
76651         * platform/mac/tables/mozilla/marvin/x_td_height-expected.png:
76652         * platform/mac/tables/mozilla/marvin/x_td_id-expected.png:
76653         * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png:
76654         * platform/mac/tables/mozilla/marvin/x_td_rowspan-expected.png:
76655         * platform/mac/tables/mozilla/marvin/x_td_style-expected.png:
76656         * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
76657         * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
76658         * platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.png:
76659         * platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.png:
76660         * platform/mac/tables/mozilla/marvin/x_td_width-expected.png:
76661         * platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
76662         * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
76663         * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
76664         * platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
76665         * platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
76666         * platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.png:
76667         * platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.png:
76668         * platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.png:
76669         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
76670         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
76671         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
76672         * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
76673         * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png:
76674         * platform/mac/tables/mozilla/marvin/x_th_align_char-expected.png:
76675         * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png:
76676         * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png:
76677         * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png:
76678         * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
76679         * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
76680         * platform/mac/tables/mozilla/marvin/x_th_class-expected.png:
76681         * platform/mac/tables/mozilla/marvin/x_th_colspan-expected.png:
76682         * platform/mac/tables/mozilla/marvin/x_th_height-expected.png:
76683         * platform/mac/tables/mozilla/marvin/x_th_id-expected.png:
76684         * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png:
76685         * platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.png:
76686         * platform/mac/tables/mozilla/marvin/x_th_style-expected.png:
76687         * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
76688         * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
76689         * platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.png:
76690         * platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.png:
76691         * platform/mac/tables/mozilla/marvin/x_th_width-expected.png:
76692         * platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.png:
76693         * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png:
76694         * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png:
76695         * platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.png:
76696         * platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.png:
76697         * platform/mac/tables/mozilla/marvin/x_thead_class-expected.png:
76698         * platform/mac/tables/mozilla/marvin/x_thead_id-expected.png:
76699         * platform/mac/tables/mozilla/marvin/x_thead_style-expected.png:
76700         * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
76701         * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
76702         * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
76703         * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png:
76704         * platform/mac/tables/mozilla/marvin/x_tr_align_center-expected.png:
76705         * platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.png:
76706         * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png:
76707         * platform/mac/tables/mozilla/marvin/x_tr_align_left-expected.png:
76708         * platform/mac/tables/mozilla/marvin/x_tr_align_right-expected.png:
76709         * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
76710         * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
76711         * platform/mac/tables/mozilla/marvin/x_tr_class-expected.png:
76712         * platform/mac/tables/mozilla/marvin/x_tr_id-expected.png:
76713         * platform/mac/tables/mozilla/marvin/x_tr_style-expected.png:
76714         * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
76715         * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
76716         * platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
76717         * platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.png:
76718         * platform/mac/tables/mozilla/other/body_col-expected.png:
76719         * platform/mac/tables/mozilla/other/cell_widths-expected.png:
76720         * platform/mac/tables/mozilla/other/cellspacing-expected.png:
76721         * platform/mac/tables/mozilla/other/move_row-expected.png:
76722         * platform/mac/tables/mozilla/other/ms-expected.png:
76723         * platform/mac/tables/mozilla/other/nested2-expected.png:
76724         * platform/mac/tables/mozilla/other/nestedTables-expected.png:
76725         * platform/mac/tables/mozilla/other/padding-expected.png:
76726         * platform/mac/tables/mozilla/other/slashlogo-expected.png:
76727         * platform/mac/tables/mozilla/other/test3-expected.png:
76728         * platform/mac/tables/mozilla/other/test6-expected.png:
76729         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
76730         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
76731         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.png:
76732         * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
76733         * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png:
76734         * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
76735         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
76736         * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
76737         * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
76738         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
76739         * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
76740         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
76741         * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
76742         * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
76743         * platform/mac/tables/mozilla_expected_failures/bugs/bug106336-expected.png:
76744         * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
76745         * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
76746         * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
76747         * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
76748         * platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
76749         * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
76750         * platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
76751         * platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
76752         * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
76753         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
76754         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
76755         * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
76756         * platform/mac/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png:
76757         * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
76758         * platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
76759         * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
76760         * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
76761         * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
76762         * platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
76763         * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
76764         * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
76765         * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
76766         * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
76767         * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
76768         * platform/mac/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
76769         * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
76770         * platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
76771         * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
76772         * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
76773         * platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
76774         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
76775         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
76776         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
76777         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
76778         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
76779         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
76780         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
76781         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
76782         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
76783         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
76784         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
76785         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
76786         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
76787         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
76788         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
76789         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
76790         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-2-expected.png:
76791         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
76792         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
76793         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
76794         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
76795         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
76796         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
76797         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
76798         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
76799         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
76800         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
76801         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
76802         * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
76803         * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
76804         * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
76805         * platform/mac/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
76806         * platform/mac/tables/mozilla_expected_failures/bugs/bug3517-expected.png:
76807         * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
76808         * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
76809         * platform/mac/tables/mozilla_expected_failures/bugs/bug45621-expected.png:
76810         * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
76811         * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
76812         * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
76813         * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
76814         * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
76815         * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
76816         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
76817         * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
76818         * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
76819         * platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
76820         * platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
76821         * platform/mac/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
76822         * platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
76823         * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
76824         * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
76825         * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
76826         * platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
76827         * platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
76828         * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
76829         * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
76830         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
76831         * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
76832         * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
76833         * platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png:
76834         * platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
76835         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
76836         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
76837         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
76838         * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
76839         * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
76840         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png:
76841         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
76842         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png:
76843         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
76844         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png:
76845         * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
76846         * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png:
76847         * platform/mac/tables/mozilla_expected_failures/core/cols1-expected.png:
76848         * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png:
76849         * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png:
76850         * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png:
76851         * platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
76852         * platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
76853         * platform/mac/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
76854         * platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
76855         * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
76856         * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
76857         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
76858         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
76859         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
76860         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
76861         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
76862         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
76863         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
76864         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
76865         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
76866         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
76867         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
76868         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
76869         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
76870         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
76871         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
76872         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
76873         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
76874         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
76875         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
76876         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
76877         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
76878         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
76879         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
76880         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
76881         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
76882         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
76883         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
76884         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
76885         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
76886         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
76887         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
76888         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
76889         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
76890         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
76891         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
76892         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
76893         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
76894         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
76895         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
76896         * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
76897         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
76898         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
76899         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
76900         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
76901         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
76902         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
76903         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
76904         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
76905         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
76906         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
76907         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
76908         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
76909         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
76910         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
76911         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.png:
76912         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
76913         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
76914         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.png:
76915         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
76916         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
76917         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png:
76918         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
76919         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
76920         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
76921         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
76922         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
76923         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
76924         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
76925         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
76926         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
76927         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
76928         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
76929         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
76930         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
76931         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
76932         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
76933         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
76934         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
76935         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
76936         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
76937         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
76938         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
76939         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
76940         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
76941         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
76942         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
76943         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
76944         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
76945         * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
76946         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
76947         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
76948         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
76949         * platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
76950         * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
76951         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
76952         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
76953         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
76954         * platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
76955         * platform/mac/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
76956         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
76957         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
76958         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
76959         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
76960         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
76961         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
76962         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
76963         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
76964         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
76965         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
76966         * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
76967         * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png:
76968         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.png:
76969         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
76970         * platform/mac/tables/mwarning: inexact rename detection was skipped due to too many files.:
76971
76972 2012-11-01  Max Vujovic  <mvujovic@adobe.com>
76973
76974         [CSS Shaders] Get rid of internal tex coord attribute
76975         https://bugs.webkit.org/show_bug.cgi?id=94358
76976
76977         Reviewed by Dean Jackson.
76978
76979         Add a test which verifies that a custom filter executes regardless of whether the author
76980         defines a_texCoord in the vertex shader. We check this because the implementation uses
76981         the author's a_texCoord definition if it exists. If it doesn't exist, the implementation
76982         adds its own a_texCoord definition to the author's shader.
76983
76984         * css3/filters/custom/custom-filter-a-tex-coord-optional-expected.html: Added.
76985         * css3/filters/custom/custom-filter-a-tex-coord-optional.html: Added.
76986         * css3/filters/resources/a-tex-coord-defined.vs: Added.
76987         * css3/filters/resources/a-tex-coord-undefined.vs: Added.
76988
76989 2012-11-01  Stephen White  <senorblanco@chromium.org>
76990
76991         [chromium] Unreviewed gardening.  Suppressing an image failure after
76992         r133224.
76993
76994         * platform/chromium/TestExpectations:
76995
76996 2012-11-01  Roger Fong  <roger_fong@apple.com>
76997
76998         Unreviewed. Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html.
76999         It is inherently flaky: https://bugs.webkit.org/show_bug.cgi?id=100117
77000
77001         * platform/win/TestExpectations:
77002
77003 2012-11-01  Rob Buis  <rbuis@rim.com>
77004
77005         [BlackBerry] Add more form validation strings
77006         https://bugs.webkit.org/show_bug.cgi?id=100978
77007
77008         Reviewed by Yong Li.
77009
77010         PR 210072
77011
77012         Add the result we expect after adding translations for range over and underflow.
77013
77014         * platform/blackberry/fast/forms/number/number-validation-message-expected.txt: Added.
77015
77016 2012-11-01  Stephen White  <senorblanco@chromium.org>
77017
77018         [chromium] Unreviewed; marking another inspector test as flaky.
77019
77020         * platform/chromium/TestExpectations:
77021
77022 2012-11-01  Enrica Casucci  <enrica@apple.com>
77023
77024         Part2 of: Extend -webkit-user-select with new value "all"
77025         <rdar://problem/10161404>
77026         https://bugs.webkit.org/show_bug.cgi?id=91912
77027
77028         Reviewed by Ryosuke Niwa.
77029
77030         Testing moving and extending selections with the new CSS propertyvalue, with mouse movements
77031         and with the keyboard.
77032         Updated test expectations for all the platforms, since this is only enabled for the Mac port.
77033
77034         * editing/selection/user-select-all-selection-expected.txt: Added.
77035         * editing/selection/user-select-all-selection.html: Added.
77036         * platform/chromium/TestExpectations:
77037         * platform/qt/TestExpectations:
77038         * platform/gtk/TestExpectations:
77039         * platform/win/TestExpectations:
77040         * platform/efl/TestExpectations:
77041
77042
77043 2012-11-01  David Barton  <dbarton@mathscribe.com>
77044
77045         REGRESSION (r128837): mathml/presentation/subsup.xhtml became flaky
77046         https://bugs.webkit.org/show_bug.cgi?id=97390
77047
77048         Reviewed by Ojan Vafai.
77049
77050         * platform/chromium/TestExpectations:
77051         * platform/efl/TestExpectations:
77052         * platform/gtk/TestExpectations:
77053         * platform/mac/TestExpectations:
77054
77055 2012-11-01  Stephen White  <senorblanco@chromium.org>
77056
77057         [chromium] Unreviewed gardening.  Mark an inspector test as flaky.
77058
77059         * platform/chromium/TestExpectations:
77060
77061 2012-11-01  Stephen White  <senorblanco@chromium.org>
77062
77063         [chromium] Unreviewed gardening.
77064
77065         * platform/chromium-linux-x86/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
77066         * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
77067
77068 2012-11-01  Stephen White  <senorblanco@chromium.org>
77069
77070         [chromium] Unreviewed gardening.  Move baselines for a couple of
77071         compositing tests to platform-mac, so MountainLion can use them too.
77072
77073         * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Removed.
77074         * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Removed.
77075         * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
77076         * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
77077
77078 2012-11-01  Stephen White  <senorblanco@chromium.org>
77079
77080         [chromium] Unreviewed gardening.  Mark yet another test as flaky.
77081
77082         * platform/chromium/TestExpectations:
77083
77084 2012-11-01  Stephen White  <senorblanco@chromium.org>
77085
77086         [chromium] Unreviewed gardening.  Mark a test as flaky.
77087
77088         * platform/chromium/TestExpectations:
77089
77090 2012-11-01  Dana Jansens  <danakj@chromium.org>
77091
77092         Unreviewed, remove failing expectations after rebaseline.
77093
77094         * platform/chromium/TestExpectations:
77095
77096 2012-11-01  Beth Dakin  <bdakin@apple.com>
77097
77098         https://bugs.webkit.org/show_bug.cgi?id=100917
77099         There should be a way to dump the scrolling tree from the layout tests
77100
77101         Reviewed by Simon Fraser.
77102
77103         * platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added.
77104         * platform/mac/tiled-drawing/scrolling-tree-after-scroll.html: Added.
77105         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added.
77106         * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html: Added.
77107
77108 2012-11-01  Dana Jansens  <danakj@chromium.org>
77109
77110         Rebaseline after compositor migration to gfx types.
77111         http://crbug.com/147395
77112
77113         Unreviewed rebaselines.
77114
77115         * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
77116         * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
77117         * platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
77118         * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
77119         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
77120         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
77121         * platform/chromium-mac-lion/compositing/geometry/vertical-scroll-composited-expected.png: Added.
77122         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-anchor-point-expected.png:
77123         * platform/chromium-mac-lion/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
77124         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
77125         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
77126         * platform/chromium-mac-lion/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
77127         * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
77128         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
77129         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
77130         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
77131         * platform/chromium-win-xp/compositing/reflections/nested-reflection-anchor-point-expected.png: Removed.
77132         * 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.
77133         * platform/efl-wk1/compositing/reflections/nested-reflection-anchor-point-expected.png: Renamed from LayoutTests/platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png.
77134
77135 2012-11-01  Dana Jansens  <danakj@chromium.org>
77136
77137         Unreviewed, marking tests as failing preemptively.
77138         http://crbug.com/147395
77139
77140         * platform/chromium/TestExpectations:
77141
77142 2012-11-01  Stephen White  <senorblanco@chromium.org>
77143
77144         [chromium] Unreviewed gardening.  Mark a test as flaky.
77145
77146         * platform/chromium/TestExpectations:
77147
77148 2012-11-01  Roger Fong  <roger_fong@apple.com>
77149
77150         Unreviewed. Skip fast/workers/worker-domurl.html on Windows. ENABLE_BLOB not enabled.
77151
77152         * platform/win/TestExpectations:
77153
77154 2012-11-01  Mike West  <mkwst@chromium.org>
77155
77156         CSP 1.0: Warn when old-style directives encountered.
77157         https://bugs.webkit.org/show_bug.cgi?id=100883
77158
77159         Reviewed by Adam Barth.
77160
77161         * http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt:
77162         * http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers-expected.txt:
77163         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
77164         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
77165         * http/tests/security/contentSecurityPolicy/javascript-url-allowed-expected.txt:
77166         * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
77167         * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt:
77168         * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt:
77169         * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated-expected.txt: Added.
77170         * http/tests/security/contentSecurityPolicy/source-list-parsing-deprecated.html: Added.
77171         * platform/chromium/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
77172         * platform/chromium/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
77173
77174 2012-11-01  Tony Chang  <tony@chromium.org>
77175
77176         [Chromium] Unreviewed, marking http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html
77177         as slow on Linux Debug based on the flakiness dashboard.
77178
77179         * platform/chromium/TestExpectations:
77180
77181 2012-11-01  Emil A Eklund  <eae@chromium.org>
77182
77183         Unreviewed chromium windows rebaseline.
77184
77185         * platform/chromium-linux-x86/svg/zoom: Removed.
77186         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
77187         * platform/chromium-win/compositing/overflow/overflow-compositing-descendant-expected.png:
77188         * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png:
77189         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
77190         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
77191         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
77192         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
77193         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77194         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
77195
77196 2012-11-01  Emil A Eklund  <eae@chromium.org>
77197
77198         Unreviewed chromium rebaseline for r133172.
77199
77200         * platform/chromium-linux-x86/svg/zoom/page: Removed.
77201         * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
77202         * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png:
77203         * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png:
77204         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
77205         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77206         * platform/chromium-mac-snowleopard/compositing/overflow/overflow-compositing-descendant-expected.png:
77207         * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png:
77208         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
77209         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77210         * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
77211         * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
77212         * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
77213         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
77214         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
77215         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
77216         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
77217         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
77218         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77219         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
77220         * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
77221         * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
77222         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
77223         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Removed.
77224         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
77225
77226 2012-11-01  Mike Reed  <reed@google.com>
77227
77228         Add suppressions for images for new skia roll
77229         https://bugs.webkit.org/show_bug.cgi?id=100961
77230
77231         Reviewed by NOBODY.
77232
77233         New skia roll improves clipped antialias hairlines, and this means a few images need to be rebaselined.
77234         crbug.com/148638
77235
77236         * platform/chromium/TestExpectations:
77237
77238 2012-11-01  Stephen White  <senorblanco@chromium.org>
77239
77240         [Chromium] Unreviewed gardening.  Remove some no-longer-flaky tests
77241         from TestExpectations.
77242
77243         * platform/chromium/TestExpectations:
77244
77245 2012-11-01  Emil A Eklund  <eae@chromium.org>
77246
77247         [subpixel] Change intrinsicSize to LayoutUnit
77248         https://bugs.webkit.org/show_bug.cgi?id=99104
77249
77250         Reviewed by Levi Weintraub.
77251
77252         Add test for tiled replaced elements and update existing expectations as needed.
77253
77254         * fast/sub-pixel/tiled-canvas-elements-expected.txt: Added.
77255         * fast/sub-pixel/tiled-canvas-elements.html: Added.
77256         * platform/chromium-linux/compositing/overflow/overflow-compositing-descendant-expected.png:
77257         * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
77258         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
77259         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
77260         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
77261         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
77262         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
77263         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
77264         * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
77265         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
77266         * platform/chromium/fast/reflections/reflection-with-zoom-expected.txt:
77267         * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt:
77268         * platform/chromium/svg/zoom/page/zoom-svg-as-image-expected.txt:
77269         * platform/chromium/svg/zoom/page/zoom-svg-as-relative-image-expected.txt:
77270
77271 2012-11-01  Stephen White  <senorblanco@chromium.org>
77272
77273         [Chromium] Unreviewed gardening.  New reftest from 
77274         http://trac.webkit.org/changeset/133146 doesn't seem to work on
77275         MacOS 10.8.
77276
77277         * platform/chromium/TestExpectations:
77278
77279 2012-11-01  Mike West  <mkwst@chromium.org>
77280
77281         [Chromium] Unreviewed gardening.
77282
77283         Skipping http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
77284         as it's consistently leaking state into the next text (object-src-url-allowed.html).
77285         Filed https://bugs.webkit.org/show_bug.cgi?id=100955 to follow up.
77286
77287         * platform/chromium/TestExpectations:
77288
77289 2012-11-01  Stephen Chenney  <schenney@chromium.org>
77290
77291         SVG as an image may recreate the renderer on zoom
77292         https://bugs.webkit.org/show_bug.cgi?id=99508
77293
77294         Reviewed by Abhishek Arya.
77295
77296         Test and ref-test-result for zooming of SVG content when loaded as-image, and the svg is actually a css file.
77297
77298         * svg/as-image/img-zoom-svg-stylesheet-expected.html: Added.
77299         * svg/as-image/img-zoom-svg-stylesheet.html: Added.
77300         * svg/as-image/resources/svg-stylesheet-for-zoom.svg: Added.
77301
77302 2012-11-01  Vsevolod Vlasov  <vsevik@chromium.org>
77303
77304         Web Inspector: Restoring breakpoints for formatted UISourceCode should be triggered by BreakpointManager, not ScriptsPanel.
77305         https://bugs.webkit.org/show_bug.cgi?id=100593
77306
77307         Reviewed by Pavel Feldman.
77308
77309         * inspector/debugger/script-formatter-breakpoints.html:
77310         * inspector/debugger/script-formatter-console.html:
77311         * inspector/debugger/script-formatter-search-expected.txt:
77312         * inspector/debugger/script-formatter-search.html:
77313
77314 2012-10-31  Yury Semikhatsky  <yurys@chromium.org>
77315
77316         Web Inspector: Output code evaluated in the console the same as console.log
77317         https://bugs.webkit.org/show_bug.cgi?id=100695
77318
77319         Reviewed by Pavel Feldman.
77320
77321         Rebaselined some tests after object preview is started beeing used for
77322         console eval results.
77323
77324         * inspector/console/command-line-api-expected.txt:
77325         * inspector/console/command-line-api-inspect-expected.txt:
77326         * inspector/console/console-eval-global-expected.txt:
77327         * inspector/console/console-eval-undefined-override-expected.txt:
77328         * platform/chromium/inspector/console/console-eval-undefined-override-expected.txt:
77329
77330 2012-11-01  Mihnea Ovidenie  <mihnea@adobe.com>
77331
77332         [CSSRegions]Former auto-height regions should not ignore their defined height
77333         https://bugs.webkit.org/show_bug.cgi?id=100749
77334
77335         Reviewed by Julien Chaffraix.
77336
77337         Add a test in which we flow content into a region chain with 2 regions, the first one having height auto.
77338         After a first layout, the region with height auto has an override logical content height, which should be
77339         cleared when the first region has its height changed from auto to defined.
77340
77341         * fast/regions/autoheight-definedheight-changenotdetected-expected.html: Added.
77342         * fast/regions/autoheight-definedheight-changenotdetected.html: Added.
77343
77344 2012-11-01  Pavel Podivilov  <podivilov@google.com>
77345
77346         [chromium] Add new baseline for exif-orientation-css.html on linux.
77347
77348         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.
77349
77350 2012-11-01  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
77351
77352         [EFL] Gardening after r133056
77353         https://bugs.webkit.org/show_bug.cgi?id=100929
77354
77355         Unreviewed gardening.
77356
77357         Newly added compositing/tiling tests are failing on EFL port due to missing AC support.
77358
77359         * platform/efl/TestExpectations:
77360
77361 2012-11-01  Pavel Podivilov  <podivilov@google.com>
77362
77363         [chromium] Unreviewed, two fast/images/exif-orientation-* tests now pass.
77364
77365         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-css-expected.png: Added.
77366         * platform/chromium/TestExpectations:
77367
77368 2012-11-01  Pavel Podivilov  <podivilov@google.com>
77369
77370         [chromium] Unreviewed, remove several tests that started to pass from TestExpectations.
77371
77372         * platform/chromium/TestExpectations:
77373
77374 2012-10-31  Takashi Sakamoto  <tasak@google.com>
77375
77376         [Refactoring] Move initial style setting for ProgressValueElement from attach method to createShadowSubtree method in HTMLProgressElement.
77377         https://bugs.webkit.org/show_bug.cgi?id=83664
77378
77379         Reviewed by Hajime Morita.
77380
77381         * fast/dom/HTMLProgressElement/progress-bar-set-value-expected.html: Added.
77382         * fast/dom/HTMLProgressElement/progress-bar-set-value.html: Added.
77383
77384 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
77385
77386         Unreviewed, remove entries for tests no longer failing.
77387
77388         * platform/chromium/TestExpectations:
77389
77390 2012-10-31  Stephen White  <senorblanco@chromium.org>
77391
77392         [Chromium] Unreviewed gardening.  Mark a crashy test.
77393
77394         * platform/chromium/TestExpectations:
77395
77396 2012-10-31  Stephen White  <senorblanco@chromium.org>
77397
77398         [Chromium] Unreviewed gardening.
77399
77400         * platform/chromium/TestExpectations:
77401
77402 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
77403
77404         Unreviewed chromium mac ml expectation updating.
77405
77406         * platform/chromium-mac-mountainlion/TestExpectations:
77407
77408 2012-10-31  Adam Barth  <abarth@webkit.org>
77409
77410         [V8] Garbage collection should use opaque roots rather than implicit references
77411         https://bugs.webkit.org/show_bug.cgi?id=100707
77412
77413         Reviewed by Kentaro Hara.
77414
77415         Test progression.
77416
77417         * platform/chromium/fast/dom/gc-9-expected.txt:
77418
77419 2012-10-31  KyungTae Kim  <ktf.kim@samsung.com>
77420
77421         [EFL] Move jquery/traversing.html to flaky list
77422         https://bugs.webkit.org/show_bug.cgi?id=100908
77423
77424         Unreviewed gardening.
77425
77426         jquery/traversing.html sometimes crashes and sometimes passes, so needs to be moved to the flaky list.
77427
77428         * platform/efl/TestExpectations:
77429
77430 2012-10-31  Stephen White  <senorblanco@chromium.org>
77431
77432         [Chromium] Unreviewed gardening.
77433
77434         * platform/chromium/TestExpectations:
77435
77436 2012-10-31  Roger Fong  <roger_fong@apple.com>
77437
77438         Unreviewed. fast\text\international\text-combine-image-test-expected.txt needs some 1 pixel off rebaselines on Windows.
77439
77440         * platform/win/fast/text/international/text-combine-image-test-expected.txt:
77441
77442 2012-10-31  Bear Travis  <betravis@adobe.com>
77443
77444         [CSS Exclusions] Test that dynamically setting shape-inside causes relayout in child elements
77445         https://bugs.webkit.org/show_bug.cgi?id=97721
77446
77447         Reviewed by Dirk Schulze.
77448
77449         Adding a test that dynamically sets shape-inside on a block containing multiple block children.
77450
77451         * fast/exclusions/resources/simple-rectangle.js:
77452         (createRectangleTest): Modifying test to work with elements with existing content.
77453         (createRectangleTestResult): Modifying test expectation to work with elements with existing content.
77454         * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic-expected.html: Added.
77455         * fast/exclusions/shape-inside/shape-inside-multiple-blocks-dynamic.html: Added.
77456
77457 2012-10-31  Roger Fong  <roger_fong@apple.com>
77458
77459         Unreviewed. Skip another failing drag and drop test.
77460         Drag & Drop doesn't work correctly in DRT <rdar://5621244>
77461
77462         * platform/win/TestExpectations:
77463
77464 2012-10-31  Roger Fong  <roger_fong@apple.com>
77465
77466         Unreviewed. Skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html. 
77467         Not supported in CFNetwork yet. https://bugs.webkit.org/show_bug.cgi?id=100349.
77468
77469         * platform/win/TestExpectations:
77470
77471 2012-10-31  Chris Rogers  <crogers@google.com>
77472
77473         Implement optional arguments in AudioBufferSourceNode start() method
77474         https://bugs.webkit.org/show_bug.cgi?id=100894
77475
77476         Reviewed by Kenneth Russell.
77477
77478         * webaudio/audiobuffersource-loop-comprehensive.html:
77479         * webaudio/audiobuffersource-start-expected.txt: Added.
77480         * webaudio/audiobuffersource-start.html: Added.
77481         * webaudio/resources/audiobuffersource-testing.js: Added.
77482         (createTestBuffer):
77483         (checkSingleTest):
77484         (checkAllTests):
77485
77486 2012-10-31  Stephen White  <senorblanco@chromium.org>
77487
77488         [Chromium] Unreviewed gardening.
77489         fast/js/post-message-numeric-property.html is flaky in Release as well.
77490
77491         * platform/chromium/TestExpectations:
77492
77493 2012-10-31  Stephen White  <senorblanco@chromium.org>
77494
77495         [Chromium] Unreviewed gardening.  svg/custom/font-face-simple.svg
77496         seems to be failing on Windows (wrong font).
77497
77498         * platform/chromium/TestExpectations:
77499
77500 2012-10-31  Mike West  <mkwst@chromium.org>
77501
77502         Implement the canonical "Content-Security-Policy" header.
77503         https://bugs.webkit.org/show_bug.cgi?id=96765
77504
77505         Reviewed by Adam Barth.
77506
77507         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html:
77508         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html:
77509         * http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html:
77510         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce.html:
77511         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-scriptsrc-blocked.html:
77512         * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-separators-allowed.html:
77513             Updating these 1.1 tests along with the multiple-iframe-*.js test
77514             "framework" to ensure that the experimental prefixed header is sent.
77515         * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html:
77516         * http/tests/security/contentSecurityPolicy/combine-multiple-policies.html:
77517         * http/tests/security/contentSecurityPolicy/connect-src-eventsource-allowed.html:
77518         * http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked.html:
77519         * http/tests/security/contentSecurityPolicy/connect-src-websocket-allowed.html:
77520         * http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html:
77521         * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html:
77522         * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html:
77523         * http/tests/security/contentSecurityPolicy/default-src-inline-allowed.html:
77524         * http/tests/security/contentSecurityPolicy/default-src-inline-blocked.html:
77525         * http/tests/security/contentSecurityPolicy/duplicate-directive.html:
77526         * http/tests/security/contentSecurityPolicy/eval-allowed.html:
77527         * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html:
77528         * http/tests/security/contentSecurityPolicy/eval-blocked.html:
77529         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html:
77530         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html:
77531         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html:
77532         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html:
77533         * http/tests/security/contentSecurityPolicy/filesystem-urls-match-self.html:
77534         * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-default.html:
77535         * http/tests/security/contentSecurityPolicy/frame-src-about-blank-allowed-by-scheme.html:
77536         * http/tests/security/contentSecurityPolicy/frame-src-allowed.html:
77537         * http/tests/security/contentSecurityPolicy/frame-src-blocked.html:
77538         * http/tests/security/contentSecurityPolicy/function-constructor-allowed.html:
77539         * http/tests/security/contentSecurityPolicy/function-constructor-blocked.html:
77540         * http/tests/security/contentSecurityPolicy/iframe-inside-csp.html:
77541         * http/tests/security/contentSecurityPolicy/image-allowed.html:
77542         * http/tests/security/contentSecurityPolicy/image-blocked.html:
77543         * http/tests/security/contentSecurityPolicy/image-full-host-wildcard-allowed.html:
77544         * http/tests/security/contentSecurityPolicy/image-host-wildcard-allowed.html:
77545         * http/tests/security/contentSecurityPolicy/injected-inline-script-allowed.html:
77546         * http/tests/security/contentSecurityPolicy/injected-inline-script-blocked.html:
77547         * http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html:
77548         * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked.html:
77549         * http/tests/security/contentSecurityPolicy/inline-script-allowed.html:
77550         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html:
77551         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html:
77552         * http/tests/security/contentSecurityPolicy/inline-script-blocked.html:
77553         * http/tests/security/contentSecurityPolicy/inline-style-allowed.html:
77554         * http/tests/security/contentSecurityPolicy/inline-style-attribute-allowed.html:
77555         * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked.html:
77556         * http/tests/security/contentSecurityPolicy/inline-style-attribute-on-html.html:
77557         * http/tests/security/contentSecurityPolicy/inline-style-blocked.html:
77558         * http/tests/security/contentSecurityPolicy/media-src-allowed.html:
77559         * http/tests/security/contentSecurityPolicy/media-src-blocked.html:
77560         * http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html:
77561         * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html:
77562         * http/tests/security/contentSecurityPolicy/object-src-url-allowed.html:
77563         * http/tests/security/contentSecurityPolicy/object-src-url-blocked.html:
77564         * http/tests/security/contentSecurityPolicy/policy-does-not-affect-child.html:
77565         * http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html:
77566         * http/tests/security/contentSecurityPolicy/report-and-enforce.html:
77567         * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin.html:
77568         * http/tests/security/contentSecurityPolicy/report-blocked-uri.html:
77569         * http/tests/security/contentSecurityPolicy/report-only-from-header.php:
77570         * http/tests/security/contentSecurityPolicy/report-only.html:
77571         * http/tests/security/contentSecurityPolicy/report-uri.html:
77572         * http/tests/security/contentSecurityPolicy/resources/echo-iframe.pl:
77573         * http/tests/security/contentSecurityPolicy/resources/echo-multiple-headers.pl:
77574             s/X-WebKit-CSP/Content-Security-Policy/g
77575         * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl:
77576         * http/tests/security/contentSecurityPolicy/resources/echo-script-src.pl:
77577             Reworking these two scripts in order to support sending both
77578             the experimental header and the canonical header, as required.
77579         * http/tests/security/contentSecurityPolicy/resources/event-handler.pl:
77580         * http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html:
77581         * http/tests/security/contentSecurityPolicy/resources/javascript-url.pl:
77582         * http/tests/security/contentSecurityPolicy/resources/mixed-content-with-csp.html:
77583             s/X-WebKit-CSP/Content-Security-Policy/g
77584         * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-plugin-test.js:
77585         (testExperimentalPolicy):
77586         (test):
77587         (testImpl.iframe.onload):
77588         (testImpl):
77589         * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
77590         (testPreescapedPolicy):
77591         (testExperimentalPolicy):
77592         (test):
77593         (testImpl.iframe.onload):
77594         (testImpl):
77595             Reworking these two "frameworks" in order to support sending both
77596             the experimental header and the canonical header, as required.
77597         * http/tests/security/contentSecurityPolicy/resources/sandbox.php:
77598         * http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php:
77599         * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-subframe.html:
77600         * http/tests/security/contentSecurityPolicy/sandbox-allow-scripts.html:
77601         * http/tests/security/contentSecurityPolicy/sandbox-empty-subframe.html:
77602         * http/tests/security/contentSecurityPolicy/sandbox-empty.html:
77603         * http/tests/security/contentSecurityPolicy/script-src-overrides-default-src.html:
77604         * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html:
77605         * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html:
77606         * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta.html:
77607         * http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src.html:
77608         * http/tests/security/contentSecurityPolicy/style-allowed.html:
77609         * http/tests/security/contentSecurityPolicy/style-blocked.html:
77610         * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html:
77611         * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html:
77612         * http/tests/security/contentSecurityPolicy/worker-eval-blocked.html:
77613         * http/tests/security/contentSecurityPolicy/worker-function-function-blocked.html:
77614         * http/tests/security/contentSecurityPolicy/worker-script-src.html:
77615         * http/tests/security/contentSecurityPolicy/worker-set-timeout-blocked.html:
77616         * http/tests/security/contentSecurityPolicy/xsl-allowed.php:
77617         * http/tests/security/contentSecurityPolicy/xsl-blocked.php:
77618         * http/tests/security/contentSecurityPolicy/xsl-img-blocked.php:
77619         * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1.php:
77620         * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2.php:
77621             s/X-WebKit-CSP/Content-Security-Policy/g
77622
77623 2012-10-31  Otto Derek Cheung  <otcheung@rim.com>
77624
77625         [BlackBerry] Adding window.external to our port
77626         https://bugs.webkit.org/show_bug.cgi?id=100868
77627
77628         Reviewed by Rob Buis.
77629
77630         Adding BlackBerry platform specific DRT tests for window.external interface.
77631
77632         * platform/blackberry/external/search-provider/search-provider-installed-expected.txt: Added.
77633         * platform/blackberry/external/search-provider/search-provider-installed.html: Added.
77634
77635 2012-10-31  Stephen White  <senorblanco@chromium.org>
77636
77637         [chromium] Win rebaselines for media tests.  Unreviewed.
77638
77639         * platform/chromium-win/media/video-aspect-ratio-expected.png:
77640         * platform/chromium-win/media/video-colorspace-yuv420-expected.png:
77641         * platform/chromium-win/media/video-colorspace-yuv422-expected.png:
77642         * platform/chromium-win/media/video-layer-crash-expected.png:
77643         * platform/chromium-win/media/video-transformed-expected.png:
77644         * platform/chromium-win/media/video-zoom-controls-expected.png:
77645         * platform/chromium-win/media/video-zoom-expected.png:
77646         * platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.png:
77647         * platform/efl/media/video-aspect-ratio-expected.png: Removed.
77648         * platform/efl/media/video-layer-crash-expected.png: Removed.
77649         * platform/efl/media/video-transformed-expected.png: Removed.
77650         * platform/efl/media/video-zoom-expected.png: Removed.
77651
77652 2012-10-31  Dirk Pranke  <dpranke@chromium.org>
77653
77654         Unreviewed, chromium-mac-mountainlion expectation updating.
77655
77656         * platform/chromium-mac-mountainlion/TestExpectations:
77657
77658 2012-10-31  Tien-Ren Chen  <trchen@chromium.org>
77659
77660         Apply transformation for highlights on non-composited contents
77661         https://bugs.webkit.org/show_bug.cgi?id=100438
77662
77663         Reviewed by Adam Barth.
77664
77665         Non-composited content host layer "steals" the contents on the
77666         RenderView layer, including the highlight layer.
77667         The transformation for regular contents are applied by the paint
77668         function of the non-composited content host however the highlight
77669         uses its own WebLayer. Need to apply the same transformation to
77670         the highlight layer as well.
77671
77672         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document.html: Added.
77673         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.png: Added.
77674         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaled-document-expected.txt: Added.
77675
77676 2012-10-31  Thiago Marcos P. Santos  <thiago.santos@intel.com>
77677
77678         Added viewport at-rule to the CSS parser and tokenizer
77679         https://bugs.webkit.org/show_bug.cgi?id=95961
77680
77681         Reviewed by Kenneth Rohde Christiansen.
77682
77683         Added a test that detects if the @-webkit-viewport rule is being
77684         parsed and skip the tests on all ports since the feature is disabled
77685         by default for instance.
77686
77687         Note that this test doesn't do property validation, which will be
77688         added in the next patch of the series.
77689
77690         * css3/device-adapt/viewport-at-rule-parsing-expected.txt: Added.
77691         * css3/device-adapt/viewport-at-rule-parsing.html: Added.
77692         * platform/chromium/TestExpectations:
77693         * platform/gtk/TestExpectations:
77694         * platform/mac/TestExpectations:
77695         * platform/qt/TestExpectations:
77696         * platform/win/TestExpectations:
77697         * platform/wincairo/TestExpectations:
77698
77699 2012-10-31  Max Vujovic  <mvujovic@adobe.com>
77700
77701         [CSS Shaders] Validate types of built-in uniforms
77702         https://bugs.webkit.org/show_bug.cgi?id=98974
77703
77704         Reviewed by Dean Jackson.
77705
77706         Add a test to verify that shaders which define built-in uniforms with the wrong type do not
77707         execute. Add shaders for each built-in uniform in CSS Custom Filters.
77708
77709         Relevant Spec Section:
77710         https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#shader-uniform-variables
77711
77712         * css3/filters/custom/invalid-custom-filter-uniform-types-expected.html: Added.
77713         * css3/filters/custom/invalid-custom-filter-uniform-types.html: Added.
77714         * css3/filters/resources/invalid-type-u-mesh-box.fs: Added.
77715         * css3/filters/resources/invalid-type-u-mesh-size.fs: Added.
77716         * css3/filters/resources/invalid-type-u-projection-matrix.fs: Added.
77717         * css3/filters/resources/invalid-type-u-texture-size.fs: Added.
77718         * css3/filters/resources/invalid-type-u-tile-size.fs: Added.
77719         * css3/filters/resources/invalid-type-uniform-array.fs: Added.
77720
77721 2012-10-31  Terry Anderson  <tdanderson@chromium.org>
77722
77723         [touchadjustment] touch-links-two-finger-tap test pass incorrectly
77724         https://bugs.webkit.org/show_bug.cgi?id=100619
77725
77726         Reviewed by Antonio Gomes.
77727
77728         Make use of the gesture's touch area when testing the correct targeting of elements.
77729
77730         * touchadjustment/touch-links-two-finger-tap.html:
77731
77732 2012-10-31  Stephen White  <senorblanco@chromium.org>
77733
77734         [Chromium] Unreviewed gardening.  More flaky fallout from 
77735         http://trac.webkit.org/changeset/133069.
77736
77737         * platform/chromium/TestExpectations:
77738
77739 2012-10-31  Sheriff Bot  <webkit.review.bot@gmail.com>
77740
77741         Unreviewed, rolling out r133044.
77742         http://trac.webkit.org/changeset/133044
77743         https://bugs.webkit.org/show_bug.cgi?id=100888
77744
77745         Hits an ASSERT in the isolatedWorlds tests (Requested by
77746         abarth on #webkit).
77747
77748         * platform/chromium/fast/dom/gc-9-expected.txt:
77749
77750 2012-10-31  Stephen White  <senorblanco@chromium.org>
77751
77752         [Chromium] Unreviewed gardening.  Updating TestExpectations for
77753         recent failures.
77754
77755         * platform/chromium/TestExpectations:
77756
77757 2012-10-31  Philip Rogers  <pdr@google.com>
77758
77759         Cache animationMode() in SVG animations.
77760         https://bugs.webkit.org/show_bug.cgi?id=99694
77761
77762         Reviewed by Eric Seidel.
77763
77764         This refactoring is covered by existing tests.
77765         svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg fails after this patch
77766         because our element dependency tracking has a bug with duplicate ids; see WK99893.
77767
77768         * platform/chromium/TestExpectations:
77769         * platform/mac/TestExpectations:
77770
77771 2012-10-31  Stephen White  <senorblanco@chromium.org>
77772
77773         [Chromium] Unreviewed gardening.  Updating TestExpectations for
77774         recent failures.
77775
77776         * platform/chromium/TestExpectations:
77777
77778 2012-10-31  Stephen White  <senorblanco@chromium.org>
77779
77780         [Chromium] Unreviewed gardening.
77781
77782         * platform/chromium/TestExpectations:
77783
77784 2012-10-31  Ami Fischman  <fischman@chromium.org>
77785
77786         [chromium] DRT and WTR should clear the cache between tests
77787         https://bugs.webkit.org/show_bug.cgi?id=93195
77788
77789         Reviewed by Tony Chang.
77790
77791         * media/video-poster-blocked-by-willsendrequest.html: updated list of still-busted ports.
77792
77793 2012-10-31  Stephen White  <senorblanco@chromium.org>
77794
77795         [Chromium] Unreviewed gardening.  Mark a few tests as crashing.
77796
77797         * platform/chromium/TestExpectations:
77798
77799 2012-10-31  Tom Sepez  <tsepez@chromium.org>
77800
77801         Malformed X-XSS-Protection headers not reported
77802         https://bugs.webkit.org/show_bug.cgi?id=100538
77803
77804         Reviewed by Adam Barth.
77805
77806         * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt: Removed.
77807         * http/tests/security/xssAuditor/malformed-xss-protection-header.html: Removed.
77808         * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header.html.
77809         * http/tests/security/xssAuditor/malformed-xss-protection-header-expected-1.txt: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt.
77810         renamed to -1 to match convention.
77811         * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt: Added.
77812         * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html: Added.
77813         * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt: Added.
77814         * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html: Added.
77815         * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt: Added.
77816         * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html: Added.
77817         New test to cover new error message cases.
77818         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
77819         Added more x-xss-protection header values to its set of values.
77820         * http/tests/security/xssAuditor/xss-protection-parsing-01.html:
77821         Converted for interface change to echo_intertag.pl
77822         * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt: Added.
77823         * http/tests/security/xssAuditor/xss-protection-parsing-02.html: Added.
77824         New test for testing x-xss-protect: 0; (allow trailing semicolon).
77825         
77826 2012-10-31  Stephen White  <senorblanco@chromium.org>
77827
77828         [chromium] Fix incorrect test names landed in
77829         http://trac.webkit.org/changeset/133056
77830
77831         Unreviewed.
77832
77833         * platform/chromium/TestExpectations:
77834
77835 2012-10-31  Stephen White  <senorblanco@chromium.org>
77836
77837         [chromium] New linux baseline for basic-inputs-expected.png, due to
77838         crrev.com/164985.
77839
77840         Unreviewed.
77841
77842         * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
77843         * platform/efl-wk1/fast/forms/basic-inputs-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/basic-inputs-expected.png.
77844
77845 2012-10-31  Stephen White  <senorblanco@chromium.org>
77846
77847         [Chromium] Adjust expectations for float-wrap-zoom on mac.
77848         Unreviewed.
77849
77850         * platform/chromium/TestExpectations:
77851
77852 2012-10-31  Simon Fraser  <simon.fraser@apple.com>
77853
77854         REGRESSION (tile cache layers): bits of tiled layers are missing with certain 3D transforms
77855         https://bugs.webkit.org/show_bug.cgi?id=100808
77856         <rdar://problem/12562541>
77857
77858         Reviewed by Dean Jackson.
77859
77860         Two tests for visible rect computation under clamping, one of which tests 'applyWasClamped',
77861         and the other 'mapWasClamped'.
77862
77863         * compositing/tiling/rotated-tiled-clamped-expected.png: Added.
77864         * compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
77865         * compositing/tiling/rotated-tiled-clamped.html: Added.
77866         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added.
77867         * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
77868         * compositing/tiling/rotated-tiled-preserve3d-clamped.html: Added.
77869         * platform/chromium/TestExpectations:
77870         * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
77871         * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
77872
77873 2012-10-31  Adam Barth  <abarth@webkit.org>
77874
77875         [V8] Garbage collection should use opaque roots rather than implicit references
77876         https://bugs.webkit.org/show_bug.cgi?id=100707
77877
77878         Reviewed by Kentaro Hara.
77879
77880         Test progression.
77881
77882         * platform/chromium/fast/dom/gc-9-expected.txt:
77883
77884 2012-10-31  Stephen White  <senorblanco@chromium.org>
77885
77886         [chromium] Added skipped expectations for new test
77887         svg-remote-element.html with no results.
77888
77889         Unreviewed.
77890
77891         * platform/chromium/TestExpectations:
77892
77893 2012-10-31  Stephen White  <senorblanco@chromium.org>
77894
77895         [chromium] New baselines for
77896         fast/images/exif-orientation-css-expected.png.  Unreviewed.
77897
77898         * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Removed.
77899         * platform/chromium-win/fast/images/exif-orientation-css-expected.png: Added.
77900         * platform/chromium/fast/images/exif-orientation-css-expected.png: Removed.
77901
77902 2012-10-31  Arpita Bahuguna  <arpitabahuguna@gmail.com>
77903
77904         Table with percentage column widths doesn't scale to fill the entire width of a table containing it
77905         https://bugs.webkit.org/show_bug.cgi?id=11645
77906
77907         Reviewed by Julien Chaffraix.
77908
77909         * fast/table/scale-nested-percent-width-cols-expected.html: Added.
77910         * fast/table/scale-nested-percent-width-cols.html: Added.
77911         Added a ref test verifying that our nested (auto width) table's columns
77912         are scaled and sized appropriately if the containing table has
77913         percent width.
77914
77915         * platform/chromium/TestExpectations:
77916         * platform/efl/TestExpectations:
77917         * platform/gtk/TestExpectations:
77918         * platform/mac/TestExpectations:
77919         * platform/win/TestExpectations:
77920         Added an entry for fast/table/025.html for these ports. It would need
77921         rebaselining as a result of this fix.
77922
77923         * platform/qt/fast/table/025-expected.png:
77924         * platform/qt/fast/table/025-expected.txt:
77925         Modified expected results for the existing test on qt port.
77926
77927         In the given test, our innermost nested table has auto width and consits
77928         of three table cells with percent width specified for the first and the
77929         third cells. Its containing table on the other hand is a percent width
77930         table.
77931
77932         Previously, we were not scaling our inner table's column(s) from expanding
77933         to the width of the containing table if it had percent width type. Because
77934         of this our first and last table cells in the innermost table were being
77935         rendered only with the minimum width (4px).
77936
77937         Post this fix, since now our inner table columns shall scale, the first and
77938         the last table cell would thus expand in width (41px each) and hence the
77939         change in the column and the table dimensions.
77940
77941 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
77942
77943         [EFL] More unreviewed pixel expectations gardening.
77944
77945         Accept Missing as a valid result for some ietestcenter tests, and
77946         skip another one of them.
77947
77948         * platform/efl/TestExpectations:
77949
77950 2012-10-31  Ian Vollick  <vollick@chromium.org>
77951
77952         Add support for text-based repaint testing
77953         https://bugs.webkit.org/show_bug.cgi?id=100584
77954
77955         Reviewed by Simon Fraser.
77956
77957         Allows tracked repaint rects to be dumped as text.
77958
77959         * fast/repaint/layer-full-repaint-expected.txt: Added.
77960         * fast/repaint/layer-full-repaint.html:
77961         * fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
77962         * fast/repaint/overflow-flipped-writing-mode-table-expected.txt:
77963         * fast/repaint/overflow-flipped-writing-mode-table.html:
77964         * fast/repaint/resources/repaint.js:
77965         * fast/repaint/resources/text-based-repaint.js: Added.
77966         (runRepaintTest):
77967           The function calls internals.startTrackingRepaints() rather than display()
77968           before calling repaintTest(). It also generates a <pre> element and sets
77969           its innerHTML to internals.repaintRectsAsText().
77970         * platform/chromium-mac/fast/repaint/layer-full-repaint-expected.png: Removed.
77971         * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
77972         * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
77973         * platform/chromium/fast/repaint/layer-full-repaint-expected.png: Removed.
77974         * platform/chromium/fast/repaint/layer-full-repaint-expected.txt: Removed.
77975         * platform/efl/fast/repaint/layer-full-repaint-expected.png: Removed.
77976         * platform/efl/fast/repaint/layer-full-repaint-expected.txt: Removed.
77977         * platform/gtk/fast/repaint/layer-full-repaint-expected.png: Removed.
77978         * platform/gtk/fast/repaint/layer-full-repaint-expected.txt: Removed.
77979         * platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
77980         * platform/mac/fast/repaint/layer-full-repaint-expected.png: Removed.
77981         * platform/mac/fast/repaint/layer-full-repaint-expected.txt: Removed.
77982         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Removed.
77983         * platform/qt/fast/repaint/layer-full-repaint-expected.txt: Removed.
77984
77985 2012-10-31  Stephen White  <senorblanco@chromium.org>
77986
77987         New Chromium baselines for css3/filters/composited-reflected.html.
77988
77989         Unreviewed.
77990
77991         * platform/chromium-mac/css3/filters/composited-reflected-expected.png: Added.
77992         * platform/chromium-win/css3/filters/composited-reflected-expected.png: Added.
77993
77994 2012-10-31  Mike West  <mkwst@chromium.org>
77995
77996         [Qt] Unreviewed gardening. Rebaselining tests after r133019.
77997
77998         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
77999         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
78000         * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
78001
78002 2012-10-31  Yury Semikhatsky  <yurys@chromium.org>
78003
78004         Web Inspector: page crash when pausing in dedicated worker
78005         https://bugs.webkit.org/show_bug.cgi?id=100837
78006
78007         Reviewed by Pavel Feldman.
78008
78009         Test that Debugger.pause works for dedicated workers. The test is skipped
78010         on all platforms that use JSC as worker debugging is not supported there
78011         yet.
78012
78013         * http/tests/inspector-protocol/resources/InspectorTest.js:
78014         (WebInspector.dispatchMessageFromBackend):
78015         * inspector-protocol/debugger-pause-dedicated-worker-expected.txt: Added.
78016         * inspector-protocol/debugger-pause-dedicated-worker.html: Added.
78017         * inspector-protocol/resources/dedicated-worker.js: Added.
78018         (onmessage):
78019         (doWork):
78020         * platform/efl/TestExpectations:
78021         * platform/gtk/TestExpectations:
78022         * platform/mac/TestExpectations:
78023         * platform/qt/TestExpectations:
78024         * platform/win/TestExpectations:
78025         * platform/wincairo/TestExpectations:
78026
78027 2012-10-31  Zoltan Nyul  <zoltan.nyul@intel.com>
78028
78029         perspective-origin should ignore values with more then two lengths and use the default values
78030         https://bugs.webkit.org/show_bug.cgi?id=100835
78031
78032         Reviewed by Kenneth Rohde Christiansen.
78033
78034         Add test for perspective-origin with more the than two lengths.
78035
78036         * transforms/2d/computed-style-origin-expected.txt:
78037         * transforms/2d/computed-style-origin.html:
78038
78039 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78040
78041         [EFL] Unreviewed pixel expectations gardening.
78042
78043         Skip a few ietestcenter/css3/text texts which are rendering
78044         incorrectly, and accept Missing as a valid result for some culling
78045         tests.
78046
78047         * platform/efl/TestExpectations:
78048         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Removed.
78049         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.
78050
78051 2012-10-31  Dominik Röttsches  <dominik.rottsches@intel.com>
78052
78053         [EFL][GTK] Unreviewed gardening.
78054
78055         Removing duplicate in EFL file, changing bug number for exif orientation bug in GTK.
78056
78057         * platform/efl/TestExpectations:
78058         * platform/gtk/TestExpectations:
78059
78060 2012-10-31  Dominik Röttsches  <dominik.rottsches@intel.com>
78061
78062         [EFL][GTK] Unreviewed gardening.
78063
78064         Exif orientation test marked as failing for GTK & EFL,
78065         On EFL, the vibration IPC issue may cause crash, see bug 100334.
78066
78067         * platform/efl-wk2/TestExpectations:
78068         * platform/efl/TestExpectations:
78069         * platform/gtk/TestExpectations:
78070
78071 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78072
78073         [EFL] More unreviewed gardening.
78074
78075         Skip the EXIF-related tests since the feature is not implemented
78076         for the port anyway, and skip the recently-added
78077         fast/images/exif-orientation-image-document.html as well.
78078
78079         * platform/efl/TestExpectations:
78080
78081 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78082
78083         [EFL] Skip http/tests/appcache/load-from-appcache-defer-resume-crash.html on WK2.
78084
78085         Just marking it as Failure does not prevent a useless PNG expectation to be generated when running pixel tests.
78086
78087         * platform/efl-wk2/TestExpectations:
78088
78089 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78090
78091         [EFL] Unreviewed, add a few more pixel expectations.
78092
78093         * platform/efl/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
78094         * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
78095         * platform/efl/fast/forms/indeterminate-expected.png: Added.
78096         * platform/efl/media/video-aspect-ratio-expected.png: Added.
78097         * platform/efl/media/video-layer-crash-expected.png: Added.
78098         * platform/efl/media/video-transformed-expected.png: Added.
78099         * platform/efl/media/video-zoom-expected.png: Added.
78100
78101 2012-10-31  Mike West  <mkwst@chromium.org>
78102
78103         X-Frame-Options console message should be associated with a request.
78104         https://bugs.webkit.org/show_bug.cgi?id=100735
78105
78106         Reviewed by Pavel Feldman.
78107
78108         * http/tests/inspector/network/x-frame-options-deny-expected.txt:
78109         * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
78110         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
78111         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
78112         * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
78113         * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
78114         * http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-expected.txt:
78115             Update tests with new console message.
78116
78117 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78118
78119         [EFL] Unreviewed, unskip media/video-seek-past-end-playing.html on WK2.
78120
78121         It has been passing on the WK2 bot for quite a while, so unskip
78122         and hope for the best.
78123
78124         * platform/efl-wk2/TestExpectations:
78125
78126 2012-10-31  Keishi Hattori  <keishi@webkit.org>
78127
78128         Calendar picker can flicker when opened from the suggestion picker
78129         https://bugs.webkit.org/show_bug.cgi?id=100816
78130
78131         Reviewed by Kent Tamura.
78132
78133         * fast/forms/resources/picker-common.js:
78134         (openPicker): Fix mistake.
78135         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
78136         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
78137         * 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.
78138
78139 2012-10-31  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78140
78141         [EFL] Unreviewed, unskip fast/forms/select-multiple-elements-with-mouse-drag.html.
78142         https://bugs.webkit.org/show_bug.cgi?id=100248
78143
78144         The test is consistently passing again, and "fixing" the EFL side
78145         is not trivial.
78146
78147         * platform/efl-wk2/TestExpectations:
78148
78149 2012-10-31  Mike West  <mkwst@chromium.org>
78150
78151         Script run from an isolated world should bypass a page's CSP.
78152         https://bugs.webkit.org/show_bug.cgi?id=97398
78153
78154         Reviewed by Adam Barth.
78155
78156         * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt: Added.
78157         * http/tests/security/isolatedWorld/bypass-main-world-csp.html: Added.
78158         * platform/efl/TestExpectations:
78159         * platform/mac/TestExpectations:
78160         * platform/qt/TestExpectations:
78161         * platform/win/TestExpectations:
78162             Skip the new tests on ports that don't support the new functionality
78163
78164 2012-10-31  Pavel Podivilov  <podivilov@google.com>
78165
78166         [chromium] Rebaseline media/video-zoom.html.
78167
78168         * platform/chromium-linux/media/video-zoom-expected.png:
78169         * platform/chromium-mac-lion/media/video-zoom-expected.png: Added.
78170         * platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
78171         * platform/efl-wk1/media/video-zoom-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-expected.png.
78172
78173 2012-10-31  Pavel Podivilov  <podivilov@google.com>
78174
78175         [chromium] Rebaseline 7 media/video-* tests on Linux and Mac.
78176
78177         * platform/chromium-linux/media/video-aspect-ratio-expected.png:
78178         * platform/chromium-linux/media/video-colorspace-yuv420-expected.png:
78179         * platform/chromium-linux/media/video-colorspace-yuv422-expected.png:
78180         * platform/chromium-linux/media/video-layer-crash-expected.png:
78181         * platform/chromium-linux/media/video-transformed-expected.png:
78182         * platform/chromium-linux/media/video-zoom-controls-expected.png:
78183         * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
78184         * platform/chromium-mac-lion/media/video-aspect-ratio-expected.png: Added.
78185         * platform/chromium-mac-lion/media/video-colorspace-yuv420-expected.png: Added.
78186         * platform/chromium-mac-lion/media/video-colorspace-yuv422-expected.png: Added.
78187         * platform/chromium-mac-lion/media/video-layer-crash-expected.png: Added.
78188         * platform/chromium-mac-lion/media/video-transformed-expected.png: Added.
78189         * platform/chromium-mac-lion/media/video-zoom-controls-expected.png: Added.
78190         * platform/chromium-mac-lion/platform/chromium/media/video-frame-size-change-expected.png: Added.
78191         * platform/chromium-mac-snowleopard/media/video-aspect-ratio-expected.png:
78192         * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png:
78193         * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png:
78194         * platform/chromium-mac-snowleopard/media/video-layer-crash-expected.png:
78195         * platform/chromium-mac-snowleopard/media/video-transformed-expected.png:
78196         * platform/efl-wk1/media/video-aspect-ratio-expected.png: Renamed from LayoutTests/platform/efl/media/video-aspect-ratio-expected.png.
78197         * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv420-expected.png.
78198         * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv422-expected.png.
78199         * platform/efl-wk1/media/video-layer-crash-expected.png: Renamed from LayoutTests/platform/efl/media/video-layer-crash-expected.png.
78200         * platform/efl-wk1/media/video-transformed-expected.png: Renamed from LayoutTests/platform/efl/media/video-transformed-expected.png.
78201         * platform/efl-wk1/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.
78202
78203 2012-10-31  Pavel Podivilov  <podivilov@google.com>
78204
78205         [chromium] Add new baselines for fast/forms/basic-inputs.html and fast/forms/indeterminate.html on linux.
78206
78207         * platform/chromium-linux/fast/forms/indeterminate-expected.png:
78208         * platform/efl-wk1/fast/forms/indeterminate-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/indeterminate-expected.png.
78209
78210 2012-10-31  Pavel Podivilov  <podivilov@google.com>
78211
78212         [chromium] Unreviewed, mark two touchadjustment tests as failing on mac.
78213
78214         * platform/chromium/TestExpectations:
78215
78216 2012-10-31  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
78217
78218         [EFL][DRT] EventSender requires contextClick implementation
78219         https://bugs.webkit.org/show_bug.cgi?id=86091
78220
78221         Reviewed by Gyuyoung Kim.
78222
78223         Move contextClick dependent tests to WebKit2 TestExpectations and
78224         add new expected results.
78225
78226         * platform/efl-wk2/TestExpectations:
78227         * platform/efl/TestExpectations:
78228         * platform/efl/editing/selection/5354455-2-expected.txt: Added.
78229         * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
78230         * platform/efl/fast/events/context-onmousedown-event-expected.png: Added.
78231
78232 2012-10-30  Nico Weber  <thakis@chromium.org>
78233
78234         [chromium] Add baselines for fast/images/exif-orientation-css.html and exif-orientation-image-document.html
78235         https://bugs.webkit.org/show_bug.cgi?id=100807
78236
78237         Unreviewed, expectations update.
78238
78239         * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Added.
78240         * platform/chromium-linux/fast/images/exif-orientation-css-expected.png: Added.
78241         * platform/chromium-linux/fast/images/exif-orientation-image-document-expected.png: Added.
78242         * platform/chromium-mac-lion/fast/images/exif-orientation-css-expected.png: Added.
78243         * platform/chromium-mac-lion/fast/images/exif-orientation-image-document-expected.png: Added.
78244         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-css-expected.png: Added.
78245         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-image-document-expected.png: Added.
78246         * platform/chromium-mac/fast/images/exif-orientation-css-expected.png: Added.
78247         * platform/chromium-mac/fast/images/exif-orientation-image-document-expected.png: Added.
78248         * platform/chromium-win/fast/images/exif-orientation-image-document-expected.png: Added.
78249         * platform/chromium/TestExpectations:
78250
78251 2012-10-30  Keishi Hattori  <keishi@webkit.org>
78252
78253         F4 inside <input type=time> should not open calendar picker
78254         https://bugs.webkit.org/show_bug.cgi?id=100730
78255
78256         Reviewed by Kent Tamura.
78257
78258         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt: Added.
78259         * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html: Added.
78260
78261 2012-10-30  Kent Tamura  <tkent@chromium.org>
78262
78263         Delaying 'change' and 'input' event dispatching during HTMLInputElement::setValue
78264         https://bugs.webkit.org/show_bug.cgi?id=100772
78265
78266         Reviewed by Abhishek Arya.
78267
78268         * fast/forms/range/range-type-change-onchange-expected.txt: Added.
78269         * fast/forms/range/range-type-change-onchange.html: Added.
78270
78271 2012-10-30  Simon Fraser  <simon.fraser@apple.com>
78272
78273         Fix issues with filters and reflections
78274         https://bugs.webkit.org/show_bug.cgi?id=100308
78275
78276         Reviewed by Dirk Schulze.
78277
78278         Test composited filters inside a nested reflection.
78279
78280         * css3/filters/composited-reflected-expected.png: Added.
78281         * css3/filters/composited-reflected-expected.txt: Added.
78282         * css3/filters/composited-reflected.html: Added.
78283         * platform/mac/css3/filters/composited-reflected-expected.png: Added.
78284
78285 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
78286
78287         Unreviewed test expectations update
78288
78289         * platform/chromium/TestExpectations:
78290
78291 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
78292
78293         Unreviewed test update after r132969
78294
78295         Add alternate font family name (Courier New).
78296
78297         * fast/css/font-face-descending-unicode-range.html:
78298         * fast/css/font-face-download-error.html:
78299         * fast/css/font-face-unicode-range.html:
78300
78301 2012-10-30  Nico Weber  <thakis@chromium.org>
78302
78303         [chromium] Enable fast/images/exif-orientation-css.html
78304         https://bugs.webkit.org/show_bug.cgi?id=100767
78305
78306         Unreviewed, expectations-only change.
78307
78308         * platform/chromium/TestExpectations:
78309
78310 2012-10-30  Allan Sandfeld Jensen  <allan.jensen@digia.com>
78311
78312         DOM URL is flaky when workers are used
78313         https://bugs.webkit.org/show_bug.cgi?id=99178
78314
78315         Reviewed by Geoffrey Garen.
78316
78317         Test that the methods of the URL constructor are accesible from both main and worker threads.
78318
78319         * fast/workers/resources/worker-domurl.js: Added.
78320         (log):
78321         (onmessage):
78322         * fast/workers/worker-domurl-expected.txt: Added.
78323         * fast/workers/worker-domurl.html: Added.
78324
78325 2012-10-30  Hans Muller  <hmuller@adobe.com>
78326
78327         [CSS Exclusions] Multiple segment polygon layout does not get all segments
78328         https://bugs.webkit.org/show_bug.cgi?id=100039
78329
78330         Reviewed by Dirk Schulze.
78331
78332         Added tests for CSS Exclusion shape-inside polygons with horizontal edges.
78333         Corrected the simple-polygon.js code for computing a polygon's included intervals.
78334
78335         * fast/exclusions/resources/simple-polygon.js:
78336         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html: Added.
78337         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html: Added.
78338         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html: Added.
78339         * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html: Added.
78340         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
78341         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
78342
78343 2012-10-30  Kenichi Ishibashi  <bashi@chromium.org>
78344
78345         local(Helvetica) in src descriptor prevent fallback
78346         https://bugs.webkit.org/show_bug.cgi?id=100446
78347
78348         Reviewed by Dan Bernstein.
78349
78350         Add alternate font family names to src descriptor of @font-face rules
78351         so that the change doesn't change the expectations of tests.
78352
78353         * fast/css/font-face-implicit-local-font.html:
78354         * fast/css/font-face-multiple-faces.html:
78355         * svg/custom/font-face-simple.svg:
78356
78357 2012-10-30  Rick Byers  <rbyers@chromium.org>
78358
78359         cssText for cursor property doesn't include hotspot
78360         https://bugs.webkit.org/show_bug.cgi?id=99530
78361
78362         Reviewed by Darin Adler.
78363
78364         Add simple test for parsing of CSS cursor property.
78365
78366         * fast/css/cursor-parsing-expected.txt: Added.
78367         * fast/css/cursor-parsing.html: Added.
78368
78369 2012-10-30  Roger Fong  <roger_fong@apple.com>
78370
78371         Unreviewed. Test should not be run on Apple Windows port: fast/images/exif-orientation-image-document.html
78372
78373         * platform/win/TestExpectations:
78374
78375 2012-10-30  Roger Fong  <roger_fong@apple.com>
78376
78377         Unreviewed. Skip another failing accessibility test on Windows: accessibility/svg-remote-element.html.
78378
78379         * platform/win/TestExpectations:
78380
78381 2012-10-30  Vincent Scheib  <scheib@chromium.org>
78382
78383         [chromium] Unreviewed: Additional webgl test suppression to go along with earlier ones.
78384         https://bugs.webkit.org/show_bug.cgi?id=100784
78385
78386         * platform/chromium/TestExpectations:
78387
78388 2012-10-30  W. James MacLean  <wjmaclean@chromium.org>
78389
78390         [chromium] Restrict link highlights to targets that display a hand-cursor
78391         https://bugs.webkit.org/show_bug.cgi?id=99862
78392
78393         Reviewed by James Robinson.
78394
78395         To avoid applying highlights to inappropriate targets, such as large divs with
78396         click handlers installed, test candidate targets and only highlight them if they
78397         would normally display a hand cursor on mouse over. This is a heuristic, but has
78398         been tested and found effective in practice.
78399
78400         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html:
78401
78402 2012-10-30  Vincent Scheib  <scheib@chromium.org>
78403
78404         [Chromium] Unreviwed suppression of 6 webgl tests.
78405         https://bugs.webkit.org/show_bug.cgi?id=100784
78406
78407         * platform/chromium/TestExpectations:
78408
78409 2012-10-30  Glenn Adams  <glenn@skynav.com>
78410
78411         [CSS] Expand -webkit-line-break value space
78412         https://bugs.webkit.org/show_bug.cgi?id=100739
78413
78414         Reviewed by Eric Seidel.
78415
78416         Change default (initial) value for -webkit-line-break to 'auto' to match CSS3 Text.
78417
78418         * fast/css/getComputedStyle/computed-style-expected.txt:
78419         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
78420
78421         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
78422         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
78423
78424         * svg/css/getComputedStyle-basic-expected.txt:
78425         Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.
78426
78427 2012-10-30  Robert Hogan  <robert@webkit.org>
78428
78429         white-space: nowrap inline element beside a floated element wraps incorrectly without trailing textnode/newline
78430         https://bugs.webkit.org/show_bug.cgi?id=29648
78431
78432         Reviewed by Levi Weintraub.
78433
78434         * fast/text/whitespace/no-wrap-child-in-auto-wrap-container-expected.html: Added.
78435         * fast/text/whitespace/no-wrap-child-in-auto-wrap-container.html: Added.
78436
78437 2012-10-30  Roger Fong  <roger_fong@apple.com>
78438
78439         Unreviewed. Some flaky http/security tests to add to the skip list.
78440         Bug tracking flaky security tests here: https://bugs.webkit.org/show_bug.cgi?id=95803.
78441
78442         * platform/win/TestExpectations:
78443
78444 2012-10-30  Simon Fraser  <simon.fraser@apple.com>
78445
78446         Skip tiled drawing tests on Lion, since the TiledCoreAnimationDrawingArea is only
78447         built for Mountain Lion and later.
78448
78449         * platform/mac-lion/TestExpectations:
78450
78451 2012-10-30  Rick Byers  <rbyers@chromium.org>
78452
78453         [touchadjustment] touch-links-longpress tests passes incorrectly
78454         https://bugs.webkit.org/show_bug.cgi?id=96810
78455
78456         Reviewed by Antonio Gomes.
78457
78458         Fix touch-links-longpress test to be consistent with touch-links-active.
78459         Now it's actually touching where we intended - at the center of the
78460         touch region identified instead of the top/left corner.  Also pass
78461         the width/height of the touch to EventSender in order to enable touch
78462         adjustment.
78463
78464         Also adds checks to verify that our touches are actually landing on
78465         or outside the element we're targetting as desired.
78466
78467         * touchadjustment/resources/touchadjustment.js:
78468         (findAbsoluteBounds): Update to support both inline and block nodes (clientHeight is 0 for inline nodes)
78469         * touchadjustment/touch-links-active.html: Use updated findAbsoluteBounds
78470         * touchadjustment/touch-links-longpress.html:
78471
78472 2012-10-30  Dan Bernstein  <mitz@apple.com>
78473
78474         <rdar://problem/12395187> REGRESSION (r121299): OS X Text Replacement forces cursor out of text fields
78475         https://bugs.webkit.org/show_bug.cgi?id=100768
78476
78477         Reviewed by Anders Carlsson.
78478
78479         * platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt: Added.
78480         * platform/mac/editing/spelling/autocorrection-in-textarea.html: Added.
78481
78482 2012-10-30  Csaba Osztrogonác  <ossy@webkit.org>
78483
78484         [Qt] Unreviewed gardening, skip new crashing tests to paint the bot green.
78485
78486         * platform/qt/TestExpectations:
78487
78488 2012-10-30  Csaba Osztrogonác  <ossy@webkit.org>
78489
78490         [Qt][WK2] Unreviewed evening gardening, skip failing tests to paint the bot green.
78491
78492         * platform/qt-5.0-wk2/TestExpectations:
78493
78494 2012-10-30 Chris Fleizach  <cfleizach@apple.com>
78495
78496         AX: Support embedded SVG objects in AX tree
78497         https://bugs.webkit.org/show_bug.cgi?id=97571
78498
78499         Reviewed by Tim Horton.
78500
78501         Added a new test that links in an svg file. Accessibility of that remote svg file is tested.
78502         Test skipped on chromium until clickPoint() is implemented in DRT.
78503
78504         * accessibility/svg-remote-element.html: Added.
78505         * accessibility/resources/svg-face.svg: Added.
78506         * platform/chromium/TestExpectations:
78507         * platform/mac/accessibility/svg-remote-element-expected.txt: Added.
78508
78509 2012-10-30  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
78510
78511         [WK2][WTR] WebKitTestRunner needs testRunner.queueLoadHTMLString
78512         https://bugs.webkit.org/show_bug.cgi?id=100747
78513
78514         Reviewed by Kenneth Rohde Christiansen.
78515
78516         Unskipped http/tests/navigation/go-back-to-error-page.html for WK2 ports.
78517
78518         * platform/wk2/TestExpectations:
78519
78520 2012-10-30  Pavel Podivilov  <podivilov@google.com>
78521
78522         Unreviewed, rebaseline fast/sub-pixel/float-wrap-zoom.html.
78523
78524         * platform/chromium-mac-lion/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
78525         * platform/chromium-mac-snowleopard/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
78526         * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
78527
78528 2012-10-30  Jussi Kukkonen  <jussi.kukkonen@intel.com>
78529
78530         [EFL] Unreviewed, combine color profile failures to correct bug
78531         https://bugs.webkit.org/show_bug.cgi?id=100746
78532
78533         * platform/efl/TestExpectations:
78534
78535 2012-10-30  Emil A Eklund  <eae@chromium.org>
78536
78537         [subixel] Change LineWidth::shrinkAvailableWidthForNewFloatIfNeeded to not pixel snap
78538         https://bugs.webkit.org/show_bug.cgi?id=100742
78539
78540         Reviewed by Levi Weintraub.
78541
78542         Add test for wrapping when combining float and inline elements.
78543
78544         * fast/sub-pixel/float-wrap-zoom-expected.html: Added.
78545         * fast/sub-pixel/float-wrap-zoom.html: Added.
78546
78547 2012-10-30  Max Vujovic  <mvujovic@adobe.com>
78548
78549         [CSS Shaders] Reject vertex shaders with custom attributes
78550         https://bugs.webkit.org/show_bug.cgi?id=98973
78551
78552         Reviewed by Dean Jackson.
78553
78554         Add checks to verify:
78555         (1) Shaders with custom attributes do not execute (e.g. attribute float my_attribute;).
78556         (2) Shaders with a_triangleCoord defined do not execute with an attached mesh.
78557
78558         Note that in CSS Custom Filters, the a_triangleCoord attribute is only available in detached
78559         meshes. In detached meshes, no vertices are shared between triangles. Thus, each vertex
78560         belongs to a specific triangle, which a_triangleCoord identifies. In attached meshes,
78561         vertices can belong to many triangles, which a_triangleCoord cannot identify because it's
78562         only a vec3.
78563
78564         CSS Filters Spec, Vertex Attributes:
78565         https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#vertex-attribute-variables
78566
78567         * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html:
78568         * css3/filters/custom/invalid-custom-filter-attribute-types.html:
78569             Add two checks for two new vertex shaders. Update the a_triangleCoord type check to use
78570             a detached mesh, so the vertex shader fails to validate because a_triangleCoord is
78571             defined with an incorrect type, not because it defines a_triangleCoord in an attached
78572             mesh.
78573         * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs:
78574             Added. This vertex shader defines a_triangleCoord with the correct type. However, this
78575             shader is run with an an attached mesh, so it should not execute.
78576         * css3/filters/resources/invalid-custom-attribute.vs:
78577             Added. This vertex shader defines a custom attribute. The associated test verifies
78578             that it does not execute.
78579         * css3/filters/resources/invalid-type-a-mesh-coord.vs:
78580             Remove some empty lines to improve readability.
78581         * css3/filters/resources/invalid-type-a-position.vs: Ditto.
78582         * css3/filters/resources/invalid-type-a-tex-coord.vs: Ditto.
78583         * css3/filters/resources/invalid-type-a-triangle-coord.vs:
78584             Add a comment that this shader should be run with a detached mesh.
78585         * css3/filters/resources/invalid-type-attribute-array.vs:
78586             Remove some empty lines to improve readability.
78587         * css3/filters/resources/invalid-type-a-triangle-coord.vs: Ditto.
78588
78589 2012-10-30  Andrey Lushnikov  <lushnikov@google.com>
78590
78591         Web Inspector: adds isOwnProperty to remote protocol
78592         https://bugs.webkit.org/show_bug.cgi?id=100664
78593
78594         Reviewed by Pavel Feldman.
78595
78596         * inspector/runtime/runtime-getProperties-isOwnProperty-expected.txt: Added.
78597         * inspector/runtime/runtime-getProperties-isOwnProperty.html: Added.
78598
78599 2012-10-30  Pavel Podivilov  <podivilov@google.com>
78600
78601         Unreviewed, add baselines for exif-orientation-image-document.
78602
78603         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78604         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78605         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78606         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78607         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
78608
78609 2012-10-30  Pavel Podivilov  <podivilov@google.com>
78610
78611         Unrewieved, rebaseline audiobuffersource-loop-points.
78612
78613         * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav.
78614
78615 2012-10-30  Kent Tamura  <tkent@chromium.org>
78616
78617         Fix crash by calendar picker or suggestion picker
78618         https://bugs.webkit.org/show_bug.cgi?id=100728
78619
78620         Reviewed by Hajime Morita.
78621
78622         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange-expected.txt: Added.
78623         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html: Added.
78624
78625 2012-10-30  Michelangelo De Simone  <michelangelo@webkit.org>
78626
78627         [CSS Shaders] Change the default compositing mode and the default CSS value for <fragmentShader>
78628         https://bugs.webkit.org/show_bug.cgi?id=94020
78629
78630         Reviewed by Dean Jackson.
78631
78632         Existing tests have been modified to update them to the new default
78633         compositing values (normal source-atop).
78634
78635         Also, the dummy empty shader has been removed: not needed.
78636
78637         * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
78638         * css3/filters/custom/custom-filter-shader-cache.html:
78639         * css3/filters/custom/effect-custom-transform-parameters.html:
78640         * css3/filters/custom/effect-custom.html:
78641         * css3/filters/custom/filter-fallback-to-software.html:
78642         * css3/filters/resources/empty-shader.fs: Removed.
78643         * css3/filters/script-tests/custom-filter-property-computed-style.js:
78644
78645 2012-10-30  Zoltan Nyul  <zoltan.nyul@intel.com>
78646
78647         3d rotation with [0, 0, 0] direction vector should not be applied
78648         https://bugs.webkit.org/show_bug.cgi?id=100733
78649
78650         Reviewed by Levi Weintraub.
78651
78652         Add test for 3d rotation with [0, 0, 0] direction vector.
78653
78654         * transforms/3d/general/3dtransform-values-expected.txt:
78655         * transforms/3d/general/3dtransform-values.html:
78656
78657 2012-10-30  Kangil Han  <kangil.han@samsung.com>
78658
78659         [EFL][DRT] Bitmap should show whole view area.
78660         https://bugs.webkit.org/show_bug.cgi?id=100642
78661
78662         Reviewed by Gyuyoung Kim.
78663
78664         Unskip css sticky position as well as scroll and fixed position related test cases.
78665
78666         * platform/efl-wk1/TestExpectations:
78667
78668 2012-10-30  Byungwoo Lee  <bw80.lee@samsung.com>
78669
78670         [EFL][WK2] Unskip sputnik flaky tests.
78671         https://bugs.webkit.org/show_bug.cgi?id=100732
78672
78673         Unreviewed, EFL gardening.
78674
78675         These tests are always passing now.
78676
78677         sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html
78678         sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html
78679         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html
78680         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html
78681         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.html
78682         sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.html
78683
78684         * platform/efl-wk2/TestExpectations:
78685
78686 2012-10-30  Nico Weber  <thakis@chromium.org>
78687
78688         Add a test for reading exif orientation off image documents
78689         https://bugs.webkit.org/show_bug.cgi?id=100698
78690
78691         Reviewed by Eric Seidel.
78692
78693         fast/images/exif-orientation.html tests <img> elements, but image documents were untested previously.
78694
78695         * fast/images/exif-orientation-image-document.html: Added.
78696         * platform/chromium/TestExpectations:
78697         * platform/chromium/fast/images/exif-orientation-image-document-expected.txt: Added.
78698
78699 2012-10-29  Csaba Osztrogonác  <ossy@webkit.org>
78700
78701         Unreviewed, rolling out r132819.
78702         http://trac.webkit.org/changeset/132819
78703         https://bugs.webkit.org/show_bug.cgi?id=100388
78704
78705         It made layout testing 40% slower and storage tests assert
78706
78707         * platform/qt/TestExpectations:
78708
78709 2012-10-25  Stephen Chenney  <schenney@chromium.org>
78710
78711         feImage should not be allowed to self reference
78712         https://bugs.webkit.org/show_bug.cgi?id=94652
78713
78714         Reviewed by Eric Seidel.
78715
78716         Additional test case for situations when the filter is applied to multiple objects that it also references.
78717
78718         * svg/filters/feImage-self-and-other-referencing-expected.html: Added.
78719         * svg/filters/feImage-self-and-other-referencing.html: Added.
78720
78721 2012-10-29  Michael Saboff  <msaboff@apple.com>
78722
78723         Non-special escape character sequences cause JSC::Lexer::parseString to create 16 bit strings
78724         https://bugs.webkit.org/show_bug.cgi?id=100576
78725
78726         Reviewed by Darin Adler.
78727
78728         Added a new test to validated the behavior of the corresponding changes to string processing
78729         in the Lexer.
78730
78731         * fast/js/normal-character-escapes-in-string-literals-expected.txt: Added.
78732         * fast/js/normal-character-escapes-in-string-literals.html: Added.
78733         * fast/js/script-tests/normal-character-escapes-in-string-literals.js: Added.
78734
78735 2012-10-29  Roger Fong  <roger_fong@apple.com>
78736
78737         Unreviewed. Feature introduced in r132708 is chromium only. Skipping related tests.
78738
78739         * platform/win/TestExpectations:
78740
78741 2012-10-29  Adam Barth  <abarth@webkit.org>
78742
78743         Block SVG external references pending a security review
78744         https://bugs.webkit.org/show_bug.cgi?id=100635
78745
78746         Reviewed by Eric Seidel.
78747
78748         Skip tests that depend on external SVG references.
78749
78750         * platform/chromium/TestExpectations:
78751
78752 2012-10-29  Chris Rogers  <crogers@google.com>
78753
78754         Unreviewed rebaseline of webaudio/audiobuffersource-loop-points
78755
78756         * platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav: Added.
78757         * platform/chromium-win/webaudio/audiobuffersource-loop-points-expected.wav: Added.
78758
78759 2012-10-29  Alpha Lam  <hclam@chromium.org>
78760
78761         [skia] Handle mask box image.
78762         https://bugs.webkit.org/show_bug.cgi?id=100570
78763
78764         Reviewed by James Robinson.
78765
78766         Added a test for -webkit-mask-box-image. Test should complete without crashes.
78767         Output image should be blank.
78768
78769         * fast/images/mask-box-image-crash-expected.png: Added.
78770         * fast/images/mask-box-image-crash-expected.txt: Added.
78771         * fast/images/mask-box-image-crash.html: Added.
78772
78773 2012-10-29  David Barton  <dbarton@mathscribe.com>
78774
78775         Unreviewed gardening. LayoutTests/mathml/msubsup-fuzz.html passes locally but not on
78776         cr-linux-ews. I need to see a stack trace to debug it. See webkit.org/b/100463.
78777
78778         * mathml/msubsup-fuzz-expected.txt: Added.
78779         * mathml/msubsup-fuzz.html: Added.
78780         * platform/chromium/TestExpectations:
78781         * platform/efl/TestExpectations:
78782         * platform/gtk/TestExpectations:
78783         * platform/mac/TestExpectations:
78784
78785 2012-10-29  Justin Novosad  <junov@google.com>
78786
78787         [Chromium] flickering observed when copying 2D canvas to webGL texture
78788         https://bugs.webkit.org/show_bug.cgi?id=100691
78789
78790         Reviewed by Stephen White.
78791
78792         Modified test by adding a canvas draw imediately after webgl texture
78793         upload in order to exercise graphics context synchronization between
78794         the webGL and 2D canvas graphics contexts.
78795
78796         * fast/canvas/webgl/canvas-2d-webgl-texture.html:
78797
78798 2012-10-29  Glenn Adams  <glenn@skynav.com>
78799        
78800         [CSSOM] Extraneous whitespace in CSSImportRule.cssText
78801         https://bugs.webkit.org/show_bug.cgi?id=100657
78802
78803         Reviewed by Simon Fraser.
78804
78805         Test (from CSS WG) that checks serializion of CSSImportRule.cssText.
78806
78807         * http/tests/css/shared-stylesheet-mutation-expected.txt:
78808         * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
78809         Fix expected output to match removal of extraneous space.
78810
78811         * cssom/cssimportrule-media-expected.txt: Added.
78812         * cssom/cssimportrule-media.html: Added.
78813         * cssom/resources/import.css: Added.
78814
78815 2012-10-29  Zan Dobersek  <zandobersek@gmail.com>
78816
78817         Unreviewed GTK gardening.
78818
78819         Adding flaky crash expectations for tests that crash after r132699
78820         if the accessibility object cache is populated.
78821
78822         * platform/gtk/TestExpectations:
78823
78824 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
78825
78826         [EFL] Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
78827         https://bugs.webkit.org/show_bug.cgi?id=100687
78828
78829         Unreviewed EFL gardening.
78830
78831         Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
78832         since it is intrinsically flaky and cannot be fixed.
78833
78834         * platform/efl/TestExpectations:
78835
78836 2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
78837
78838         [Qt] Flaky security tests
78839         https://bugs.webkit.org/show_bug.cgi?id=100388
78840
78841         Reviewed by Jocelyn Turcotte.
78842
78843         Unskip no longer flaky tests.
78844
78845         * platform/qt/TestExpectations:
78846
78847 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
78848
78849         [WK2][WKTR] Enable Shadow DOM at runtime if compiled with SHADOW_DOM support
78850         https://bugs.webkit.org/show_bug.cgi?id=100668
78851
78852         Reviewed by Kenneth Rohde Christiansen.
78853
78854         Remove Shadow DOM layout tests from the global wk2 TestExpectations
78855         and add it to the mac-wk2 one. EFL and GTK ports have Shadow DOM
78856         enabled so they don't need to be skipped for those ports. The Qt port
78857         is already skipping those tests in its global TestExpectations file.
78858
78859         * platform/efl-wk2/TestExpectations:
78860         * platform/mac-wk2/TestExpectations:
78861         * platform/wk2/TestExpectations:
78862
78863 2012-10-29  Csaba Osztrogonác  <ossy@webkit.org>
78864
78865         [Qt] Text with zero font size renders as X px sometimes, causing fast/text/zero-font-size-2.html to fail
78866         https://bugs.webkit.org/show_bug.cgi?id=100115
78867
78868         Reviewed by Noam Rosenthal.
78869
78870         * platform/qt/TestExpectations: Unskip fast/text/zero-font-size-2.html.
78871
78872 2012-10-29  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
78873
78874         [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
78875         https://bugs.webkit.org/show_bug.cgi?id=100646
78876
78877         Reviewed by Kenneth Rohde Christiansen.
78878
78879         * platform/efl-wk2/TestExpectations: Unskip
78880         fast/events/frame-tab-focus.html.
78881
78882 2012-10-29  Michelangelo De Simone  <michelangelo@webkit.org>
78883
78884         [CSS Shaders] Implement CustomFilterArrayParameter::blend
78885         https://bugs.webkit.org/show_bug.cgi?id=96437
78886
78887         Reviewed by Dean Jackson.
78888
78889         New tests to asses the correctness of CustomFilterArrayParameter::blend.
78890         
78891         * animations/resources/animation-test-helpers.js:
78892         (customFilterParameterMatch): A check for functions' parameters length has been added.
78893         * css3/filters/custom/custom-filter-array-blending-expected.txt: Added.
78894         * css3/filters/custom/custom-filter-array-blending.html: Added.
78895
78896 2012-10-29  Sheriff Bot  <webkit.review.bot@gmail.com>
78897
78898         Unreviewed, rolling out r132782.
78899         http://trac.webkit.org/changeset/132782
78900         https://bugs.webkit.org/show_bug.cgi?id=100653
78901
78902         It made 400+ tests fail and 180 tests flakey on Qt (Requested
78903         by Ossy on #webkit).
78904
78905         * platform/qt/TestExpectations:
78906
78907 2012-10-29  Allan Sandfeld Jensen  <allan.jensen@digia.com>
78908
78909         [Qt] Flaky security tests
78910         https://bugs.webkit.org/show_bug.cgi?id=100388
78911
78912         Reviewed by Jocelyn Turcotte.
78913
78914         Unskip no longer flaky tests.
78915
78916         * platform/qt/TestExpectations:
78917
78918 2012-10-29  Pavel Podivilov  <podivilov@google.com>
78919
78920         [Chromium] Test expectation update.
78921
78922         Unreviewed, mark recently added audiobuffersource-loop-points.html test as failing on windows.
78923
78924         * platform/chromium/TestExpectations:
78925
78926 2012-10-29  Kent Tamura  <tkent@chromium.org>
78927
78928         [Chromium] Test expectation update.
78929         https://bugs.webkit.org/show_bug.cgi?id=99818
78930
78931         The failure of month-multiple-fields-keyboard-events.html on SnowLeopard
78932         and XP is expected.
78933
78934         - OS X SnowLeopard
78935           The month forma is "yyyy MMMM" on SnowLoepard though it's "MMMM yyyy"
78936           on other platforms.
78937
78938         - Windows XP
78939           It doesn't support the lang-attribute-aware-form-control-UI testing
78940         feature.
78941
78942         * 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.
78943         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
78944         * platform/chromium/TestExpectations:
78945
78946 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
78947
78948         [EFL] Skip 2 tests failing due to missing drag'n drop support
78949         https://bugs.webkit.org/show_bug.cgi?id=100638
78950
78951         Unreviewed EFL gardening.
78952
78953         Skip 2 test cases failing due to missing drag'n drop support
78954         in EFL port.
78955
78956         * platform/efl/TestExpectations:
78957
78958 2012-10-29  Christophe Dumez  <christophe.dumez@intel.com>
78959
78960         [EFL] Skip 2 jquery tests crashing after r132757
78961         https://bugs.webkit.org/show_bug.cgi?id=100637
78962
78963         Unreviewed EFL gardening.
78964
78965         Skip 2 jquery test cases that started crashing after
78966         r132757.
78967
78968         * platform/efl/TestExpectations:
78969
78970 2012-10-29  Alexander Pavlov  <apavlov@chromium.org>
78971
78972         Web Inspector: [Styles] Handle non-parsedOk properties as inactive ones
78973         https://bugs.webkit.org/show_bug.cgi?id=100119
78974
78975         Reviewed by Vsevolod Vlasov.
78976
78977         * http/tests/inspector/elements-test.js:
78978         (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
78979         * inspector/styles/inactive-properties-expected.txt: Added.
78980         * inspector/styles/inactive-properties.html: Added.
78981
78982 2012-10-29  Nandor Huszka  <hnandor@inf.u-szeged.hu>
78983
78984         [Qt] Unreviewed gardening.
78985
78986         Skip some tests because SHADOW_DOM is disabled on Qt.
78987         Unskip another one that doesn't exist already.
78988
78989         * platform/qt/TestExpectations:
78990
78991 2012-10-28  Shinya Kawanaka  <shinyak@chromium.org>
78992
78993         The shadow element is not reprojected to a nested ShadowRoot.
78994         https://bugs.webkit.org/show_bug.cgi?id=99228
78995
78996         Reviewed by Dimitri Glazkov.
78997
78998         * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection-expected.txt: Added.
78999         * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection.html: Added. A walker test case for elements distributed
79000         to shadow element are reprojected.
79001         * fast/dom/shadow/composed-shadow-tree-walker.html:
79002         * fast/dom/shadow/content-reprojection-complex.html:
79003         * fast/dom/shadow/content-reprojection-fallback-expected.html:
79004         * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html:
79005         * fast/dom/shadow/shadow-reprojection-click-expected.txt: Added.
79006         * fast/dom/shadow/shadow-reprojection-click.html: Added. Does some interactive with a shadow-reprojected node.
79007         * fast/dom/shadow/shadow-reprojection-dynamic-expected.html: Added.
79008         * fast/dom/shadow/shadow-reprojection-dynamic.html: Added. Adds dynamically elements shadow-reprojected.
79009         * fast/dom/shadow/shadow-reprojection-expected.html: Added.
79010         * fast/dom/shadow/shadow-reprojection-fallback-expected.html: Added.
79011         * fast/dom/shadow/shadow-reprojection-fallback.html: Added. A test case for fallback elements of a shadow element
79012         are reprojected.
79013         * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Removed.
79014         * fast/dom/shadow/shadow-reprojection-prohibited.html: Removed.
79015         * fast/dom/shadow/shadow-reprojection.html: Added. A basic test case.
79016         * fast/dom/shadow/shadow-reprojection2-expected.html: Added.
79017         * fast/dom/shadow/shadow-reprojection2.html: Added. Another basic test case.
79018
79019 2012-10-28  Kunihiko Sakamoto  <ksakamoto@chromium.org>
79020
79021         Webkit adds a boundary to the Content-Type: text/plain POST header
79022         https://bugs.webkit.org/show_bug.cgi?id=100445
79023
79024         Reviewed by Kent Tamura.
79025
79026         Fixed test failure and added a test case for Content-Type header.
79027
79028         * http/tests/misc/form-post-textplain-expected.txt:
79029         * http/tests/misc/form-post-textplain.html:
79030         * http/tests/misc/resources/form-post-textplain.php:
79031         Added a test case for testing Content-Type POST header.
79032         Also fixed existing test case that attempted to test newline in the input value.
79033         LF in the input value is replaced with CRLF durling the construction of the form data set.
79034
79035 2012-10-28  Kent Tamura  <tkent@chromium.org>
79036
79037         [Chromium] Test expectation update
79038
79039         Rebaseline for http://trac.webkit.org/changeset/132753
79040
79041         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
79042         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
79043         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
79044         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
79045         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
79046
79047 2012-10-28  Sheriff Bot  <webkit.review.bot@gmail.com>
79048
79049         Unreviewed, rolling out r132696.
79050         http://trac.webkit.org/changeset/132696
79051         https://bugs.webkit.org/show_bug.cgi?id=100609
79052
79053         Needs a bit more clean-up on Chrome Web UI side. (Requested by
79054         dglazkov on #webkit).
79055
79056         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
79057         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
79058         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
79059         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
79060         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
79061         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
79062         * fast/forms/pseudo-elements-expected.html: Removed.
79063         * fast/forms/pseudo-elements.html: Removed.
79064         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
79065         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
79066         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
79067         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
79068         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
79069         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
79070         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79071         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79072         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79073         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79074         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
79075         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79076         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
79077         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
79078         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79079         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79080         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79081         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79082         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79083         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79084         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79085         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79086         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79087         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79088         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79089         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
79090
79091 2012-10-28  Kent Tamura  <tkent@chromium.org>
79092
79093         [Chromium] Test expectation update
79094         https://bugs.webkit.org/show_bug.cgi?id=100128
79095
79096         Rebaseline for http://trac.webkit.org/changeset/132718 and crrev.com/164515.
79097
79098         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79099         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79100         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79101         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79102         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79103         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79104         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79105         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79106         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79107         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79108         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79109         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79110         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
79111         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
79112         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
79113         * platform/chromium/TestExpectations:
79114
79115 2012-10-28  Csaba Osztrogonác  <ossy@webkit.org>
79116
79117         [Qt] Unreviewed weekend gardening, skip a failing test, update expected files.
79118
79119         * platform/qt-5.0-wk2/TestExpectations:
79120         * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
79121         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
79122         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
79123         * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
79124         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt: Added.
79125         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt: Added.
79126
79127 2012-10-27  Noam Rosenthal  <noam.rosenthal@nokia.com>
79128
79129         Coordinated Graphics: Animation jerkiness when rAF is enabled
79130         https://bugs.webkit.org/show_bug.cgi?id=100536
79131
79132         Reviewed by Kenneth Rohde Christiansen.
79133
79134         Added a test to make sure we don't respond too eagerly to requestAnimationFrame.
79135
79136         * fast/animation/request-animation-frame-too-rapid-expected.txt: Added.
79137         * fast/animation/request-animation-frame-too-rapid.html: Added.
79138         * fast/animation/script-tests/request-animation-frame-too-rapid.js: Added.
79139
79140 2012-10-27  David Barton  <dbarton@mathscribe.com>
79141
79142         [MathML] Improve some addChild methods
79143         https://bugs.webkit.org/show_bug.cgi?id=98791
79144
79145         Reviewed by Eric Seidel.
79146
79147         * mathml/presentation/dynamic-expected.html: Added.
79148         * mathml/presentation/dynamic.html: Added.
79149
79150 2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>
79151
79152         Unreviewed gardening.
79153
79154         Removing my garbage, now from svn.
79155
79156         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png: Removed.
79157
79158 2012-10-27  Balazs Kelemen  <kbalazs@webkit.org>
79159
79160         Unreviewed gardening.
79161
79162         Added one more png to a wrong path in my previous commit, removing it and hoping that
79163         the directory will not stay in svn.
79164
79165         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
79166
79167 2012-10-27  Levi Weintraub  <leviw@chromium.org>
79168
79169         Background images can incorrectly repeat with sub-pixel layout
79170         https://bugs.webkit.org/show_bug.cgi?id=94622
79171
79172         Reviewed by Emil A Eklund.
79173
79174         * fast/sub-pixel/scaled-background-image-expected.html: Added.
79175         * fast/sub-pixel/scaled-background-image.html: Added.
79176
79177 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
79178
79179         [Qt] Pixel tests need rebaseline
79180         https://bugs.webkit.org/show_bug.cgi?id=99323
79181
79182         Unreviewed gardening.
79183
79184         Reland Qt-WebKit2 new expectations part 2 with fixed paths.
79185
79186         * platform/qt-5.0-wk2/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
79187         * platform/qt-5.0-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
79188         * platform/qt-5.0-wk2/fullscreen/full-screen-stacking-context-expected.png: Added.
79189         * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-after-expected.png: Added.
79190         * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-expected.png: Added.
79191         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png: Added.
79192         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png: Added.
79193         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Added.
79194         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Added.
79195         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
79196         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png: Added.
79197         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
79198         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
79199         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
79200         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png: Added.
79201         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
79202         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
79203         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
79204         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
79205         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
79206         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
79207         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png: Added.
79208         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png: Added.
79209         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png: Added.
79210         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
79211         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png: Added.
79212         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png: Added.
79213
79214 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
79215
79216         [Qt] Pixel tests need rebaseline
79217         https://bugs.webkit.org/show_bug.cgi?id=99323
79218
79219         Unreviewed gardening.
79220
79221         Reland Qt-WebKit2 new expectations part 1 with fixed paths.
79222
79223         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
79224         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
79225         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
79226         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
79227         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
79228         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
79229         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
79230         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
79231         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
79232         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
79233         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
79234         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
79235         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
79236         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
79237         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
79238         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
79239         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
79240         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
79241         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
79242         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
79243         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
79244         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
79245         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
79246         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
79247         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
79248         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png: Added.
79249         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png: Added.
79250         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png: Added.
79251         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
79252         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
79253         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png: Added.
79254         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png: Added.
79255         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png: Added.
79256         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
79257         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
79258         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
79259         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png: Added.
79260         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
79261         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
79262         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
79263         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
79264         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
79265         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
79266         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
79267         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
79268         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
79269         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png: Added.
79270         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
79271         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
79272         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
79273         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
79274         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
79275         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
79276         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
79277         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
79278         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
79279         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
79280         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
79281         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
79282         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
79283         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
79284         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
79285         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
79286         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
79287         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
79288         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
79289         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
79290         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
79291         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
79292         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
79293         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
79294         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
79295         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
79296         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.
79297
79298 2012-10-27  Tony Chang  <tony@chromium.org>
79299
79300         Remove internals shouldDisplayTrackKind methods; these are also on internals.settings
79301         https://bugs.webkit.org/show_bug.cgi?id=100564
79302
79303         Reviewed by Adam Barth.
79304
79305         Update tests to use the internals.settings method.
79306
79307         * media/track/track-language-preference-expected.txt:
79308         * media/track/track-language-preference.html:
79309         * media/track/track-prefer-captions-expected.txt:
79310         * media/track/track-prefer-captions.html:
79311
79312 2012-10-26  Philip Rogers  <pdr@google.com>
79313
79314         Prevent NaN offset values in ElementTimeControl.
79315         https://bugs.webkit.org/show_bug.cgi?id=100322
79316
79317         Reviewed by Abhishek Arya.
79318
79319         * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
79320         * svg/custom/elementTimeControl-nan-crash.html: Added.
79321
79322 2012-10-26  Csaba Osztrogonác  <ossy@webkit.org>
79323
79324         [Qt] Unreviewed weekend gardening, skip new failing tests.
79325
79326         * platform/qt/TestExpectations:
79327
79328 2012-10-26  Chris Rogers  <crogers@google.com>
79329
79330         Implement AudioBufferSourceNode .loopStart and .loopEnd attributes
79331         https://bugs.webkit.org/show_bug.cgi?id=100170
79332
79333         Reviewed by Kenneth Russell.
79334
79335         * webaudio/audiobuffersource-loop-comprehensive-expected.txt: Added.
79336         * webaudio/audiobuffersource-loop-comprehensive.html: Added.
79337         * webaudio/audiobuffersource-loop-points-expected.wav: Added.
79338         * webaudio/audiobuffersource-loop-points.html: Added.
79339
79340 2012-10-26  Kent Tamura  <tkent@chromium.org>
79341
79342         [Chromium] Test expectation update.
79343
79344         Rebaseline for recent forms changes.
79345
79346         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
79347         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
79348         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
79349         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
79350         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
79351         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
79352         * platform/chromium/TestExpectations:
79353
79354 2012-10-26  Daniel Cheng  <dcheng@chromium.org>
79355
79356         dragover's default action should prevent drop for file drags
79357         https://bugs.webkit.org/show_bug.cgi?id=79173
79358
79359         Reviewed by Tony Chang.
79360
79361         * fast/dom/shadow/drop-event-in-shadow.html:
79362             Added dragover handler as required by the HTML specification.
79363         * fast/events/input-element-display-none-in-dragleave-crash.html:
79364             Added dragover handler as required by the HTML specification.
79365         * fast/events/only-valid-drop-targets-receive-file-drop-expected.txt: Added.
79366         * fast/events/only-valid-drop-targets-receive-file-drop.html: Added.
79367         * http/tests/security/clipboard/clipboard-file-access.html:
79368             Added dragover handler as required by the HTML specification.
79369
79370 2012-10-26  Anders Carlsson  <andersca@apple.com>
79371
79372         Crash when making NPRuntime calls with a null NPP pointer
79373         https://bugs.webkit.org/show_bug.cgi?id=100569
79374
79375         Reviewed by Darin Adler.
79376
79377         Add new tests.
79378
79379         * plugins/npruntime/npruntime-calls-with-null-npp-expected.txt: Added.
79380         * plugins/npruntime/npruntime-calls-with-null-npp.html: Added.
79381
79382 2012-10-26  Vincent Scheib  <scheib@chromium.org>
79383
79384         Unreviewed, rolling out r132702.
79385         http://trac.webkit.org/changeset/132702
79386         https://bugs.webkit.org/show_bug.cgi?id=100322
79387
79388         Compile error on Chromium Linux dbg builder (and others)
79389
79390         * svg/custom/elementTimeControl-nan-crash-expected.txt: Removed.
79391         * svg/custom/elementTimeControl-nan-crash.html: Removed.
79392
79393 2012-10-26  Tony Chang  <tony@chromium.org>
79394
79395         [chromium] Unreviewed, remove one more test that consistently passes according to the flakiness dashboard.
79396
79397         * platform/chromium/TestExpectations:
79398
79399 2012-10-26  Tony Chang  <tony@chromium.org>
79400
79401         [chromium] Unreviewed, remove tests that consistently pass.
79402
79403         * platform/chromium-mac-mountainlion/TestExpectations: Some tests still need 10.8 baselines. Add them to this file.
79404         * platform/chromium/TestExpectations:
79405
79406 2012-10-26  Philip Rogers  <pdr@google.com>
79407
79408         Prevent NaN offset values in ElementTimeControl.
79409         https://bugs.webkit.org/show_bug.cgi?id=100322
79410
79411         Reviewed by Abhishek Arya.
79412
79413         * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
79414         * svg/custom/elementTimeControl-nan-crash.html: Added.
79415
79416 2012-10-26  Tony Chang  <tony@chromium.org>
79417
79418         Move non-Settings Inspector methods from internals.settings to internals
79419         https://bugs.webkit.org/show_bug.cgi?id=100392
79420
79421         Reviewed by Adam Barth.
79422
79423         Update tests to use internals.setJavaScriptProfilingEnabled instead of internals.settings.setJavaScriptProfilingEnabled.
79424         Update tests to use internals.setInspectorResourcesDataSizeLimits instead of internals.settings.setInspectorResourcesDataSizeLimits.
79425
79426         * fast/profiler/anonymous-event-handler.html:
79427         * fast/profiler/anonymous-function-called-from-different-contexts.html:
79428         * fast/profiler/anonymous-function-calls-built-in-functions.html:
79429         * fast/profiler/anonymous-function-calls-eval.html:
79430         * fast/profiler/anonymous-functions-with-display-names.html:
79431         * fast/profiler/apply.html:
79432         * fast/profiler/built-in-function-calls-anonymous.html:
79433         * fast/profiler/built-in-function-calls-user-defined-function.html:
79434         * fast/profiler/call-register-leak.html:
79435         * fast/profiler/call.html:
79436         * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
79437         * fast/profiler/compare-multiple-profiles.html:
79438         * fast/profiler/constructor.html:
79439         * fast/profiler/dead-time.html:
79440         * fast/profiler/document-dot-write.html:
79441         * fast/profiler/event-handler.html:
79442         * fast/profiler/execution-context-and-eval-on-same-line.html:
79443         * fast/profiler/inline-event-handler.html:
79444         * fast/profiler/many-calls-in-the-same-scope.html:
79445         * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
79446         * fast/profiler/multiple-and-different-scoped-function-calls.html:
79447         * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html:
79448         * fast/profiler/multiple-frames.html:
79449         * fast/profiler/named-functions-with-display-names.html:
79450         * fast/profiler/nested-anonymous-functon.html:
79451         * fast/profiler/nested-start-and-stop-profiler.html:
79452         * fast/profiler/no-execution-context.html:
79453         * fast/profiler/one-execution-context.html:
79454         * fast/profiler/profile-calls-in-included-file.html:
79455         * fast/profiler/profile-with-no-title.html:
79456         * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
79457         * fast/profiler/profiling-from-a-nested-location.html:
79458         * fast/profiler/simple-event-call.html:
79459         * fast/profiler/simple-no-level-change.html:
79460         * fast/profiler/start-and-stop-profiler-multiple-times.html:
79461         * fast/profiler/start-and-stop-profiling-in-the-same-function.html:
79462         * fast/profiler/start-but-dont-stop-profiling.html:
79463         * fast/profiler/stop-profiling-after-setTimeout.html:
79464         * fast/profiler/stop-then-function-call.html:
79465         * fast/profiler/two-execution-contexts.html:
79466         * fast/profiler/user-defined-function-calls-built-in-functions.html:
79467         * fast/profiler/window-dot-eval.html:
79468         * http/tests/inspector/network-test.js:
79469         (resetInspectorResourcesData):
79470         * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html:
79471         * http/tests/inspector/network/network-content-replacement-embed.html:
79472         * http/tests/inspector/network/network-content-replacement-xhr.html:
79473         * inspector/profiler/cpu-profiler-profiling-without-inspector.html:
79474
79475 2012-10-26  Dominic Mazzoni  <dmazzoni@google.com>
79476
79477         AX: Notification should be sent when accessibilityIsIgnored changes
79478         https://bugs.webkit.org/show_bug.cgi?id=99547
79479
79480         Reviewed by Chris Fleizach.
79481
79482         Adds 3 new test to ensure:
79483         1. A "children changed" notification is fired on the parent object when an
79484            object that was previously ignored becomes unignored.
79485         2. A notification is sent when an element's text (incl. title or label) changes.
79486         3. A notification is sent when another ARIA attribute changes.
79487
79488         Modifies add-to-menu-list-crashes because it was too brittle; it was
79489             referencing a stale object rather than retrieving its latest handle.
79490         Modifies aria-checkbox-sends-notification to listen on the correct
79491             object on all platforms.
79492         Simplifies notification-listeners so it doesn't generate additional
79493             notifications that are inconsistent between platforms now.
79494
79495         * accessibility/aria-checkbox-sends-notification.html:
79496         * accessibility/notification-listeners.html:
79497         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
79498         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
79499         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
79500         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
79501         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
79502         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
79503         * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
79504         * platform/chromium/accessibility/text-change-notification.html: Added.
79505
79506 2012-10-26  Vincent Scheib  <scheib@chromium.org>
79507
79508         Generated should not be supported for things with a shadow
79509         https://bugs.webkit.org/show_bug.cgi?id=98836
79510
79511         Unreviewed rollout of rollout of http://trac.webkit.org/changeset/132269.
79512         Initial rollout was speculative and was shown not to be related to crashes.
79513         Change author: Elliott Sprehn  <esprehn@chromium.org>
79514
79515         Change all pseudos on <input> tests to be ref tests and clean up the tests.
79516         They now make sure we don't support generated content on things with a shadow.
79517         Also added another test for the other form control types to ensure they don't
79518         support pseudos either.
79519
79520         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
79521         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
79522         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
79523         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
79524         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
79525         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
79526         * fast/forms/pseudo-elements-expected.html: Added.
79527         * fast/forms/pseudo-elements.html: Added.
79528         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
79529         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
79530         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
79531         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
79532         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
79533         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
79534         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79535         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79536         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79537         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79538         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
79539         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79540         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
79541         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
79542         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79543         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79544         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79545         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79546         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79547         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79548         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79549         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79550         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79551         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79552         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79553         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
79554
79555 2012-10-26  Aaron Colwell  <acolwell@chromium.org>
79556
79557         Remove Chromium specific expectations for video-media-source-add-and-remove-buffers.html
79558         https://bugs.webkit.org/show_bug.cgi?id=100160
79559
79560         Reviewed by Adam Barth.
79561
79562         The common expectations just reflected a bug in Chromium. The bug has been fixed and the common expectations
79563         have been updated to reflect the correct behavior.
79564
79565         * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
79566         * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Removed.
79567
79568 2012-10-26  Bear Travis  <betravis@adobe.com>
79569
79570         [CSS Exclusions] Block children have incorrect offset when shape-inside element lays out below other elements
79571         https://bugs.webkit.org/show_bug.cgi?id=98189
79572
79573         Reviewed by Dirk Schulze.
79574
79575         Test that block content in subsequent shape-insides lays out correctly. Introducing a script
79576         that can eventually be used to simplify the rectangle cases.
79577
79578         * fast/exclusions/resources/simple-rectangle.js: Added.
79579         (createRectangleTest): Generate a shape-inside rectangle test using the given parameters.
79580         (createRectangleTestResult): Generate a shape-inside rectangle expected result using
79581         the given parameters.
79582         * fast/exclusions/shape-inside/shape-inside-subsequent-blocks-expected.html: Added.
79583         * fast/exclusions/shape-inside/shape-inside-subsequent-blocks.html: Added.
79584
79585 2012-10-26  Dirk Schulze  <krit@webkit.org>
79586
79587         -webkit-clip-path property should just reference clipPath
79588         https://bugs.webkit.org/show_bug.cgi?id=100531
79589
79590         Reviewed by Eric Seidel.
79591
79592         Check that anther SVG resource like mask can not be referenced as clipPath.
79593
79594         * css3/masking/clip-path-reference-of-fake-clipPath-expected.txt: Added.
79595         * css3/masking/clip-path-reference-of-fake-clipPath.html: Added.
79596
79597 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79598
79599         webkitpy: Pass the `Listen' Apache directive from webkitpy, not the httpd.conf files.
79600         https://bugs.webkit.org/show_bug.cgi?id=98602
79601
79602         Reviewed by Dirk Pranke.
79603
79604         * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
79605         directive and related comments, it is passed to httpd by webkitpy
79606         now.
79607         * http/conf/apache2-httpd.conf: Ditto.
79608         * http/conf/cygwin-httpd.conf: Ditto.
79609         * http/conf/fedora-httpd.conf: Ditto.
79610
79611 2012-10-26  Simon Fraser  <simon.fraser@apple.com>
79612
79613         compositing/tiling/huge-layer* flakey
79614         https://bugs.webkit.org/show_bug.cgi?id=48454
79615
79616         Reviewed by Dan Bernstein.
79617
79618         In r131009 I fixed layerTreeAsText() to not be flakey with tiled layers, by ensuring that
79619         we flush layer state before dumping the layer tree. That makes these tests non-flakey. I was
79620         also able to remove all the setTimeouts() from these tests.
79621         
79622         The 'usingTiledLayer' property is only dumped on Mac, so made cross-platform results without
79623         this flag, and added Mac-specific results with it.
79624         
79625         Unskipped some tests on non-Mac platforms that should now pass.
79626
79627         * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
79628         * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
79629         * compositing/tiling/huge-layer-add-remove-child-expected.txt:
79630         * compositing/tiling/huge-layer-add-remove-child.html: Added.
79631         * compositing/tiling/huge-layer-add-remove-child.html-disabled: Removed.
79632         * compositing/tiling/huge-layer-expected.txt:
79633         * compositing/tiling/huge-layer-img-expected.txt:
79634         * compositing/tiling/huge-layer-img.html: Renamed from LayoutTests/compositing/tiling/huge-layer-img.html-disabled.
79635         * compositing/tiling/huge-layer-resize-expected.txt:
79636         * compositing/tiling/huge-layer-with-layer-children-expected.txt:
79637         * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
79638         * compositing/tiling/huge-layer-with-layer-children-resize.html: Added.
79639         * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled: Removed.
79640         * compositing/tiling/huge-layer-with-layer-children.html: Renamed from LayoutTests/compositing/tiling/huge-layer-with-layer-children.html-disabled.
79641         * platform/chromium/TestExpectations:
79642         * platform/efl/TestExpectations:
79643         * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Copied from LayoutTests/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
79644         * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Copied from LayoutTests/compositing/tiling/crash-reparent-tiled-layer-expected.txt.
79645         * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-add-remove-child-expected.txt.
79646         * platform/mac/compositing/tiling/huge-layer-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-expected.txt.
79647         * platform/mac/compositing/tiling/huge-layer-img-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-img-expected.txt.
79648         * platform/mac/compositing/tiling/huge-layer-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-resize-expected.txt.
79649         * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-expected.txt.
79650         * 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.
79651         * platform/qt-5.0-wk2/TestExpectations:
79652
79653 2012-10-26  Nico Weber  <thakis@chromium.org>
79654
79655         [chromium] Enable fast/images/exif-orientation.html
79656         https://bugs.webkit.org/show_bug.cgi?id=100534
79657
79658         Unreviewed, TestExpecations change.
79659
79660         The baselines for this test landed yesterday.
79661
79662         * platform/chromium/TestExpectations:
79663
79664 2012-10-26  Florin Malita  <fmalita@chromium.org>
79665
79666         Crash on loading SVG filter resource on HTML element
79667         https://bugs.webkit.org/show_bug.cgi?id=100491
79668
79669         Reviewed by Dirk Schulze.
79670
79671         * svg/filters/filter-reference-crash-expected.txt: Added.
79672         * svg/filters/filter-reference-crash.html: Added.
79673
79674 2012-10-26  Jussi Kukkonen  <jussi.kukkonen@intel.com>
79675
79676         [WK2] should enable two postredirect tests
79677         https://bugs.webkit.org/show_bug.cgi?id=100508
79678
79679         Unreviewed gardening.
79680
79681         The EFL results for these tests seem to have been wrong from the beginning.
79682         Update expected results, enable tests for WK2 (based on comment in
79683         TestExpectations these were skipped because efl failed).
79684
79685         * platform/efl/http/tests/navigation/postredirect-basic-expected.png:
79686         * platform/efl/http/tests/navigation/postredirect-basic-expected.txt:
79687         * platform/efl/http/tests/navigation/postredirect-goback1-expected.png:
79688         * platform/efl/http/tests/navigation/postredirect-goback1-expected.txt:
79689         * platform/wk2/TestExpectations:
79690
79691 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79692
79693         [EFL] Skip a few tests which produce wrong pixel expectations.
79694
79695         * platform/efl/TestExpectations:
79696
79697 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79698
79699         [EFL] Add custom expectation for test added in r131557.
79700
79701         * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
79702
79703 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
79704
79705         Unreviewed, rolling out r132612.
79706         http://trac.webkit.org/changeset/132612
79707         https://bugs.webkit.org/show_bug.cgi?id=100512
79708
79709         Crashes fast/events/tabindex-focus-blur-all.html in debug mode
79710         (Requested by pfeldman on #webkit).
79711
79712         * fast/table/col-span-change-relayout-expected.txt: Removed.
79713         * fast/table/col-span-change-relayout.html: Removed.
79714         * fast/table/simplified-layout-table-expected.html: Removed.
79715         * fast/table/simplified-layout-table.html: Removed.
79716
79717 2012-10-26  Dominik Röttsches  <dominik.rottsches@intel.com>
79718
79719         Unreviewed Apple Win gardening.
79720
79721         * platform/win/TestExpectations: Skipping XHR timeout tests.
79722
79723 2012-10-26  Zan Dobersek  <zandobersek@gmail.com>
79724
79725         Unreviewed. Removing bogus '#EOF\n' data in the listed PNG file that's
79726         positioned after the IEND PNG chunk.
79727
79728         * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
79729
79730 2012-10-26  Kenneth Rohde Christiansen  <kenneth@webkit.org>
79731
79732         Printing should use use high resolution images when available
79733         https://bugs.webkit.org/show_bug.cgi?id=100488
79734
79735         Reviewed by Antti Koivisto.
79736
79737         The images loaded using -webkit-device-pixel-ratio depends on
79738         the display type (deviceScaleFactor) and thus affects which
79739         images are being used for printing. Printing should always
79740         use the higher resolution images (aka 'retina' images).
79741
79742         Added a test testing -webkit-device-pixel-ratio media query
79743         in conjuntion with 'print' media type.
79744
79745         * fast/media/mq-pixel-ratio-print-expected.txt: Added.
79746         * fast/media/mq-pixel-ratio-print.html: Added.
79747
79748 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79749
79750         [EFL] ... And another pixel rebaseline after r131941 and r131991.
79751
79752         * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:
79753
79754 2012-10-26  'Pavel Feldman'  <pfeldman@chromium.org>
79755
79756         Not reviewed: chromium baselines for selection-after-remove updated.
79757
79758         * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png: Added.
79759         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
79760         * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:
79761
79762 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
79763
79764         Unreviewed, rolling out r132607.
79765         http://trac.webkit.org/changeset/132607
79766         https://bugs.webkit.org/show_bug.cgi?id=100502
79767
79768         "SOS! More wrong paths." (Requested by kbalazs on #webkit).
79769
79770         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Removed.
79771         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Removed.
79772         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Removed.
79773         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Removed.
79774         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Removed.
79775         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Removed.
79776         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Removed.
79777         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Removed.
79778         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Removed.
79779         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Removed.
79780         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Removed.
79781         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Removed.
79782         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Removed.
79783         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Removed.
79784         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Removed.
79785         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Removed.
79786         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Removed.
79787         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Removed.
79788         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Removed.
79789         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Removed.
79790         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Removed.
79791         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Removed.
79792         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Removed.
79793         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Removed.
79794         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Removed.
79795         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Removed.
79796         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Removed.
79797
79798 2012-10-26  Sheriff Bot  <webkit.review.bot@gmail.com>
79799
79800         Unreviewed, rolling out r132604.
79801         http://trac.webkit.org/changeset/132604
79802         https://bugs.webkit.org/show_bug.cgi?id=100501
79803
79804         "SOS! Wrong paths." (Requested by kbalazs on #webkit).
79805
79806         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
79807         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Removed.
79808         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Removed.
79809         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Removed.
79810         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Removed.
79811         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Removed.
79812         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Removed.
79813         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
79814         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Removed.
79815         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed.
79816         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Removed.
79817         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Removed.
79818         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
79819         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
79820         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Removed.
79821         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Removed.
79822         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Removed.
79823         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Removed.
79824         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Removed.
79825         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Removed.
79826         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Removed.
79827         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
79828         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed.
79829         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Removed.
79830         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
79831         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Removed.
79832         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Removed.
79833         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Removed.
79834         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Removed.
79835         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Removed.
79836         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Removed.
79837         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Removed.
79838         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Removed.
79839         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Removed.
79840         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Removed.
79841         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Removed.
79842         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Removed.
79843         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Removed.
79844         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Removed.
79845         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Removed.
79846         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
79847         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Removed.
79848         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Removed.
79849         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Removed.
79850         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Removed.
79851         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Removed.
79852         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Removed.
79853         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Removed.
79854         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Removed.
79855         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
79856         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Removed.
79857         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Removed.
79858         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
79859         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Removed.
79860         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
79861         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Removed.
79862         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Removed.
79863         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Removed.
79864         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Removed.
79865         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Removed.
79866         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Removed.
79867         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Removed.
79868         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Removed.
79869         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Removed.
79870         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Removed.
79871         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Removed.
79872         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Removed.
79873         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
79874         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Removed.
79875         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
79876         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Removed.
79877         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Removed.
79878         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
79879         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Removed.
79880
79881 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79882
79883         [EFL] More pixel rebaselines after r131941 and r131991.
79884
79885         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
79886         * platform/efl/fast/dynamic/containing-block-change-expected.png:
79887         * platform/efl/fast/forms/listbox-clip-expected.png:
79888         * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
79889         * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
79890         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
79891         * platform/efl/fast/layers/layer-content-visibility-change-expected.png:
79892         * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
79893         * platform/efl/fast/reflections/inline-crash-expected.png:
79894         * platform/efl/fast/replaced/width100percent-textarea-expected.png:
79895         * platform/efl/fast/text/font-initial-expected.png:
79896
79897 2012-10-26  Takashi Sakamoto  <tasak@google.com>
79898
79899         [Shadow]: removing styles in shadow dom subtree causes crash.
79900         https://bugs.webkit.org/show_bug.cgi?id=100455
79901
79902         Reviewed by Hajime Morita.
79903
79904         * fast/dom/shadow/remove-styles-in-shadow-crash-expected.txt: Added.
79905         * fast/dom/shadow/remove-styles-in-shadow-crash.html: Added.
79906
79907 2012-10-26  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
79908
79909         [EFL] Gardening to make the bots green
79910         https://bugs.webkit.org/show_bug.cgi?id=100481
79911
79912         Unreviewed EFL gardening.
79913
79914         Skip failing test and also unskip tests that are
79915         consistently passing.
79916
79917         * platform/efl-wk1/TestExpectations:
79918         * platform/efl/TestExpectations:
79919
79920 2012-10-26  Takashi Sakamoto  <tasak@google.com>
79921
79922         [Shadow DOM] Needs @host rule for ShadowDOM styling
79923         https://bugs.webkit.org/show_bug.cgi?id=88606
79924
79925         Reviewed by Hajime Morita.
79926
79927         * fast/dom/shadow/athost-atrules-expected.txt: Added.
79928         * fast/dom/shadow/athost-atrules.html: Added.
79929
79930 2012-10-26  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
79931
79932         [EFL] Fix test pixel expectation.
79933
79934         * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
79935
79936 2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>
79937
79938         RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
79939         https://bugs.webkit.org/show_bug.cgi?id=99861
79940
79941         Reviewed by Ojan Vafai.
79942
79943         Added 2 tests:
79944         - 1 to cover the code in RenderTableCol::updateFromElement.
79945         - 1 to cover simplified layout on a table.
79946
79947         * fast/table/col-span-change-relayout-expected.txt: Added.
79948         * fast/table/col-span-change-relayout.html: Added.
79949         * fast/table/simplified-layout-table-expected.html: Added.
79950         * fast/table/simplified-layout-table.html: Added.
79951
79952 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
79953
79954         [Qt] Pixel tests need rebaseline
79955         https://bugs.webkit.org/show_bug.cgi?id=99323
79956
79957         Unreviewed pixel gardening.
79958
79959         Added a bunch of pixel expectations for Qt-WebKit2 - part 5 (svg/dynamic-updates).
79960
79961         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
79962         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
79963         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
79964         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
79965         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
79966         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
79967         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
79968         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
79969         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
79970         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
79971         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
79972         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
79973         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
79974         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
79975         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
79976         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
79977         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
79978         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
79979         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
79980         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
79981         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
79982         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
79983         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
79984         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
79985         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
79986         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
79987         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
79988         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
79989         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
79990         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
79991         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
79992         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
79993         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
79994         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
79995         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
79996         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
79997         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
79998         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
79999         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
80000         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
80001         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
80002         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
80003         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
80004         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
80005         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
80006         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
80007         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
80008         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
80009         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
80010         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
80011         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
80012         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
80013         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added.
80014         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
80015         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
80016         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
80017         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
80018         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
80019         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
80020         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
80021         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
80022         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
80023         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
80024         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
80025         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
80026         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
80027         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
80028         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
80029         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
80030         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
80031         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
80032         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
80033         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
80034         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
80035         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
80036         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
80037         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
80038         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
80039         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
80040         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
80041
80042 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
80043
80044         [Qt] Pixel tests need rebaseline
80045         https://bugs.webkit.org/show_bug.cgi?id=99323
80046
80047         Unreviewed pixel gardening.
80048
80049         Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).
80050
80051         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
80052         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
80053         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
80054         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
80055         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
80056         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
80057         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
80058         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
80059         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
80060         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
80061         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
80062         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
80063         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
80064         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
80065         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
80066         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
80067         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
80068         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
80069         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
80070         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
80071         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
80072         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
80073         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
80074         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
80075         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
80076         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
80077         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
80078         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
80079         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
80080         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
80081         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
80082         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
80083         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
80084         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
80085         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
80086         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
80087         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
80088         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
80089         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
80090         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
80091         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
80092         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
80093         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
80094         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
80095         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
80096         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
80097         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
80098         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
80099         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
80100         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
80101         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
80102         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
80103         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
80104         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
80105         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
80106         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
80107         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
80108         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
80109         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
80110         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
80111         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
80112         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
80113         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
80114         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
80115         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
80116         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
80117         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
80118         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
80119         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
80120         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
80121         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
80122         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
80123         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
80124         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
80125         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
80126         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
80127         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
80128         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
80129         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
80130         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
80131         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
80132         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
80133         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
80134         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
80135         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
80136         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
80137         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
80138         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
80139         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
80140         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
80141         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
80142         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
80143         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
80144         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
80145         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
80146         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
80147         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
80148         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
80149         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
80150         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
80151
80152 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
80153
80154         [Qt] Pixel tests need rebaseline
80155         https://bugs.webkit.org/show_bug.cgi?id=99323
80156
80157         Unreviewed pixel gardening.
80158
80159         Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).
80160
80161         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
80162         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
80163         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
80164         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
80165         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
80166         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
80167         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
80168         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
80169         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
80170         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
80171         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
80172         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
80173         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
80174         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
80175         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
80176         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
80177         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
80178         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
80179         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
80180         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
80181         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
80182         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
80183         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
80184         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
80185         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
80186         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
80187         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
80188         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
80189         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
80190         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
80191         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
80192         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
80193         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
80194         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
80195         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
80196         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
80197         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
80198         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
80199         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
80200         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
80201         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
80202         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
80203         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
80204         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
80205         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
80206         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
80207         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
80208         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
80209         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
80210         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
80211         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
80212         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
80213         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
80214         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
80215         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
80216         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
80217         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
80218         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
80219         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
80220         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
80221         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
80222         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
80223         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
80224         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
80225         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
80226         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
80227         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
80228         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
80229         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
80230         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
80231         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
80232         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
80233         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
80234         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
80235         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
80236         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
80237         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
80238         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
80239         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
80240         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
80241         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
80242         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
80243         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
80244         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
80245         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
80246         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
80247         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
80248         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
80249         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
80250         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
80251         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
80252         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
80253         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
80254         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
80255         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
80256         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
80257         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
80258         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
80259         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
80260         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
80261
80262 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
80263
80264         [Qt] Pixel tests need rebaseline
80265         https://bugs.webkit.org/show_bug.cgi?id=99323
80266
80267         Unreviewed pixel gardening.
80268
80269         Added a bunch of pixel expectations for Qt-WebKit2 - part 3 (svg/dynamic-updates).
80270
80271         * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: Added.
80272         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
80273         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
80274         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
80275         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
80276         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
80277         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
80278         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
80279         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added.
80280         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
80281         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
80282         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
80283         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added.
80284         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
80285         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png: Added.
80286         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
80287         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
80288         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
80289         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
80290         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
80291         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
80292         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
80293         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
80294         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
80295         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added.
80296         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
80297         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
80298         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
80299         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
80300         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added.
80301         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
80302         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
80303         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
80304         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
80305         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
80306         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
80307         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
80308         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
80309         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
80310         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
80311         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
80312         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
80313         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
80314         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
80315         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Added.
80316         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
80317         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Added.
80318         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
80319         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Added.
80320         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
80321         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Added.
80322         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
80323         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
80324         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Added.
80325         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Added.
80326         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Added.
80327         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
80328         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
80329         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added.
80330         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added.
80331         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added.
80332         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added.
80333         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added.
80334         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added.
80335         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added.
80336         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added.
80337         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added.
80338         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added.
80339         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added.
80340         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added.
80341         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added.
80342         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added.
80343         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
80344         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
80345         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
80346         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
80347         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
80348         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
80349         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
80350         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
80351         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
80352         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
80353         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
80354         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
80355         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
80356         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
80357         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
80358         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
80359         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
80360         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
80361         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
80362         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
80363         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
80364         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
80365         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
80366         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
80367         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
80368         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
80369         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
80370         * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.
80371
80372 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
80373
80374         [Qt] Pixel tests need rebaseline
80375         https://bugs.webkit.org/show_bug.cgi?id=99323
80376
80377         Unreviewed pixel gardening.
80378
80379         Added a bunch of pixel expectations for Qt-WebKit2 - part 1.
80380
80381         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
80382         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
80383         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Added.
80384         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Added.
80385         * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Added.
80386         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Added.
80387         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Added.
80388         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Added.
80389         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Added.
80390         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Added.
80391         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Added.
80392         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Added.
80393         * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Added.
80394         * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Added.
80395         * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Added.
80396         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Added.
80397         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Added.
80398         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Added.
80399         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Added.
80400         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Added.
80401         * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
80402         * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Added.
80403         * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Added.
80404         * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Added.
80405         * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Added.
80406         * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Added.
80407         * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Added.
80408
80409 2012-10-26  Balazs Kelemen  <kbalazs@webkit.org>
80410
80411         [Qt] Pixel tests need rebaseline
80412         https://bugs.webkit.org/show_bug.cgi?id=99323
80413
80414         Unreviewed pixel gardening.
80415
80416         Added a bunch of pixel expectations for Qt-WebKit2 - part 1.
80417
80418         * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
80419         * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
80420         * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
80421         * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
80422         * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
80423         * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
80424         * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
80425         * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
80426         * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
80427         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
80428         * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
80429         * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
80430         * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
80431         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
80432         * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
80433         * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
80434         * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
80435         * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
80436         * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
80437         * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
80438         * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
80439         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
80440         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
80441         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
80442         * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
80443         * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Added.
80444         * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Added.
80445         * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Added.
80446         * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Added.
80447         * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Added.
80448         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Added.
80449         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Added.
80450         * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Added.
80451         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Added.
80452         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Added.
80453         * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Added.
80454         * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Added.
80455         * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
80456         * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
80457         * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
80458         * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
80459         * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
80460         * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
80461         * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
80462         * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
80463         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Added.
80464         * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Added.
80465         * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
80466         * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
80467         * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
80468         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
80469         * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
80470         * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
80471         * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
80472         * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
80473         * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
80474         * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
80475         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
80476         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
80477         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
80478         * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
80479         * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
80480         * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
80481         * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
80482         * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
80483         * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
80484         * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
80485         * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
80486         * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
80487         * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
80488         * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
80489         * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
80490         * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
80491         * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.
80492
80493 2012-10-26  Csaba Osztrogonác  <ossy@webkit.org>
80494
80495         [Qt][WK2] Unreviewed gardening, skip a new failing test.
80496
80497         * platform/qt-5.0-wk2/TestExpectations:
80498
80499 2012-10-26  Mihnea Ovidenie  <mihnea@adobe.com>
80500
80501         [CSSRegions] Add support for auto-height regions with region-breaks
80502         https://bugs.webkit.org/show_bug.cgi?id=99952
80503
80504         Reviewed by David Hyatt.
80505
80506         Add tests for auto logical height regions with content having region breaks.
80507
80508         * fast/regions/autoheight-allregions-expected.html: Added.
80509         * fast/regions/autoheight-allregions-nobreaks-expected.html: Added.
80510         * fast/regions/autoheight-allregions-nobreaks.html: Added.
80511         * fast/regions/autoheight-allregions.html: Added.
80512         * fast/regions/autoheight-breakafteralways-maxheight-expected.html: Added.
80513         * fast/regions/autoheight-breakafteralways-maxheight.html: Added.
80514         * fast/regions/autoheight-breakbeforealways-expected.html: Added.
80515         * fast/regions/autoheight-breakbeforealways.html: Added.
80516         * fast/regions/autoheight-firstregion-breakalways-expected.html: Added.
80517         * fast/regions/autoheight-firstregion-breakalways.html: Added.
80518         * fast/regions/autoheight-lastregion-overflowauto-breaksignored-expected.html: Added.
80519         * fast/regions/autoheight-lastregion-overflowauto-breaksignored.html: Added.
80520         * fast/regions/autoheight-lastregion-overflowauto-expected.html: Added.
80521         * fast/regions/autoheight-lastregion-overflowauto.html: Added.
80522         * fast/regions/autoheight-middleregion-expected.html: Added.
80523         * fast/regions/autoheight-middleregion.html: Added.
80524         * fast/regions/autoheight-secondregion-breakoutside-expected.html: Added.
80525         * fast/regions/autoheight-secondregion-breakoutside.html: Added.
80526         * fast/regions/autoheight-secondregion-expected.html: Added.
80527         * fast/regions/autoheight-secondregion.html: Added.
80528         * fast/regions/autoheight-singleregion-breakafteralways-expected.html: Added.
80529         * fast/regions/autoheight-singleregion-breakafteralways-maxheight-expected.html: Added.
80530         * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html: Added.
80531         * fast/regions/autoheight-singleregion-breakafteralways.html: Added.
80532         * fast/regions/autoheight-singleregion-breakaftermargin-expected.html: Added.
80533         * fast/regions/autoheight-singleregion-breakaftermargin.html: Added.
80534         * fast/regions/autoheight-singleregion-breakbeforealways-expected.html: Added.
80535         * fast/regions/autoheight-singleregion-breakbeforealways-minheight-expected.html: Added.
80536         * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html: Added.
80537         * fast/regions/autoheight-singleregion-breakbeforealways.html: Added.
80538         * fast/regions/autoheight-singleregion-multiplebreaks-expected.html: Added.
80539         * fast/regions/autoheight-singleregion-multiplebreaks.html: Added.
80540         * fast/regions/autoheight-singleregion-overflowauto-breaksignored-expected.html: Added.
80541         * fast/regions/autoheight-singleregion-overflowauto-breaksignored.html: Added.
80542         * fast/regions/autoheight-singleregion-overflowauto-expected.html: Added.
80543         * fast/regions/autoheight-singleregion-overflowauto.html: Added.
80544
80545 2012-10-26  Li Yin  <li.yin@intel.com>
80546
80547         fast/forms/file/input-file-write-files.html should cover correct setting value
80548         https://bugs.webkit.org/show_bug.cgi?id=100085
80549
80550         Reviewed by Kentaro Hara.
80551
80552         The test input-file-value.html is split from input-file-write-test.html.
80553         And add correct setting value for files attribute, verify the files attribute
80554         is writable or not.
80555
80556         * fast/forms/file/input-file-value-expected.txt: Added.
80557         * fast/forms/file/input-file-value.html: Added.
80558         * fast/forms/file/input-file-write-files-expected.txt:
80559         * fast/forms/file/input-file-write-files.html:
80560
80561 2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>
80562
80563         [EFL] Gardening after bug 99824
80564         https://bugs.webkit.org/show_bug.cgi?id=100469
80565
80566         Unreviewed, EFL gardening.
80567
80568         Unskip following 3 test cases after bug 99824 is resolved.
80569          - fast/lists/w3-css3-list-styles-alphabetic.html
80570          - fast/lists/w3-css3-list-styles-fallback-style.html
80571          - fast/lists/w3-list-styles.html
80572
80573         * platform/efl-wk1/TestExpectations:
80574
80575 2012-10-26  Jinwoo Song  <jinwoo7.song@samsung.com>
80576
80577         [EFL] Unskip svg/foreignObject/viewport-foreignobject-crash.html
80578         https://bugs.webkit.org/show_bug.cgi?id=100467
80579
80580         Unreviewed, EFL gardening.
80581
80582         Removing a test failure expectations, the test was fixed in r132548.
80583
80584         * platform/efl-wk2/TestExpectations:
80585
80586 2012-10-27  Kent Tamura  <tkent@chromium.org>
80587
80588         [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html fails every 3 days
80589         https://bugs.webkit.org/show_bug.cgi?id=100480
80590
80591         Reviewed by Pavel Feldman.
80592
80593         Because the date field in the test has step=3, the availability of
80594         [Today] button depends on the current date. We make the test stable by
80595         specifying max attribute.
80596
80597         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
80598         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
80599
80600 2012-10-26  Julien Chaffraix  <jchaffraix@webkit.org>
80601
80602         Generate less repaint calls during subtree detaching
80603         https://bugs.webkit.org/show_bug.cgi?id=99741
80604
80605         Reviewed by Eric Seidel.
80606
80607         * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
80608         Rebaselined this test after the change. It is progressing as we still properly repaint
80609         the selection, but repaint less (ie don't repaint the top border which didn't change).
80610
80611 2012-10-26  Kent Tamura  <tkent@chromium.org>
80612
80613         [Chromium] Test expectation update.
80614         https://bugs.webkit.org/show_bug.cgi?id=100471
80615
80616         * platform/chromium/TestExpectations:
80617         We should do rebaseline for time-suggestion-picker-*.html too.
80618
80619 2012-10-26  Kent Tamura  <tkent@chromium.org>
80620
80621         Disable ENABLE_INPUT_TYPE_WEEK on Chromium/Android
80622         https://bugs.webkit.org/show_bug.cgi?id=100457
80623
80624         Reviewed by Kentaro Hara.
80625
80626         * platform/chromium/TestExpectations:
80627         Tests in fast/forms/week/ may fail on Android.
80628
80629 2012-10-26  Pavel Feldman  <pfeldman@chromium.org>
80630
80631         Not reviewed: chromiuim expectations updated.
80632
80633         * platform/chromium/TestExpectations:
80634
80635 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
80636
80637         [Qt] Pixel tests need rebaseline
80638         https://bugs.webkit.org/show_bug.cgi?id=99323
80639
80640         Unreviewed pixel rebaseline.
80641
80642         Adding new expectations, mark failures.
80643
80644         * platform/qt-5.0-wk2/TestExpectations:
80645         * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
80646         * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
80647         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
80648         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
80649         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
80650         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
80651         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
80652         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
80653         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
80654         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
80655         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
80656         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
80657         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
80658         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
80659         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
80660         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
80661         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
80662         * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
80663         * platform/qt/TestExpectations:
80664         * platform/qt/animations/state-at-end-event-expected.png: Added.
80665         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
80666         * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
80667         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
80668         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
80669         * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
80670         * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
80671         * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
80672         * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
80673         * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
80674         * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
80675         * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
80676         * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
80677         * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
80678         * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
80679         * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
80680         * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
80681         * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
80682         * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
80683         * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
80684         * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
80685         * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
80686         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
80687         * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
80688         * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
80689         * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
80690         * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
80691         * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
80692         * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
80693         * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
80694         * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
80695         * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
80696         * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
80697         * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
80698         * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
80699         * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
80700         * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
80701         * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
80702         * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
80703         * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
80704         * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
80705         * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
80706         * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
80707         * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
80708         * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
80709         * platform/qt/fast/block/float/009-expected.png: Added.
80710         * platform/qt/fast/block/float/034-expected.png: Added.
80711         * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
80712         * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
80713         * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
80714         * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
80715         * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
80716         * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
80717         * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
80718         * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
80719         * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
80720         * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
80721         * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
80722         * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
80723         * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
80724         * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
80725         * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
80726         * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
80727         * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
80728         * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
80729         * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
80730         * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
80731         * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
80732         * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
80733         * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
80734         * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
80735         * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
80736         * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
80737         * platform/qt/fast/css/006-expected.png: Added.
80738         * platform/qt/fast/css/background-clip-values-expected.png: Added.
80739         * platform/qt/fast/css/bogus-color-span-expected.png: Added.
80740         * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
80741         * platform/qt/fast/css/content-dynamic-expected.png: Added.
80742         * platform/qt/fast/css/contentDiv-expected.png: Added.
80743         * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
80744         * platform/qt/fast/css/contentImage-expected.png: Added.
80745         * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
80746         * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
80747         * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
80748         * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
80749         * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
80750         * platform/qt/fast/dynamic/001-expected.png: Added.
80751         * platform/qt/fast/dynamic/005-expected.png: Added.
80752         * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
80753         * platform/qt/fast/dynamic/staticY-expected.png: Added.
80754         * platform/qt/fast/forms/002-expected.png: Added.
80755         * platform/qt/fast/forms/003-expected.png: Added.
80756         * platform/qt/fast/forms/004-expected.png: Added.
80757         * platform/qt/fast/forms/005-expected.png: Added.
80758         * platform/qt/fast/forms/006-expected.png: Added.
80759         * platform/qt/fast/forms/007-expected.png: Added.
80760         * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
80761         * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
80762         * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
80763         * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
80764         * platform/qt/fast/forms/button-submit-expected.png: Added.
80765         * platform/qt/fast/forms/caret-rtl-expected.png: Added.
80766         * platform/qt/fast/forms/control-clip-expected.png: Added.
80767         * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
80768         * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
80769         * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
80770         * platform/qt/fast/forms/formmove-expected.png: Added.
80771         * platform/qt/fast/forms/formmove2-expected.png: Added.
80772         * platform/qt/fast/forms/image-border-expected.png: Added.
80773         * platform/qt/fast/forms/indeterminate-expected.png: Added.
80774         * platform/qt/fast/forms/input-align-image-expected.png: Added.
80775         * platform/qt/fast/forms/input-first-letter-expected.png: Added.
80776         * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
80777         * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
80778         * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
80779         * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
80780         * platform/qt/fast/forms/option-index-expected.png: Added.
80781         * platform/qt/fast/forms/option-script-expected.png: Added.
80782         * platform/qt/fast/forms/option-text-clip-expected.png: Added.
80783         * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
80784         * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
80785         * platform/qt/fast/forms/select-align-expected.png: Added.
80786         * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
80787         * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
80788         * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
80789         * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
80790         * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
80791         * platform/qt/fast/forms/select-selected-expected.png: Added.
80792         * platform/qt/fast/forms/select-size-expected.png: Added.
80793         * platform/qt/fast/forms/select-style-expected.png: Added.
80794         * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
80795         * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
80796         * platform/qt/fast/frames/002-expected.png: Added.
80797         * platform/qt/fast/frames/calculate-round-expected.png: Added.
80798         * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
80799         * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
80800         * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
80801         * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
80802         * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
80803         * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
80804         * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
80805         * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
80806         * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
80807         * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
80808         * platform/qt/fast/images/embed-image-expected.png: Added.
80809         * platform/qt/fast/images/favicon-as-image-expected.png: Added.
80810         * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
80811         * platform/qt/fast/images/object-image-expected.png: Added.
80812         * platform/qt/fast/images/pdf-as-image-expected.png: Added.
80813         * platform/qt/fast/inline-block/004-expected.png: Added.
80814         * platform/qt/fast/inline-block/005-expected.png: Added.
80815         * platform/qt/fast/invalid/015-expected.png: Added.
80816         * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
80817         * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
80818         * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
80819         * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
80820         * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
80821         * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
80822         * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
80823         * platform/qt/fast/media/implicit-media-all-expected.png: Added.
80824         * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
80825         * platform/qt/fast/media/monochrome-expected.png: Added.
80826         * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
80827         * platform/qt/fast/overflow/position-relative-expected.png: Added.
80828         * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
80829         * platform/qt/fast/parser/comment-in-script-expected.png: Added.
80830         * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
80831         * platform/qt/fast/reflections/table-cell-expected.png: Added.
80832         * platform/qt/fast/repaint/background-generated-expected.png: Added.
80833         * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
80834         * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
80835         * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
80836         * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
80837         * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
80838         * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
80839         * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
80840         * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
80841         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
80842         * platform/qt/fast/repaint/table-col-background-expected.png: Added.
80843         * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
80844         * platform/qt/fast/repaint/table-row-expected.png: Added.
80845         * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
80846         * platform/qt/fast/replaced/008-expected.png: Added.
80847         * platform/qt/fast/replaced/image-tag-expected.png: Added.
80848         * platform/qt/fast/replaced/selection-rect-expected.png: Added.
80849         * platform/qt/fast/table/008-expected.png: Added.
80850         * platform/qt/fast/table/024-expected.png: Added.
80851         * platform/qt/fast/table/031-expected.png: Added.
80852         * platform/qt/fast/table/caption-relayout-expected.png: Added.
80853         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
80854         * platform/qt/fast/table/div-as-col-span-expected.png: Added.
80855         * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
80856         * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
80857         * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
80858         * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
80859         * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
80860         * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
80861         * platform/qt/fast/table/giantRowspan-expected.png: Added.
80862         * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
80863         * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
80864         * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
80865         * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
80866         * platform/qt/fast/text/basic/013-expected.png: Added.
80867         * platform/qt/fast/text/basic/015-expected.png: Added.
80868         * platform/qt/fast/text/line-breaks-expected.png: Added.
80869         * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
80870         * platform/qt/fast/text/stripNullFromText-expected.png: Added.
80871         * platform/qt/fast/text/whitespace/017-expected.png: Added.
80872         * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
80873         * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
80874         * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
80875         * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
80876         * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
80877         * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
80878         * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
80879         * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
80880         * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
80881         * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
80882         * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
80883         * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
80884         * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
80885         * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
80886         * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
80887         * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
80888         * platform/qt/svg/css/path-with-shadow-expected.png: Added.
80889         * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
80890         * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
80891         * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
80892         * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
80893         * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
80894         * platform/qt/svg/custom/createImageElement-expected.png: Added.
80895         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
80896         * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
80897         * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
80898         * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
80899         * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
80900         * platform/qt/svg/custom/marker-opacity-expected.png: Added.
80901         * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
80902         * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
80903         * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
80904         * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
80905         * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
80906         * platform/qt/svg/custom/pan-direction-expected.png: Added.
80907         * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
80908         * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
80909         * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
80910         * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
80911         * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
80912         * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
80913         * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
80914         * platform/qt/svg/filters/feMerge-expected.png: Added.
80915         * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
80916         * platform/qt/svg/filters/feOffset-expected.png: Added.
80917         * platform/qt/svg/filters/feTile-expected.png: Added.
80918         * platform/qt/svg/filters/filter-clip-expected.png: Added.
80919         * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
80920         * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
80921         * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
80922         * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
80923         * platform/qt/svg/hixie/error/006-expected.png: Added.
80924         * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
80925         * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
80926         * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
80927         * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
80928         * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
80929         * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
80930         * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
80931         * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
80932         * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
80933         * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
80934         * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
80935         * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
80936         * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
80937         * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
80938         * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
80939         * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
80940         * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
80941         * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
80942         * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
80943         * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
80944         * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
80945         * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
80946         * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.
80947
80948 2012-10-26  'Pavel Feldman'  <pfeldman@chromium.org>
80949
80950         Not reviewed: chromiuim expectations updated.
80951
80952         * platform/chromium/TestExpectations:
80953
80954 2012-10-26  Kent Tamura  <tkent@chromium.org>
80955
80956         [Chromium-Win] Support shortTimeFormat
80957         https://bugs.webkit.org/show_bug.cgi?id=100471
80958
80959         Reviewed by Kentaro Hara.
80960
80961         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
80962         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
80963         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
80964         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
80965         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
80966         * platform/chromium/TestExpectations:
80967
80968 2012-10-26  Nandor Huszka  <hnandor@inf.u-szeged.hu>
80969
80970         [Qt] Unreviewed gardening.
80971
80972         Skip a new failing test introduced in r132554 that fails on 32 bit platforms.
80973         Remove another one that does not exists already.
80974
80975         * platform/qt/TestExpectations:
80976
80977 2012-10-25  Adam Barth  <abarth@webkit.org>
80978
80979         Unreviewed.
80980
80981         Skipping these tests again because Bug 96951 isn't actually fixed.
80982
80983         * platform/chromium/TestExpectations:
80984
80985 2012-10-25  Nico Weber  <thakis@chromium.org>
80986
80987         [chromium] Add expectations for fast/images/exif-orientation.html
80988         https://bugs.webkit.org/show_bug.cgi?id=100434
80989
80990         Unreviewed, just baselines.
80991
80992         * platform/chromium-linux/fast/images/exif-orientation-expected.png: Added.
80993         * platform/chromium-mac-lion/fast/images/exif-orientation-expected.png: Added.
80994         * platform/chromium-mac-snowleopard/fast/images/exif-orientation-expected.png: Added.
80995         * platform/chromium-mac/fast/images/exif-orientation-expected.png: Added.
80996         * platform/chromium-win/fast/images/exif-orientation-expected.png: Added.
80997         * platform/chromium/fast/images/exif-orientation-expected.png: Removed.
80998
80999 2012-10-25  Min Qin  <qinmin@chromium.org>
81000
81001         Fix a layout test crash if a TestWebkitPlugin is put inside an iframe
81002         https://bugs.webkit.org/show_bug.cgi?id=100406
81003
81004         Reviewed by Adam Barth.
81005
81006         Test for adding a webplugin into an iframe and make sure it doesn't crash.
81007
81008         * platform/chromium/plugins/plugin-inside-iframe-expected.txt: Added.
81009         * platform/chromium/plugins/plugin-inside-iframe.html: Added.
81010         * platform/chromium/plugins/resources/plugin-page.html: Added.
81011
81012 2012-10-25  Tom Sepez  <tsepez@chromium.org>
81013
81014         Test full-block-iframe-no-inherit.php generates an invalid X-XSS-PROTECTION header.
81015         https://bugs.webkit.org/show_bug.cgi?id=100423
81016
81017         Reviewed by Adam Barth.
81018
81019         Changed header syntax from full-block to mode=block.
81020
81021         * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
81022
81023 2012-10-25  Filip Pizlo  <fpizlo@apple.com>
81024
81025         DFG Arrayify elimination should replace it with GetButterfly rather than Phantom
81026         https://bugs.webkit.org/show_bug.cgi?id=100441
81027
81028         Reviewed by Oliver Hunt and Gavin Barraclough.
81029
81030         * fast/js/dfg-arrayify-elimination-expected.txt: Added.
81031         * fast/js/dfg-arrayify-elimination.html: Added.
81032         * fast/js/jsc-test-list:
81033         * fast/js/script-tests/dfg-arrayify-elimination.js: Added.
81034         (foo):
81035
81036 2012-10-25  Keishi Hattori  <keishi@webkit.org>
81037
81038         Hide popup while transitioning from the suggestion picker to the calendar picker
81039         https://bugs.webkit.org/show_bug.cgi?id=99537
81040
81041         Reviewed by Kent Tamura.
81042
81043         * fast/forms/resources/picker-common.js:
81044         (popupOpenCallbackWrapper): Use didOpenPicker event.
81045
81046 2012-10-25  Sheriff Bot  <webkit.review.bot@gmail.com>
81047
81048         Unreviewed, rolling out r132514.
81049         http://trac.webkit.org/changeset/132514
81050         https://bugs.webkit.org/show_bug.cgi?id=100440
81051
81052         "Broke chromium content_browsertests AccessibilityAriaMenu
81053         AccessibilityInputRange AccessibilityListMarkers" (Requested
81054         by scheib on #webkit).
81055
81056         * accessibility/aria-checkbox-sends-notification.html:
81057         * accessibility/notification-listeners.html:
81058         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt:
81059         * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt:
81060         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
81061         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
81062         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Removed.
81063         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Removed.
81064         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Removed.
81065         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Removed.
81066         * platform/chromium/accessibility/text-change-notification-expected.txt: Removed.
81067         * platform/chromium/accessibility/text-change-notification.html: Removed.
81068
81069 2012-10-25  Vincent Scheib  <scheib@chromium.org>
81070
81071         Unreviewed rebaseline of tests failing after 132529 rolled out 132269.
81072
81073         See http://trac.webkit.org/changeset/132529 for details of the rollout.
81074
81075         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
81076         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
81077         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
81078         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
81079         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
81080         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81081         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
81082         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
81083         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
81084         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
81085         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
81086         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
81087         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
81088         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
81089         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
81090         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
81091         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
81092         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
81093         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
81094         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
81095
81096 2012-10-25  Filip Pizlo  <fpizlo@apple.com>
81097
81098         REGRESSION (r131793-r131826): Crash going to wikifonia.org
81099         https://bugs.webkit.org/show_bug.cgi?id=100281
81100
81101         Reviewed by Oliver Hunt.
81102
81103         * fast/js/jsc-test-list:
81104         * fast/js/resolve-arguments-from-scope-expected.txt: Added.
81105         * fast/js/resolve-arguments-from-scope.html: Added.
81106         * fast/js/script-tests/resolve-arguments-from-scope.js: Added.
81107         (bar):
81108         (foo):
81109
81110 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
81111
81112         Tiled layers are missing content on zooming
81113         https://bugs.webkit.org/show_bug.cgi?id=100422
81114
81115         Reviewed by Beth Dakin.
81116
81117         New test for zooming with a tiled layer, and adjust an existing result.
81118         
81119         * compositing/tiling/tile-cache-zoomed-expected.txt: Added.
81120         * compositing/tiling/tile-cache-zoomed.html: Added.
81121         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
81122
81123 2012-10-25  Roger Fong  <roger_fong@apple.com>
81124
81125         Unreviewed. Add results for svg/custom/patter-scaling.svg on Windows after r132026.
81126
81127         * platform/win/svg/custom/pattern-scaling-expected.txt: Added.
81128
81129 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
81130
81131         Report the tile coverage rect in layer coords, and add some tests for tiled backing and zooming
81132         https://bugs.webkit.org/show_bug.cgi?id=100416
81133
81134         Reviewed by Beth Dakin.
81135
81136         New tests that exercise the page tiled backing under zooming.
81137
81138         * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
81139         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
81140         * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html: Added.
81141         * platform/mac/tiled-drawing/tiled-drawing-zoom.html: Added.
81142
81143 2012-10-25  Mariusz Grzegorczyk  <mariusz.g@samsung.com>
81144
81145         [EFL] Add baselines for non problematic tests in editing subcategories: deleting, inserting, selection and style.
81146         https://bugs.webkit.org/show_bug.cgi?id=100126
81147
81148         Unreviewed EFL gardening.
81149
81150         * platform/efl-wk1/TestExpectations:
81151         * platform/efl-wk2/TestExpectations:
81152         * platform/efl/TestExpectations:
81153         * platform/efl/editing/deleting/4922367-expected.png: Added.
81154         * platform/efl/editing/deleting/4922367-expected.txt: Added.
81155         * platform/efl/editing/deleting/5099303-expected.png: Added.
81156         * platform/efl/editing/deleting/5099303-expected.txt: Added.
81157         * platform/efl/editing/deleting/5126166-expected.png: Added.
81158         * platform/efl/editing/deleting/5126166-expected.txt: Added.
81159         * platform/efl/editing/deleting/5144139-2-expected.png: Added.
81160         * platform/efl/editing/deleting/5144139-2-expected.txt: Added.
81161         * platform/efl/editing/deleting/5206311-1-expected.png: Added.
81162         * platform/efl/editing/deleting/5206311-1-expected.txt: Added.
81163         * platform/efl/editing/deleting/5272440-expected.png: Added.
81164         * platform/efl/editing/deleting/5272440-expected.txt: Added.
81165         * platform/efl/editing/deleting/5369009-expected.png: Added.
81166         * platform/efl/editing/deleting/5369009-expected.txt: Added.
81167         * platform/efl/editing/deleting/5433862-2-expected.png: Added.
81168         * platform/efl/editing/deleting/5433862-2-expected.txt: Added.
81169         * platform/efl/editing/deleting/5483370-expected.png: Added.
81170         * platform/efl/editing/deleting/5483370-expected.txt: Added.
81171         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
81172         * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
81173         * platform/efl/editing/deleting/delete-3608445-fix-expected.png: Added.
81174         * platform/efl/editing/deleting/delete-3608445-fix-expected.txt: Added.
81175         * platform/efl/editing/deleting/delete-3608462-fix-expected.png: Added.
81176         * platform/efl/editing/deleting/delete-3608462-fix-expected.txt: Added.
81177         * platform/efl/editing/deleting/delete-3775172-fix-expected.png: Added.
81178         * platform/efl/editing/deleting/delete-3775172-fix-expected.txt: Added.
81179         * platform/efl/editing/deleting/delete-3857753-fix-expected.png: Added.
81180         * platform/efl/editing/deleting/delete-3857753-fix-expected.txt: Added.
81181         * platform/efl/editing/deleting/delete-3865854-fix-expected.png: Added.
81182         * platform/efl/editing/deleting/delete-3865854-fix-expected.txt: Added.
81183         * platform/efl/editing/deleting/delete-3928305-fix-expected.png: Added.
81184         * platform/efl/editing/deleting/delete-3928305-fix-expected.txt: Added.
81185         * platform/efl/editing/deleting/delete-4083333-fix-expected.png: Added.
81186         * platform/efl/editing/deleting/delete-4083333-fix-expected.txt: Added.
81187         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png: Added.
81188         * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
81189         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png: Added.
81190         * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
81191         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png: Added.
81192         * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
81193         * platform/efl/editing/deleting/delete-and-undo-expected.png: Added.
81194         * platform/efl/editing/deleting/delete-and-undo-expected.txt: Added.
81195         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
81196         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
81197         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
81198         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
81199         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
81200         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
81201         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
81202         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
81203         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
81204         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
81205         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
81206         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
81207         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
81208         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
81209         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
81210         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
81211         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
81212         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
81213         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
81214         * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
81215         * platform/efl/editing/deleting/delete-at-start-or-end-expected.png: Added.
81216         * platform/efl/editing/deleting/delete-at-start-or-end-expected.txt: Added.
81217         * platform/efl/editing/deleting/delete-block-contents-001-expected.png: Added.
81218         * platform/efl/editing/deleting/delete-block-contents-001-expected.txt: Added.
81219         * platform/efl/editing/deleting/delete-block-contents-002-expected.png: Added.
81220         * platform/efl/editing/deleting/delete-block-contents-002-expected.txt: Added.
81221         * platform/efl/editing/deleting/delete-block-contents-003-expected.png: Added.
81222         * platform/efl/editing/deleting/delete-block-contents-003-expected.txt: Added.
81223         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
81224         * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
81225         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
81226         * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
81227         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
81228         * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
81229         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
81230         * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
81231         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
81232         * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
81233         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
81234         * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
81235         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
81236         * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
81237         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
81238         * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
81239         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
81240         * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
81241         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
81242         * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
81243         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
81244         * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
81245         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
81246         * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
81247         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
81248         * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
81249         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
81250         * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
81251         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
81252         * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
81253         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
81254         * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
81255         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
81256         * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
81257         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
81258         * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
81259         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
81260         * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
81261         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
81262         * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
81263         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
81264         * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
81265         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
81266         * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
81267         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
81268         * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
81269         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
81270         * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
81271         * platform/efl/editing/deleting/delete-br-001-expected.png: Added.
81272         * platform/efl/editing/deleting/delete-br-001-expected.txt: Added.
81273         * platform/efl/editing/deleting/delete-br-002-expected.png: Added.
81274         * platform/efl/editing/deleting/delete-br-002-expected.txt: Added.
81275         * platform/efl/editing/deleting/delete-br-003-expected.png: Added.
81276         * platform/efl/editing/deleting/delete-br-003-expected.txt: Added.
81277         * platform/efl/editing/deleting/delete-br-004-expected.png: Added.
81278         * platform/efl/editing/deleting/delete-br-004-expected.txt: Added.
81279         * platform/efl/editing/deleting/delete-br-005-expected.png: Added.
81280         * platform/efl/editing/deleting/delete-br-005-expected.txt: Added.
81281         * platform/efl/editing/deleting/delete-br-006-expected.png: Added.
81282         * platform/efl/editing/deleting/delete-br-006-expected.txt: Added.
81283         * platform/efl/editing/deleting/delete-br-007-expected.png: Added.
81284         * platform/efl/editing/deleting/delete-br-007-expected.txt: Added.
81285         * platform/efl/editing/deleting/delete-br-008-expected.png: Added.
81286         * platform/efl/editing/deleting/delete-br-008-expected.txt: Added.
81287         * platform/efl/editing/deleting/delete-br-009-expected.png: Added.
81288         * platform/efl/editing/deleting/delete-br-009-expected.txt: Added.
81289         * platform/efl/editing/deleting/delete-br-010-expected.png: Added.
81290         * platform/efl/editing/deleting/delete-br-010-expected.txt: Added.
81291         * platform/efl/editing/deleting/delete-br-013-expected.png: Added.
81292         * platform/efl/editing/deleting/delete-br-013-expected.txt: Added.
81293         * platform/efl/editing/deleting/delete-character-001-expected.png: Added.
81294         * platform/efl/editing/deleting/delete-character-001-expected.txt: Added.
81295         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
81296         * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
81297         * platform/efl/editing/deleting/delete-first-list-item-expected.png: Added.
81298         * platform/efl/editing/deleting/delete-first-list-item-expected.txt: Added.
81299         * platform/efl/editing/deleting/delete-hr-expected.png: Added.
81300         * platform/efl/editing/deleting/delete-hr-expected.txt: Added.
81301         * platform/efl/editing/deleting/delete-image-001-expected.png: Added.
81302         * platform/efl/editing/deleting/delete-image-001-expected.txt: Added.
81303         * platform/efl/editing/deleting/delete-image-002-expected.png: Added.
81304         * platform/efl/editing/deleting/delete-image-002-expected.txt: Added.
81305         * platform/efl/editing/deleting/delete-image-003-expected.png: Added.
81306         * platform/efl/editing/deleting/delete-image-003-expected.txt: Added.
81307         * platform/efl/editing/deleting/delete-image-004-expected.png: Added.
81308         * platform/efl/editing/deleting/delete-image-004-expected.txt: Added.
81309         * platform/efl/editing/deleting/delete-leading-ws-001-expected.png: Added.
81310         * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt: Added.
81311         * platform/efl/editing/deleting/delete-line-001-expected.png: Added.
81312         * platform/efl/editing/deleting/delete-line-001-expected.txt: Added.
81313         * platform/efl/editing/deleting/delete-line-002-expected.png: Added.
81314         * platform/efl/editing/deleting/delete-line-002-expected.txt: Added.
81315         * platform/efl/editing/deleting/delete-line-003-expected.png: Added.
81316         * platform/efl/editing/deleting/delete-line-003-expected.txt: Added.
81317         * platform/efl/editing/deleting/delete-line-004-expected.png: Added.
81318         * platform/efl/editing/deleting/delete-line-004-expected.txt: Added.
81319         * platform/efl/editing/deleting/delete-line-005-expected.png: Added.
81320         * platform/efl/editing/deleting/delete-line-005-expected.txt: Added.
81321         * platform/efl/editing/deleting/delete-line-006-expected.png: Added.
81322         * platform/efl/editing/deleting/delete-line-006-expected.txt: Added.
81323         * platform/efl/editing/deleting/delete-line-007-expected.png: Added.
81324         * platform/efl/editing/deleting/delete-line-007-expected.txt: Added.
81325         * platform/efl/editing/deleting/delete-line-008-expected.png: Added.
81326         * platform/efl/editing/deleting/delete-line-008-expected.txt: Added.
81327         * platform/efl/editing/deleting/delete-line-009-expected.png: Added.
81328         * platform/efl/editing/deleting/delete-line-009-expected.txt: Added.
81329         * platform/efl/editing/deleting/delete-line-010-expected.png: Added.
81330         * platform/efl/editing/deleting/delete-line-010-expected.txt: Added.
81331         * platform/efl/editing/deleting/delete-line-011-expected.png: Added.
81332         * platform/efl/editing/deleting/delete-line-012-expected.png: Added.
81333         * platform/efl/editing/deleting/delete-line-012-expected.txt: Added.
81334         * platform/efl/editing/deleting/delete-line-013-expected.png: Added.
81335         * platform/efl/editing/deleting/delete-line-013-expected.txt: Added.
81336         * platform/efl/editing/deleting/delete-line-014-expected.png: Added.
81337         * platform/efl/editing/deleting/delete-line-014-expected.txt: Added.
81338         * platform/efl/editing/deleting/delete-line-015-expected.png: Added.
81339         * platform/efl/editing/deleting/delete-line-015-expected.txt: Added.
81340         * platform/efl/editing/deleting/delete-line-016-expected.png: Added.
81341         * platform/efl/editing/deleting/delete-line-016-expected.txt: Added.
81342         * platform/efl/editing/deleting/delete-line-017-expected.png: Added.
81343         * platform/efl/editing/deleting/delete-line-017-expected.txt: Added.
81344         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png: Added.
81345         * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
81346         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png: Added.
81347         * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
81348         * platform/efl/editing/deleting/delete-listitem-001-expected.png: Added.
81349         * platform/efl/editing/deleting/delete-listitem-001-expected.txt: Added.
81350         * platform/efl/editing/deleting/delete-listitem-002-expected.png: Added.
81351         * platform/efl/editing/deleting/delete-listitem-002-expected.txt: Added.
81352         * platform/efl/editing/deleting/delete-selection-001-expected.png: Added.
81353         * platform/efl/editing/deleting/delete-selection-001-expected.txt: Added.
81354         * platform/efl/editing/deleting/delete-tab-001-expected.png: Added.
81355         * platform/efl/editing/deleting/delete-tab-002-expected.png: Added.
81356         * platform/efl/editing/deleting/delete-tab-002-expected.txt: Added.
81357         * platform/efl/editing/deleting/delete-tab-003-expected.png: Added.
81358         * platform/efl/editing/deleting/delete-tab-003-expected.txt: Added.
81359         * platform/efl/editing/deleting/delete-tab-004-expected.png: Added.
81360         * platform/efl/editing/deleting/delete-to-select-table-expected.png: Added.
81361         * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
81362         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png: Added.
81363         * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
81364         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png: Added.
81365         * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
81366         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png: Added.
81367         * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
81368         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png: Added.
81369         * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
81370         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png: Added.
81371         * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
81372         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png: Added.
81373         * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
81374         * platform/efl/editing/deleting/forward-delete-expected.png: Added.
81375         * platform/efl/editing/deleting/forward-delete-expected.txt: Added.
81376         * platform/efl/editing/deleting/list-item-1-expected.png: Added.
81377         * platform/efl/editing/deleting/list-item-1-expected.txt: Added.
81378         * platform/efl/editing/deleting/merge-different-styles-expected.png: Added.
81379         * platform/efl/editing/deleting/merge-different-styles-expected.txt: Added.
81380         * platform/efl/editing/deleting/merge-endOfParagraph-expected.png: Added.
81381         * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt: Added.
81382         * platform/efl/editing/deleting/merge-no-br-expected.png: Added.
81383         * platform/efl/editing/deleting/merge-no-br-expected.txt: Added.
81384         * platform/efl/editing/deleting/merge-unrendered-space-expected.png: Added.
81385         * platform/efl/editing/deleting/merge-unrendered-space-expected.txt: Added.
81386         * platform/efl/editing/deleting/merge-whitespace-pre-expected.png: Added.
81387         * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt: Added.
81388         * platform/efl/editing/deleting/move-nodes-001-expected.png: Added.
81389         * platform/efl/editing/deleting/move-nodes-001-expected.txt: Added.
81390         * platform/efl/editing/deleting/non-smart-delete-expected.png: Added.
81391         * platform/efl/editing/deleting/non-smart-delete-expected.txt: Added.
81392         * platform/efl/editing/deleting/pruning-after-merge-2-expected.png: Added.
81393         * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt: Added.
81394         * platform/efl/editing/deleting/smart-delete-001-expected.png: Added.
81395         * platform/efl/editing/deleting/smart-delete-001-expected.txt: Added.
81396         * platform/efl/editing/deleting/smart-delete-002-expected.png: Added.
81397         * platform/efl/editing/deleting/table-cells-expected.png: Added.
81398         * platform/efl/editing/deleting/table-cells-expected.txt: Added.
81399         * platform/efl/editing/deleting/transpose-empty-expected.png: Added.
81400         * platform/efl/editing/deleting/transpose-empty-expected.txt: Added.
81401         * platform/efl/editing/deleting/type-delete-after-quote-expected.png: Added.
81402         * platform/efl/editing/deleting/type-delete-after-quote-expected.txt: Added.
81403         * platform/efl/editing/inserting/12882-expected.png: Added.
81404         * platform/efl/editing/inserting/12882-expected.txt: Added.
81405         * platform/efl/editing/inserting/4278698-expected.png: Added.
81406         * platform/efl/editing/inserting/4278698-expected.txt: Added.
81407         * platform/efl/editing/inserting/4840662-expected.png: Added.
81408         * platform/efl/editing/inserting/4840662-expected.txt: Added.
81409         * platform/efl/editing/inserting/4875189-1-expected.png: Added.
81410         * platform/efl/editing/inserting/4875189-1-expected.txt: Added.
81411         * platform/efl/editing/inserting/4875189-2-expected.png: Added.
81412         * platform/efl/editing/inserting/4875189-2-expected.txt: Added.
81413         * platform/efl/editing/inserting/4959067-expected.png: Added.
81414         * platform/efl/editing/inserting/4959067-expected.txt: Added.
81415         * platform/efl/editing/inserting/4960120-1-expected.png: Added.
81416         * platform/efl/editing/inserting/4960120-1-expected.txt: Added.
81417         * platform/efl/editing/inserting/4960120-2-expected.png: Added.
81418         * platform/efl/editing/inserting/4960120-2-expected.txt: Added.
81419         * platform/efl/editing/inserting/5002441-expected.png: Added.
81420         * platform/efl/editing/inserting/5002441-expected.txt: Added.
81421         * platform/efl/editing/inserting/5058163-1-expected.png: Added.
81422         * platform/efl/editing/inserting/5058163-1-expected.txt: Added.
81423         * platform/efl/editing/inserting/5058163-2-expected.png: Added.
81424         * platform/efl/editing/inserting/5058163-2-expected.txt: Added.
81425         * platform/efl/editing/inserting/5156401-2-expected.png: Added.
81426         * platform/efl/editing/inserting/5156401-2-expected.txt: Added.
81427         * platform/efl/editing/inserting/5418891-expected.png: Added.
81428         * platform/efl/editing/inserting/5418891-expected.txt: Added.
81429         * platform/efl/editing/inserting/5510537-expected.png: Added.
81430         * platform/efl/editing/inserting/5510537-expected.txt: Added.
81431         * platform/efl/editing/inserting/5549929-2-expected.png: Added.
81432         * platform/efl/editing/inserting/5549929-2-expected.txt: Added.
81433         * platform/efl/editing/inserting/5549929-3-expected.png: Added.
81434         * platform/efl/editing/inserting/5549929-3-expected.txt: Added.
81435         * platform/efl/editing/inserting/6703873-expected.png: Added.
81436         * platform/efl/editing/inserting/6703873-expected.txt: Added.
81437         * platform/efl/editing/inserting/editable-html-element-expected.png: Added.
81438         * platform/efl/editing/inserting/editable-html-element-expected.txt: Added.
81439         * platform/efl/editing/inserting/editable-inline-element-expected.png: Added.
81440         * platform/efl/editing/inserting/editable-inline-element-expected.txt: Added.
81441         * platform/efl/editing/inserting/edited-whitespace-1-expected.png: Added.
81442         * platform/efl/editing/inserting/edited-whitespace-1-expected.txt: Added.
81443         * platform/efl/editing/inserting/editing-empty-divs-expected.png: Added.
81444         * platform/efl/editing/inserting/editing-empty-divs-expected.txt: Added.
81445         * platform/efl/editing/inserting/insert-3654864-fix-expected.png: Added.
81446         * platform/efl/editing/inserting/insert-3654864-fix-expected.txt: Added.
81447         * platform/efl/editing/inserting/insert-3775316-fix-expected.png: Added.
81448         * platform/efl/editing/inserting/insert-3775316-fix-expected.txt: Added.
81449         * platform/efl/editing/inserting/insert-3778059-fix-expected.png: Added.
81450         * platform/efl/editing/inserting/insert-3778059-fix-expected.txt: Added.
81451         * platform/efl/editing/inserting/insert-3800346-fix-expected.png: Added.
81452         * platform/efl/editing/inserting/insert-3800346-fix-expected.txt: Added.
81453         * platform/efl/editing/inserting/insert-3851164-fix-expected.png: Added.
81454         * platform/efl/editing/inserting/insert-3851164-fix-expected.txt: Added.
81455         * platform/efl/editing/inserting/insert-after-delete-001-expected.png: Added.
81456         * platform/efl/editing/inserting/insert-after-delete-001-expected.txt: Added.
81457         * platform/efl/editing/inserting/insert-at-end-01-expected.png: Added.
81458         * platform/efl/editing/inserting/insert-at-end-01-expected.txt: Added.
81459         * platform/efl/editing/inserting/insert-at-end-02-expected.png: Added.
81460         * platform/efl/editing/inserting/insert-at-end-02-expected.txt: Added.
81461         * platform/efl/editing/inserting/insert-br-001-expected.png: Added.
81462         * platform/efl/editing/inserting/insert-br-001-expected.txt: Added.
81463         * platform/efl/editing/inserting/insert-br-002-expected.png: Added.
81464         * platform/efl/editing/inserting/insert-br-002-expected.txt: Added.
81465         * platform/efl/editing/inserting/insert-br-003-expected.png: Added.
81466         * platform/efl/editing/inserting/insert-br-003-expected.txt: Added.
81467         * platform/efl/editing/inserting/insert-br-004-expected.png: Added.
81468         * platform/efl/editing/inserting/insert-br-004-expected.txt: Added.
81469         * platform/efl/editing/inserting/insert-br-005-expected.png: Added.
81470         * platform/efl/editing/inserting/insert-br-005-expected.txt: Added.
81471         * platform/efl/editing/inserting/insert-br-006-expected.png: Added.
81472         * platform/efl/editing/inserting/insert-br-006-expected.txt: Added.
81473         * platform/efl/editing/inserting/insert-br-007-expected.png: Added.
81474         * platform/efl/editing/inserting/insert-br-007-expected.txt: Added.
81475         * platform/efl/editing/inserting/insert-br-008-expected.png: Added.
81476         * platform/efl/editing/inserting/insert-br-008-expected.txt: Added.
81477         * platform/efl/editing/inserting/insert-br-009-expected.png: Added.
81478         * platform/efl/editing/inserting/insert-br-009-expected.txt: Added.
81479         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
81480         * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
81481         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
81482         * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
81483         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
81484         * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
81485         * platform/efl/editing/inserting/insert-br-quoted-001-expected.png: Added.
81486         * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt: Added.
81487         * platform/efl/editing/inserting/insert-br-quoted-002-expected.png: Added.
81488         * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt: Added.
81489         * platform/efl/editing/inserting/insert-br-quoted-003-expected.png: Added.
81490         * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt: Added.
81491         * platform/efl/editing/inserting/insert-br-quoted-004-expected.png: Added.
81492         * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt: Added.
81493         * platform/efl/editing/inserting/insert-br-quoted-005-expected.png: Added.
81494         * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt: Added.
81495         * platform/efl/editing/inserting/insert-br-quoted-006-expected.png: Added.
81496         * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt: Added.
81497         * platform/efl/editing/inserting/insert-div-001-expected.png: Added.
81498         * platform/efl/editing/inserting/insert-div-001-expected.txt: Added.
81499         * platform/efl/editing/inserting/insert-div-002-expected.png: Added.
81500         * platform/efl/editing/inserting/insert-div-002-expected.txt: Added.
81501         * platform/efl/editing/inserting/insert-div-003-expected.png: Added.
81502         * platform/efl/editing/inserting/insert-div-003-expected.txt: Added.
81503         * platform/efl/editing/inserting/insert-div-004-expected.png: Added.
81504         * platform/efl/editing/inserting/insert-div-004-expected.txt: Added.
81505         * platform/efl/editing/inserting/insert-div-005-expected.png: Added.
81506         * platform/efl/editing/inserting/insert-div-005-expected.txt: Added.
81507         * platform/efl/editing/inserting/insert-div-006-expected.png: Added.
81508         * platform/efl/editing/inserting/insert-div-006-expected.txt: Added.
81509         * platform/efl/editing/inserting/insert-div-007-expected.png: Added.
81510         * platform/efl/editing/inserting/insert-div-007-expected.txt: Added.
81511         * platform/efl/editing/inserting/insert-div-008-expected.png: Added.
81512         * platform/efl/editing/inserting/insert-div-008-expected.txt: Added.
81513         * platform/efl/editing/inserting/insert-div-009-expected.png: Added.
81514         * platform/efl/editing/inserting/insert-div-009-expected.txt: Added.
81515         * platform/efl/editing/inserting/insert-div-010-expected.png: Added.
81516         * platform/efl/editing/inserting/insert-div-010-expected.txt: Added.
81517         * platform/efl/editing/inserting/insert-div-011-expected.png: Added.
81518         * platform/efl/editing/inserting/insert-div-011-expected.txt: Added.
81519         * platform/efl/editing/inserting/insert-div-012-expected.png: Added.
81520         * platform/efl/editing/inserting/insert-div-012-expected.txt: Added.
81521         * platform/efl/editing/inserting/insert-div-013-expected.png: Added.
81522         * platform/efl/editing/inserting/insert-div-013-expected.txt: Added.
81523         * platform/efl/editing/inserting/insert-div-014-expected.png: Added.
81524         * platform/efl/editing/inserting/insert-div-014-expected.txt: Added.
81525         * platform/efl/editing/inserting/insert-div-015-expected.png: Added.
81526         * platform/efl/editing/inserting/insert-div-015-expected.txt: Added.
81527         * platform/efl/editing/inserting/insert-div-016-expected.png: Added.
81528         * platform/efl/editing/inserting/insert-div-016-expected.txt: Added.
81529         * platform/efl/editing/inserting/insert-div-017-expected.png: Added.
81530         * platform/efl/editing/inserting/insert-div-017-expected.txt: Added.
81531         * platform/efl/editing/inserting/insert-div-018-expected.png: Added.
81532         * platform/efl/editing/inserting/insert-div-018-expected.txt: Added.
81533         * platform/efl/editing/inserting/insert-div-019-expected.png: Added.
81534         * platform/efl/editing/inserting/insert-div-019-expected.txt: Added.
81535         * platform/efl/editing/inserting/insert-div-020-expected.png: Added.
81536         * platform/efl/editing/inserting/insert-div-020-expected.txt: Added.
81537         * platform/efl/editing/inserting/insert-div-022-expected.png: Added.
81538         * platform/efl/editing/inserting/insert-div-022-expected.txt: Added.
81539         * platform/efl/editing/inserting/insert-div-023-expected.png: Added.
81540         * platform/efl/editing/inserting/insert-div-023-expected.txt: Added.
81541         * platform/efl/editing/inserting/insert-div-024-expected.png: Added.
81542         * platform/efl/editing/inserting/insert-div-024-expected.txt: Added.
81543         * platform/efl/editing/inserting/insert-div-025-expected.png: Added.
81544         * platform/efl/editing/inserting/insert-div-025-expected.txt: Added.
81545         * platform/efl/editing/inserting/insert-div-026-expected.png: Added.
81546         * platform/efl/editing/inserting/insert-div-026-expected.txt: Added.
81547         * platform/efl/editing/inserting/insert-div-027-expected.png: Added.
81548         * platform/efl/editing/inserting/insert-div-027-expected.txt: Added.
81549         * platform/efl/editing/inserting/insert-paragraph-01-expected.png: Added.
81550         * platform/efl/editing/inserting/insert-paragraph-01-expected.txt: Added.
81551         * platform/efl/editing/inserting/insert-paragraph-02-expected.png: Added.
81552         * platform/efl/editing/inserting/insert-paragraph-02-expected.txt: Added.
81553         * platform/efl/editing/inserting/insert-paragraph-03-expected.png: Added.
81554         * platform/efl/editing/inserting/insert-paragraph-03-expected.txt: Added.
81555         * platform/efl/editing/inserting/insert-paragraph-04-expected.png: Added.
81556         * platform/efl/editing/inserting/insert-paragraph-04-expected.txt: Added.
81557         * platform/efl/editing/inserting/insert-paragraph-05-expected.png: Added.
81558         * platform/efl/editing/inserting/insert-paragraph-05-expected.txt: Added.
81559         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
81560         * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
81561         * platform/efl/editing/inserting/insert-tab-001-expected.png: Added.
81562         * platform/efl/editing/inserting/insert-tab-001-expected.txt: Added.
81563         * platform/efl/editing/inserting/insert-tab-002-expected.png: Added.
81564         * platform/efl/editing/inserting/insert-tab-002-expected.txt: Added.
81565         * platform/efl/editing/inserting/insert-tab-003-expected.png: Added.
81566         * platform/efl/editing/inserting/insert-tab-003-expected.txt: Added.
81567         * platform/efl/editing/inserting/insert-tab-004-expected.png: Added.
81568         * platform/efl/editing/inserting/insert-tab-004-expected.txt: Added.
81569         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
81570         * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
81571         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
81572         * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
81573         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
81574         * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
81575         * platform/efl/editing/inserting/insert-text-with-newlines-expected.png: Added.
81576         * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt: Added.
81577         * platform/efl/editing/inserting/line-break-expected.png: Added.
81578         * platform/efl/editing/inserting/line-break-expected.txt: Added.
81579         * platform/efl/editing/inserting/multiple-lines-selected-expected.png: Added.
81580         * platform/efl/editing/inserting/multiple-lines-selected-expected.txt: Added.
81581         * platform/efl/editing/inserting/paragraph-separator-01-expected.png: Added.
81582         * platform/efl/editing/inserting/paragraph-separator-01-expected.txt: Added.
81583         * platform/efl/editing/inserting/paragraph-separator-02-expected.png: Added.
81584         * platform/efl/editing/inserting/paragraph-separator-02-expected.txt: Added.
81585         * platform/efl/editing/inserting/paragraph-separator-03-expected.png: Added.
81586         * platform/efl/editing/inserting/paragraph-separator-03-expected.txt: Added.
81587         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
81588         * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
81589         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
81590         * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
81591         * platform/efl/editing/inserting/redo-expected.png: Added.
81592         * platform/efl/editing/inserting/redo-expected.txt: Added.
81593         * platform/efl/editing/inserting/return-key-with-selection-001-expected.png: Added.
81594         * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt: Added.
81595         * platform/efl/editing/inserting/return-key-with-selection-002-expected.png: Added.
81596         * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt: Added.
81597         * platform/efl/editing/inserting/return-key-with-selection-003-expected.png: Added.
81598         * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt: Added.
81599         * platform/efl/editing/inserting/typing-001-expected.png: Added.
81600         * platform/efl/editing/inserting/typing-001-expected.txt: Added.
81601         * platform/efl/editing/inserting/typing-002-expected.png: Added.
81602         * platform/efl/editing/inserting/typing-002-expected.txt: Added.
81603         * platform/efl/editing/inserting/typing-003-expected.png: Added.
81604         * platform/efl/editing/inserting/typing-003-expected.txt: Added.
81605         * platform/efl/editing/inserting/typing-around-br-001-expected.png: Added.
81606         * platform/efl/editing/inserting/typing-around-br-001-expected.txt: Added.
81607         * platform/efl/editing/inserting/typing-around-image-001-expected.png: Added.
81608         * platform/efl/editing/inserting/typing-around-image-001-expected.txt: Added.
81609         * platform/efl/editing/inserting/typing-at-end-of-line-expected.png: Added.
81610         * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt: Added.
81611         * platform/efl/editing/selection/13804-expected.png: Added.
81612         * platform/efl/editing/selection/13804-expected.txt: Added.
81613         * platform/efl/editing/selection/14971-expected.png: Added.
81614         * platform/efl/editing/selection/14971-expected.txt: Added.
81615         * platform/efl/editing/selection/4402375-expected.png: Added.
81616         * platform/efl/editing/selection/4402375-expected.txt: Added.
81617         * platform/efl/editing/selection/4776665-expected.png: Added.
81618         * platform/efl/editing/selection/4776665-expected.txt: Added.
81619         * platform/efl/editing/selection/4818145-expected.png: Added.
81620         * platform/efl/editing/selection/4818145-expected.txt: Added.
81621         * platform/efl/editing/selection/4866671-expected.png: Added.
81622         * platform/efl/editing/selection/4866671-expected.txt: Added.
81623         * platform/efl/editing/selection/4889598-expected.png: Added.
81624         * platform/efl/editing/selection/4889598-expected.txt: Added.
81625         * platform/efl/editing/selection/4895428-2-expected.png: Added.
81626         * platform/efl/editing/selection/4895428-2-expected.txt: Added.
81627         * platform/efl/editing/selection/4932260-1-expected.png: Added.
81628         * platform/efl/editing/selection/4932260-1-expected.txt: Added.
81629         * platform/efl/editing/selection/4932260-2-expected.png: Added.
81630         * platform/efl/editing/selection/4932260-2-expected.txt: Added.
81631         * platform/efl/editing/selection/4932260-3-expected.png: Added.
81632         * platform/efl/editing/selection/4932260-3-expected.txt: Added.
81633         * platform/efl/editing/selection/4947387-expected.png: Added.
81634         * platform/efl/editing/selection/4947387-expected.txt: Added.
81635         * platform/efl/editing/selection/4960116-expected.png: Added.
81636         * platform/efl/editing/selection/4960116-expected.txt: Added.
81637         * platform/efl/editing/selection/4960137-expected.png: Added.
81638         * platform/efl/editing/selection/4960137-expected.txt: Added.
81639         * platform/efl/editing/selection/4983858-expected.png: Added.
81640         * platform/efl/editing/selection/4983858-expected.txt: Added.
81641         * platform/efl/editing/selection/5057506-2-expected.png: Added.
81642         * platform/efl/editing/selection/5057506-2-expected.txt: Added.
81643         * platform/efl/editing/selection/5076323-1-expected.png: Added.
81644         * platform/efl/editing/selection/5076323-1-expected.txt: Added.
81645         * platform/efl/editing/selection/5076323-2-expected.png: Added.
81646         * platform/efl/editing/selection/5076323-2-expected.txt: Added.
81647         * platform/efl/editing/selection/5076323-3-expected.png: Added.
81648         * platform/efl/editing/selection/5076323-3-expected.txt: Added.
81649         * platform/efl/editing/selection/5081257-1-expected.png: Added.
81650         * platform/efl/editing/selection/5081257-1-expected.txt: Added.
81651         * platform/efl/editing/selection/5081257-2-expected.png: Added.
81652         * platform/efl/editing/selection/5081257-2-expected.txt: Added.
81653         * platform/efl/editing/selection/5099303-expected.png: Added.
81654         * platform/efl/editing/selection/5099303-expected.txt: Added.
81655         * platform/efl/editing/selection/5131716-1-expected.png: Added.
81656         * platform/efl/editing/selection/5131716-1-expected.txt: Added.
81657         * platform/efl/editing/selection/5131716-2-expected.png: Added.
81658         * platform/efl/editing/selection/5131716-2-expected.txt: Added.
81659         * platform/efl/editing/selection/5131716-3-expected.png: Added.
81660         * platform/efl/editing/selection/5131716-3-expected.txt: Added.
81661         * platform/efl/editing/selection/5131716-4-expected.png: Added.
81662         * platform/efl/editing/selection/5131716-4-expected.txt: Added.
81663         * platform/efl/editing/selection/5195166-2-expected.png: Added.
81664         * platform/efl/editing/selection/5195166-2-expected.txt: Added.
81665         * platform/efl/editing/selection/5232159-expected.png: Added.
81666         * platform/efl/editing/selection/5232159-expected.txt: Added.
81667         * platform/efl/editing/selection/5234383-1-expected.png: Added.
81668         * platform/efl/editing/selection/5234383-1-expected.txt: Added.
81669         * platform/efl/editing/selection/5234383-2-expected.png: Added.
81670         * platform/efl/editing/selection/5234383-2-expected.txt: Added.
81671         * platform/efl/editing/selection/5240265-expected.png: Added.
81672         * platform/efl/editing/selection/5240265-expected.txt: Added.
81673         * platform/efl/editing/selection/5333725-expected.png: Added.
81674         * platform/efl/editing/selection/5333725-expected.txt: Added.
81675         * platform/efl/editing/selection/6476-expected.png: Added.
81676         * platform/efl/editing/selection/6476-expected.txt: Added.
81677         * platform/efl/editing/selection/7152-1-expected.png: Added.
81678         * platform/efl/editing/selection/7152-1-expected.txt: Added.
81679         * platform/efl/editing/selection/addRange-expected.png: Added.
81680         * platform/efl/editing/selection/addRange-expected.txt: Added.
81681         * platform/efl/editing/selection/after-line-wrap-expected.png: Added.
81682         * platform/efl/editing/selection/after-line-wrap-expected.txt: Added.
81683         * platform/efl/editing/selection/caret-ltr-2-expected.png: Added.
81684         * platform/efl/editing/selection/caret-ltr-2-expected.txt: Added.
81685         * platform/efl/editing/selection/caret-ltr-2-left-expected.png: Added.
81686         * platform/efl/editing/selection/caret-ltr-2-left-expected.txt: Added.
81687         * platform/efl/editing/selection/caret-ltr-expected.png: Added.
81688         * platform/efl/editing/selection/caret-ltr-expected.txt: Added.
81689         * platform/efl/editing/selection/caret-rtl-2-expected.png: Added.
81690         * platform/efl/editing/selection/caret-rtl-2-expected.txt: Added.
81691         * platform/efl/editing/selection/caret-rtl-expected.png: Added.
81692         * platform/efl/editing/selection/caret-rtl-expected.txt: Added.
81693         * platform/efl/editing/selection/clear-selection-expected.png: Added.
81694         * platform/efl/editing/selection/clear-selection-expected.txt: Added.
81695         * platform/efl/editing/selection/click-start-of-line-expected.png: Added.
81696         * platform/efl/editing/selection/click-start-of-line-expected.txt: Added.
81697         * platform/efl/editing/selection/contenteditable-click-inside-expected.png: Added.
81698         * platform/efl/editing/selection/contenteditable-click-inside-expected.txt: Added.
81699         * platform/efl/editing/selection/display-table-text-expected.png: Added.
81700         * platform/efl/editing/selection/display-table-text-expected.txt: Added.
81701         * platform/efl/editing/selection/drag-in-iframe-expected.png: Added.
81702         * platform/efl/editing/selection/drag-in-iframe-expected.txt: Added.
81703         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
81704         * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt: Added.
81705         * platform/efl/editing/selection/editable-html-element-expected.png: Added.
81706         * platform/efl/editing/selection/editable-html-element-expected.txt: Added.
81707         * platform/efl/editing/selection/editable-links-expected.png: Added.
81708         * platform/efl/editing/selection/editable-links-expected.txt: Added.
81709         * platform/efl/editing/selection/editable-non-editable-crash-expected.png: Added.
81710         * platform/efl/editing/selection/editable-non-editable-crash-expected.txt: Added.
81711         * platform/efl/editing/selection/end-of-document-expected.png: Added.
81712         * platform/efl/editing/selection/end-of-document-expected.txt: Added.
81713         * platform/efl/editing/selection/expanding-selections-expected.png: Added.
81714         * platform/efl/editing/selection/expanding-selections-expected.txt: Added.
81715         * platform/efl/editing/selection/expanding-selections2-expected.png: Added.
81716         * platform/efl/editing/selection/expanding-selections2-expected.txt: Added.
81717         * platform/efl/editing/selection/extend-by-character-001-expected.png: Added.
81718         * platform/efl/editing/selection/extend-by-character-001-expected.txt: Added.
81719         * platform/efl/editing/selection/extend-by-character-004-expected.png: Added.
81720         * platform/efl/editing/selection/extend-by-character-004-expected.txt: Added.
81721         * platform/efl/editing/selection/extend-by-character-005-expected.png: Added.
81722         * platform/efl/editing/selection/extend-by-character-005-expected.txt: Added.
81723         * platform/efl/editing/selection/extend-by-character-006-expected.png: Added.
81724         * platform/efl/editing/selection/extend-by-character-006-expected.txt: Added.
81725         * platform/efl/editing/selection/extend-by-sentence-001-expected.png: Added.
81726         * platform/efl/editing/selection/extend-by-sentence-001-expected.txt: Added.
81727         * platform/efl/editing/selection/extend-by-word-001-expected.png: Added.
81728         * platform/efl/editing/selection/extend-by-word-001-expected.txt: Added.
81729         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png: Added.
81730         * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt: Added.
81731         * platform/efl/editing/selection/focus-body-expected.png: Added.
81732         * platform/efl/editing/selection/focus-body-expected.txt: Added.
81733         * platform/efl/editing/selection/focus_editable_html-expected.png: Added.
81734         * platform/efl/editing/selection/focus_editable_html-expected.txt: Added.
81735         * platform/efl/editing/selection/image-before-linebreak-expected.png: Added.
81736         * platform/efl/editing/selection/image-before-linebreak-expected.txt: Added.
81737         * platform/efl/editing/selection/inline-closest-leaf-child-expected.png: Added.
81738         * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt: Added.
81739         * platform/efl/editing/selection/leave-requested-block-expected.png: Added.
81740         * platform/efl/editing/selection/leave-requested-block-expected.txt: Added.
81741         * platform/efl/editing/selection/line-wrap-1-expected.png: Added.
81742         * platform/efl/editing/selection/line-wrap-1-expected.txt: Added.
81743         * platform/efl/editing/selection/line-wrap-2-expected.png: Added.
81744         * platform/efl/editing/selection/line-wrap-2-expected.txt: Added.
81745         * platform/efl/editing/selection/mixed-editability-1-expected.png: Added.
81746         * platform/efl/editing/selection/mixed-editability-1-expected.txt: Added.
81747         * platform/efl/editing/selection/mixed-editability-2-expected.png: Added.
81748         * platform/efl/editing/selection/mixed-editability-2-expected.txt: Added.
81749         * platform/efl/editing/selection/mixed-editability-3-expected.png: Added.
81750         * platform/efl/editing/selection/mixed-editability-3-expected.txt: Added.
81751         * platform/efl/editing/selection/mixed-editability-4-expected.png: Added.
81752         * platform/efl/editing/selection/mixed-editability-4-expected.txt: Added.
81753         * platform/efl/editing/selection/mixed-editability-5-expected.png: Added.
81754         * platform/efl/editing/selection/mixed-editability-5-expected.txt: Added.
81755         * platform/efl/editing/selection/mixed-editability-8-expected.png: Added.
81756         * platform/efl/editing/selection/mixed-editability-8-expected.txt: Added.
81757         * platform/efl/editing/selection/mixed-editability-9-expected.png: Added.
81758         * platform/efl/editing/selection/mixed-editability-9-expected.txt: Added.
81759         * platform/efl/editing/selection/move-3875618-fix-expected.png: Added.
81760         * platform/efl/editing/selection/move-3875618-fix-expected.txt: Added.
81761         * platform/efl/editing/selection/move-3875641-fix-expected.png: Added.
81762         * platform/efl/editing/selection/move-3875641-fix-expected.txt: Added.
81763         * platform/efl/editing/selection/move-backwords-by-word-001-expected.png: Added.
81764         * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt: Added.
81765         * platform/efl/editing/selection/move-between-blocks-no-001-expected.png: Added.
81766         * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt: Added.
81767         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png: Added.
81768         * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
81769         * platform/efl/editing/selection/move-by-character-001-expected.png: Added.
81770         * platform/efl/editing/selection/move-by-character-001-expected.txt: Added.
81771         * platform/efl/editing/selection/move-by-character-002-expected.png: Added.
81772         * platform/efl/editing/selection/move-by-character-002-expected.txt: Added.
81773         * platform/efl/editing/selection/move-by-character-003-expected.png: Added.
81774         * platform/efl/editing/selection/move-by-character-003-expected.txt: Added.
81775         * platform/efl/editing/selection/move-by-character-004-expected.png: Added.
81776         * platform/efl/editing/selection/move-by-character-004-expected.txt: Added.
81777         * platform/efl/editing/selection/move-by-character-005-expected.png: Added.
81778         * platform/efl/editing/selection/move-by-character-005-expected.txt: Added.
81779         * platform/efl/editing/selection/move-by-character-6-expected.png: Added.
81780         * platform/efl/editing/selection/move-by-character-6-expected.txt: Added.
81781         * platform/efl/editing/selection/move-by-line-001-expected.png: Added.
81782         * platform/efl/editing/selection/move-by-line-001-expected.txt: Added.
81783         * platform/efl/editing/selection/move-by-line-002-expected.png: Added.
81784         * platform/efl/editing/selection/move-by-line-002-expected.txt: Added.
81785         * platform/efl/editing/selection/move-by-sentence-001-expected.png: Added.
81786         * platform/efl/editing/selection/move-by-sentence-001-expected.txt: Added.
81787         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png: Added.
81788         * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
81789         * platform/efl/editing/selection/move-by-word-001-expected.png: Added.
81790         * platform/efl/editing/selection/move-by-word-001-expected.txt: Added.
81791         * platform/efl/editing/selection/move-past-trailing-space-expected.png: Added.
81792         * platform/efl/editing/selection/move-past-trailing-space-expected.txt: Added.
81793         * platform/efl/editing/selection/node-removal-1-expected.png: Added.
81794         * platform/efl/editing/selection/node-removal-1-expected.txt: Added.
81795         * platform/efl/editing/selection/previous-line-position-expected.png: Added.
81796         * platform/efl/editing/selection/previous-line-position-expected.txt: Added.
81797         * platform/efl/editing/selection/replace-selection-1-expected.png: Added.
81798         * platform/efl/editing/selection/replace-selection-1-expected.txt: Added.
81799         * platform/efl/editing/selection/replaced-boundaries-1-expected.png: Added.
81800         * platform/efl/editing/selection/replaced-boundaries-1-expected.txt: Added.
81801         * platform/efl/editing/selection/replaced-boundaries-2-expected.png: Added.
81802         * platform/efl/editing/selection/replaced-boundaries-2-expected.txt: Added.
81803         * platform/efl/editing/selection/select-all-001-expected.png: Added.
81804         * platform/efl/editing/selection/select-all-001-expected.txt: Added.
81805         * platform/efl/editing/selection/select-all-iframe-expected.png: Added.
81806         * platform/efl/editing/selection/select-all-iframe-expected.txt: Added.
81807         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png: Added.
81808         * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt: Added.
81809         * platform/efl/editing/selection/selectNode-expected.png: Added.
81810         * platform/efl/editing/selection/selectNode-expected.txt: Added.
81811         * platform/efl/editing/selection/selectNodeContents-expected.png: Added.
81812         * platform/efl/editing/selection/selectNodeContents-expected.txt: Added.
81813         * platform/efl/editing/selection/selection-3748164-fix-expected.png: Added.
81814         * platform/efl/editing/selection/selection-3748164-fix-expected.txt: Added.
81815         * platform/efl/editing/selection/table-caret-1-expected.png: Added.
81816         * platform/efl/editing/selection/table-caret-1-expected.txt: Added.
81817         * platform/efl/editing/selection/table-caret-2-expected.png: Added.
81818         * platform/efl/editing/selection/table-caret-2-expected.txt: Added.
81819         * platform/efl/editing/selection/transformed-selection-rects-expected.png: Added.
81820         * platform/efl/editing/selection/transformed-selection-rects-expected.txt: Added.
81821         * platform/efl/editing/selection/triple-click-in-pre-expected.png: Added.
81822         * platform/efl/editing/selection/triple-click-in-pre-expected.txt: Added.
81823         * platform/efl/editing/selection/unrendered-001-expected.png: Added.
81824         * platform/efl/editing/selection/unrendered-001-expected.txt: Added.
81825         * platform/efl/editing/selection/unrendered-002-expected.png: Added.
81826         * platform/efl/editing/selection/unrendered-002-expected.txt: Added.
81827         * platform/efl/editing/selection/unrendered-003-expected.png: Added.
81828         * platform/efl/editing/selection/unrendered-003-expected.txt: Added.
81829         * platform/efl/editing/selection/unrendered-004-expected.png: Added.
81830         * platform/efl/editing/selection/unrendered-004-expected.txt: Added.
81831         * platform/efl/editing/selection/unrendered-005-expected.png: Added.
81832         * platform/efl/editing/selection/unrendered-005-expected.txt: Added.
81833         * platform/efl/editing/selection/unrendered-space-expected.png: Added.
81834         * platform/efl/editing/selection/unrendered-space-expected.txt: Added.
81835         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
81836         * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
81837         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
81838         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
81839         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
81840         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
81841         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
81842         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
81843         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
81844         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
81845         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
81846         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
81847         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
81848         * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
81849         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
81850         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
81851         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
81852         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
81853         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
81854         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
81855         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
81856         * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
81857         * platform/efl/editing/selection/word-granularity-expected.png: Added.
81858         * platform/efl/editing/selection/word-granularity-expected.txt: Added.
81859         * platform/efl/editing/selection/wrapped-line-caret-1-expected.png: Added.
81860         * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt: Added.
81861         * platform/efl/editing/selection/wrapped-line-caret-2-expected.png: Added.
81862         * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt: Added.
81863         * platform/efl/editing/style/4916887-expected.png: Added.
81864         * platform/efl/editing/style/4916887-expected.txt: Added.
81865         * platform/efl/editing/style/5017613-2-expected.png: Added.
81866         * platform/efl/editing/style/5017613-2-expected.txt: Added.
81867         * platform/efl/editing/style/5046875-2-expected.png: Added.
81868         * platform/efl/editing/style/5046875-2-expected.txt: Added.
81869         * platform/efl/editing/style/5084241-expected.png: Added.
81870         * platform/efl/editing/style/5084241-expected.txt: Added.
81871         * platform/efl/editing/style/apple-style-editable-mix-expected.png: Added.
81872         * platform/efl/editing/style/apple-style-editable-mix-expected.txt: Added.
81873         * platform/efl/editing/style/block-style-001-expected.png: Added.
81874         * platform/efl/editing/style/block-style-001-expected.txt: Added.
81875         * platform/efl/editing/style/block-style-002-expected.png: Added.
81876         * platform/efl/editing/style/block-style-002-expected.txt: Added.
81877         * platform/efl/editing/style/block-style-003-expected.png: Added.
81878         * platform/efl/editing/style/block-style-003-expected.txt: Added.
81879         * platform/efl/editing/style/block-styles-007-expected.png: Added.
81880         * platform/efl/editing/style/block-styles-007-expected.txt: Added.
81881         * platform/efl/editing/style/create-block-for-style-001-expected.png: Added.
81882         * platform/efl/editing/style/create-block-for-style-001-expected.txt: Added.
81883         * platform/efl/editing/style/create-block-for-style-002-expected.png: Added.
81884         * platform/efl/editing/style/create-block-for-style-002-expected.txt: Added.
81885         * platform/efl/editing/style/create-block-for-style-003-expected.png: Added.
81886         * platform/efl/editing/style/create-block-for-style-003-expected.txt: Added.
81887         * platform/efl/editing/style/create-block-for-style-004-expected.png: Added.
81888         * platform/efl/editing/style/create-block-for-style-004-expected.txt: Added.
81889         * platform/efl/editing/style/create-block-for-style-005-expected.png: Added.
81890         * platform/efl/editing/style/create-block-for-style-005-expected.txt: Added.
81891         * platform/efl/editing/style/create-block-for-style-006-expected.png: Added.
81892         * platform/efl/editing/style/create-block-for-style-006-expected.txt: Added.
81893         * platform/efl/editing/style/create-block-for-style-007-expected.png: Added.
81894         * platform/efl/editing/style/create-block-for-style-007-expected.txt: Added.
81895         * platform/efl/editing/style/create-block-for-style-008-expected.png: Added.
81896         * platform/efl/editing/style/create-block-for-style-008-expected.txt: Added.
81897         * platform/efl/editing/style/create-block-for-style-009-expected.png: Added.
81898         * platform/efl/editing/style/create-block-for-style-009-expected.txt: Added.
81899         * platform/efl/editing/style/create-block-for-style-010-expected.png: Added.
81900         * platform/efl/editing/style/create-block-for-style-010-expected.txt: Added.
81901         * platform/efl/editing/style/create-block-for-style-011-expected.png: Added.
81902         * platform/efl/editing/style/create-block-for-style-011-expected.txt: Added.
81903         * platform/efl/editing/style/create-block-for-style-012-expected.png: Added.
81904         * platform/efl/editing/style/create-block-for-style-012-expected.txt: Added.
81905         * platform/efl/editing/style/create-block-for-style-013-expected.png: Added.
81906         * platform/efl/editing/style/create-block-for-style-013-expected.txt: Added.
81907         * platform/efl/editing/style/designmode-expected.png: Added.
81908         * platform/efl/editing/style/designmode-expected.txt: Added.
81909         * platform/efl/editing/style/highlight-expected.png: Added.
81910         * platform/efl/editing/style/highlight-expected.txt: Added.
81911         * platform/efl/editing/style/relative-font-size-change-001-expected.png: Added.
81912         * platform/efl/editing/style/relative-font-size-change-001-expected.txt: Added.
81913         * platform/efl/editing/style/relative-font-size-change-002-expected.png: Added.
81914         * platform/efl/editing/style/relative-font-size-change-002-expected.txt: Added.
81915         * platform/efl/editing/style/relative-font-size-change-003-expected.png: Added.
81916         * platform/efl/editing/style/relative-font-size-change-003-expected.txt: Added.
81917         * platform/efl/editing/style/relative-font-size-change-004-expected.png: Added.
81918         * platform/efl/editing/style/relative-font-size-change-004-expected.txt: Added.
81919         * platform/efl/editing/style/smoosh-styles-003-expected.png: Added.
81920         * platform/efl/editing/style/style-3681552-fix-001-expected.png: Added.
81921         * platform/efl/editing/style/style-3681552-fix-002-expected.png: Added.
81922         * platform/efl/editing/style/style-3681552-fix-002-expected.txt: Added.
81923         * platform/efl/editing/style/style-3998892-fix-expected.png: Added.
81924         * platform/efl/editing/style/style-3998892-fix-expected.txt: Added.
81925         * platform/efl/editing/style/style-boundary-001-expected.png: Added.
81926         * platform/efl/editing/style/style-boundary-001-expected.txt: Added.
81927         * platform/efl/editing/style/style-boundary-002-expected.png: Added.
81928         * platform/efl/editing/style/style-boundary-003-expected.png: Added.
81929         * platform/efl/editing/style/style-boundary-004-expected.png: Added.
81930         * platform/efl/editing/style/style-boundary-004-expected.txt: Added.
81931         * platform/efl/editing/style/table-selection-expected.png: Added.
81932         * platform/efl/editing/style/table-selection-expected.txt: Added.
81933         * platform/efl/editing/style/typing-style-001-expected.png: Added.
81934         * platform/efl/editing/style/typing-style-002-expected.png: Added.
81935         * platform/efl/editing/style/unbold-in-bold-expected.png: Added.
81936         * platform/efl/editing/style/unbold-in-bold-expected.txt: Added.
81937
81938 2012-10-25  Roger Fong  <roger_fong@apple.com>
81939
81940         Unreviewed. Rebaselining failing expected results for fast/css/image-set-setting.html on Windows after r132388.
81941
81942         * platform/win/fast/css/image-set-setting-expected.txt:
81943
81944 2012-10-25  Sheriff Bot  <webkit.review.bot@gmail.com>
81945
81946         Unreviewed, rolling out r132269.
81947         http://trac.webkit.org/changeset/132269
81948         https://bugs.webkit.org/show_bug.cgi?id=100412
81949
81950         "Speculative rollout of r132269 in hopes of fixing a
81951         mysterious recalcStyle crasher" (Requested by eseidel on
81952         #webkit).
81953
81954         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
81955         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
81956         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
81957         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
81958         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
81959         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
81960         * fast/forms/pseudo-elements-expected.html: Removed.
81961         * fast/forms/pseudo-elements.html: Removed.
81962         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
81963         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
81964         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
81965         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
81966         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
81967         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
81968         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81969         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81970         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81971         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81972         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81973         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81974         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81975         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81976         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81977         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81978         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81979         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81980         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81981         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81982         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81983         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
81984
81985 2012-10-25  Stephen White  <senorblanco@chromium.org>
81986
81987         Add new layout test for reference filters.
81988         https://bugs.webkit.org/show_bug.cgi?id=97715
81989
81990         Reviewed by Nate Chapin.
81991
81992         * css3/filters/reference-filter-update-after-remove-expected.txt: Added.
81993         * css3/filters/reference-filter-update-after-remove.html: Added.
81994
81995 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
81996
81997         Incorrect tile size in the slow scrolling case
81998         https://bugs.webkit.org/show_bug.cgi?id=100411
81999
82000         Reviewed by Beth Dakin.
82001
82002         New result with better tile size.
82003
82004         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
82005
82006 2012-10-25  Roger Fong  <roger_fong@apple.com>
82007
82008         Unreviewed. Skipping inspector/elements/update-shadowdom.html. 
82009         Feature in https://bugs.webkit.org/show_bug.cgi?id=99567 not supported on Windows ports.
82010
82011         * platform/win/TestExpectations:
82012
82013 2012-10-25  Nico Weber  <thakis@chromium.org>
82014
82015         Move ImageOrientation transform back in CG space (lower-left origin), adapt the skia code to work with that, turn on feature for chromium
82016         https://bugs.webkit.org/show_bug.cgi?id=100319
82017
82018         Reviewed by Eric Seidel.
82019
82020         * platform/chromium/TestExpectations:
82021
82022 2012-10-25  Simon Fraser  <simon.fraser@apple.com>
82023
82024         Log the tile cache tile size in test output
82025         https://bugs.webkit.org/show_bug.cgi?id=100409
82026
82027         Reviewed by Beth Dakin.
82028
82029         New results with tile size in the output.
82030
82031         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
82032         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
82033         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
82034         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:
82035
82036 2012-10-25  Zan Dobersek  <zandobersek@gmail.com>
82037
82038         Unreviewed GTK gardening.
82039
82040         Removing three fast/lists test failure expectations, the tests
82041         were fixed in r132507.
82042
82043         * platform/gtk/TestExpectations:
82044
82045 2012-10-25  Roger Fong  <roger_fong@apple.com>
82046
82047         Unreviewed. Skip failing accessibility tests.
82048         accessibility/title-ui-element-correctness.html
82049         accessibility/aria-slider-value.html
82050         accesibility/hidden-legend.html
82051
82052         * platform/win/TestExpectations:
82053
82054 2012-10-25  Dominic Mazzoni  <dmazzoni@google.com>
82055
82056         AX: Notification should be sent when accessibilityIsIgnored changes
82057         https://bugs.webkit.org/show_bug.cgi?id=99547
82058
82059         Reviewed by Chris Fleizach.
82060
82061         Adds 3 new test to ensure:
82062         1. A "children changed" notification is fired on the parent object when an
82063            object that was previously ignored becomes unignored.
82064         2. A notification is sent when an element's text (incl. title or label) changes.
82065         3. A notification is sent when another ARIA attribute changes.
82066
82067         Modifies add-to-menu-list-crashes because it was too brittle; it was
82068             referencing a stale object rather than retrieving its latest handle.
82069         Modifies aria-checkbox-sends-notification to listen on the correct
82070             object on all platforms.
82071         Simplifies notification-listeners so it doesn't generate additional
82072             notifications that are inconsistent between platforms now.
82073
82074         * accessibility/aria-checkbox-sends-notification.html:
82075         * accessibility/notification-listeners.html:
82076         * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
82077         * platform/chromium/accessibility/add-to-menu-list-crashes.html:
82078         * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
82079         * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
82080         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
82081         * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
82082         * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
82083         * platform/chromium/accessibility/text-change-notification.html: Added.
82084
82085 2012-10-25  Tom Sepez  <tsepez@chromium.org>
82086
82087         XSSAuditor must replace form action with about:blank when reflected action detected.
82088         https://bugs.webkit.org/show_bug.cgi?id=100280
82089
82090         Reviewed by Daniel Bates.
82091
82092         Update tests to log form action attribute.
82093
82094         * http/tests/security/xssAuditor/form-action-expected.txt:
82095         * http/tests/security/xssAuditor/form-action.html:
82096         * http/tests/security/xssAuditor/resources/echo-intertag.pl:
82097
82098 2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>
82099
82100         [EFL] Plugin test gardening
82101         https://bugs.webkit.org/show_bug.cgi?id=100359
82102
82103         Unreviewed, EFL gardening.
82104
82105         fast/frames/sandboxed-iframe-plugins.html and userscripts/user-script-
82106         plugin-document.html are passing on WK2 now.
82107
82108         * platform/efl-wk1/TestExpectations:
82109         * platform/efl/TestExpectations:
82110
82111 2012-10-25  Kevin Ellis  <kevers@chromium.org>
82112
82113         Touch adjustment snaps to wrong target at a plugin boundary.
82114         https://bugs.webkit.org/show_bug.cgi?id=99938
82115
82116         Reviewed by Antonio Gomes.
82117
82118         Test for touch adjustment at a plugin boundary.
82119         Prior to the patch, plugins were not considered
82120         candidates for touch adjustment.
82121
82122         * touchadjustment/plugin-expected.txt: Added.
82123         * touchadjustment/plugin.html: Added.
82124
82125 2012-10-25  Csaba Osztrogonác  <ossy@webkit.org>
82126
82127         [Qt] Unreviewed gardening, skip failing tests to speedup testing.
82128
82129         * platform/qt/TestExpectations:
82130
82131 2012-10-25  Yury Semikhatsky  <yurys@chromium.org>
82132
82133         Web Inspector: inspector tests failing after r132454
82134         https://bugs.webkit.org/show_bug.cgi?id=100381
82135
82136         Reviewed by Pavel Feldman.
82137
82138         Enable memory instrumentation tests now that the problem is fixed.
82139
82140         * platform/chromium/TestExpectations:
82141
82142 2012-10-25  Kenneth Rohde Christiansen  <kenneth@webkit.org>
82143
82144         'resolution' MQ: Printing should use use high resolution images when available
82145         https://bugs.webkit.org/show_bug.cgi?id=100382
82146
82147         Reviewed by Antti Koivisto.
82148
82149         Special case print to not use the dpi of the screen, but one of 300.
82150
82151         Updated the resolution media query test to cover this.
82152
82153         * fast/media/mq-resolution-expected.txt:
82154         * fast/media/mq-resolution.html:
82155
82156 2012-10-25  Kevin Ellis  <kevers@chromium.org>
82157
82158         Can't easily position the cursor on an empty line in a textarea with touch if touch adjustment is enabled
82159         https://bugs.webkit.org/show_bug.cgi?id=97576
82160
82161         Reviewed by Antonio Gomes.
82162
82163         Add test to verify that touch adjustment is coarse for
82164         editable content, being based on the bounds of the
82165         editable content and not its children.
82166
82167         * touchadjustment/editable-content-expected.txt: Added.
82168         * touchadjustment/editable-content.html: Added.
82169
82170 2012-10-25  Csaba Osztrogonác  <ossy@webkit.org>
82171
82172         [Qt] Unreviewed gardening, skip tests because TestRunner::overridePreference()
82173         does not support the 'WebKitSupportsMultipleWindows' preference on Qt WK1.
82174
82175         * platform/qt-5.0-wk1/TestExpectations:
82176
82177 2012-10-25  'Pavel Feldman'  <pfeldman@chromium.org>
82178
82179         Not reviewed: chromium test expectations updated.
82180
82181         * platform/chromium/TestExpectations:
82182
82183 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
82184
82185         Add setMediaTypeOverride to window.internals.settings
82186         https://bugs.webkit.org/show_bug.cgi?id=100249
82187
82188         Reviewed by Kenneth Rohde Christiansen.
82189
82190         Fixed fast/media/print-restores-previous-mediatype.html to use cross-platform
82191         window.internals.settings.setMediaTypeOverride.
82192         Unskipped fast/media/print-restores-previous-mediatype.html for EFL, the test should also work
82193         on other ports but it needs to be checked first.
82194
82195         * fast/media/print-restores-previous-mediatype.html:
82196         * platform/efl/TestExpectations:
82197
82198 2012-10-22  Mikhail Naganov  <mnaganov@chromium.org>
82199
82200         [Chromium] Add supportMultipleWindows setting, needed for Android
82201         https://bugs.webkit.org/show_bug.cgi?id=99716
82202
82203         Reviewed by Adam Barth.
82204
82205         Add supportMultipleWindows settings for reusing the same view when
82206         opening popups. This is required for emulating the behavior of
82207         Android WebView. Adding into WebCore, as other ports might want to
82208         use this setting in the future.
82209
82210         * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
82211         * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html: Added.
82212         * fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
82213         * fast/dom/Window/window-open-no-multiple-windows.html: Added.
82214         * fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
82215         * fast/forms/post-popup-no-multiple-windows.html: Added.
82216         * platform/chromium/fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
82217         * platform/chromium/fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
82218         * platform/chromium/fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
82219
82220 2012-10-25  Florin Malita  <fmalita@chromium.org>
82221
82222         [Chromium] Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=99874.
82223
82224         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
82225         * platform/chromium-mac-lion/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
82226         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
82227         * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
82228         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
82229         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
82230         * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
82231         * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
82232         * platform/chromium/TestExpectations:
82233
82234 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
82235
82236         [Qt] Pixel tests need rebaseline
82237         https://bugs.webkit.org/show_bug.cgi?id=99323
82238
82239         Unreviewed pixel gardening.
82240
82241         Rebase some tests, add missing expectations, mark wrong results as image failure.
82242
82243         * platform/qt-5.0-wk2/TestExpectations:
82244         * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
82245         * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
82246         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
82247         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
82248         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
82249         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
82250         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
82251         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
82252         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
82253         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
82254         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
82255         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
82256         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
82257         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
82258         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
82259         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
82260         * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
82261         * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
82262         * platform/qt/TestExpectations:
82263         * platform/qt/animations/state-at-end-event-expected.png: Added.
82264         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
82265         * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
82266         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
82267         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
82268         * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
82269         * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
82270         * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
82271         * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
82272         * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
82273         * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
82274         * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
82275         * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
82276         * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
82277         * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
82278         * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
82279         * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
82280         * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
82281         * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
82282         * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
82283         * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
82284         * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
82285         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
82286         * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
82287         * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
82288         * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
82289         * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
82290         * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
82291         * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
82292         * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
82293         * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
82294         * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
82295         * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
82296         * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
82297         * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
82298         * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
82299         * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
82300         * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
82301         * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
82302         * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
82303         * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
82304         * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
82305         * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
82306         * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
82307         * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
82308         * platform/qt/fast/block/float/009-expected.png: Added.
82309         * platform/qt/fast/block/float/034-expected.png: Added.
82310         * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
82311         * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
82312         * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
82313         * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
82314         * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
82315         * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
82316         * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
82317         * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
82318         * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
82319         * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
82320         * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
82321         * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
82322         * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
82323         * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
82324         * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
82325         * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
82326         * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
82327         * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
82328         * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
82329         * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
82330         * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
82331         * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
82332         * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
82333         * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
82334         * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
82335         * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
82336         * platform/qt/fast/css/006-expected.png: Added.
82337         * platform/qt/fast/css/background-clip-values-expected.png: Added.
82338         * platform/qt/fast/css/bogus-color-span-expected.png: Added.
82339         * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
82340         * platform/qt/fast/css/content-dynamic-expected.png: Added.
82341         * platform/qt/fast/css/contentDiv-expected.png: Added.
82342         * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
82343         * platform/qt/fast/css/contentImage-expected.png: Added.
82344         * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
82345         * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
82346         * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
82347         * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
82348         * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
82349         * platform/qt/fast/dynamic/001-expected.png: Added.
82350         * platform/qt/fast/dynamic/005-expected.png: Added.
82351         * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
82352         * platform/qt/fast/dynamic/staticY-expected.png: Added.
82353         * platform/qt/fast/forms/002-expected.png: Added.
82354         * platform/qt/fast/forms/003-expected.png: Added.
82355         * platform/qt/fast/forms/004-expected.png: Added.
82356         * platform/qt/fast/forms/005-expected.png: Added.
82357         * platform/qt/fast/forms/006-expected.png: Added.
82358         * platform/qt/fast/forms/007-expected.png: Added.
82359         * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
82360         * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
82361         * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
82362         * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
82363         * platform/qt/fast/forms/button-submit-expected.png: Added.
82364         * platform/qt/fast/forms/caret-rtl-expected.png: Added.
82365         * platform/qt/fast/forms/control-clip-expected.png: Added.
82366         * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
82367         * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
82368         * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
82369         * platform/qt/fast/forms/formmove-expected.png: Added.
82370         * platform/qt/fast/forms/formmove2-expected.png: Added.
82371         * platform/qt/fast/forms/image-border-expected.png: Added.
82372         * platform/qt/fast/forms/indeterminate-expected.png: Added.
82373         * platform/qt/fast/forms/input-align-image-expected.png: Added.
82374         * platform/qt/fast/forms/input-first-letter-expected.png: Added.
82375         * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
82376         * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
82377         * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
82378         * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
82379         * platform/qt/fast/forms/option-index-expected.png: Added.
82380         * platform/qt/fast/forms/option-script-expected.png: Added.
82381         * platform/qt/fast/forms/option-text-clip-expected.png: Added.
82382         * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
82383         * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
82384         * platform/qt/fast/forms/select-align-expected.png: Added.
82385         * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
82386         * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
82387         * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
82388         * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
82389         * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
82390         * platform/qt/fast/forms/select-selected-expected.png: Added.
82391         * platform/qt/fast/forms/select-size-expected.png: Added.
82392         * platform/qt/fast/forms/select-style-expected.png: Added.
82393         * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
82394         * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
82395         * platform/qt/fast/frames/002-expected.png: Added.
82396         * platform/qt/fast/frames/calculate-round-expected.png: Added.
82397         * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
82398         * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
82399         * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
82400         * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
82401         * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
82402         * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
82403         * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
82404         * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
82405         * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
82406         * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
82407         * platform/qt/fast/images/embed-image-expected.png: Added.
82408         * platform/qt/fast/images/favicon-as-image-expected.png: Added.
82409         * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
82410         * platform/qt/fast/images/object-image-expected.png: Added.
82411         * platform/qt/fast/images/pdf-as-image-expected.png: Added.
82412         * platform/qt/fast/inline-block/004-expected.png: Added.
82413         * platform/qt/fast/inline-block/005-expected.png: Added.
82414         * platform/qt/fast/invalid/015-expected.png: Added.
82415         * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
82416         * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
82417         * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
82418         * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
82419         * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
82420         * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
82421         * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
82422         * platform/qt/fast/media/implicit-media-all-expected.png: Added.
82423         * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
82424         * platform/qt/fast/media/monochrome-expected.png: Added.
82425         * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
82426         * platform/qt/fast/overflow/position-relative-expected.png: Added.
82427         * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
82428         * platform/qt/fast/parser/comment-in-script-expected.png: Added.
82429         * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
82430         * platform/qt/fast/reflections/table-cell-expected.png: Added.
82431         * platform/qt/fast/repaint/background-generated-expected.png: Added.
82432         * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
82433         * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
82434         * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
82435         * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
82436         * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
82437         * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
82438         * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
82439         * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
82440         * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
82441         * platform/qt/fast/repaint/table-col-background-expected.png: Added.
82442         * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
82443         * platform/qt/fast/repaint/table-row-expected.png: Added.
82444         * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
82445         * platform/qt/fast/replaced/008-expected.png: Added.
82446         * platform/qt/fast/replaced/image-tag-expected.png: Added.
82447         * platform/qt/fast/replaced/selection-rect-expected.png: Added.
82448         * platform/qt/fast/table/008-expected.png: Added.
82449         * platform/qt/fast/table/024-expected.png: Added.
82450         * platform/qt/fast/table/031-expected.png: Added.
82451         * platform/qt/fast/table/caption-relayout-expected.png: Added.
82452         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
82453         * platform/qt/fast/table/div-as-col-span-expected.png: Added.
82454         * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
82455         * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
82456         * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
82457         * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
82458         * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
82459         * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
82460         * platform/qt/fast/table/giantRowspan-expected.png: Added.
82461         * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
82462         * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
82463         * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
82464         * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
82465         * platform/qt/fast/text/basic/013-expected.png: Added.
82466         * platform/qt/fast/text/basic/015-expected.png: Added.
82467         * platform/qt/fast/text/line-breaks-expected.png: Added.
82468         * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
82469         * platform/qt/fast/text/stripNullFromText-expected.png: Added.
82470         * platform/qt/fast/text/whitespace/017-expected.png: Added.
82471         * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
82472         * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
82473         * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
82474         * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
82475         * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
82476         * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
82477         * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
82478         * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
82479         * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
82480         * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
82481         * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
82482         * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
82483         * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
82484         * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
82485         * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
82486         * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
82487         * platform/qt/svg/css/path-with-shadow-expected.png: Added.
82488         * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
82489         * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
82490         * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
82491         * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
82492         * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
82493         * platform/qt/svg/custom/createImageElement-expected.png: Added.
82494         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
82495         * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
82496         * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
82497         * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
82498         * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
82499         * platform/qt/svg/custom/marker-opacity-expected.png: Added.
82500         * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
82501         * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
82502         * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
82503         * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
82504         * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
82505         * platform/qt/svg/custom/pan-direction-expected.png: Added.
82506         * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
82507         * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
82508         * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
82509         * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
82510         * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
82511         * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
82512         * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
82513         * platform/qt/svg/filters/feMerge-expected.png: Added.
82514         * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
82515         * platform/qt/svg/filters/feOffset-expected.png: Added.
82516         * platform/qt/svg/filters/feTile-expected.png: Added.
82517         * platform/qt/svg/filters/filter-clip-expected.png: Added.
82518         * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
82519         * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
82520         * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
82521         * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
82522         * platform/qt/svg/filters/subRegion-one-effect-expected.png: Added.
82523         * platform/qt/svg/filters/subRegion-two-effects-expected.png: Added.
82524         * platform/qt/svg/hixie/error/006-expected.png: Added.
82525         * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
82526         * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
82527         * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
82528         * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
82529         * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
82530         * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
82531         * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
82532         * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
82533         * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
82534         * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
82535         * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
82536         * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
82537         * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
82538         * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
82539         * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
82540         * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
82541         * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
82542         * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
82543         * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
82544         * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
82545         * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
82546         * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
82547         * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.
82548
82549 2012-10-25  Balazs Kelemen  <kbalazs@webkit.org>
82550
82551         [Qt] Pixel tests need rebaseline
82552         https://bugs.webkit.org/show_bug.cgi?id=99323
82553
82554         Unreviewed pixel gardening.
82555
82556         Rebase some results for qt-5.0-wk2, mark wrong results as expected fail.
82557
82558         * platform/qt-5.0-wk2/TestExpectations:
82559         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
82560         * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Added.
82561         * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Added.
82562         * platform/qt-5.0-wk2/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
82563         * platform/qt-5.0-wk2/css3/filters/effect-drop-shadow-hw-expected.png: Added.
82564         * platform/qt-5.0-wk2/fast/css-generated-content/012-expected.png: Added.
82565         * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png: Added.
82566         * platform/qt-5.0-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
82567         * platform/qt-5.0-wk2/fast/css/compare-content-style-expected.png: Added.
82568         * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
82569         * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
82570         * platform/qt-5.0-wk2/fast/inline-block/overflow-clip-expected.png: Added.
82571         * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
82572         * platform/qt-5.0-wk2/http/tests/navigation/javascriptlink-frames-expected.png: Added.
82573         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
82574         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
82575         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
82576         * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
82577         * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
82578         * platform/qt-5.0-wk2/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
82579         * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
82580         * platform/qt/TestExpectations:
82581         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
82582
82583 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
82584
82585         [EFL] Gardening after r132394
82586         https://bugs.webkit.org/show_bug.cgi?id=100365
82587
82588         Unreviewed gardening.
82589
82590         Skipping of newly added compositing/tiling/backface-preserve-3d-tiled.html
82591         test fail on EFL port due to missing AC support.
82592
82593         * platform/efl/TestExpectations:
82594
82595 2012-10-25  KwangYong Choi  <ky0.choi@samsung.com>
82596
82597         [EFL][QT] Remove test which is not exist
82598         https://bugs.webkit.org/show_bug.cgi?id=100366
82599
82600         Unreviewed. fast/dom/shadow/athost-atrules.html has been removed after r132403.
82601
82602         * platform/efl-wk1/TestExpectations:
82603         * platform/qt/TestExpectations:
82604
82605 2012-10-25  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
82606
82607         [EFL][WK2] Gardening after r132386
82608         https://bugs.webkit.org/show_bug.cgi?id=100362
82609
82610         Unreviewed gardening.
82611
82612         Skipped crashing fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html, 
82613         networkinformation/basic-all-types-of-events.html, networkinformation/updates.html, networkinformation/add-listener-from-callback.html,
82614         networkinformation/basic-operation.html, svg/foreignObject/viewport-foreignobject-crash.html for EFL WK2.
82615
82616         * platform/efl-wk2/TestExpectations:
82617
82618 2012-10-25  Alexander Shalamov  <alexander.shalamov@intel.com>
82619
82620         Layout Test fast/media/w3c/test_media_queries.html is slow on Chromium debug bots after r132352
82621         https://bugs.webkit.org/show_bug.cgi?id=100272
82622
82623         Reviewed by Kenneth Rohde Christiansen.
82624
82625         Test if resolution media query is supported before identifying dpi of the media.
82626
82627         * fast/media/w3c/test_media_queries.html:
82628
82629 2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>
82630
82631         [Qt] Unreviewed gardening.
82632
82633         Unskip tests that are not exist already.
82634
82635         * platform/qt-5.0-wk2/TestExpectations:
82636
82637 2012-10-25  Nandor Huszka  <hnandor@inf.u-szeged.hu>
82638
82639         [Qt] Unreviewed gardening.
82640
82641         Skip a new failing test introduced in r132394.
82642
82643         * platform/qt-5.0-wk2/TestExpectations:
82644
82645 2012-10-24  Csaba Osztrogonác  <ossy@webkit.org>
82646
82647         [Qt] Unreviewed gardening, skip a new failing test.
82648
82649         * platform/qt/TestExpectations:
82650
82651 2012-10-24  Kent Tamura  <tkent@chromium.org>
82652
82653         REGRESSION(r132291): Crash in BaseMultipleFieldsDateAndTimeInputType
82654         https://bugs.webkit.org/show_bug.cgi?id=100326
82655
82656         Reviewed by Eric Seidel.
82657
82658         * fast/forms/time-multiple-fields/time-multiple-fields-change-type-expected.txt: Added.
82659         * fast/forms/time-multiple-fields/time-multiple-fields-change-type.html: Added.
82660
82661 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
82662
82663         Not reviewed: updating chromium TestExpectations for the roll.
82664
82665         * platform/chromium/TestExpectations:
82666
82667 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
82668
82669         Not reviewed: updating chromium TestExpectations for the roll.
82670
82671         * platform/chromium/TestExpectations:
82672
82673 2012-10-24  Pavel Feldman  <pfeldman@chromium.org>
82674
82675         Not reviewed: platform/chromium/TestExpectations lint.
82676
82677         * platform/chromium/TestExpectations:
82678
82679 2012-10-24  Kangil Han  <kangil.han@samsung.com>
82680
82681         Rebaseline some sputnik unicode failed cases.
82682         https://bugs.webkit.org/show_bug.cgi?id=99976
82683
82684         Unreviewed rebaseline.
82685
82686         According to BUG 93103, seems these four test cases have different results after libicu 4.6 version.
82687         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.
82688
82689         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
82690         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
82691         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
82692         * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
82693         * platform/efl/TestExpectations:
82694         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
82695         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
82696         * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
82697         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
82698         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
82699         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
82700         * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
82701         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
82702         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
82703         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
82704         * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
82705         * sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt:
82706         * sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt:
82707         * sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt:
82708         * sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt:
82709
82710 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
82711
82712         Add two more tiled scrolling tests
82713         https://bugs.webkit.org/show_bug.cgi?id=100314
82714
82715         Reviewed by Beth Dakin.
82716
82717         Two new tests for TileCache tile coverage after scrolling.
82718
82719         * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
82720         * platform/mac/tiled-drawing/tile-coverage-after-scroll.html: Added.
82721         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
82722         * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html: Added.
82723
82724 2012-10-24  Beth Dakin  <bdakin@apple.com>
82725
82726         Updated results for https://bugs.webkit.org/show_bug.cgi?id=100312
82727         I checked in results that relied on some local changes in WK2.
82728
82729         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
82730
82731 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
82732
82733         Skip tiled drawing tests for WK1
82734         https://bugs.webkit.org/show_bug.cgi?id=100312
82735
82736         Reviewed by Beth Dakin.
82737
82738         Skip platform/mac/tiled-drawing tests in the main TestExpections file,
82739         but re-enable it in the WK2 TestExpections file.
82740
82741         * platform/mac-wk2/TestExpectations:
82742         * platform/mac/TestExpectations:
82743
82744 2012-10-24  Dirk Pranke  <dpranke@chromium.org>
82745
82746         Unreviewed, update chromium-mac-mountainlion baselines.
82747
82748         * 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.
82749         * 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.
82750         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
82751         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
82752
82753 2012-10-24  Dirk Pranke  <dpranke@chromium.org>
82754
82755         Unreviewed, expectations and baseline cleanup.
82756
82757         Remove some old baselines for a test that was converted to a reftest,
82758         and remove entries for tests no longer failing on Chromium Mac ML.
82759
82760         * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Removed.
82761         * platform/chromium-mac-mountainlion/TestExpectations:
82762         * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Removed.
82763         * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Removed.
82764
82765 2012-10-24  Beth Dakin  <bdakin@apple.com>
82766
82767         https://bugs.webkit.org/show_bug.cgi?id=100169
82768         We should make TileCache tiles the size of the tile coverage rect 
82769         when we can't do fast scrolling
82770         -and-
82771         <rdar://problem/12505021>
82772
82773         Reviewed by Simon Fraser.
82774
82775         New test.
82776         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
82777         * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html: Added.
82778
82779 2012-10-24  David Barton  <dbarton@mathscribe.com>
82780
82781         MathML tests trigger font cache assertions in debug bots
82782         https://bugs.webkit.org/show_bug.cgi?id=100268
82783
82784         Reviewed by Eric Seidel.
82785
82786         * platform/chromium/TestExpectations:
82787
82788 2012-10-24  Tommy Widenflycht  <tommyw@google.com>
82789
82790         MediaStream API: Make sure all RTCPeerConnection events are dispatched asynchronously
82791         https://bugs.webkit.org/show_bug.cgi?id=100286
82792
82793         Reviewed by Adam Barth.
82794
82795         RTCPeerConnection::close is the only function that dispatches an event directly so only test that.
82796
82797         * fast/mediastream/RTCPeerConnection-events-expected.txt: Added.
82798         * fast/mediastream/RTCPeerConnection-events.html: Added.
82799
82800 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82801
82802         Unreviewed gardening. Chromium revision 163873 also made
82803         platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint.html slow.
82804
82805         * platform/chromium/TestExpectations:
82806
82807 2012-10-24  Max Vujovic  <mvujovic@adobe.com>
82808
82809         [CSS Shaders] The mesh should be specified using <column, row> order
82810         https://bugs.webkit.org/show_bug.cgi?id=96285
82811
82812         Reviewed by Dean Jackson.
82813
82814         Add a test verifying that WebKit interprets the CSS mesh values in column, row order.
82815         Update existing tests for u_meshSize and u_tileSize to expect column, row order.
82816
82817         * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Added.
82818         * css3/filters/custom/custom-filter-mesh-column-row-order.html: Added.
82819         * css3/filters/resources/checkerboard.vs: Added.
82820         * css3/filters/resources/u-mesh-size.fs:
82821         * css3/filters/resources/u-tile-size.fs:
82822         * css3/filters/resources/varying-mix-color.fs: Added.
82823
82824 2012-10-24  Tony Chang  <tony@chromium.org>
82825
82826         [chromium] Unreviewed, land pixel results on Win/Mac for a new repaint test.
82827
82828         * platform/chromium-mac/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
82829         * 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.
82830         * platform/chromium/TestExpectations:
82831
82832 2012-10-24  Sailesh Agrawal  <sail@chromium.org>
82833
82834         Incorrect keycodes for numpad /, -, +, .
82835         https://bugs.webkit.org/show_bug.cgi?id=99188
82836
82837         Reviewed by Tony Chang.
82838
82839         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.
82840
82841         * platform/mac/fast/events/numpad-keycode-mapping-expected.txt: Added.
82842         * platform/mac/fast/events/numpad-keycode-mapping.html: Added.
82843
82844 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82845
82846         Unreviewed gardening. Marking the software compositing version of
82847         compositing/tiling/backface-preserve-3d-tiled.html as failing as well.
82848
82849         * platform/chromium/TestExpectations:
82850
82851 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82852
82853         Unreviewed gardening. Marking 2 more mathml tests as flaky crashers on debug.
82854
82855         * platform/chromium/TestExpectations:
82856
82857 2012-10-24  Terry Anderson  <tdanderson@chromium.org>
82858
82859         Handle two-finger tap gestures in the same way as long-press gestures
82860         https://bugs.webkit.org/show_bug.cgi?id=99947
82861
82862         Reviewed by Adam Barth.
82863
82864         New layout test for dispatching context menus on a two-finger tap
82865         gesture when touch adjustment is enabled.
82866
82867         * touchadjustment/touch-links-two-finger-tap-expected.txt: Added.
82868         * touchadjustment/touch-links-two-finger-tap.html: Added.
82869
82870 2012-10-24  Chris Fleizach  <cfleizach@apple.com>
82871
82872         AX:When aria-label is used, the text under an element is still appearing as the AXTitle
82873         https://bugs.webkit.org/show_bug.cgi?id=98167
82874
82875         Reviewed by Beth Dakin.
82876
82877         * platform/mac/accessibility/aria-label-overrides-visible-text-expected.txt: Added.
82878         * platform/mac/accessibility/aria-label-overrides-visible-text.html: Added.
82879         * platform/mac/accessibility/aria-labelledby-overrides-aria-label-expected.txt:
82880
82881 2012-10-24  Sheriff Bot  <webkit.review.bot@gmail.com>
82882
82883         Unreviewed, rolling out r132303 and r132312.
82884         http://trac.webkit.org/changeset/132303
82885         http://trac.webkit.org/changeset/132312
82886         https://bugs.webkit.org/show_bug.cgi?id=100287
82887
82888         Triggering crashes on many popular websites (Requested by
82889         leviw|gardening on #webkit).
82890
82891         * fast/dom/shadow/athost-atrules-expected.txt: Removed.
82892         * fast/dom/shadow/athost-atrules.html: Removed.
82893
82894 2012-10-24  Joshua Bell  <jsbell@chromium.org>
82895
82896         IndexedDB: Cursor property value identities should be preserved
82897         https://bugs.webkit.org/show_bug.cgi?id=100051
82898
82899         Reviewed by Tony Chang.
82900
82901         Add tests to verify identity/read-only/mutability of cursor properties.
82902
82903         * storage/indexeddb/cursor-properties-expected.txt: Added.
82904         * storage/indexeddb/cursor-properties.html: Added.
82905         * storage/indexeddb/resources/cursor-properties.js: Added.
82906         (test.request.onsuccess):
82907         (test):
82908         (onUpgradeNeeded):
82909         (onOpenSuccess.request.onsuccess):
82910         (onOpenSuccess):
82911         (checkProperty):
82912
82913 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82914
82915         Unreviewed gardening. Updating slow expectations for two tests following a Chromium
82916         change. See https://bugs.webkit.org/show_bug.cgi?id=100287
82917
82918         * platform/chromium/TestExpectations:
82919
82920 2012-10-24  Tony Chang  <tony@chromium.org>
82921
82922         Setting width of a flexitem causes the adjacent flex item to be displayed poorly.
82923         https://bugs.webkit.org/show_bug.cgi?id=99925
82924
82925         Reviewed by Ojan Vafai.
82926
82927         Add a repaint test.  The render tree should be cross platform, but due to
82928         slight color differences in the grey overlay, the png can't be shared.
82929
82930         * css3/flexbox/repaint-during-resize-no-flex-expected.txt: Added.
82931         * css3/flexbox/repaint-during-resize-no-flex.html: Added.
82932         * platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
82933         * platform/chromium/TestExpectations:
82934
82935 2012-10-24  Simon Fraser  <simon.fraser@apple.com>
82936
82937         Fix CALayer hiearchy when combining tiling with preserve-3d
82938         https://bugs.webkit.org/show_bug.cgi?id=100205
82939
82940         Reviewed by Dean Jackson.
82941
82942         Pixel test that tests backface-visibility on a tile cache layer. Mark the test as
82943         failing on Chromium.
82944
82945         * compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
82946         * compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
82947         * compositing/tiling/backface-preserve-3d-tiled.html: Added.
82948         * platform/chromium/TestExpectations:
82949
82950 2012-10-24  Rick Byers  <rbyers@chromium.org>
82951
82952         image-set doesn't round-trip properly with cssText
82953         https://bugs.webkit.org/show_bug.cgi?id=99725
82954
82955         Reviewed by Beth Dakin.
82956
82957         Update image-set-setting test to expect the css text to round-trip properly.
82958
82959         * fast/css/image-set-setting-expected.txt:
82960         * fast/css/script-tests/image-set-setting.js:
82961         (testComputedStyle):
82962         (testImageSetRule):
82963
82964 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
82965
82966         Unreviewed GTK gardening.
82967
82968         Rebaselining two Video Track tests after r132349.
82969
82970         * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
82971         * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
82972
82973 2012-10-24  Chris Fleizach  <cfleizach@apple.com>
82974
82975         AX: WebKit exposes abstract ARIA role range as AXSlider; should be generic AXGroup
82976         https://bugs.webkit.org/show_bug.cgi?id=100204
82977
82978         Reviewed by Beth Dakin.
82979
82980         Remove the aria-range.html test because the same functionality is covered in aria-slider.html
82981         Rename aria-range-value to aria-slider-value and use the non-abstract role slider instead (and 
82982         move that to the general accessibility platform).
82983
82984         * accessibility/aria-slider-value-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-range-value-expected.txt.
82985         * accessibility/aria-slider-value.html: Copied from LayoutTests/platform/mac/accessibility/aria-range-value.html.
82986         * platform/mac/accessibility/aria-range-expected.txt: Removed.
82987         * platform/mac/accessibility/aria-range-value-expected.txt: Removed.
82988         * platform/mac/accessibility/aria-range-value.html: Removed.
82989         * platform/mac/accessibility/aria-range.html: Removed.
82990
82991 2012-10-24  Levi Weintraub  <leviw@chromium.org>
82992
82993         Unreviewed gardening. Marking fast/media/w3c/test_media_queries.html as slow on
82994         Chromium debug bots following r132352. It may still timeout...
82995
82996         * platform/chromium/TestExpectations:
82997
82998 2012-10-24  Florin Malita  <fmalita@chromium.org>
82999
83000         [Chromium] SVG repaint issues
83001         https://bugs.webkit.org/show_bug.cgi?id=99874
83002
83003         Reviewed by Levi Weintraub.
83004
83005         * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
83006         * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
83007         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
83008         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
83009         * platform/chromium/TestExpectations:
83010
83011 2012-10-24  Dana Jansens  <danakj@chromium.org>
83012
83013         Layout tests to verify scaled composited layers have crisp text
83014         https://bugs.webkit.org/show_bug.cgi?id=96940
83015
83016         Reviewed by Adrienne Walker.
83017
83018         Chromium bug: crbug.com/149943
83019
83020         * compositing/text-on-scaled-layer-expected.html: Added.
83021         * compositing/text-on-scaled-layer.html: Added.
83022         * compositing/text-on-scaled-surface-expected.html: Added.
83023         * compositing/text-on-scaled-surface.html: Added.
83024         * platform/chromium/TestExpectations:
83025         * platform/mac/TestExpectations:
83026
83027 2012-10-24  Levi Weintraub  <leviw@chromium.org>
83028
83029         Unreveiewed gardening. Fixing linter, marking 2 mathml tests as flaky crashers on debug,
83030         and adding passing Lion expectations for a third mathml test.
83031
83032         * platform/chromium/TestExpectations:
83033         * platform/chromium-mac-lion/mathml/presentation/fenced-expected.png: Modified.
83034
83035 2012-10-24  Toni Barzic  <tbarzic@chromium.org>
83036
83037         Crash when trying to write exception message to null console
83038         https://bugs.webkit.org/show_bug.cgi?id=99658
83039
83040         Reviewed by Adam Barth.
83041
83042         The test creates bunch of workers that throw an exception as soon as they are loaded and then tries to change the current document.
83043         The test passes if there is no crash.
83044         Unfortuantely, the test is inherently flaky and may produce some false positive results (but should never fail if there is no bug).
83045
83046         * fast/workers/resources/worker-exception.js: Added.
83047         * fast/workers/worker-exception-during-navigation-expected.txt: Added.
83048         * fast/workers/worker-exception-during-navigation.html: Added.
83049
83050 2012-10-24  David Barton  <dbarton@mathscribe.com>
83051
83052         [MathML] Timeouts on linux after r132264
83053         https://bugs.webkit.org/show_bug.cgi?id=100202
83054
83055         Reviewed by Eric Seidel.
83056
83057         The failing tests no longer timeout.
83058
83059         * platform/chromium/TestExpectations:
83060
83061 2012-10-24  Alexander Shalamov  <alexander.shalamov@intel.com>
83062
83063         CSS3 Media Queries - add resolution tests to W3C test suite
83064         https://bugs.webkit.org/show_bug.cgi?id=100231
83065
83066         Reviewed by Kenneth Rohde Christiansen.
83067
83068         Resolution media feature was implemented, therefore,
83069         W3C tests are added back to the test suite.
83070
83071         * fast/media/w3c/test_media_queries-expected.txt:
83072         * fast/media/w3c/test_media_queries.html:
83073
83074         Created platform specific expectations for the platforms that have RESOLUTION_MEDIA_QUERY disabled.
83075
83076         * platform/blackberry/fast/media/w3c/test_media_queries-expected.txt: Added.
83077         * platform/chromium/fast/media/w3c/test_media_queries-expected.txt: Added.
83078         * platform/gtk/fast/media/w3c/test_media_queries-expected.txt: Added.
83079         * platform/mac/fast/media/w3c/test_media_queries-expected.txt: Added.
83080         * platform/win/fast/media/w3c/test_media_queries-expected.txt: Added.
83081
83082 2012-10-24  Dominik Röttsches  <dominik.rottsches@intel.com>
83083
83084         [EFL] Unreviewed gardening.
83085
83086         * platform/efl-wk1/TestExpectations: Marking shadow-dom failures after r132303
83087         * platform/efl-wk2/TestExpectations: Marking focus failure after r132342 and drag-select failure between r132333-r132343.
83088
83089 2012-10-24  Eric Carlson  <eric.carlson@apple.com>
83090
83091         Allow ports to override text track rendering style
83092         https://bugs.webkit.org/show_bug.cgi?id=97800
83093         <rdar://problem/12044964>
83094
83095         Reviewed by Maciej Stachowiak.
83096
83097         * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
83098         * media/track/track-cue-rendering.html: 
83099         * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.
83100
83101 2012-10-24  Vsevolod Vlasov  <vsevik@chromium.org>
83102
83103         Web Inspector: Introduce workspace provider as a content providing backend for project.
83104         https://bugs.webkit.org/show_bug.cgi?id=100244
83105
83106         Reviewed by Pavel Feldman.
83107
83108         * http/tests/inspector/compiler-script-mapping.html:
83109         * http/tests/inspector/workspace-test.js:
83110         (initialize_WorkspaceTest.InspectorTest.createWorkspace):
83111         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
83112         * inspector/debugger/network-uisourcecode-provider.html:
83113         * inspector/debugger/script-snippet-model.html:
83114         * inspector/debugger/scripts-panel.html:
83115         * inspector/uisourcecode-revisions.html:
83116
83117 2012-10-24  Vsevolod Vlasov  <vsevik@chromium.org>
83118
83119         Web Inspector: UiSourceCode should rely on the workspace as a content provider.
83120         https://bugs.webkit.org/show_bug.cgi?id=100216
83121
83122         Reviewed by Pavel Feldman.
83123
83124         * http/tests/inspector/compiler-script-mapping.html:
83125         * inspector/debugger/breakpoint-manager.html:
83126         * inspector/debugger/script-formatter-search.html:
83127         * inspector/debugger/scripts-file-selector.html:
83128         * inspector/debugger/scripts-panel.html:
83129         * inspector/debugger/scripts-sorting.html:
83130         * inspector/debugger/ui-source-code-display-name.html:
83131         * inspector/debugger/ui-source-code.html:
83132         * inspector/uisourcecode-revisions.html:
83133
83134 2012-10-24  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
83135
83136         [EFL] Hopefully finish rebaselining after r131941 and r131991.
83137
83138         * platform/efl/compositing/clip-change-expected.png: Added.
83139         * platform/efl/compositing/geometry/foreground-offset-change-expected.png: Added.
83140         * platform/efl/compositing/iframes/fixed-position-iframe-expected.png: Added.
83141         * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
83142         * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added.
83143         * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
83144         * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
83145         * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
83146         * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png:
83147         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
83148         * platform/efl/compositing/repaint/shrink-layer-expected.png: Added.
83149         * platform/efl/compositing/repaint/transform-style-change-expected.png: Added.
83150         * platform/efl/compositing/rtl: Added.
83151         * platform/efl/compositing/rtl/rtl-overflow-invalidation-expected.png: Added.
83152         * platform/efl/compositing/video-page-visibility-expected.png:
83153         * platform/efl/css3/flexbox/repaint-expected.png:
83154         * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
83155         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
83156         * platform/efl/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
83157         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Added.
83158         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
83159         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
83160
83161 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
83162
83163         Unreviewed GTK gardening.
83164
83165         Adding crash expectations for tests that started crashing after r132286.
83166
83167         * platform/gtk/TestExpectations:
83168
83169 2012-10-24  Sheriff Bot  <webkit.review.bot@gmail.com>
83170
83171         Unreviewed, rolling out r132333.
83172         http://trac.webkit.org/changeset/132333
83173         https://bugs.webkit.org/show_bug.cgi?id=100234
83174
83175         Crashes many tests on the EFL-WK2 bot. (Requested by rakuco on
83176         #webkit).
83177
83178         * platform/efl-wk2/TestExpectations:
83179         * platform/efl/TestExpectations:
83180         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Removed.
83181         * platform/efl/editing/spelling/spelling-expected.txt: Removed.
83182
83183 2012-10-24  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
83184
83185         [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
83186         https://bugs.webkit.org/show_bug.cgi?id=93611
83187
83188         Reviewed by Hajime Morita.
83189
83190         Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
83191         Add new baselines for two spelling tests.
83192
83193         * platform/efl-wk2/TestExpectations:
83194         * platform/efl/TestExpectations:
83195         * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
83196         * platform/efl/editing/spelling/spelling-expected.txt: Added.
83197
83198 2012-10-24  Kent Tamura  <tkent@chromium.org>
83199
83200         [Chromium] Test expectation update
83201
83202         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83203         * platform/chromium/TestExpectations:
83204
83205 2012-10-24  Kent Tamura  <tkent@chromium.org>
83206
83207         [Chromium] Test expectation update
83208
83209         * platform/chromium/TestExpectations:
83210          - exif-orientation-css.html is ImageOnlyFailure.
83211          - Still need rebaseline for calendar-picker-appearance-step.html on Windows?
83212
83213 2012-10-12  Balazs Kelemen  <kbalazs@webkit.org>
83214
83215         [Qt][WK2] Skip tests that depend on disabling accelerated compositing
83216         https://bugs.webkit.org/show_bug.cgi?id=99167
83217
83218         Rubber-stamped by Simon Hausmann.
83219
83220         Skip those tests because we don't support the non-accelerated
83221         rendering path.
83222
83223         * platform/qt-5.0-wk2/TestExpectations:
83224
83225 2012-10-24  Kent Tamura  <tkent@chromium.org>
83226
83227         [Chromium] Rebaseline for r132310.
83228
83229         * platform/chromium/TestExpectations:
83230         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
83231         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
83232         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83233         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83234         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83235         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83236         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83237         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83238         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83239         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83240         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83241         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83242         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83243         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83244         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83245         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83246         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83247         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
83248         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83249         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
83250         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
83251         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
83252         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
83253         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
83254         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
83255         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83256         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83257         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83258         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83259         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83260         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83261         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83262         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83263         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83264         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83265         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83266         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
83267         * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
83268         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Added.
83269         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Added.
83270         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
83271         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Added.
83272         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Added.
83273         * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
83274         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83275         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83276         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83277         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83278         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83279         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83280         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83281         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83282         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83283         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83284         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83285         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
83286         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83287         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
83288         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
83289         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
83290         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
83291         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
83292         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
83293         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83294         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83295         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83296         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83297         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83298         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83299         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83300         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83301         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83302         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
83303         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83304         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
83305         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
83306         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
83307         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
83308         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
83309         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
83310         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83311         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83312         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
83313         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
83314         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83315         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83316         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83317         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83318         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83319         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83320         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83321         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83322         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83323         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83324         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83325         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83326         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83327         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83328         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83329         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
83330         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
83331         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
83332         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
83333         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
83334         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
83335         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
83336         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
83337
83338 2012-10-24  Nandor Huszka  <hnandor@inf.u-szeged.hu>
83339
83340         [Qt] Unreviewed gardening.
83341
83342         Skipping a test because of r132303. Now ENABLE(SHADOW_DOM) is disabled on Qt.
83343
83344         * platform/qt/TestExpectations:
83345
83346 2012-10-24  Byungwoo Lee  <bw80.lee@samsung.com>
83347
83348         [EFL] Unskip fast/events/tabindex-focus-blur-all.html.
83349         https://bugs.webkit.org/show_bug.cgi?id=100206
83350
83351         Unreviewed, EFL gardening.
83352
83353         The bug webkit.org/b/100065 is fixed and the test is passing now.
83354
83355         * platform/efl-wk1/TestExpectations:
83356
83357 2012-10-24  Zan Dobersek  <zandobersek@gmail.com>
83358
83359         Unreviewed GTK gardening.
83360         Marking fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html
83361         as flaky after r132143.
83362         Adding baselines for tvo SVG Transforms tests required after r132121.
83363
83364         * platform/gtk/TestExpectations:
83365         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
83366         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
83367         * platform/gtk/svg/transforms/svg-css-transforms-expected.png: Added.
83368         * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Added.
83369
83370 2012-10-23  David Barton  <dbarton@mathscribe.com>
83371
83372         Unreviewed gardening. Some linux MathML tests are timing out - see webkit.org/b/100202.
83373
83374         * platform/chromium/TestExpectations:
83375
83376 2012-10-23  Kent Tamura  <tkent@chromium.org>
83377
83378         Multiple fields input UI: Don't use CSS properties for physical direction
83379         https://bugs.webkit.org/show_bug.cgi?id=100195
83380
83381         Reviewed by Kentaro Hara.
83382
83383         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83384         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83385
83386 2012-10-23  Kent Tamura  <tkent@chromium.org>
83387
83388         [Chromium] Rebaseline for r132291
83389         https://bugs.webkit.org/show_bug.cgi?id=100088
83390
83391         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83392         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83393         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83394         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83395         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83396         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83397         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83398         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83399         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83400         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83401         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83402         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83403         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83404         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83405         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83406         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83407         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83408         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83409         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83410         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
83411         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83412         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
83413         * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
83414         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83415         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83416         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
83417         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83418         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83419         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83420         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83421         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83422         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83423         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83424         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83425         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83426         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83427         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83428         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83429         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83430         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83431         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83432         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83433         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83434         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83435         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83436         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83437         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83438         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83439         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83440         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83441         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83442         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83443         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83444         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83445         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83446         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83447         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83448         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83449         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83450         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83451         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83452         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
83453         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
83454         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
83455         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
83456         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
83457         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
83458         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
83459         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
83460         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
83461         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
83462         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
83463         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
83464         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
83465         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
83466         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
83467
83468 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
83469
83470         [Qt] Unreviewed nightly gardening, skip new failing tests.
83471
83472         * platform/qt/TestExpectations:
83473
83474 2012-10-23  Tony Chang  <tony@chromium.org>
83475
83476         [chromium] Remove duplicate platform/mac entries
83477         https://bugs.webkit.org/show_bug.cgi?id=100167
83478
83479         Reviewed by Dirk Pranke.
83480
83481         We intentionally don't run platform/mac tests in Chromium.  Remove lines
83482         that duplicate the directory WontFix.
83483
83484         * platform/chromium/TestExpectations:
83485
83486 2012-10-23  Takashi Sakamoto  <tasak@google.com>
83487
83488         [Shadow DOM] Needs @host rule for ShadowDOM styling
83489         https://bugs.webkit.org/show_bug.cgi?id=88606
83490
83491         Reviewed by Hajime Morita.
83492
83493         * fast/dom/shadow/athost-atrules-expected.txt: Added.
83494         * fast/dom/shadow/athost-atrules.html: Added.
83495
83496 2012-10-23  Simon Fraser  <simon.fraser@apple.com>
83497
83498         Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
83499         https://bugs.webkit.org/show_bug.cgi?id=100159
83500
83501         Reviewed by Tim Horton.
83502
83503         A new test that dumps tile cache data for a large page.
83504
83505         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
83506         * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.
83507
83508 2012-10-23  Sheriff Bot  <webkit.review.bot@gmail.com>
83509
83510         Unreviewed, rolling out r132276.
83511         http://trac.webkit.org/changeset/132276
83512         https://bugs.webkit.org/show_bug.cgi?id=100189
83513
83514         It broke the Qt-WK2 build intentionally (Requested by
83515         Ossy_night on #webkit).
83516
83517         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Removed.
83518         * platform/mac/tiled-drawing/use-tiled-drawing.html: Removed.
83519
83520 2012-10-23  Noel Gordon  <noel.gordon@gmail.com>
83521
83522         exif-orientation tests should use dumpAsText(true) 
83523         https://bugs.webkit.org/show_bug.cgi?id=100076
83524
83525         Reviewed by Eric Seidel.
83526
83527         * fast/images/exif-orientation-css.html: Use dumpAsText(true).
83528         * fast/images/exif-orientation.html: ditto.
83529
83530 2012-10-23  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
83531
83532         [EFL] Unreviewed EFL gardening.
83533         https://bugs.webkit.org/show_bug.cgi?id=100125
83534
83535         Added pixel baselines for editing/pasteboard.
83536
83537         * platform/efl/editing/pasteboard: 26 new pixel baselines.
83538
83539 2012-10-23  Kent Tamura  <tkent@chromium.org>
83540
83541         REGRESSION(r131421): Text baseline is not aligned in some locales
83542         https://bugs.webkit.org/show_bug.cgi?id=100088
83543
83544         Reviewed by Hajime Morita.
83545
83546         Add a pixel image which has notable changes.
83547         Input elements in other tests have slightly small height and
83548         slightly narrow width.
83549
83550         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
83551         * platform/chromium/TestExpectations:
83552
83553 2012-10-23  Varun Jain  <varunjain@chromium.org>
83554
83555         Context menu generated from touch gestures on textareas has
83556         context of the cursor position instead of the position where the event occurs.
83557         https://bugs.webkit.org/show_bug.cgi?id=99520
83558
83559         Reviewed by Kenneth Rohde Christiansen.
83560
83561         Send a synthetic mouse down event for context menu-summoning-gesture events so that
83562         textareas can correctly set cursors before receiving the context menu event.
83563
83564         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
83565         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.
83566
83567 2012-10-23  Levi Weintraub  <leviw@chromium.org>
83568
83569         The rest of the baselines have landed! Should green the Mac bots for MathML after r132264.
83570
83571         * platform/chromium-mac-lion/mathml: Added.
83572         * platform/chromium-mac-lion/mathml/presentation: Added.
83573         * platform/chromium-mac-lion/mathml/presentation/attributes-expected.png: Added.
83574         * platform/chromium-mac-lion/mathml/presentation/fenced-mi-expected.png: Added.
83575         * platform/chromium-mac-lion/mathml/presentation/fractions-expected.png: Added.
83576         * platform/chromium-mac-lion/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
83577         * platform/chromium-mac-lion/mathml/presentation/mo-expected.png: Added.
83578         * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.png: Added.
83579         * platform/chromium-mac-lion/mathml/presentation/mroot-pref-width-expected.png: Added.
83580         * platform/chromium-mac-lion/mathml/presentation/over-expected.png: Added.
83581         * platform/chromium-mac-lion/mathml/presentation/roots-expected.png: Added.
83582         * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png: Added.
83583         * platform/chromium-mac-lion/mathml/presentation/row-expected.png: Added.
83584         * platform/chromium-mac-lion/mathml/presentation/style-expected.png: Added.
83585         * platform/chromium-mac-lion/mathml/presentation/sub-expected.png: Added.
83586         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png: Added.
83587         * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Added.
83588         * platform/chromium-mac-lion/mathml/presentation/sup-expected.png: Added.
83589         * platform/chromium-mac-lion/mathml/presentation/tables-expected.png: Added.
83590         * platform/chromium-mac-lion/mathml/presentation/tokenElements-expected.png: Added.
83591         * platform/chromium-mac-lion/mathml/presentation/under-expected.png: Added.
83592         * platform/chromium-mac-lion/mathml/presentation/underover-expected.png: Added.
83593         * platform/chromium-mac-lion/mathml/xHeight-expected.png: Added.
83594         * platform/chromium-mac/mathml: Added.
83595         * platform/chromium-mac/mathml/presentation: Added.
83596         * platform/chromium-mac/mathml/presentation/attributes-expected.png: Added.
83597         * platform/chromium-mac/mathml/presentation/fenced-expected.png: Added.
83598         * platform/chromium-mac/mathml/presentation/fenced-mi-expected.png: Added.
83599         * platform/chromium-mac/mathml/presentation/fractions-expected.png: Added.
83600         * platform/chromium-mac/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
83601         * platform/chromium-mac/mathml/presentation/mo-expected.png: Added.
83602         * platform/chromium-mac/mathml/presentation/mo-stretch-expected.png: Added.
83603         * platform/chromium-mac/mathml/presentation/mroot-pref-width-expected.png: Added.
83604         * platform/chromium-mac/mathml/presentation/over-expected.png: Added.
83605         * platform/chromium-mac/mathml/presentation/roots-expected.png: Added.
83606         * platform/chromium-mac/mathml/presentation/row-alignment-expected.png: Added.
83607         * platform/chromium-mac/mathml/presentation/row-expected.png: Added.
83608         * platform/chromium-mac/mathml/presentation/style-expected.png: Added.
83609         * platform/chromium-mac/mathml/presentation/sub-expected.png: Added.
83610         * platform/chromium-mac/mathml/presentation/subsup-expected.png: Added.
83611         * platform/chromium-mac/mathml/presentation/subsup-expected.txt: Added.
83612         * platform/chromium-mac/mathml/presentation/sup-expected.png: Added.
83613         * platform/chromium-mac/mathml/presentation/tables-expected.png: Added.
83614         * platform/chromium-mac/mathml/presentation/tokenElements-expected.png: Added.
83615         * platform/chromium-mac/mathml/presentation/under-expected.png: Added.
83616         * platform/chromium-mac/mathml/presentation/underover-expected.png: Added.
83617         * platform/chromium-mac/mathml/xHeight-expected.png: Added.
83618
83619 2012-10-23  Levi Weintraub  <leviw@chromium.org>
83620
83621         Unreviewed gardening. Updating expectations after r132264.
83622
83623         * platform/chromium-mac-snowleopard/mathml: Added.
83624         * platform/chromium-mac-snowleopard/mathml/presentation: Added.
83625         * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.png: Added.
83626         * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.txt: Added.
83627         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.png: Added.
83628         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.txt: Added.
83629         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.png: Added.
83630         * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.txt: Added.
83631         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.png: Added.
83632         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.txt: Added.
83633         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
83634         * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
83635         * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.png: Added.
83636         * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.txt: Added.
83637         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.png: Added.
83638         * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt: Added.
83639         * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.png: Added.
83640         * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.txt: Added.
83641         * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.png: Added.
83642         * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.txt: Added.
83643         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.png: Added.
83644         * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt: Added.
83645         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png: Added.
83646         * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt: Added.
83647         * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.png: Added.
83648         * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.txt: Added.
83649         * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.png: Added.
83650         * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.txt: Added.
83651         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.png: Added.
83652         * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt: Added.
83653         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png: Added.
83654         * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt: Added.
83655         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.png: Added.
83656         * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt: Added.
83657         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png: Added.
83658         * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt: Added.
83659         * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.png: Added.
83660         * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.txt: Added.
83661         * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.png: Added.
83662         * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.txt: Added.
83663         * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.png: Added.
83664         * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.txt: Added.
83665         * platform/chromium-mac-snowleopard/mathml/xHeight-expected.png: Added.
83666         * platform/chromium-mac-snowleopard/mathml/xHeight-expected.txt: Added.
83667
83668 2012-10-23  Simon Fraser  <simon.fraser@apple.com>
83669
83670         Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
83671         https://bugs.webkit.org/show_bug.cgi?id=100159
83672
83673         Reviewed by Tim Horton.
83674
83675         A new test that dumps tile cache data for a large page.
83676
83677         * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
83678         * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.
83679
83680 2012-10-23  Chris Rogers  <crogers@google.com>
83681
83682         Change setTargetValueAtTime() to setTargetAtTime()
83683         https://bugs.webkit.org/show_bug.cgi?id=100153
83684
83685         Reviewed by Adam Barth.
83686
83687         * webaudio/audioparam-setTargetAtTime-expected.txt: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime-expected.txt.
83688         * webaudio/audioparam-setTargetAtTime.html: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime.html.
83689         * webaudio/resources/audioparam-testing.js:
83690
83691 2012-10-23  Elliott Sprehn  <esprehn@chromium.org>
83692
83693         Generated should not be supported for things with a shadow
83694         https://bugs.webkit.org/show_bug.cgi?id=98836
83695
83696         Reviewed by Dimitri Glazkov.
83697
83698         Change all pseudos on <input> tests to be ref tests and clean up the tests.
83699         They now make sure we don't support generated content on things with a shadow.
83700         Also added another test for the other form control types to ensure they don't
83701         support pseudos either.
83702
83703         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
83704         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
83705         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
83706         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
83707         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
83708         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
83709         * fast/forms/pseudo-elements-expected.html: Added.
83710         * fast/forms/pseudo-elements.html: Added.
83711         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
83712         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
83713         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
83714         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
83715         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
83716         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
83717         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83718         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83719         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83720         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83721         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83722         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83723         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83724         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83725         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83726         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83727         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83728         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83729         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83730         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83731         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83732         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
83733
83734 2012-10-23  Huang Dongsung  <luxtella@company100.net>
83735
83736         [CSS Shaders] Implement overlay, color-dodge, color-burn, hard-light, soft-light blend modes.
83737         https://bugs.webkit.org/show_bug.cgi?id=98504
83738
83739         Reviewed by Dean Jackson.
83740
83741         Update the test for the aforementioned blend modes.
83742
83743         * css3/filters/custom/custom-filter-blend-modes-expected.html:
83744         * css3/filters/custom/custom-filter-blend-modes.html:
83745
83746 2012-10-23  Huang Dongsung  <luxtella@company100.net>
83747
83748         [CSS Shaders] Implement all composite operators except destination and lighter.
83749         https://bugs.webkit.org/show_bug.cgi?id=97859
83750
83751         Reviewed by Dean Jackson.
83752
83753         Add test to check that the DOM element texture composites correctly with the css_MixColor
83754         variable from the author's shader for each composite operator.
83755
83756         * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
83757         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
83758         * css3/filters/custom/custom-filter-composite-operators.html: Added.
83759
83760 2012-10-23  Max Vujovic  <mvujovic@adobe.com>
83761
83762         [CSS Shaders] Changing the blend mode in CSS doesn't update the custom filter rendering
83763         https://bugs.webkit.org/show_bug.cgi?id=99887
83764
83765         Reviewed by Dirk Schulze.
83766
83767         Add a test that resolves a custom filter's style with the "multiply" blend mode and then
83768         changes the blend mode to "normal". The test makes sure not to change any other parameters
83769         besides the blend mode, since the other parameters can trigger style recalculations on their
83770         own.
83771
83772         * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Added.
83773         * css3/filters/custom/custom-filter-change-blend-mode.html: Added.
83774
83775 2012-10-23  David Barton  <dbarton@mathscribe.com>
83776
83777         [MathML] Symbol font uses greek letters for roman ones on linux and Windows
83778         https://bugs.webkit.org/show_bug.cgi?id=99921
83779
83780         Reviewed by Eric Seidel.
83781
83782         * mathml/presentation/mo.xhtml:
83783         * platform/chromium/TestExpectations:
83784         * platform/chromium/mathml/presentation/attributes-expected.png: Modified property svn:mime-type.
83785         * platform/chromium/mathml/presentation/attributes-expected.txt:
83786         * platform/chromium/mathml/presentation/fenced-expected.png: Modified property svn:mime-type.
83787         * platform/chromium/mathml/presentation/fenced-expected.txt:
83788         * platform/chromium/mathml/presentation/fenced-mi-expected.png: Modified property svn:mime-type.
83789         * platform/chromium/mathml/presentation/fenced-mi-expected.txt:
83790         * platform/chromium/mathml/presentation/fractions-expected.png: Modified property svn:mime-type.
83791         * platform/chromium/mathml/presentation/fractions-expected.txt:
83792         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Modified property svn:mime-type.
83793         * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.txt:
83794         * platform/chromium/mathml/presentation/mo-expected.png: Modified property svn:mime-type.
83795         * platform/chromium/mathml/presentation/mo-expected.txt:
83796         * platform/chromium/mathml/presentation/mo-stretch-expected.png: Modified property svn:mime-type.
83797         * platform/chromium/mathml/presentation/mo-stretch-expected.txt:
83798         * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Modified property svn:mime-type.
83799         * platform/chromium/mathml/presentation/mroot-pref-width-expected.txt:
83800         * platform/chromium/mathml/presentation/over-expected.png: Modified property svn:mime-type.
83801         * platform/chromium/mathml/presentation/over-expected.txt:
83802         * platform/chromium/mathml/presentation/roots-expected.png: Modified property svn:mime-type.
83803         * platform/chromium/mathml/presentation/roots-expected.txt:
83804         * platform/chromium/mathml/presentation/row-alignment-expected.png: Modified property svn:mime-type.
83805         * platform/chromium/mathml/presentation/row-alignment-expected.txt:
83806         * platform/chromium/mathml/presentation/row-expected.png: Modified property svn:mime-type.
83807         * platform/chromium/mathml/presentation/row-expected.txt:
83808         * platform/chromium/mathml/presentation/style-expected.png: Modified property svn:mime-type.
83809         * platform/chromium/mathml/presentation/style-expected.txt:
83810         * platform/chromium/mathml/presentation/sub-expected.png: Modified property svn:mime-type.
83811         * platform/chromium/mathml/presentation/sub-expected.txt:
83812         * platform/chromium/mathml/presentation/subsup-expected.png: Modified property svn:mime-type.
83813         * platform/chromium/mathml/presentation/subsup-expected.txt:
83814         * platform/chromium/mathml/presentation/sup-expected.png: Modified property svn:mime-type.
83815         * platform/chromium/mathml/presentation/sup-expected.txt:
83816         * platform/chromium/mathml/presentation/tables-expected.png: Modified property svn:mime-type.
83817         * platform/chromium/mathml/presentation/tables-expected.txt:
83818         * platform/chromium/mathml/presentation/tokenElements-expected.png: Modified property svn:mime-type.
83819         * platform/chromium/mathml/presentation/tokenElements-expected.txt:
83820         * platform/chromium/mathml/presentation/under-expected.png: Modified property svn:mime-type.
83821         * platform/chromium/mathml/presentation/under-expected.txt:
83822         * platform/chromium/mathml/presentation/underover-expected.png: Modified property svn:mime-type.
83823         * platform/chromium/mathml/presentation/underover-expected.txt:
83824         * platform/chromium/mathml/xHeight-expected.png: Modified property svn:mime-type.
83825         * platform/chromium/mathml/xHeight-expected.txt:
83826         * platform/efl/TestExpectations:
83827         * platform/gtk/TestExpectations:
83828         * platform/mac/TestExpectations:
83829
83830 2012-10-23  Levi Weintraub  <leviw@chromium.org>
83831
83832         Unreviewed gardening. Properly skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout*
83833         tests, as was the author's intention.
83834
83835         * platform/chromium/TestExpectations:
83836
83837 2012-10-22  Dirk Schulze  <krit@webkit.org>
83838
83839         BasicShapePolygon::path takes width instead of height for boundary calculation
83840         https://bugs.webkit.org/show_bug.cgi?id=99919
83841
83842         Reviewed by Darin Adler.
83843
83844         Test that the correct relation is used for calculating point position of an polygon.
83845
83846         * css3/masking/clip-path-polygon-percentage-expected.html: Added.
83847         * css3/masking/clip-path-polygon-percentage.html: Added.
83848
83849 2012-10-23  Dirk Pranke  <dpranke@chromium.org>
83850
83851         Remove remaining fast/innerHTML pixel test baselines after r131960.
83852
83853         Unreviewed, expectations change.
83854
83855         * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
83856         * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
83857         * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
83858         * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
83859         * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
83860         * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
83861         * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
83862         * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
83863         * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
83864         * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
83865         * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
83866         * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
83867         * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
83868         * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
83869         * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
83870         * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
83871         * platform/efl/fast/innerHTML/001-expected.txt: Removed.
83872         * platform/efl/fast/innerHTML/002-expected.txt: Removed.
83873         * platform/efl/fast/innerHTML/003-expected.txt: Removed.
83874         * platform/efl/fast/innerHTML/006-expected.txt: Removed.
83875         * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
83876         * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
83877         * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
83878         * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
83879         * platform/gtk/fast/innerHTML/innerHTML-iframe-expected.txt: Removed.
83880         * platform/mac/fast/innerHTML/001-expected.txt: Removed.
83881         * platform/mac/fast/innerHTML/002-expected.txt: Removed.
83882         * platform/mac/fast/innerHTML/003-expected.txt: Removed.
83883         * platform/mac/fast/innerHTML/006-expected.txt: Removed.
83884         * platform/qt/fast/innerHTML/001-expected.txt: Removed.
83885         * platform/qt/fast/innerHTML/002-expected.txt: Removed.
83886         * platform/qt/fast/innerHTML/003-expected.txt: Removed.
83887         * platform/qt/fast/innerHTML/006-expected.txt: Removed.
83888
83889 2012-10-23  Dominik Röttsches  <dominik.rottsches@intel.com>
83890
83891         Add timeout support to XMLHttpRequest
83892         https://bugs.webkit.org/show_bug.cgi?id=74802
83893
83894         Reviewed by Nate Chapin.
83895
83896         XHR2 timeout tests were initially written by Mozilla's Alex Vincent's. He granted
83897         permission to reuse them under PD/BSD license
83898         in https://bugzilla.mozilla.org/show_bug.cgi?id=525816#c86 - big thanks!
83899         I adapted them for W3C testharness.js and split them into groups with shorter test running time
83900         so that they can be used as WebKit layout tests. Each individual test should
83901         complete in less than 20 seconds.
83902
83903         The case of late updates to the timeout property, changing the timeout value after send()
83904         is not supported yet and handled separately in bug 98156. Tests that are testing this feature
83905         are commented out until this bug is tackled.
83906
83907         The suffix of the html test filename matches the groups in xmlhttprequest-timeout.js which contains
83908         all tests that are run. The result of assertions is reported back to testharness.js.
83909
83910         For example, the "overrides" group is currently not run yet since all tests in that group are cases
83911         of late updates, see above. Once late updates are supported we can add a file
83912         xmlhttprequest-timeout-overrides.html to run them.
83913
83914         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Added.
83915         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Added.
83916         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Added.
83917         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Added.
83918         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Added.
83919         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Added.
83920         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Added. Distinguishes which group of tests to run based on filename suffix.
83921         (testResultCallbackHandler.return):
83922         (groupFromLocation):
83923         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Added.
83924         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Added.
83925         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Added.
83926         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Added.
83927         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Added.
83928         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Added.
83929         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Added.
83930         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Added.
83931         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Added.
83932         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Added.
83933         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Added.
83934         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Added.
83935         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Added.
83936         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Added.
83937         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Added.
83938         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Added.
83939         * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Added. Contains test cases for all individual test html files.
83940         (message): Wrapper for postMessage in worker and document context case.
83941         (is),
83942         (ok): Assertion functions.
83943         (RequestTracker): Class for variations of the regular timeout case.
83944         (RequestTracker.prototype.startXHR.handleEvent):
83945         (RequestTracker.prototype.startXHR):
83946         (RequestTracker.prototype.getMessage):
83947         (RequestTracker.prototype.handleEvent):
83948         (AbortedRequest): Class for testing timeout event vs. abort events.
83949         (AbortedRequest.prototype.startXHR.handleEvent):
83950         (AbortedRequest.prototype.startXHR.abortReq):
83951         (AbortedRequest.prototype.startXHR.else):
83952         (AbortedRequest.prototype.startXHR):
83953         (AbortedRequest.prototype.noEventsFired):
83954         (AbortedRequest.prototype.getMessage):
83955         (AbortedRequest.prototype.handleEvent):
83956         (SyncRequestSettingTimeoutAfterOpen.startXHR),
83957         (SyncRequestSettingTimeoutBeforeOpen.startXHR): Test classes for synchronous XHR cases.
83958         (TestCounter.testComplete),
83959         (TestCounter.next): Used for cycling through tests.
83960         * platform/chromium/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
83961         * platform/gtk/TestExpectations: Marking XHR timeout cases as slow in order to run them with a longer test timeout threshold.
83962         * platform/qt/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
83963
83964 2012-10-23  Levi Weintraub  <leviw@chromium.org>
83965
83966         Unreviewed gardening. css3/filters/blur-filter-page-scroll-self.html is crashing
83967         now as well as generating incorrect image results :(
83968
83969         * platform/chromium/TestExpectations:
83970
83971 2012-10-23  Yael Aharon  <yael.aharon@intel.com>
83972
83973         [WIN7] Skip fast/media/mq-resolution.html.
83974         https://bugs.webkit.org/show_bug.cgi?id=100143.
83975
83976         Reviewed by Kenneth Rohde Christiansen.
83977
83978         The feature is not yet implemented.
83979
83980         * platform/win/TestExpectations:
83981
83982 2012-10-23  Christophe Dumez  <christophe.dumez@intel.com>
83983
83984         Possible assertion hit in WebCore::HTMLSelectElement::updateListBoxSelection()
83985         https://bugs.webkit.org/show_bug.cgi?id=99967
83986
83987         Reviewed by Tony Chang.
83988
83989         Added layout test to reproduce an assertion hit in
83990         WebCore::HTMLSelectElement::updateListBoxSelection() when pressing the left
83991         button outside a multiselect and then moving the mouse over the multiselect
83992         element while holding the button down.
83993
83994         * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash-expected.txt: Added.
83995         * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash.html: Added.
83996
83997 2012-10-23  Pavel Feldman  <pfeldman@chromium.org>
83998
83999         Web Inspector: array grouping does not work for arrays with exactly 10000 elements.
84000         https://bugs.webkit.org/show_bug.cgi?id=100131
84001
84002         Reviewed by Vsevolod Vlasov.
84003
84004         * inspector/console/console-big-array-expected.txt:
84005         * inspector/console/console-big-array.html:
84006
84007 2012-10-23  Shinya Kawanaka  <shinyak@chromium.org>
84008
84009         The order of resolving distribution in tree composition is wrong.
84010         https://bugs.webkit.org/show_bug.cgi?id=99552
84011
84012         Reviewed by Dimitri Glazkov.
84013
84014         We also fix the existing wrong test.
84015
84016         * fast/dom/shadow/content-reprojection-order-expected.html: Added.
84017         * fast/dom/shadow/content-reprojection-order.html: Added.
84018         * fast/dom/shadow/shadow-element-rendering-single.html:
84019
84020 2012-10-23  Zan Dobersek  <zandobersek@gmail.com>
84021
84022         Unreviewed GTK gardening.
84023
84024         Adding failure expectation for fast/media/mq-resolution.html, it relies
84025         on the Resolution Media Query feature being enabled.
84026         Adding a proper bug modifier for fast/files/workers/worker-apply-blob-url-to-xhr.html.
84027
84028         * platform/gtk/TestExpectations:
84029
84030 2012-10-23  Vsevolod Vlasov  <vsevik@chromium.org>
84031
84032         Web Inspector: Move UISourceCode creation out of mappings to workspace.
84033         https://bugs.webkit.org/show_bug.cgi?id=100092
84034
84035         Reviewed by Pavel Feldman.
84036
84037         * http/tests/inspector/workspace-test.js:
84038         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
84039         * inspector/debugger/resource-script-mapping-expected.txt:
84040         * inspector/debugger/scripts-panel.html:
84041
84042 2012-10-23  Mike West  <mkwst@chromium.org>
84043
84044         Web Inspector: MIME type errors should truncate long URLs.
84045         https://bugs.webkit.org/show_bug.cgi?id=100083
84046
84047         Reviewed by Pavel Feldman.
84048
84049         * http/tests/inspector/network/image-as-text-loading-data-url-expected.txt: Added.
84050         * http/tests/inspector/network/image-as-text-loading-data-url.html: Added.
84051
84052 2012-10-23  Alexander Pavlov  <apavlov@chromium.org>
84053
84054         Web Inspector: Crash when adding a keyframes rule in the Styles pane
84055         https://bugs.webkit.org/show_bug.cgi?id=99826
84056
84057         Reviewed by Pavel Feldman.
84058
84059         * inspector/styles/add-new-rule-invalid-selector-expected.txt: Added.
84060         * inspector/styles/add-new-rule-invalid-selector.html: Added.
84061
84062 2012-10-15  Kenneth Rohde Christiansen  <kenneth@webkit.org>
84063
84064         Add support for resolution media query
84065         https://bugs.webkit.org/show_bug.cgi?id=99077
84066
84067         Reviewed by Antti Koivisto.
84068
84069         Test (resolution: x) media query to ensure compliance
84070         with spec plus proposed dppx values.
84071
84072         * fast/media/mq-resolution-expected.txt: Added.
84073         * fast/media/mq-resolution.html: Added.
84074
84075         * LayoutTests/platform/mac/TestExpectations:
84076         * LayoutTests/platform/chromium/TestExpectations:
84077
84078             Skip the test as the ports do not enable CSS Image Resolution.
84079
84080 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
84081
84082         [Qt][WK2] Unreviewed gardening.
84083
84084         * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt:
84085
84086 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
84087
84088         [Qt] Unreviewed holiday gardening to paint the bots green.
84089
84090         * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Added after r132041.
84091         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Added after r132041.
84092         * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Added after r132041.
84093         * platform/qt/TestExpectations: Skip new failing tests.
84094
84095 2012-10-23  Adam Klein  <adamk@chromium.org>
84096
84097         Always parse pasted fragments as HTML even on XHTML pages
84098         https://bugs.webkit.org/show_bug.cgi?id=99880
84099
84100         Reviewed by Ojan Vafai.
84101
84102         Updated existing tests to match new expected behavior.
84103
84104         * editing/pasteboard/paste-noscript-xhtml-expected.txt: The HTML
84105         parser leaves <script> tags in the DOM when pasting, but removes their
84106         attributes and children, so this is just as safe as the previous
84107         behavior.
84108         * platform/mac/editing/pasteboard/paste-xml-expected.txt: Now that we
84109         use the HTML parser, parsing the paste succeeds and so we insert DOM
84110         instead of plain text. Similar rebaselines may be needed on other
84111         platforms.
84112
84113 2012-10-23  Zan Dobersek  <zandobersek@gmail.com>
84114
84115         Unreviewed GTK gardening.
84116
84117         Fixing failure expectation for fast/sub-pixel/file-upload-control-at-fractional-offset.html,
84118         the test is a reftest so the expectation should be ImageOnlyFailure.
84119
84120         * platform/gtk/TestExpectations:
84121
84122 2012-10-23  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
84123
84124         [WK2] [WTR] WebKitTestRunner needs testRunner.queueForwardNavigation
84125         https://bugs.webkit.org/show_bug.cgi?id=99700
84126
84127         Reviewed by Kenneth Rohde Christiansen.
84128
84129         Unskipped http/tests/cache/subresource-failover-to-network.html for WK2 ports.
84130
84131         * platform/wk2/TestExpectations:
84132
84133 2012-10-23  Allan Sandfeld Jensen  <allan.jensen@digia.com>
84134
84135         [Qt] REGRESSION (r130851): fast/text/word-space-with-kerning.html fails
84136         https://bugs.webkit.org/show_bug.cgi?id=98876
84137
84138         Reviewed by Simon Hausmann.
84139
84140         Unskip passing word-width tests.
84141
84142         * platform/qt/TestExpectations:
84143
84144 2012-10-23  Dongwoo Joshua Im  <dw.im@samsung.com>
84145
84146         viewport-128-expected.txt has been removed unexpectedly.
84147         https://bugs.webkit.org/show_bug.cgi?id=100108
84148
84149         Reviewed by Gyuyoung Kim.
84150
84151         viewport-128-expected.txt has been removed by http://trac.webkit.org/changeset/132186 unexpectedly.
84152
84153         * fast/viewport/viewport-128-expected.txt: Added.
84154
84155 2012-10-23  Alexander Pavlov  <apavlov@chromium.org>
84156
84157         Web Inspector: Incorrect resolution of relative URLs containing a scheme in query parameters
84158         https://bugs.webkit.org/show_bug.cgi?id=100084
84159
84160         Reviewed by Vsevolod Vlasov.
84161
84162         * inspector/styles/styles-url-linkify-expected.txt:
84163         * inspector/styles/styles-url-linkify.html:
84164
84165 2012-10-23  Sheriff Bot  <webkit.review.bot@gmail.com>
84166
84167         Unreviewed, rolling out r132149.
84168         http://trac.webkit.org/changeset/132149
84169         https://bugs.webkit.org/show_bug.cgi?id=100098
84170
84171         Breaks inspector profiler tests in debug mode. (Requested by
84172         pfeldman1 on #webkit).
84173
84174         * fast/table/col-span-change-relayout-expected.txt: Removed.
84175         * fast/table/col-span-change-relayout.html: Removed.
84176
84177 2012-10-23  Csaba Osztrogonác  <ossy@webkit.org>
84178
84179         [Qt] Unreviewed holiday gardening.
84180
84181         * platform/qt/TestExpectations: Skip new tests (and sort) because ENABLE(SHADOW_DOM) is disabled.
84182
84183 2012-10-23  Kent Tamura  <tkent@chromium.org>
84184
84185         Support full month names in DateTimeEditElement, and use them in input[type=month] by default
84186         https://bugs.webkit.org/show_bug.cgi?id=100060
84187
84188         Reviewed by Kentaro Hara.
84189
84190         Note: Other affected tests are already marked in TestExpectations.
84191
84192         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html:
84193          Add max attributes to show appearance in typical usage.
84194         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
84195         Updated.
84196
84197 2012-10-23  Mike West  <mkwst@chromium.org>
84198
84199         Viewport errors should be slightly friendlier with regard to ';'.
84200         https://bugs.webkit.org/show_bug.cgi?id=100003
84201
84202         Reviewed by Adam Barth.
84203
84204         * fast/viewport/viewport-128-expected.txt:
84205         * fast/viewport/viewport-133-expected.txt:
84206         * fast/viewport/viewport-134-expected.txt:
84207         * fast/viewport/viewport-54-expected.txt:
84208         * fast/viewport/viewport-65-expected.txt:
84209         * fast/viewport/viewport-67-expected.txt:
84210         * fast/viewport/viewport-77-expected.txt:
84211         * fast/viewport/viewport-warnings-5-expected.txt:
84212             Updating tests with new expectations.
84213
84214 2012-10-23  Dan Carney  <dcarney@google.com>
84215
84216         When blocking localStorage, Firefox throws a security exception on access, and maybe so should we
84217         https://bugs.webkit.org/show_bug.cgi?id=63257
84218
84219         Reviewed by Jochen Eisinger.
84220
84221         Adjust tests to handle new exceptions.
84222
84223         * fast/storage/storage-detached-iframe-expected.txt:
84224         * fast/storage/storage-detached-iframe.html:
84225         * platform/chromium/permissionclient/storage-permission-expected.txt:
84226         * platform/chromium/permissionclient/storage-permission.html:
84227
84228 2012-10-23  Mark Lam  <mark.lam@apple.com>
84229
84230         Make topCallFrame reliable.
84231         https://bugs.webkit.org/show_bug.cgi?id=98928.
84232
84233         Reviewed by Geoffrey Garen.
84234
84235         - Re-baseline some tests to match the new stack dump results.
84236
84237         * http/tests/inspector/console-resource-errors-expected.txt:
84238         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt:
84239         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt:
84240
84241 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
84242
84243         Unreviewed GTK gardening.
84244
84245         Removing failure for an accessibility test that's already passing.
84246         Updating and adding expectations for subpixel tests to reflect
84247         the current situation.
84248
84249         * platform/gtk/TestExpectations:
84250
84251 2012-10-22  Kangil Han  <kangil.han@samsung.com>
84252
84253         [EFL] Skip fast/events/tabindex-focus-blur-all.html case.
84254         https://bugs.webkit.org/show_bug.cgi?id=100067
84255
84256         Unreviewed, EFL gardening.
84257
84258         fast/events/tabindex-focus-blur-all.html case has been crashed due to ASSERT in hashtable.
84259         Please refer to BUG 100065 for crash details.
84260
84261         * platform/efl-wk1/TestExpectations:
84262
84263 2012-10-22  MORITA Hajime  <morrita@google.com>
84264
84265         Assertion failed at WebCore::toInsertionPoint / WebCore::ContentDistributor::distribute
84266         https://bugs.webkit.org/show_bug.cgi?id=100038
84267
84268         Reviewed by Kent Tamura.
84269
84270         * fast/dom/shadow/insertion-points-with-shadow-disabled-expected.txt: Added.
84271         * fast/dom/shadow/insertion-points-with-shadow-disabled.html: Added.
84272
84273 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
84274
84275         Include path in the repaint-text-decoration-style.html should be changed.
84276         https://bugs.webkit.org/show_bug.cgi?id=100063
84277
84278         Unreviewed gardening.
84279
84280         The include path is differentiated by http://trac.webkit.org/changeset/132043
84281
84282         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html:
84283
84284 2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>
84285
84286         [Shadow] Fallback content should also be reprojection.
84287         https://bugs.webkit.org/show_bug.cgi?id=99750
84288
84289         Reviewed by Dimitri Glazkov.
84290
84291         * fast/dom/shadow/content-reprojection-fallback-expected.html: Added.
84292         * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html: Added.
84293         * fast/dom/shadow/content-reprojection-fallback-reprojection.html: Added.
84294         * fast/dom/shadow/content-reprojection-fallback.html: Added.
84295
84296 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
84297
84298         Unreviewed, more Chromium ML expectation updating.
84299
84300         * platform/chromium-mac-mountainlion/TestExpectations:
84301         * platform/chromium/TestExpectations:
84302
84303 2012-10-22  Tony Chang  <tony@chromium.org>
84304
84305         margin-top/bottom has no effect for child nodes of flex items
84306         https://bugs.webkit.org/show_bug.cgi?id=99923
84307
84308         Reviewed by Ojan Vafai.
84309
84310         Add a test to make sure we don't collapse margins in flex items.
84311
84312         * css3/flexbox/flexitem-no-margin-collapsing-expected.txt: Added.
84313         * css3/flexbox/flexitem-no-margin-collapsing.html: Added.
84314         * css3/flexbox/repaint.html:
84315
84316 2012-10-22  Emil A Eklund  <eae@chromium.org>
84317
84318         Unreviewed chromium win rebaselines.
84319
84320         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
84321         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
84322
84323 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
84324
84325         Unreviewed, more Chromium ML expectation updating.
84326
84327         * platform/chromium-mac-mountainlion/TestExpectations:
84328         * platform/chromium/TestExpectations:
84329
84330 2012-10-22  Michael Saboff  <msaboff@apple.com>
84331
84332         Regression(r131655): Crash in StringImpl::findIgnoringCase
84333         https://bugs.webkit.org/show_bug.cgi?id=99753
84334
84335         Reviewed by Geoffrey Garen.
84336
84337         New regression test.
84338
84339         * fast/js/find-ignoring-case-regress-99753-expected.txt: Added.
84340         * fast/js/find-ignoring-case-regress-99753.html: Added.
84341
84342 2012-10-22  Tony Chang  <tony@chromium.org>
84343
84344         Unreviewed, land render tree results for css3/flexbox pixel test that
84345         landed earlier this morning. The results were pulled from the bots.
84346
84347         * platform/gtk/TestExpectations:
84348         * platform/gtk/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
84349         * platform/mac/TestExpectations:
84350         * platform/mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
84351         * platform/qt/TestExpectations:
84352         * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
84353
84354 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84355
84356         [EFL] Rebaseline another test after r131941 and r131991.
84357
84358         * platform/efl/fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png:
84359
84360 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84361
84362         [EFL] Add some missing SVG expectations.
84363
84364         * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
84365         * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Added.
84366
84367 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84368
84369         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 11.
84370
84371         Finally finish rebaselining the SVG tests!
84372
84373         * platform/efl/svg/filters/animate-fill-expected.png:
84374         * platform/efl/svg/filters/feImage-animated-transform-on-target-rect-expected.png:
84375         * platform/efl/svg/filters/feImage-change-target-id-expected.png:
84376         * platform/efl/svg/filters/feImage-multiple-targets-id-change-expected.png:
84377         * platform/efl/svg/filters/feImage-reference-invalidation-expected.png:
84378         * platform/efl/svg/filters/feImage-remove-target-expected.png:
84379         * platform/efl/svg/filters/feImage-target-add-to-document-expected.png:
84380         * platform/efl/svg/filters/feImage-target-attribute-change-expected.png:
84381         * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
84382         * platform/efl/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
84383         * platform/efl/svg/filters/feImage-target-changes-id-expected.png:
84384         * platform/efl/svg/filters/feImage-target-id-change-expected.png:
84385         * platform/efl/svg/filters/feImage-target-inline-style-change-expected.png:
84386         * platform/efl/svg/filters/feImage-target-property-change-expected.png:
84387         * platform/efl/svg/filters/feImage-target-reappend-to-document-expected.png:
84388         * platform/efl/svg/filters/feImage-target-remove-from-document-expected.png:
84389         * platform/efl/svg/filters/feImage-target-style-change-expected.png:
84390         * platform/efl/svg/filters/filter-refresh-expected.png:
84391         * platform/efl/svg/filters/filter-width-update-expected.png: Added.
84392         * platform/efl/svg/filters/invalidate-on-child-layout-expected.png:
84393         * platform/efl/svg/hixie/perf/001-expected.png:
84394         * platform/efl/svg/hixie/perf/002-expected.png:
84395         * platform/efl/svg/hixie/perf/003-expected.png:
84396         * platform/efl/svg/hixie/perf/004-expected.png:
84397         * platform/efl/svg/hixie/perf/005-expected.png:
84398         * platform/efl/svg/hixie/perf/006-expected.png:
84399         * platform/efl/svg/hixie/perf/007-expected.png:
84400         * platform/efl/svg/repaint/filter-child-repaint-expected.png:
84401         * platform/efl/svg/repaint/image-href-change-expected.png:
84402         * platform/efl/svg/repaint/image-with-clip-path-expected.png:
84403         * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
84404         * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png:
84405         * platform/efl/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
84406         * platform/efl/svg/repaint/mask-clip-target-transform-expected.png:
84407         * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png:
84408         * platform/efl/svg/repaint/text-mask-update-expected.png:
84409         * platform/efl/svg/text/append-text-node-to-tspan-expected.png:
84410         * platform/efl/svg/text/ems-display-none-expected.png:
84411         * platform/efl/svg/text/exs-display-none-expected.png:
84412         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png:
84413         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png:
84414         * platform/efl/svg/text/remove-tspan-from-text-expected.png:
84415         * platform/efl/svg/text/text-rescale-expected.png:
84416         * platform/efl/svg/text/text-text-05-t-expected.png:
84417         * platform/efl/svg/text/text-viewbox-rescale-expected.png:
84418         * platform/efl/svg/text/tspan-dynamic-positioning-expected.png:
84419         * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.png:
84420         * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
84421         * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
84422         * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
84423         * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.png:
84424         * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
84425         * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
84426         * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
84427         * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
84428         * platform/efl/svg/zoom/text/zoom-foreignObject-expected.png:
84429
84430 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84431
84432         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 10.
84433
84434         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
84435         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
84436         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
84437         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
84438         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
84439         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
84440         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
84441         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
84442         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
84443         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
84444         * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
84445         * platform/efl/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
84446         * platform/efl/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
84447         * platform/efl/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
84448         * platform/efl/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
84449         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
84450         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
84451         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
84452         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
84453         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
84454         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
84455         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
84456         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
84457         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
84458         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
84459         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
84460         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
84461         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
84462         * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
84463         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
84464         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
84465         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
84466         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
84467         * platform/efl/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
84468         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
84469         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
84470         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
84471         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
84472         * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
84473         * platform/efl/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
84474         * platform/efl/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
84475         * platform/efl/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
84476         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
84477         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
84478         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
84479         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
84480         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
84481         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
84482         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
84483         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
84484         * platform/efl/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
84485         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
84486         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
84487         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
84488         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
84489         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
84490         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
84491         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
84492         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
84493         * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
84494         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png:
84495         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png:
84496         * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
84497         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png:
84498         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png:
84499         * platform/efl/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
84500
84501 2012-10-22  Julien Chaffraix  <jchaffraix@webkit.org>
84502
84503         RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
84504         https://bugs.webkit.org/show_bug.cgi?id=99861
84505
84506         Reviewed by Ojan Vafai.
84507
84508         Added this test as the code in RenderTableCol::updateFromElement wasn't properly covered.
84509
84510         * fast/table/col-span-change-relayout-expected.txt: Added.
84511         * fast/table/col-span-change-relayout.html: Added.
84512
84513 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84514
84515         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 9.
84516
84517         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
84518         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
84519         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
84520         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
84521         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
84522         * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
84523         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
84524         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
84525         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
84526         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
84527         * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
84528         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
84529         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
84530         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
84531         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
84532         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
84533         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
84534         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
84535         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
84536         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
84537         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
84538         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
84539         * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
84540         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
84541         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
84542         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
84543         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
84544         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
84545         * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
84546         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
84547         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
84548         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
84549         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
84550         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
84551         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
84552         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
84553         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
84554         * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
84555         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
84556         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
84557         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
84558         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
84559         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
84560         * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
84561         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
84562         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
84563         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
84564         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
84565         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
84566         * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
84567         * platform/efl/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
84568         * platform/efl/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
84569         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
84570         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
84571         * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
84572
84573 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84574
84575         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 8.
84576
84577         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
84578         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
84579         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
84580         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
84581         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
84582         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
84583         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
84584         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
84585         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
84586         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
84587         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
84588         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
84589         * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
84590         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
84591         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
84592         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
84593         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
84594         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
84595         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
84596         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
84597         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
84598         * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
84599         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
84600         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
84601         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
84602         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
84603         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
84604         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
84605         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
84606         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
84607         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
84608         * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
84609         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
84610         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
84611         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
84612         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
84613         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
84614         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
84615         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
84616         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
84617         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
84618         * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
84619         * platform/efl/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
84620         * platform/efl/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
84621         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
84622         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
84623         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
84624         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
84625         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
84626         * platform/efl/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
84627         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
84628         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
84629         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
84630         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
84631         * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
84632
84633 2012-10-22  Dirk Pranke  <dpranke@chromium.org>
84634
84635         Unreviewed, update more Chromium ML expectations.
84636
84637         * platform/chromium-mac-mountainlion/TestExpectations:
84638         * platform/chromium/TestExpectations:
84639
84640 2012-10-22  Mark Lam  <mark.lam@apple.com>
84641
84642         Change stack recursion checks to be based on stack availability.
84643         https://bugs.webkit.org/show_bug.cgi?id=99872.
84644
84645         Reviewed by Filip Pizlo and Geoffrey Garen.
84646
84647         Updated test baseline.
84648
84649         * fast/js/global-recursion-on-full-stack-expected.txt:
84650         * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
84651
84652 2012-10-22  Andreas Kling  <kling@webkit.org>
84653
84654         REGRESSION(r131104): Heap-use-after-free in WebCore::Element::attributeChanged
84655         <http://webkit.org/b/99937>
84656
84657         Reviewed by Anders Carlsson.
84658
84659         * fast/html/input-type-change-crash-expected.txt: Added.
84660         * fast/html/input-type-change-crash.html: Added.
84661
84662 2012-10-22  Joshua Bell  <jsbell@chromium.org>
84663
84664         IndexedDB: Bounds check for IDBCursor.advance() incorrect
84665         https://bugs.webkit.org/show_bug.cgi?id=100014
84666
84667         Reviewed by Tony Chang.
84668
84669         Assert that advance(2^32) throws and advance(2^32-1) does not, per WebIDL.
84670
84671         * storage/indexeddb/cursor-advance-expected.txt:
84672         * storage/indexeddb/resources/cursor-advance.js:
84673         (testBadAdvance.advanceBadly):
84674         (testBadAdvance):
84675         (testEdges.request.onsuccess):
84676         (testEdges):
84677
84678 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
84679
84680         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 7.
84681
84682         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
84683         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
84684         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
84685         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
84686         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
84687         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
84688         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
84689         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
84690         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
84691         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
84692         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
84693         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
84694         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
84695         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
84696         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
84697         * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
84698         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
84699         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
84700         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
84701         * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
84702         * platform/efl/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
84703         * platform/efl/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
84704         * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
84705         * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
84706         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
84707         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
84708         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
84709         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
84710         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
84711         * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
84712         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
84713         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
84714         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
84715         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
84716         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
84717         * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
84718         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
84719         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
84720         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
84721         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
84722         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
84723         * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
84724         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
84725         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
84726         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
84727         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
84728         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
84729         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
84730         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
84731         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
84732         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
84733         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
84734         * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
84735         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
84736         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
84737         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
84738         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
84739         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
84740         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
84741         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
84742         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
84743         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
84744         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
84745         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
84746         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
84747         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
84748         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
84749         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
84750         * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
84751         * platform/efl/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
84752         * platform/efl/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
84753         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
84754         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
84755         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
84756         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
84757
84758 2012-10-22  Tony Chang  <tony@chromium.org>
84759
84760         WebKit does not support 'flex-wrap: nowrap'
84761         https://bugs.webkit.org/show_bug.cgi?id=99924
84762
84763         Reviewed by Ojan Vafai.
84764
84765         Update expectations (find and replace none with nowrap).
84766
84767         * css3/flexbox/css-properties-expected.txt:
84768         * css3/flexbox/css-properties.html:
84769         * fast/css/getComputedStyle/computed-style-expected.txt:
84770         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
84771         * svg/css/getComputedStyle-basic-expected.txt:
84772
84773 2012-10-22  Emil A Eklund  <eae@chromium.org>
84774
84775         Unreviewed chromium windows gardening.
84776
84777         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Removed.
84778         * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Removed.
84779         * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
84780         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Removed.
84781         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
84782         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
84783         * platform/chromium-linux/fast/css/acid2-expected.txt: Removed.
84784         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Removed.
84785         * platform/chromium-linux/fast/forms/007-expected.txt: Removed.
84786         * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Removed.
84787         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Removed.
84788         * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Removed.
84789         * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Removed.
84790         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Removed.
84791         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Removed.
84792         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
84793         * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Removed.
84794         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
84795         * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Removed.
84796         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
84797         * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Removed.
84798         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
84799         * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Removed.
84800         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
84801         * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Removed.
84802         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
84803         * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Removed.
84804         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
84805         * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Removed.
84806         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
84807         * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Removed.
84808         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
84809         * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Removed.
84810         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
84811         * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Removed.
84812         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Removed.
84813         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Removed.
84814         * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Removed.
84815         * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Removed.
84816         * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Removed.
84817         * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Removed.
84818         * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Removed.
84819         * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Removed.
84820         * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Removed.
84821         * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Removed.
84822         * platform/chromium-linux/fast/html/details-open1-expected.txt: Removed.
84823         * platform/chromium-linux/fast/html/details-open2-expected.txt: Removed.
84824         * platform/chromium-linux/fast/html/details-open3-expected.txt: Removed.
84825         * platform/chromium-linux/fast/html/details-open4-expected.txt: Removed.
84826         * platform/chromium-linux/fast/html/details-open5-expected.txt: Removed.
84827         * platform/chromium-linux/fast/html/details-open6-expected.txt: Removed.
84828         * platform/chromium-linux/fast/html/details-position-expected.txt: Removed.
84829         * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Removed.
84830         * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Removed.
84831         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
84832         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Removed.
84833         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
84834         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Removed.
84835         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
84836         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Removed.
84837         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
84838         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Removed.
84839         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
84840         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Removed.
84841         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
84842         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Removed.
84843         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Removed.
84844         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Removed.
84845         * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Removed.
84846         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
84847         * platform/chromium-linux/fast/inline/002-expected.txt: Removed.
84848         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Removed.
84849         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Removed.
84850         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Removed.
84851         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
84852         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Removed.
84853         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Removed.
84854         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Removed.
84855         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
84856         * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
84857         * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Removed.
84858         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
84859         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
84860         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
84861         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
84862         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
84863         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
84864         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Removed.
84865         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
84866         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Removed.
84867         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Removed.
84868         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed.
84869         * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Removed.
84870         * platform/chromium-mac-lion/fast/css/acid2-expected.png: Added.
84871         * platform/chromium-mac-lion/fast/css/acid2-pixel-expected.png: Added.
84872         * platform/chromium-mac-lion/fast/inline/002-expected.png: Added.
84873         * platform/chromium-mac-lion/fast/multicol: Added.
84874         * platform/chromium-mac-lion/fast/multicol/table-vertical-align-expected.png: Added.
84875         * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
84876         * platform/chromium-mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Added.
84877         * platform/chromium-mac-lion/http/tests/misc: Added.
84878         * platform/chromium-mac-lion/http/tests/misc/acid2-expected.png: Added.
84879         * platform/chromium-mac-lion/http/tests/misc/acid2-pixel-expected.png: Added.
84880         * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
84881         * platform/chromium-mac-lion/svg/transforms/svg-css-transforms-expected.png: Added.
84882         * platform/chromium-mac-lion/tables/mozilla/bugs/bug14323-expected.png: Added.
84883         * platform/chromium-mac-lion/tables/mozilla/bugs/bug43854-2-expected.png: Added.
84884         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4427-expected.png: Added.
84885         * platform/chromium-mac-lion/tables/mozilla/bugs/bug6404-expected.png: Added.
84886         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added.
84887         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.
84888         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Added.
84889         * platform/chromium-mac-lion/transforms: Added.
84890         * platform/chromium-mac-lion/transforms/svg-vs-css-expected.png: Added.
84891         * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Removed.
84892         * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Removed.
84893         * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Removed.
84894         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Removed.
84895         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Removed.
84896         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Removed.
84897         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Removed.
84898         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Removed.
84899         * platform/chromium-win-xp/fast/inline: Added.
84900         * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt:
84901         * platform/chromium-win-xp/fast/inline/vertical-align-text-bottom-expected.txt: Added.
84902         * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
84903         * platform/chromium-win-xp/http/tests/misc/acid2-pixel-expected.txt: Added.
84904         * platform/chromium-win-xp/svg/transforms: Removed.
84905         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
84906         * platform/chromium-win-xp/tables/mozilla/bugs/bug14323-expected.txt: Added.
84907         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Added.
84908         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
84909         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
84910         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
84911         * platform/chromium-win/css1/text_properties/vertical_align-expected.png:
84912         * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
84913         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
84914         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
84915         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
84916         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
84917         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
84918         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
84919         * platform/chromium-win/fast/css/acid2-expected.txt:
84920         * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
84921         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
84922         * platform/chromium-win/fast/forms/007-expected.png:
84923         * platform/chromium-win/fast/forms/007-expected.txt:
84924         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
84925         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
84926         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
84927         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
84928         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
84929         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
84930         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
84931         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
84932         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
84933         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
84934         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
84935         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
84936         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
84937         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
84938         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
84939         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
84940         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
84941         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
84942         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
84943         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
84944         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
84945         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
84946         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
84947         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
84948         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
84949         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
84950         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
84951         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
84952         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
84953         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
84954         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
84955         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
84956         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
84957         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
84958         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
84959         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
84960         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
84961         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
84962         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
84963         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
84964         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
84965         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
84966         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
84967         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
84968         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
84969         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
84970         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
84971         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
84972         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
84973         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
84974         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
84975         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
84976         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
84977         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
84978         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
84979         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
84980         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
84981         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
84982         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
84983         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
84984         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
84985         * platform/chromium-win/fast/html/details-marker-style-expected.png:
84986         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
84987         * platform/chromium-win/fast/html/details-nested-1-expected.png:
84988         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
84989         * platform/chromium-win/fast/html/details-nested-2-expected.png:
84990         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
84991         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
84992         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
84993         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
84994         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
84995         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
84996         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
84997         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
84998         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
84999         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
85000         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
85001         * platform/chromium-win/fast/html/details-open1-expected.png:
85002         * platform/chromium-win/fast/html/details-open1-expected.txt:
85003         * platform/chromium-win/fast/html/details-open2-expected.png:
85004         * platform/chromium-win/fast/html/details-open2-expected.txt:
85005         * platform/chromium-win/fast/html/details-open3-expected.png:
85006         * platform/chromium-win/fast/html/details-open3-expected.txt:
85007         * platform/chromium-win/fast/html/details-open4-expected.png:
85008         * platform/chromium-win/fast/html/details-open4-expected.txt:
85009         * platform/chromium-win/fast/html/details-open5-expected.png:
85010         * platform/chromium-win/fast/html/details-open5-expected.txt:
85011         * platform/chromium-win/fast/html/details-open6-expected.png:
85012         * platform/chromium-win/fast/html/details-open6-expected.txt:
85013         * platform/chromium-win/fast/html/details-position-expected.png:
85014         * platform/chromium-win/fast/html/details-position-expected.txt:
85015         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
85016         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
85017         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
85018         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
85019         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
85020         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
85021         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
85022         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
85023         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
85024         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
85025         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
85026         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
85027         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
85028         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
85029         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
85030         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
85031         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
85032         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
85033         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
85034         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
85035         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
85036         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
85037         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
85038         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
85039         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
85040         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
85041         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
85042         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
85043         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
85044         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
85045         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
85046         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
85047         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
85048         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
85049         * platform/chromium-win/fast/html/details-replace-text-expected.png:
85050         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
85051         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
85052         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
85053         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
85054         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
85055         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
85056         * platform/chromium-win/fast/inline/002-expected.txt:
85057         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.png:
85058         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
85059         * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
85060         * platform/chromium-win/fast/repaint/4774354-expected.png:
85061         * platform/chromium-win/fast/repaint/4776765-expected.png:
85062         * platform/chromium-win/fast/repaint/caret-outside-block-expected.png:
85063         * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
85064         * platform/chromium-win/fast/repaint/selection-rl-expected.png:
85065         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
85066         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
85067         * platform/chromium-win/http/tests/misc/acid2-expected.txt:
85068         * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
85069         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
85070         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
85071         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
85072         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
85073         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
85074         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
85075         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
85076         * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
85077         * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
85078         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
85079         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
85080         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
85081         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
85082         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
85083         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
85084         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
85085         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
85086         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
85087         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
85088         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
85089         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
85090         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
85091         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
85092         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
85093         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
85094         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
85095         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.png:
85096         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
85097         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
85098         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.png:
85099         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
85100         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
85101         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
85102         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png:
85103         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
85104         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
85105         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
85106         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
85107         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
85108         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
85109         * platform/chromium-win/transforms/svg-vs-css-expected.txt:
85110
85111 2012-10-22  Tony Chang  <tony@chromium.org>
85112
85113         [chromium] Unreviewed, Win and Mac baselines for css3/flexbox/flexbox-baseline-margins.html.
85114
85115         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
85116         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
85117         * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
85118         * platform/chromium-mac/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
85119         * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
85120         * platform/chromium-win/css3/flexbox/flexbox-baseline-margins-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt.
85121         * platform/chromium/TestExpectations:
85122
85123 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
85124
85125         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 6.
85126
85127         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
85128         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
85129         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
85130         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
85131         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
85132         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
85133         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
85134         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
85135         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
85136         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
85137         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
85138         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
85139         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
85140         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
85141         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
85142         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
85143         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
85144         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
85145         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
85146         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
85147         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
85148         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
85149         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
85150         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
85151         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
85152         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
85153         * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
85154         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
85155         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
85156         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
85157         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
85158         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
85159         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
85160         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
85161         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
85162         * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
85163         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
85164         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
85165         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
85166         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
85167         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
85168         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
85169         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
85170         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
85171         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
85172         * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
85173         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
85174         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
85175         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
85176         * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
85177         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
85178
85179 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
85180
85181         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 5.
85182
85183         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
85184         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
85185         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
85186         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
85187         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
85188         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
85189         * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
85190         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
85191         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
85192         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
85193         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
85194         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
85195         * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
85196         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
85197         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
85198         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
85199         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
85200         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
85201         * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
85202         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
85203         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
85204         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
85205         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
85206         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
85207         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
85208         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
85209         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
85210         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
85211         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
85212         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
85213         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
85214         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
85215         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
85216         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
85217         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
85218         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
85219         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
85220         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
85221         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
85222         * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
85223
85224 2012-10-22  Emil A Eklund  <eae@chromium.org>
85225
85226         Unreviewed chromium test expectations update.
85227
85228         * platform/chromium/TestExpectations:
85229
85230 2012-10-22  Sheriff Bot  <webkit.review.bot@gmail.com>
85231
85232         Unreviewed, rolling out r132119.
85233         http://trac.webkit.org/changeset/132119
85234         https://bugs.webkit.org/show_bug.cgi?id=100019
85235
85236         Fails its own test on Mac platforms. (Requested by leviw on
85237         #webkit).
85238
85239         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Removed.
85240         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Removed.
85241
85242 2012-10-22  Emil A Eklund  <eae@chromium.org>
85243
85244         Unreviewed gardening.
85245
85246         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Removed.
85247         * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Removed.
85248         * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Removed.
85249         * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Removed.
85250         * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Removed.
85251         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Removed.
85252         * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Removed.
85253         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Removed.
85254         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Removed.
85255         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Removed.
85256         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Removed.
85257         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
85258         * platform/chromium-mac-lion/fast/forms/001-expected.txt: Removed.
85259         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Removed.
85260         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Removed.
85261         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Removed.
85262         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Removed.
85263         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Removed.
85264         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Removed.
85265         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Removed.
85266         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Removed.
85267         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Removed.
85268         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Removed.
85269         * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Removed.
85270         * platform/chromium-mac-lion/fast/forms/input-appearance-height-expected.png: Added.
85271         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Removed.
85272         * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Removed.
85273         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Removed.
85274         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Removed.
85275         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Removed.
85276         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Removed.
85277         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Removed.
85278         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Removed.
85279         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Removed.
85280         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Removed.
85281         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Removed.
85282         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Removed.
85283         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Removed.
85284         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Removed.
85285         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Removed.
85286         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Removed.
85287         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Removed.
85288         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Removed.
85289         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Removed.
85290         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Removed.
85291         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Removed.
85292         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Removed.
85293         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Removed.
85294         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Removed.
85295         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Removed.
85296         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Removed.
85297         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Removed.
85298         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Removed.
85299         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Removed.
85300         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Removed.
85301         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Removed.
85302         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Removed.
85303         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Removed.
85304         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed.
85305         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Removed.
85306         * platform/chromium-mac-snowleopard/fast/css/acid2-expected.png: Added.
85307         * platform/chromium-mac-snowleopard/fast/css/acid2-pixel-expected.png: Added.
85308         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
85309         * platform/chromium-mac-snowleopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
85310         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-expected.png: Added.
85311         * platform/chromium-mac-snowleopard/http/tests/misc/acid2-pixel-expected.png: Added.
85312         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
85313         * platform/chromium-mac-snowleopard/svg/transforms/svg-css-transforms-expected.png: Added.
85314         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Added.
85315         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
85316         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
85317         * platform/chromium-mac/editing/selection/3690703-expected.png:
85318         * platform/chromium-mac/editing/selection/3690703-expected.txt:
85319         * platform/chromium-mac/editing/selection/3690719-expected.png:
85320         * platform/chromium-mac/editing/selection/3690719-expected.txt:
85321         * platform/chromium-mac/editing/selection/4397952-expected.png:
85322         * platform/chromium-mac/editing/selection/4397952-expected.txt:
85323         * platform/chromium-mac/editing/selection/5240265-expected.png:
85324         * platform/chromium-mac/editing/selection/5240265-expected.txt:
85325         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
85326         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
85327         * platform/chromium-mac/fast/block/float/032-expected.txt:
85328         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
85329         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
85330         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
85331         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
85332         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
85333         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
85334         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
85335         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
85336         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
85337         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
85338         * platform/chromium-mac/fast/forms/001-expected.png:
85339         * platform/chromium-mac/fast/forms/001-expected.txt:
85340         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
85341         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
85342         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
85343         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
85344         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
85345         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
85346         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
85347         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
85348         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
85349         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
85350         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
85351         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
85352         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
85353         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
85354         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
85355         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
85356         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
85357         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
85358         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
85359         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
85360         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
85361         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
85362         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
85363         * platform/chromium-mac/fast/forms/formmove3-expected.png:
85364         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
85365         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
85366         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
85367         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
85368         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
85369         * platform/chromium-mac/fast/forms/input-value-expected.png:
85370         * platform/chromium-mac/fast/forms/input-value-expected.txt:
85371         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
85372         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
85373         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
85374         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
85375         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
85376         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
85377         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
85378         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
85379         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
85380         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
85381         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
85382         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
85383         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
85384         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
85385         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
85386         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
85387         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
85388         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
85389         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
85390         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
85391         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
85392         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
85393         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
85394         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
85395         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
85396         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
85397         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
85398         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
85399         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
85400         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
85401         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
85402         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
85403         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
85404         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
85405         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
85406         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
85407         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
85408         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
85409         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
85410         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
85411         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
85412         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
85413         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
85414         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
85415         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
85416         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
85417         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
85418         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
85419         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
85420         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
85421         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
85422         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
85423         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
85424         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
85425         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
85426         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
85427         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
85428         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
85429         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
85430         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
85431         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
85432         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
85433         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
85434         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
85435         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
85436         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
85437         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
85438         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
85439         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
85440         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
85441         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
85442         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
85443
85444 2012-10-22  Hans Muller  <hmuller@adobe.com>
85445
85446         [CSS Exclusions] Points on the bottom and right edges of an exclusion shape should be classified as "outside"
85447         https://bugs.webkit.org/show_bug.cgi?id=98967
85448
85449         Reviewed by Dirk Schulze.
85450
85451         Verify that a exclusion shape-inside overlaps lines whose top is less than the
85452         shape bounds' top+height but not equal to the shape bounds' top+height.
85453
85454         * fast/exclusions/shape-inside/shape-inside-bottom-edge-expected.html: Added.
85455         * fast/exclusions/shape-inside/shape-inside-bottom-edge.html: Added.
85456
85457 2012-10-22  Chris Rogers  <crogers@google.com>
85458
85459         Update some AudioContext create() method names to latest Web Audio spec
85460         https://bugs.webkit.org/show_bug.cgi?id=99888
85461
85462         Reviewed by Adam Barth.
85463
85464         * webaudio/delaynode-expected.txt:
85465         * webaudio/delaynode.html:
85466         * webaudio/gain.html:
85467         * webaudio/javascriptaudionode-expected.txt:
85468         * webaudio/javascriptaudionode.html:
85469
85470 2012-10-22  Levi Weintraub  <leviw@chromium.org>
85471
85472         Unreviewed gardening. Baselines following r132112.
85473
85474         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
85475         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
85476
85477 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
85478
85479         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 4.
85480
85481         * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png:
85482         * platform/efl/svg/as-image/animated-svg-as-image-expected.png:
85483         * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
85484         * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.png:
85485         * platform/efl/svg/as-image/svg-image-change-content-size-expected.png:
85486         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
85487         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
85488         * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
85489         * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png:
85490         * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
85491         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png:
85492         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
85493         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
85494         * platform/efl/svg/carto.net/tabgroup-expected.png:
85495         * platform/efl/svg/carto.net/window-expected.png:
85496         * platform/efl/svg/css/shadow-changes-expected.png:
85497         * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png:
85498         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
85499         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
85500         * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
85501         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
85502         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
85503         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
85504         * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
85505         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
85506         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
85507         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
85508         * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
85509         * platform/efl/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
85510         * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
85511         * platform/efl/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
85512         * platform/efl/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
85513         * platform/efl/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
85514         * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
85515         * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
85516         * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
85517         * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
85518         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
85519         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
85520         * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
85521
85522 2012-10-22  Emil A Eklund  <eae@chromium.org>
85523
85524         Unreviewed gardening.
85525
85526         * css1/text_properties/vertical_align-expected.txt: Added.
85527         * fast/multicol/table-vertical-align-expected.png: Added.
85528         * fast/multicol/table-vertical-align-expected.txt: Added.
85529         * fast/repaint/caret-outside-block-expected.png: Added.
85530         * http/tests/misc/acid2-expected.png: Added.
85531         * platform/chromium-linux-x86/fast/inline: Added.
85532         * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt:
85533         * platform/chromium-linux-x86/fast/inline/vertical-align-text-bottom-expected.txt: Added.
85534         * platform/chromium-linux-x86/fast/multicol/table-vertical-align-expected.txt: Removed.
85535         * platform/chromium-linux-x86/http/tests/misc/acid2-pixel-expected.txt: Added.
85536         * platform/chromium-linux-x86/svg/transforms: Removed.
85537         * platform/chromium-linux-x86/tables/mozilla/bugs/bug14323-expected.txt: Added.
85538         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
85539         * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
85540         * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.txt: Added.
85541         * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
85542         * platform/chromium-linux/css1/text_properties/vertical_align-expected.txt: Added.
85543         * platform/chromium-linux/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
85544         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
85545         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
85546         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
85547         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
85548         * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
85549         * platform/chromium-linux/fast/css/acid2-expected.txt: Added.
85550         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added.
85551         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
85552         * platform/chromium-linux/fast/forms/007-expected.png:
85553         * platform/chromium-linux/fast/forms/007-expected.txt: Added.
85554         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
85555         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
85556         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
85557         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
85558         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
85559         * platform/chromium-linux/fast/forms/placeholder-position-expected.txt: Added.
85560         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
85561         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.txt: Added.
85562         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
85563         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
85564         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
85565         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
85566         * platform/chromium-linux/fast/html/details-add-child-1-expected.txt: Added.
85567         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
85568         * platform/chromium-linux/fast/html/details-add-child-2-expected.txt: Added.
85569         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
85570         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.txt: Added.
85571         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
85572         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.txt: Added.
85573         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
85574         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.txt: Added.
85575         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
85576         * platform/chromium-linux/fast/html/details-add-summary-1-expected.txt: Added.
85577         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
85578         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.txt: Added.
85579         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
85580         * platform/chromium-linux/fast/html/details-add-summary-10-expected.txt: Added.
85581         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
85582         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.txt: Added.
85583         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
85584         * platform/chromium-linux/fast/html/details-add-summary-2-expected.txt: Added.
85585         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
85586         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.txt: Added.
85587         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
85588         * platform/chromium-linux/fast/html/details-add-summary-3-expected.txt: Added.
85589         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
85590         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.txt: Added.
85591         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
85592         * platform/chromium-linux/fast/html/details-add-summary-4-expected.txt: Added.
85593         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
85594         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.txt: Added.
85595         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
85596         * platform/chromium-linux/fast/html/details-add-summary-5-expected.txt: Added.
85597         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
85598         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.txt: Added.
85599         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
85600         * platform/chromium-linux/fast/html/details-add-summary-6-expected.txt: Added.
85601         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
85602         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.txt: Added.
85603         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
85604         * platform/chromium-linux/fast/html/details-add-summary-7-expected.txt: Added.
85605         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
85606         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.txt: Added.
85607         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
85608         * platform/chromium-linux/fast/html/details-add-summary-8-expected.txt: Added.
85609         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
85610         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.txt: Added.
85611         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
85612         * platform/chromium-linux/fast/html/details-add-summary-9-expected.txt: Added.
85613         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
85614         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.txt: Added.
85615         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
85616         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.txt: Added.
85617         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
85618         * platform/chromium-linux/fast/html/details-marker-style-expected.txt: Added.
85619         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
85620         * platform/chromium-linux/fast/html/details-nested-1-expected.txt: Added.
85621         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
85622         * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Added.
85623         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
85624         * platform/chromium-linux/fast/html/details-no-summary1-expected.txt: Added.
85625         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
85626         * platform/chromium-linux/fast/html/details-no-summary2-expected.txt: Added.
85627         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
85628         * platform/chromium-linux/fast/html/details-no-summary3-expected.txt: Added.
85629         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
85630         * platform/chromium-linux/fast/html/details-no-summary4-expected.txt: Added.
85631         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
85632         * platform/chromium-linux/fast/html/details-open-javascript-expected.txt: Added.
85633         * platform/chromium-linux/fast/html/details-open1-expected.png:
85634         * platform/chromium-linux/fast/html/details-open1-expected.txt: Added.
85635         * platform/chromium-linux/fast/html/details-open2-expected.png:
85636         * platform/chromium-linux/fast/html/details-open2-expected.txt: Added.
85637         * platform/chromium-linux/fast/html/details-open3-expected.png:
85638         * platform/chromium-linux/fast/html/details-open3-expected.txt: Added.
85639         * platform/chromium-linux/fast/html/details-open4-expected.png:
85640         * platform/chromium-linux/fast/html/details-open4-expected.txt: Added.
85641         * platform/chromium-linux/fast/html/details-open5-expected.png:
85642         * platform/chromium-linux/fast/html/details-open5-expected.txt: Added.
85643         * platform/chromium-linux/fast/html/details-open6-expected.png:
85644         * platform/chromium-linux/fast/html/details-open6-expected.txt: Added.
85645         * platform/chromium-linux/fast/html/details-position-expected.png:
85646         * platform/chromium-linux/fast/html/details-position-expected.txt: Added.
85647         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
85648         * platform/chromium-linux/fast/html/details-remove-child-1-expected.txt: Added.
85649         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
85650         * platform/chromium-linux/fast/html/details-remove-child-2-expected.txt: Added.
85651         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
85652         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.txt: Added.
85653         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
85654         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.txt: Added.
85655         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
85656         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.txt: Added.
85657         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
85658         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.txt: Added.
85659         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
85660         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.txt: Added.
85661         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
85662         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.txt: Added.
85663         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
85664         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.txt: Added.
85665         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
85666         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.txt: Added.
85667         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
85668         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.txt: Added.
85669         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
85670         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.txt: Added.
85671         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
85672         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.txt: Added.
85673         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
85674         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.txt: Added.
85675         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
85676         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.txt: Added.
85677         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
85678         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.txt: Added.
85679         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
85680         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
85681         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
85682         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
85683         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
85684         * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Added.
85685         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
85686         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
85687         * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt:
85688         * platform/chromium-linux/fast/inline/002-expected.txt: Added.
85689         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
85690         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.txt: Added.
85691         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
85692         * platform/chromium-linux/fast/repaint/4774354-expected.png:
85693         * platform/chromium-linux/fast/repaint/4776765-expected.png:
85694         * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
85695         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
85696         * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
85697         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
85698         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
85699         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
85700         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.txt: Added.
85701         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added.
85702         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added.
85703         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
85704         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
85705         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing: Added.
85706         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows: Added.
85707         * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
85708         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
85709         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Added.
85710         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
85711         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Added.
85712         * platform/chromium-linux/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
85713         * platform/chromium-linux/svg/transforms/svg-css-transforms-expected.txt: Added.
85714         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
85715         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
85716         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
85717         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
85718         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
85719         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
85720         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
85721         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
85722         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
85723         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
85724         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
85725         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
85726         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
85727         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
85728         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
85729         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
85730         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
85731         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
85732         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.txt: Added.
85733         * platform/chromium-linux/tables/mozilla/bugs/bug30692-expected.txt: Added.
85734         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
85735         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.txt: Added.
85736         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
85737         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.txt: Added.
85738         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
85739         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.txt: Added.
85740         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
85741         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
85742         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Added.
85743         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
85744         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Added.
85745         * platform/chromium-linux/transforms/svg-vs-css-expected.txt: Added.
85746         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png:
85747         * platform/chromium-mac-lion/fast/forms/007-expected.png:
85748         * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png:
85749         * platform/chromium-mac-lion/fast/forms/datalist: Added.
85750         * platform/chromium-mac-lion/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
85751         * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png:
85752         * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png:
85753         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Added.
85754         * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png:
85755         * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png:
85756         * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png:
85757         * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png:
85758         * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png:
85759         * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png:
85760         * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png:
85761         * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png:
85762         * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png:
85763         * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png:
85764         * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png:
85765         * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png:
85766         * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png:
85767         * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png:
85768         * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png:
85769         * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png:
85770         * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png:
85771         * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png:
85772         * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png:
85773         * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png:
85774         * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png:
85775         * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png:
85776         * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png:
85777         * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png:
85778         * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png:
85779         * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png:
85780         * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png:
85781         * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png:
85782         * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png:
85783         * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png:
85784         * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png:
85785         * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png:
85786         * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png:
85787         * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png:
85788         * platform/chromium-mac-lion/fast/html/details-open1-expected.png:
85789         * platform/chromium-mac-lion/fast/html/details-open2-expected.png:
85790         * platform/chromium-mac-lion/fast/html/details-open3-expected.png:
85791         * platform/chromium-mac-lion/fast/html/details-open4-expected.png:
85792         * platform/chromium-mac-lion/fast/html/details-open5-expected.png:
85793         * platform/chromium-mac-lion/fast/html/details-open6-expected.png:
85794         * platform/chromium-mac-lion/fast/html/details-position-expected.png:
85795         * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png:
85796         * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png:
85797         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png:
85798         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png:
85799         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png:
85800         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png:
85801         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png:
85802         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png:
85803         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png:
85804         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png:
85805         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png:
85806         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png:
85807         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png:
85808         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png:
85809         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png:
85810         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png:
85811         * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png:
85812         * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png:
85813         * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png:
85814         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png:
85815         * platform/chromium-mac-lion/fast/inline: Added.
85816         * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.png: Added.
85817         * platform/chromium-mac-lion/fast/inline/vertical-align-text-bottom-expected.txt: Added.
85818         * platform/chromium-mac-lion/fast/repaint: Added.
85819         * platform/chromium-mac-lion/fast/repaint/4774354-expected.png: Added.
85820         * platform/chromium-mac-lion/fast/repaint/4776765-expected.png: Added.
85821         * platform/chromium-mac-lion/fast/repaint/caret-outside-block-expected.png: Added.
85822         * platform/chromium-mac-lion/fast/repaint/selection-rl-expected.png: Added.
85823         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
85824         * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png:
85825         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
85826         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png:
85827         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
85828         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
85829         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
85830         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
85831         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
85832         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
85833         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
85834         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
85835         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
85836         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
85837         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
85838         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
85839         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
85840         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
85841         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
85842         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
85843         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
85844         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
85845         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
85846         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
85847         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
85848         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
85849         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
85850         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
85851         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
85852         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
85853         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
85854         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
85855         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
85856         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
85857         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
85858         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
85859         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
85860         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
85861         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
85862         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
85863         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
85864         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
85865         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
85866         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
85867         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
85868         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
85869         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
85870         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
85871         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
85872         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
85873         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
85874         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
85875         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
85876         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
85877         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
85878         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
85879         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
85880         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
85881         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
85882         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
85883         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
85884         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
85885         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
85886         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
85887         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
85888         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
85889         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
85890         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
85891         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
85892         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
85893         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
85894         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
85895         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
85896         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
85897         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
85898         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
85899         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
85900         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
85901         * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.png:
85902         * platform/chromium-mac-snowleopard/fast/inline/vertical-align-text-bottom-expected.txt: Added.
85903         * platform/chromium-mac-snowleopard/fast/multicol/table-vertical-align-expected.txt: Removed.
85904         * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
85905         * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
85906         * platform/chromium-mac-snowleopard/fast/repaint/caret-outside-block-expected.png:
85907         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
85908         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
85909         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
85910         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
85911         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
85912         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
85913         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
85914         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
85915         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
85916         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
85917         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
85918         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
85919         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
85920         * platform/chromium-mac/fast/css/acid2-expected.png: Added.
85921         * platform/chromium-mac/fast/css/acid2-pixel-expected.png:
85922         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
85923         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
85924         * platform/chromium-mac/fast/forms/007-expected.png:
85925         * platform/chromium-mac/fast/forms/007-expected.txt:
85926         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
85927         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
85928         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
85929         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
85930         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
85931         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
85932         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
85933         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
85934         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
85935         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
85936         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
85937         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
85938         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
85939         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
85940         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
85941         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
85942         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
85943         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
85944         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
85945         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
85946         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
85947         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
85948         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
85949         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
85950         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
85951         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
85952         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
85953         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
85954         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
85955         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
85956         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
85957         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
85958         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
85959         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
85960         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
85961         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
85962         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
85963         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
85964         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
85965         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
85966         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
85967         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
85968         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
85969         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
85970         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
85971         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
85972         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
85973         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
85974         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
85975         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
85976         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
85977         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
85978         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
85979         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
85980         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
85981         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
85982         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
85983         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
85984         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
85985         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
85986         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
85987         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
85988         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
85989         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
85990         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
85991         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
85992         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
85993         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
85994         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
85995         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
85996         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
85997         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
85998         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
85999         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
86000         * platform/chromium-mac/fast/html/details-open1-expected.png:
86001         * platform/chromium-mac/fast/html/details-open1-expected.txt:
86002         * platform/chromium-mac/fast/html/details-open2-expected.png:
86003         * platform/chromium-mac/fast/html/details-open2-expected.txt:
86004         * platform/chromium-mac/fast/html/details-open3-expected.png:
86005         * platform/chromium-mac/fast/html/details-open3-expected.txt:
86006         * platform/chromium-mac/fast/html/details-open4-expected.png:
86007         * platform/chromium-mac/fast/html/details-open4-expected.txt:
86008         * platform/chromium-mac/fast/html/details-open5-expected.png:
86009         * platform/chromium-mac/fast/html/details-open5-expected.txt:
86010         * platform/chromium-mac/fast/html/details-open6-expected.png:
86011         * platform/chromium-mac/fast/html/details-open6-expected.txt:
86012         * platform/chromium-mac/fast/html/details-position-expected.png:
86013         * platform/chromium-mac/fast/html/details-position-expected.txt:
86014         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
86015         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
86016         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
86017         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
86018         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
86019         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
86020         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
86021         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
86022         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
86023         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
86024         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
86025         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
86026         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
86027         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
86028         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
86029         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
86030         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
86031         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
86032         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
86033         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
86034         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
86035         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
86036         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
86037         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
86038         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
86039         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
86040         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
86041         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
86042         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
86043         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
86044         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
86045         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
86046         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
86047         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
86048         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
86049         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
86050         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
86051         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
86052         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
86053         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
86054         * platform/chromium-mac/fast/inline/002-expected.png:
86055         * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.png:
86056         * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.txt:
86057         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png:
86058         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.txt:
86059         * platform/chromium-mac/fast/repaint/4774354-expected.png:
86060         * platform/chromium-mac/fast/repaint/4776765-expected.png:
86061         * platform/chromium-mac/fast/repaint/caret-outside-block-expected.png:
86062         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
86063         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
86064         * platform/chromium-mac/fast/repaint/selection-rl-expected.png:
86065         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
86066         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt:
86067         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
86068         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
86069         * platform/chromium-mac/http/tests/misc/acid2-expected.png: Added.
86070         * platform/chromium-mac/http/tests/misc/acid2-pixel-expected.png:
86071         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
86072         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
86073         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
86074         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
86075         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
86076         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
86077         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
86078         * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.png:
86079         * platform/chromium-mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
86080         * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png:
86081         * platform/chromium-mac/svg/transforms/svg-css-transforms-expected.txt:
86082         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
86083         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
86084         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
86085         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
86086         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
86087         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
86088         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
86089         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
86090         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
86091         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
86092         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
86093         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
86094         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
86095         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
86096         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
86097         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
86098         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
86099         * platform/chromium-mac/tables/mozilla/bugs/bug14323-expected.png:
86100         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
86101         * platform/chromium-mac/tables/mozilla/bugs/bug43854-2-expected.png:
86102         * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
86103         * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png:
86104         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
86105         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
86106         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
86107         * platform/chromium-mac/transforms/svg-vs-css-expected.png:
86108         * platform/chromium-mac/transforms/svg-vs-css-expected.txt:
86109         * platform/chromium-win-xp/fast/multicol/table-vertical-align-expected.txt: Removed.
86110         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
86111         * platform/chromium-win-xp/tables/mozilla/bugs/bug43854-2-expected.png: Removed.
86112         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
86113         * platform/chromium/TestExpectations:
86114         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
86115         * platform/chromium/fast/css/acid2-expected.png: Removed.
86116         * platform/chromium/http/tests/misc/acid2-expected.png: Removed.
86117         * platform/efl/css1/text_properties/vertical_align-expected.txt: Removed.
86118         * platform/efl/fast/multicol/table-vertical-align-expected.png: Removed.
86119         * platform/efl/fast/multicol/table-vertical-align-expected.txt: Removed.
86120         * platform/efl/fast/repaint/caret-outside-block-expected.png: Removed.
86121         * platform/efl/http/tests/misc/acid2-expected.png: Removed.
86122         * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
86123         * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Removed.
86124         * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Removed.
86125         * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: Removed.
86126         * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: Removed.
86127         * platform/gtk/css1/text_properties/vertical_align-expected.txt: Removed.
86128         * platform/gtk/fast/multicol/table-vertical-align-expected.png: Removed.
86129         * platform/gtk/fast/multicol/table-vertical-align-expected.txt: Removed.
86130         * platform/gtk/fast/repaint/caret-outside-block-expected.png: Removed.
86131         * platform/gtk/http/tests/misc/acid2-expected.png: Removed.
86132         * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
86133         * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Removed.
86134
86135 2012-10-22  Anders Carlsson  <andersca@apple.com>
86136
86137         [WK2] Regression(r131990): plugins/npruntime/remove-property.html started failing
86138         https://bugs.webkit.org/show_bug.cgi?id=99977
86139
86140         Reviewed by Alexey Proskuryakov.
86141
86142         Remove now passing test.
86143
86144         * platform/efl-wk2/TestExpectations:
86145
86146 2012-10-22  Varun Jain  <varunjain@chromium.org>
86147
86148         Context menu generated from touch gestures on textareas has
86149         context of the cursor position instead of the position where the event occurs.
86150         https://bugs.webkit.org/show_bug.cgi?id=99520
86151
86152         Reviewed by Kenneth Rohde Christiansen.
86153
86154         Send a synthetic mouse down event for context menu-summoning-gesture events so that
86155         textareas can correctly set cursors before receiving the context menu event.
86156
86157         * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
86158         * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.
86159
86160 2012-10-22  Emil A Eklund  <eae@chromium.org>
86161
86162         Unreviewed gardening.
86163
86164         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
86165         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.txt: Added.
86166         * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
86167         * platform/chromium-mac-lion/editing/selection/3690703-expected.txt: Added.
86168         * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
86169         * platform/chromium-mac-lion/editing/selection/3690719-expected.txt: Added.
86170         * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
86171         * platform/chromium-mac-lion/editing/selection/4397952-expected.txt: Added.
86172         * platform/chromium-mac-lion/editing/selection/5240265-expected.png:
86173         * platform/chromium-mac-lion/editing/selection/5240265-expected.txt: Added.
86174         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png:
86175         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.txt: Added.
86176         * platform/chromium-mac-lion/fast/block/float/032-expected.txt: Added.
86177         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png:
86178         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.txt: Added.
86179         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png:
86180         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.txt: Added.
86181         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png:
86182         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
86183         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png:
86184         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.txt: Added.
86185         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
86186         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
86187         * platform/chromium-mac-lion/fast/forms/001-expected.png:
86188         * platform/chromium-mac-lion/fast/forms/001-expected.txt: Added.
86189         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png:
86190         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.txt: Added.
86191         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.png: Added.
86192         * platform/chromium-mac-lion/fast/forms/box-shadow-override-expected.txt: Added.
86193         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png:
86194         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.txt: Added.
86195         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png:
86196         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.txt: Added.
86197         * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png:
86198         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png:
86199         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.txt: Added.
86200         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png:
86201         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.txt: Added.
86202         * platform/chromium-mac-lion/fast/forms/date-multiple-fields: Added.
86203         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
86204         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
86205         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
86206         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
86207         * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
86208         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png:
86209         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.txt: Added.
86210         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png:
86211         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.txt: Added.
86212         * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png:
86213         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png:
86214         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.txt: Added.
86215         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png:
86216         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.txt: Added.
86217         * platform/chromium-mac-lion/fast/forms/formmove3-expected.png:
86218         * platform/chromium-mac-lion/fast/forms/formmove3-expected.txt: Added.
86219         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png:
86220         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.txt: Added.
86221         * platform/chromium-mac-lion/fast/forms/input-value-expected.png:
86222         * platform/chromium-mac-lion/fast/forms/input-value-expected.txt: Added.
86223         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png:
86224         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.txt: Added.
86225         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png:
86226         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.txt: Added.
86227         * platform/chromium-mac-lion/fast/forms/time-multiple-fields: Added.
86228         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Added.
86229         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Added.
86230         * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
86231         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png:
86232         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.txt: Added.
86233         * platform/chromium-mac-lion/fast/forms/week-multiple-fields: Added.
86234         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Added.
86235         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Added.
86236         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
86237         * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Added.
86238         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
86239         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Added.
86240         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png:
86241         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.txt: Added.
86242         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png:
86243         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.txt: Added.
86244         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png:
86245         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.txt: Added.
86246         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.png: Added.
86247         * platform/chromium-mac-lion/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
86248         * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.png: Added.
86249         * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.txt: Added.
86250         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png:
86251         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
86252         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png:
86253         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.txt: Added.
86254         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png:
86255         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
86256         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png:
86257         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.txt: Added.
86258         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png:
86259         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.txt: Added.
86260         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png:
86261         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.txt: Added.
86262         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png:
86263         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.txt: Added.
86264         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png:
86265         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
86266         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png:
86267         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
86268         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
86269         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png:
86270         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.txt: Added.
86271         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png:
86272         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.txt: Added.
86273         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png:
86274         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.txt: Added.
86275         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png:
86276         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.txt: Added.
86277         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png:
86278         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.txt: Added.
86279         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png:
86280         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
86281         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png:
86282         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
86283         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png:
86284         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.txt: Added.
86285         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png:
86286         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.txt: Added.
86287         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png:
86288         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.txt: Added.
86289         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png:
86290         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.txt: Added.
86291         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
86292         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Added.
86293         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png:
86294         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.txt: Added.
86295         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png:
86296         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.txt: Added.
86297         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
86298         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Added.
86299         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added.
86300         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
86301         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Added.
86302         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
86303         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
86304         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
86305         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
86306         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
86307         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
86308         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
86309         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
86310         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
86311         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
86312         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
86313         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
86314         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
86315         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
86316         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
86317         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
86318         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
86319         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
86320         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
86321         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
86322         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
86323         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
86324         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
86325         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
86326         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
86327         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
86328         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
86329         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
86330         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
86331         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
86332         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
86333         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
86334         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
86335         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
86336         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
86337         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
86338         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
86339         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
86340         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
86341         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
86342         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
86343         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
86344         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
86345         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
86346         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
86347         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
86348         * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.png:
86349         * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.txt: Added.
86350         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
86351         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
86352         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
86353         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
86354         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
86355         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
86356         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
86357         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
86358         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
86359         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
86360         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
86361         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
86362         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
86363         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
86364         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
86365         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
86366         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
86367         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
86368         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
86369         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
86370         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
86371         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
86372         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
86373         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
86374         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
86375         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
86376         * platform/chromium-win-xp/fast/text/international/text-spliced-font-expected.png: Removed.
86377
86378 2012-10-22  Aaron Colwell  <acolwell@chromium.org>
86379
86380         webkitsourceopen event doesn't always fire
86381         https://bugs.webkit.org/show_bug.cgi?id=99868
86382
86383         Reviewed by Adam Barth.
86384
86385         Added a test that verifies the webkitsourceopen event still fires
86386         even if the MediaSource variable goes out of scope and garbage
86387         collection occurs.
86388
86389         * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen-expected.txt: Added.
86390         * http/tests/media/media-source/video-media-source-garbage-collection-before-sourceopen.html: Added.
86391
86392 2012-10-22  Jer Noble  <jer.noble@apple.com>
86393
86394         Unreviewed, further Apple Mac baselines for shadow DOM changes to RenderSlider.
86395
86396         * platform/mac/fast/forms/input-appearance-height-expected.txt:
86397         * platform/mac/media/controls-without-preload-expected.txt:
86398
86399 2012-10-22  Emil A Eklund  <eae@chromium.org>
86400
86401         Change baselinePosition and maxAscent/maxDescent to int
86402         https://bugs.webkit.org/show_bug.cgi?id=99767
86403
86404         Reviewed by Levi Weintraub.
86405         
86406         Add test for alignment of replaced elements. Update existing
86407         tests to account for rounding differences in alignment.
86408
86409         * fast/sub-pixel/replaced-element-baseline-expected.txt: Added.
86410         * fast/sub-pixel/replaced-element-baseline.html: Added.
86411         * platform/chromium-linux/css1/text_properties/vertical_align-expected.png:
86412         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
86413         * platform/chromium-linux/fast/inline/vertical-align-text-bottom-expected.png:
86414         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt:
86415         * platform/chromium-linux/fast/repaint/4774354-expected.png:
86416         * platform/chromium-linux/fast/repaint/4776765-expected.png:
86417         * platform/chromium-linux/fast/repaint/caret-outside-block-expected.png:
86418         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
86419         * platform/chromium-linux/fast/repaint/selection-rl-expected.png:
86420         * platform/chromium-linux/tables/mozilla/bugs/bug14323-expected.png:
86421         * platform/chromium-linux/tables/mozilla/bugs/bug43854-2-expected.png:
86422         * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
86423         * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
86424         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
86425         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
86426         * platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
86427         * platform/chromium-win/fast/css/acid2-expected.txt:
86428         * platform/chromium-win/fast/css/acid2-pixel-expected.txt:
86429         * platform/chromium-win/fast/inline/002-expected.txt:
86430         * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.txt:
86431         * platform/chromium-win/http/tests/misc/acid2-expected.txt:
86432         * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt:
86433         * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt:
86434         * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt:
86435         * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.txt:
86436         * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.txt:
86437         * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.txt:
86438         * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.txt:
86439         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
86440         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
86441         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
86442         * platform/chromium-win/transforms/svg-vs-css-expected.txt:
86443
86444 2012-10-22  Emil A Eklund  <eae@chromium.org>
86445
86446         Unreviewed gardening, marking fast/sub-pixel/file-upload-control-at-fractional-offset.html as failing on LION for now.
86447
86448         * platform/chromium/TestExpectations:
86449
86450 2012-10-22  Tony Chang  <tony@chromium.org>
86451
86452         Fix some baseline flexbox alignment
86453         https://bugs.webkit.org/show_bug.cgi?id=99879
86454
86455         Reviewed by Ojan Vafai.
86456
86457         Additional test cases for baseline aligning flexbox.
86458
86459         * css3/flexbox/flexbox-baseline-margins.html: Added.
86460         * css3/flexbox/resources/flexbox.css:
86461         (.flex-one): New cross browser value.
86462         * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
86463         * platform/chromium-linux/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
86464         * platform/chromium/TestExpectations:
86465         * platform/efl/TestExpectations:
86466         * platform/gtk/TestExpectations:
86467         * platform/mac/TestExpectations:
86468         * platform/qt/TestExpectations:
86469         * platform/win/TestExpectations:
86470
86471 2012-10-22  Tony Chang  <tony@chromium.org>
86472
86473         Unreviewed, updating skipped tests that moved.
86474
86475         * platform/win/TestExpectations:
86476
86477 2012-10-22  Mario Sanchez Prada  <msanchez@igalia.com>
86478
86479         [GTK] Don't use deprecated AccessibilityObject methods after r99502
86480         https://bugs.webkit.org/show_bug.cgi?id=99985
86481
86482         Reviewed by Chris Fleizach.
86483
86484         Update test and expectations to reflect the changes in the
86485         accessible title (now it's the localized one) being returned.
86486
86487         * platform/gtk/accessibility/media-controls-panel-title-expected.txt: Updated.
86488         * platform/gtk/accessibility/media-controls-panel-title.html: Updated.
86489
86490 2012-10-22  Emil A Eklund  <eae@chromium.org>
86491
86492         Convert fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html to ref test
86493         https://bugs.webkit.org/show_bug.cgi?id=99869
86494
86495         Reviewed by Eric Seidel.
86496
86497         fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html is currently a pixel test, convert it to a ref test instead.
86498
86499         * fast/sub-pixel/file-upload-control-at-fractional-offset-expected.html: Added.
86500         * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86501         * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
86502         * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86503         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86504         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86505         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
86506         * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86507         * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
86508         * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Removed.
86509         * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
86510
86511 2012-10-16  Andrey Kosyakov  <caseq@chromium.org>
86512
86513         Web Inspector: add timeline instrumentation for scrolling of a layer
86514         https://bugs.webkit.org/show_bug.cgi?id=99461
86515
86516         Reviewed by Pavel Feldman.
86517
86518         - added Scroll record type;
86519
86520         * inspector/timeline/timeline-enum-stability-expected.txt:
86521
86522 2012-10-22  Vsevolod Vlasov  <vsevik@chromium.org>
86523
86524         Web Inspector: Prepare mappings to moving uiSourceCodes creation out of them to workspace.
86525         https://bugs.webkit.org/show_bug.cgi?id=99997
86526
86527         Reviewed by Pavel Feldman.
86528
86529         * http/tests/inspector/compiler-script-mapping.html:
86530
86531 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
86532
86533         Unreviewed GTK gardening.
86534
86535         Fixing expectations for fast/dom/gc-acid3.html to pass the linting.
86536
86537         * platform/gtk/TestExpectations:
86538
86539 2012-10-22  Vsevolod Vlasov  <vsevik@chromium.org>
86540
86541         Web Inspector: Treat dynamic anonymous scripts as other anonymous and fix anonymous script editing and breakpoints.
86542         https://bugs.webkit.org/show_bug.cgi?id=99989
86543
86544         Reviewed by Pavel Feldman.
86545
86546         * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
86547         * http/tests/inspector/debugger-test.js:
86548         (initialize_DebuggerTest):
86549         * inspector/debugger/dynamic-script-tag-expected.txt:
86550         * inspector/debugger/dynamic-scripts-expected.txt:
86551         * inspector/debugger/live-edit-breakpoints-expected.txt:
86552         * inspector/debugger/live-edit-breakpoints.html:
86553         * inspector/debugger/resource-script-mapping-expected.txt:
86554         * inspector/debugger/resource-script-mapping.html:
86555
86556 2012-10-22  Emil A Eklund  <eae@chromium.org>
86557
86558         Convert fast/sub-pixel/float-containing-block-with-margin.html to text test
86559         https://bugs.webkit.org/show_bug.cgi?id=99866
86560
86561         Reviewed by Eric Seidel.
86562
86563         fast/sub-pixel/float-containing-block-with-margin.html doesn't
86564         need to be a pixel test, convert it to a text one.
86565
86566         * fast/sub-pixel/float-containing-block-with-margin-expected.txt:
86567         * fast/sub-pixel/float-containing-block-with-margin.html:
86568         * platform/chromium-linux/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
86569         * platform/chromium-mac-lion/fast/sub-pixel: Removed.
86570         * platform/chromium-mac-snowleopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
86571         * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
86572         * platform/chromium-win/fast/sub-pixel/float-containing-block-with-margin-expected.png: Removed.
86573
86574 2012-10-22  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
86575
86576         [css3-text] Add rendering support for -webkit-text-decoration-style
86577         https://bugs.webkit.org/show_bug.cgi?id=94094
86578
86579         Reviewed by Julien Chaffraix.
86580
86581         Added paint and repaint layout tests for CSS3 text-decoration-style
86582         property. Pixel results are not included due to missing platform support
86583         for some decoration styles (handled on bug 93507). These are going
86584         to be added when platform support is complete.
86585
86586         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style-expected.txt: Added.
86587         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-style.html: Added.
86588         * fast/css3-text/css3-text-decoration/text-decoration-style-expected.txt: Added.
86589         * fast/css3-text/css3-text-decoration/text-decoration-style.html: Added.
86590
86591 2012-10-22  Erik Arvidsson  <arv@chromium.org>
86592
86593         HTMLBaseElement href attribute binding returns wrong URL
86594         https://bugs.webkit.org/show_bug.cgi?id=98184
86595
86596         Reviewed by Ojan Vafai.
86597
86598         Resolve the href attribute binding relative to the document URL instead of resolving it to the
86599         base element itself. If there is no href attribute this should return the fallback base URL.
86600
86601         http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element
86602
86603         * fast/dom/HTMLAnchorElement/set-href-attribute-rebase-expected.txt: Added.
86604         * fast/dom/HTMLAnchorElement/set-href-attribute-rebase.html: Added.
86605         * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt: Added.
86606         * fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html: Added.
86607         * fast/dom/element-attribute-js-null-expected.txt:
86608         * fast/dom/element-attribute-js-null.html:
86609
86610 2012-10-22  Florin Malita  <fmalita@chromium.org>
86611
86612         Incorrect embedded SVG image sizing on first load
86613         https://bugs.webkit.org/show_bug.cgi?id=99489
86614
86615         Reviewed by Nikolas Zimmermann.
86616
86617         * svg/custom/svg-image-initial-size-expected.html: Added.
86618         * svg/custom/svg-image-initial-size.html: Added.
86619
86620 2012-10-22  Christophe Dumez  <christophe.dumez@intel.com>
86621
86622         [EFL][WK2] Skip plugins/npruntime/remove-property.html
86623         https://bugs.webkit.org/show_bug.cgi?id=99978
86624
86625         Unreviewed EFL gardening.
86626
86627         Skip plugins/npruntime/remove-property.html which started
86628         failing after r131990.
86629
86630         * platform/efl-wk2/TestExpectations:
86631
86632 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
86633
86634         Change the path of the include files in the text decoration test cases.
86635         https://bugs.webkit.org/show_bug.cgi?id=99974
86636
86637         Reviewed by Gyuyoung Kim.
86638
86639         The include path is differentiated by http://trac.webkit.org/changeset/132043
86640
86641         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html:
86642         * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style.html:
86643         * fast/css3-text/css3-text-decoration/repaint/repaint-text-decoration-line.html:
86644
86645 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
86646
86647         [GTK] Enable Microdata DOM API
86648         https://bugs.webkit.org/show_bug.cgi?id=99033
86649
86650         Reviewed by Martin Robinson.
86651
86652         Unskip the Microdata tests, they all pass now that the feature has been enabled.
86653
86654         * platform/gtk/TestExpectations:
86655
86656 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
86657
86658         [GTK] Enable CSP 1.1
86659         https://bugs.webkit.org/show_bug.cgi?id=99064
86660
86661         Reviewed by Martin Robinson.
86662
86663         Unskip the CSP 1.1 layout tests as they all pass with the feature enabled.
86664
86665         * platform/gtk/TestExpectations:
86666
86667 2012-10-22  Keishi Hattori  <keishi@webkit.org>
86668
86669         Test date-suggestion-picker-reset-value-after-reload.html will timeout when running with other tests
86670         https://bugs.webkit.org/show_bug.cgi?id=99969
86671
86672         Reviewed by Kent Tamura.
86673
86674         When running with other tests the iframe onload event seems to fire before the script tag is parsed.
86675
86676         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
86677
86678 2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
86679
86680         [Qt] Handle GET of blob URLs.
86681         https://bugs.webkit.org/show_bug.cgi?id=99053
86682
86683         Reviewed by Simon Hausmann.
86684
86685         Unskip tests working after we handle GET of Blob URLs. Unfortunately they require beginDragWithFiles, 
86686         and thus only work in DRT.
86687
86688         * platform/qt-5.0-wk2/TestExpectations:
86689         * platform/qt/TestExpectations:
86690         * platform/qt/fast/files/workers/worker-read-blob-async-actual.txt: Added.
86691
86692 2012-10-22  Allan Sandfeld Jensen  <allan.jensen@digia.com>
86693
86694         [Qt] Basic gesture event handling
86695         https://bugs.webkit.org/show_bug.cgi?id=66173
86696
86697         Reviewed by Simon Hausmann.
86698
86699         * platform/qt-5.0-wk2/TestExpectations:
86700         * platform/qt/TestExpectations:
86701         * platform/qt/fast/events/touch/gesture/gesture-click-expected.txt: Added.
86702
86703 2012-10-22  Shinya Kawanaka  <shinyak@chromium.org>
86704
86705         [Shadow] ASSERT triggered when we try reprojecting fallback elements.
86706         https://bugs.webkit.org/show_bug.cgi?id=99815
86707
86708         Reviewed by Hajime Morita.
86709
86710         * fast/dom/shadow/content-reprojection-fallback-crash-expected.txt: Added.
86711         * fast/dom/shadow/content-reprojection-fallback-crash.html: Added.
86712
86713 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
86714
86715         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 3.
86716
86717         * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
86718         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
86719         * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
86720         * platform/efl/fast/repaint/scroll-in-clipped-layer-expected.png:
86721         * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
86722         * platform/efl/fast/repaint/scroll-in-transformed-layer-expected.png:
86723         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
86724         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
86725         * platform/efl/fast/repaint/scroll-with-transformed-parent-layer-expected.png:
86726         * platform/efl/fast/repaint/search-field-cancel-expected.png:
86727         * platform/efl/fast/repaint/select-option-background-color-expected.png:
86728         * platform/efl/fast/repaint/selected-replaced-expected.png:
86729         * platform/efl/fast/repaint/selection-after-delete-expected.png:
86730         * platform/efl/fast/repaint/selection-after-remove-expected.png:
86731         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
86732         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
86733         * platform/efl/fast/repaint/selection-rl-expected.png:
86734         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
86735         * platform/efl/fast/repaint/static-to-positioned-expected.png:
86736         * platform/efl/fast/repaint/subtree-layoutstate-transform-expected.png:
86737         * platform/efl/fast/repaint/subtree-root-clip-2-expected.png: Added.
86738         * platform/efl/fast/repaint/subtree-root-clip-3-expected.png: Added.
86739         * platform/efl/fast/repaint/subtree-root-clip-expected.png: Added.
86740         * platform/efl/fast/repaint/subtree-root-skipped-expected.png:
86741         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
86742         * platform/efl/fast/repaint/table-cell-move-expected.png:
86743         * platform/efl/fast/repaint/table-col-background-expected.png:
86744         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
86745         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
86746         * platform/efl/fast/repaint/table-outer-border-expected.png:
86747         * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
86748         * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png:
86749         * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
86750         * platform/efl/fast/repaint/table-row-expected.png:
86751         * platform/efl/fast/repaint/table-section-overflow-expected.png:
86752         * platform/efl/fast/repaint/table-section-repaint-expected.png:
86753         * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.png:
86754         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
86755         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
86756         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
86757         * platform/efl/fast/repaint/textarea-set-disabled-expected.png:
86758         * platform/efl/fast/repaint/transform-absolute-child-expected.png:
86759         * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
86760         * platform/efl/fast/repaint/transform-disable-layoutstate-expected.png:
86761         * platform/efl/fast/repaint/transform-layout-repaint-expected.png:
86762         * platform/efl/fast/repaint/transform-relative-position-expected.png:
86763         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
86764         * platform/efl/fast/repaint/transform-replaced-shadows-expected.png:
86765         * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png:
86766         * platform/efl/fast/repaint/transform-translate-expected.png:
86767         * platform/efl/fast/table/border-collapsing/cached-69296-expected.png:
86768         * platform/efl/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.png: Added.
86769         * platform/efl/fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
86770         * platform/efl/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
86771         * platform/efl/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
86772
86773 2012-10-22  Dongwoo Joshua Im  <dw.im@samsung.com>
86774
86775         Move LayoutTests/fast/css3-text-decoration directory into LayoutTests/fast/css3-text directory.
86776         https://bugs.webkit.org/show_bug.cgi?id=99948
86777
86778         Reviewed by Hajime Morita.
86779
86780         css3-text-decoration is one of the feature under the ENABLE_CSS3_TEXT flag,
86781         it should be maintained in the css3-text directory with other features under the same flag.
86782
86783         * 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.
86784         * 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.
86785         * 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.
86786         * 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.
86787         * 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.
86788         (testElementStyle):
86789         (testComputedStyle):
86790         * 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.
86791         (testElementStyle):
86792         (testComputedStyleValue):
86793         (testValue):
86794         * 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.
86795         * 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.
86796         * 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.
86797         * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line-expected.html.
86798         * fast/css3-text/css3-text-decoration/text-decoration-line.html: Renamed from LayoutTests/fast/css3-text-decoration/text-decoration-line.html.
86799         * platform/chromium/TestExpectations:
86800         * 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.
86801         * platform/mac/TestExpectations:
86802         * platform/qt-4.8/TestExpectations:
86803         * platform/qt-mac/TestExpectations:
86804         * platform/qt/TestExpectations:
86805         * 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.
86806         * 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.
86807
86808 2012-10-22  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
86809
86810         WebKitTestRunner needs testRunner.queueLoadingScript and testRunner.queueNonLoadingScript
86811         https://bugs.webkit.org/show_bug.cgi?id=42675
86812
86813         Reviewed by Kenneth Rohde Christiansen.
86814
86815         Unskipped corresponding test cases for WK2. Put those which still fail to appropriate
86816         groups.
86817
86818         * platform/wk2/TestExpectations:
86819
86820 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
86821
86822         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 2.
86823
86824         * platform/efl/fast/repaint/body-background-image-expected.png:
86825         * platform/efl/fast/repaint/layout-state-only-positioned-expected.png:
86826         * platform/efl/fast/repaint/layout-state-relative-expected.png:
86827         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
86828         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
86829         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
86830         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
86831         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
86832         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
86833         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
86834         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
86835         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
86836         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
86837         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
86838         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
86839         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
86840         * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png:
86841         * platform/efl/fast/repaint/line-in-scrolled-clipped-block-expected.png:
86842         * platform/efl/fast/repaint/line-overflow-expected.png:
86843         * platform/efl/fast/repaint/lines-with-layout-delta-expected.png:
86844         * platform/efl/fast/repaint/list-marker-2-expected.png:
86845         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
86846         * platform/efl/fast/repaint/moving-shadow-on-path-expected.png:
86847         * platform/efl/fast/repaint/multicol-repaint-expected.png:
86848         * platform/efl/fast/repaint/nested-iframe-scroll-inner-expected.png:
86849         * platform/efl/fast/repaint/nested-iframe-scroll-outer-expected.png:
86850         * platform/efl/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
86851         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
86852         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
86853         * platform/efl/fast/repaint/outline-inset-expected.png:
86854         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
86855         * platform/efl/fast/repaint/outline-shrinking-expected.png:
86856         * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png:
86857         * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
86858         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
86859         * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
86860         * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png:
86861         * platform/efl/fast/repaint/overflow-hide-expected.png:
86862         * platform/efl/fast/repaint/overflow-into-content-expected.png:
86863         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
86864         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
86865         * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png:
86866         * platform/efl/fast/repaint/overflow-show-expected.png:
86867         * platform/efl/fast/repaint/reflection-redraw-expected.png:
86868         * platform/efl/fast/repaint/reflection-repaint-test-expected.png:
86869         * platform/efl/fast/repaint/region-painting-invalidation-expected.png:
86870         * platform/efl/fast/repaint/region-painting-via-layout-expected.png:
86871         * platform/efl/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
86872         * platform/efl/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
86873         * platform/efl/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
86874         * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
86875         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
86876         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
86877         * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
86878         * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
86879
86880 2012-10-22  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
86881
86882         [EFL] Rebaseline pixel expectations after r131941 and r131991, part 1.
86883
86884         * platform/efl/fast/repaint/4774354-expected.png:
86885         * platform/efl/fast/repaint/4776765-expected.png:
86886         * platform/efl/fast/repaint/absolute-position-changed-expected.png:
86887         * platform/efl/fast/repaint/add-table-overpaint-expected.png: Removed.
86888         * platform/efl/fast/repaint/background-generated-expected.png:
86889         * platform/efl/fast/repaint/background-misaligned-expected.png:
86890         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
86891         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
86892         * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
86893         * platform/efl/fast/repaint/block-no-inflow-children-expected.png:
86894         * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
86895         * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png:
86896         * platform/efl/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
86897         * platform/efl/fast/repaint/block-selection-gap-stale-cache-expected.png:
86898         * platform/efl/fast/repaint/border-fit-lines-expected.png:
86899         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
86900         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
86901         * platform/efl/fast/repaint/box-shadow-dynamic-expected.png:
86902         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png:
86903         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
86904         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
86905         * platform/efl/fast/repaint/bugzilla-6278-expected.png:
86906         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
86907         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
86908         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
86909         * platform/efl/fast/repaint/button-spurious-layout-hint-expected.png:
86910         * platform/efl/fast/repaint/canvas-putImageData-expected.png:
86911         * platform/efl/fast/repaint/caret-outside-block-expected.png:
86912         * platform/efl/fast/repaint/change-transform-expected.png:
86913         * platform/efl/fast/repaint/clip-with-layout-delta-expected.png:
86914         * platform/efl/fast/repaint/clipped-relative-expected.png:
86915         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
86916         * platform/efl/fast/repaint/content-into-overflow-expected.png:
86917         * platform/efl/fast/repaint/continuation-after-outline-expected.png:
86918         * platform/efl/fast/repaint/control-clip-expected.png:
86919         * platform/efl/fast/repaint/create-layer-repaint-expected.png:
86920         * platform/efl/fast/repaint/delete-into-nested-block-expected.png:
86921         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
86922         * platform/efl/fast/repaint/erase-overflow-expected.png:
86923         * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
86924         * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
86925         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
86926         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
86927         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
86928         * platform/efl/fast/repaint/fixed-expected.png:
86929         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
86930         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
86931         * platform/efl/fast/repaint/fixed-position-transparency-with-overflow-expected.png:
86932         * platform/efl/fast/repaint/fixed-scale-expected.png:
86933         * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
86934         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
86935         * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
86936         * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
86937         * platform/efl/fast/repaint/fixed-tranformed-expected.png:
86938         * platform/efl/fast/repaint/float-in-new-block-with-layout-delta-expected.png:
86939         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
86940         * platform/efl/fast/repaint/float-new-in-block-expected.png:
86941         * platform/efl/fast/repaint/float-overflow-expected.png: Added.
86942         * platform/efl/fast/repaint/float-overflow-right-expected.png: Added.
86943         * platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png:
86944         * platform/efl/fast/repaint/iframe-scroll-repaint-expected.png:
86945         * platform/efl/fast/repaint/inline-block-resize-expected.png:
86946         * platform/efl/fast/repaint/inline-color-change-expected.png:
86947         * platform/efl/fast/repaint/inline-horizontal-bt-overflow-expected.png:
86948         * platform/efl/fast/repaint/inline-outline-repaint-expected.png:
86949         * platform/efl/fast/repaint/inline-vertical-lr-overflow-expected.png:
86950         * platform/efl/fast/repaint/inline-vertical-rl-overflow-expected.png:
86951         * platform/efl/fast/repaint/intermediate-layout-position-clip-expected.png:
86952         * platform/efl/fast/repaint/intermediate-layout-position-expected.png:
86953         * platform/efl/fast/repaint/invisible-objects-expected.png:
86954         * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
86955         * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
86956         * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
86957         * platform/efl/fast/repaint/layer-full-repaint-expected.png:
86958         * platform/efl/fast/repaint/layer-hide-when-needs-layout-expected.png:
86959         * platform/efl/fast/repaint/layer-visibility-expected.png:
86960
86961 2012-10-22  Zan Dobersek  <zandobersek@gmail.com>
86962
86963         Unreviewed GTK gardening.
86964
86965         Adding flaky crashing expectations for fast/dom/gc-acid3.html
86966         and http/tests/misc/acid3.html.
86967         Removing timeout expectations for tests that were fixed in r131942.
86968         Reclassifying svg/animations/animate-css-xml-attributeType.html
86969         as a non-flaky failure.
86970
86971         * platform/gtk/TestExpectations:
86972
86973 2012-10-22  Anton Muhin  <antonm@chromium.org>
86974
86975         Unreviewed Chromium rebaselines.
86976
86977         * platform/chromium/TestExpectations:
86978
86979 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
86980
86981         Unreviewed, suppressing failure until I can figure out what's going on.
86982
86983         * platform/chromium/TestExpectations:
86984
86985 2012-10-21  Keishi Hattori  <keishi@webkit.org>
86986
86987         Refactor picker tests to fix flakiness and share code
86988         https://bugs.webkit.org/show_bug.cgi?id=99671
86989
86990         Reviewed by Kent Tamura.
86991
86992         Refactored so picker tests share code and structure.
86993
86994         * fast/forms/resources/picker-common.js: Shared by all picker tests. Requires js-test-pre.js. Sets up an asynchronous test.
86995         (openPicker): Opens the picker for the given input and calls the callback when the picker did open.
86996         (popupOpenCallbackWrapper):
86997         (sendKey):
86998         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
86999         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
87000         * platform/chromium/TestExpectations: Marked all tests as not flaky. Marked all pixel tests as need rebaseline.
87001         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt:
87002         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt:
87003         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
87004         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html:
87005         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
87006         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html:
87007         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html:
87008         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt:
87009         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html:
87010         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js:
87011         * platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt:
87012         * platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html:
87013         * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.txt:
87014         * platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html:
87015         * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.txt:
87016         * platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance.html:
87017         * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.txt:
87018         * platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance.html:
87019         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html:
87020         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.txt:
87021         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.txt:
87022         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl.html:
87023         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.txt:
87024         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html:
87025         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html:
87026         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
87027         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html:
87028         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
87029         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
87030         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html:
87031         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt:
87032         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
87033         * platform/chromium/fast/forms/suggestion-picker/resources/suggestion-picker-common.js: Moved to resource directory like all other js files.
87034         (valueForEntry):
87035         (highlightedEntry):
87036         (entryValues):
87037         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.txt:
87038         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.txt:
87039         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html:
87040         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.txt:
87041         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html:
87042         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html:
87043         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html:
87044         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
87045         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
87046         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
87047
87048 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87049
87050         Unreviewed, could've sworn this was in the previous patch ...
87051
87052         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Removed.
87053         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
87054
87055 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87056
87057         Unreviewed. More chromium baseline cleanup after r132022.
87058
87059         * platform/chromium-mac-lion/editing/selection/iframe-expected.png: Added.
87060         * platform/chromium-mac-lion/editing/selection/move-by-line-001-expected.png: Added.
87061         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Removed.
87062         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Removed.
87063         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Removed.
87064         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Removed.
87065         * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Removed.
87066         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Removed.
87067         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Removed.
87068         * platform/chromium-win/svg/custom/pattern-scaling-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.png.
87069         * platform/chromium/svg/custom/pattern-scaling-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pattern-scaling-expected.txt.
87070
87071 2012-10-21  Shinya Kawanaka  <shinyak@chromium.org>
87072
87073         Web Inspector: Shadow DOM: Node removal doesn't reflect.
87074         https://bugs.webkit.org/show_bug.cgi?id=99567
87075
87076         Reviewed by Pavel Feldman.
87077
87078         * inspector/elements/update-shadowdom-expected.txt: Added.
87079         * inspector/elements/update-shadowdom.html: Added.
87080         * platform/mac/TestExpectations:
87081
87082 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87083
87084         Unreviewed, more Chromium ML baselining minor cleanups.
87085
87086         * 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.
87087         * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
87088         * platform/chromium-mac/editing/selection/iframe-expected.png:
87089         * platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
87090         * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
87091         * platform/chromium/TestExpectations:
87092
87093 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87094
87095         Unreviewed, rebaseline remaining Chromium ML editing tests.
87096
87097         (long list of new baselines omitted).
87098
87099 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87100
87101         Unreviewed, new Chromium ML expectations for editing/inserting and editing/pasteboard.
87102
87103         (long list of new baselines omitted).
87104
87105 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87106
87107         Unreviewed, new Chromium ML baselines for editing/deleting, editing/execCommand, and editing/selection
87108
87109         (long list of new baselines omitted).
87110
87111 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87112
87113         Unreviewed, new Chromium ML baselines for platform/chromium/virtual/gpu/fast/hidpi.
87114
87115         * 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.
87116         * 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.
87117         * 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.
87118         * 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.
87119         * 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.
87120         * 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.
87121         * 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.
87122         * 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.
87123         * 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.
87124         * 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.
87125         * 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.
87126         * 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.
87127         * 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.
87128         * 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.
87129         * 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.
87130         * 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.
87131         * 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.
87132         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
87133         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
87134         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
87135         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png:
87136         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png:
87137         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png:
87138         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
87139         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
87140         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
87141         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png:
87142         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
87143         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png:
87144         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png:
87145         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png:
87146         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png:
87147         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png:
87148         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png:
87149         * platform/chromium/TestExpectations:
87150
87151 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87152
87153         Unreviewed, add Chromium ML baselines for fast/hidpi.
87154
87155         * 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.
87156         * 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.
87157         * 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.
87158         * 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.
87159         * 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.
87160         * 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.
87161         * 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.
87162         * 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.
87163         * 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.
87164         * 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.
87165         * 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.
87166         * platform/chromium-mac-lion/fast/hidpi/image-set-simple-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/image-set-simple-expected.png.
87167         * 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.
87168         * platform/chromium-mac-lion/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png.
87169         * 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.
87170         * platform/chromium-mac-mountainlion/TestExpectations:
87171         * platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png:
87172         * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
87173         * platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png:
87174         * platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png:
87175         * platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png:
87176         * platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png:
87177         * platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png:
87178         * platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png:
87179         * platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png:
87180         * platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png:
87181         * platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png:
87182         * platform/chromium-mac/fast/hidpi/image-set-simple-expected.png:
87183         * platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png:
87184         * platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png:
87185         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png:
87186         * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
87187
87188 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87189
87190         Unreviewed, re-adjust Chromium Mac expectations.
87191
87192         * platform/chromium/TestExpectations:
87193
87194 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87195
87196         Unreviewed, new Chromium ML baselines for fast/canvas.
87197
87198         * fast/canvas/canvas-incremental-repaint-expected.png: Renamed from LayoutTests/platform/efl/fast/canvas/canvas-incremental-repaint-expected.png.
87199         * fast/canvas/canvas-size-change-after-layout-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvas-size-change-after-layout-expected.png.
87200         * fast/canvas/canvasDrawingIntoSelf-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
87201         * fast/canvas/drawImage-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/drawImage-expected.png.
87202         * fast/canvas/shadow-offset-1-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-1-expected.png.
87203         * fast/canvas/shadow-offset-2-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-2-expected.png.
87204         * fast/canvas/shadow-offset-3-expected.png: Renamed from LayoutTests/platform/mac/fast/canvas/shadow-offset-3-expected.png.
87205         * platform/chromium-mac-lion/fast/canvas/arc360-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/arc360-expected.png.
87206         * platform/chromium-mac-lion/fast/canvas/canvas-before-css-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-before-css-expected.png.
87207         * platform/chromium-mac-lion/fast/canvas/canvas-bg-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-bg-expected.png.
87208         * platform/chromium-mac-lion/fast/canvas/canvas-composite-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-composite-expected.png.
87209         * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png.
87210         * platform/chromium-mac-lion/fast/canvas/canvas-resize-reset-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png.
87211         * 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.
87212         * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png.
87213         * platform/chromium-mac-lion/fast/canvas/canvas-text-baseline-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png.
87214         * 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.
87215         * platform/chromium-mac-lion/fast/canvas/canvas-zoom-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvas-zoom-expected.png.
87216         * platform/chromium-mac-lion/fast/canvas/canvasDrawingIntoSelf-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png.
87217         * platform/chromium-mac-lion/fast/canvas/check-stale-putImageData-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png.
87218         * platform/chromium-mac-lion/fast/canvas/drawImage-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-expected.png.
87219         * platform/chromium-mac-lion/fast/canvas/drawImage-with-globalAlpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png.
87220         * 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.
87221         * 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.
87222         * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png.
87223         * 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.
87224         * platform/chromium-mac-lion/fast/canvas/image-pattern-rotate-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png.
87225         * platform/chromium-mac-lion/fast/canvas/patternfill-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/patternfill-repeat-expected.png.
87226         * platform/chromium-mac-lion/fast/canvas/quadraticCurveTo-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png.
87227         * platform/chromium-mac-lion/fast/canvas/setWidthResetAfterForcedRender-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png.
87228         * platform/chromium-mac-lion/fast/canvas/shadow-offset-1-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png.
87229         * platform/chromium-mac-lion/fast/canvas/shadow-offset-2-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png.
87230         * platform/chromium-mac-lion/fast/canvas/shadow-offset-3-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png.
87231         * platform/chromium-mac-lion/fast/canvas/shadow-offset-4-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png.
87232         * platform/chromium-mac-lion/fast/canvas/shadow-offset-5-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png.
87233         * platform/chromium-mac-lion/fast/canvas/shadow-offset-6-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png.
87234         * platform/chromium-mac-lion/fast/canvas/shadow-offset-7-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png.
87235         * platform/chromium-mac-lion/fast/canvas/toDataURL-alpha-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png.
87236         * 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.
87237         * platform/chromium-mac-mountainlion/TestExpectations:
87238         * platform/chromium-mac/fast/canvas/arc360-expected.png:
87239         * platform/chromium-mac/fast/canvas/canvas-before-css-expected.png:
87240         * platform/chromium-mac/fast/canvas/canvas-bg-expected.png:
87241         * platform/chromium-mac/fast/canvas/canvas-composite-expected.png:
87242         * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
87243         * platform/chromium-mac/fast/canvas/canvas-resize-reset-expected.png:
87244         * platform/chromium-mac/fast/canvas/canvas-size-change-after-layout-expected.png:
87245         * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
87246         * platform/chromium-mac/fast/canvas/canvas-text-baseline-expected.png:
87247         * platform/chromium-mac/fast/canvas/canvas-transforms-during-path-expected.png:
87248         * platform/chromium-mac/fast/canvas/canvas-zoom-expected.png:
87249         * platform/chromium-mac/fast/canvas/canvasDrawingIntoSelf-expected.png:
87250         * platform/chromium-mac/fast/canvas/check-stale-putImageData-expected.png:
87251         * platform/chromium-mac/fast/canvas/drawImage-expected.png:
87252         * platform/chromium-mac/fast/canvas/drawImage-with-globalAlpha-expected.png:
87253         * platform/chromium-mac/fast/canvas/fill-stroke-clip-reset-path-expected.png:
87254         * platform/chromium-mac/fast/canvas/fillrect-gradient-zero-stops-expected.png:
87255         * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
87256         * platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png:
87257         * platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png:
87258         * platform/chromium-mac/fast/canvas/patternfill-repeat-expected.png:
87259         * platform/chromium-mac/fast/canvas/quadraticCurveTo-expected.png:
87260         * platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png:
87261         * platform/chromium-mac/fast/canvas/shadow-offset-1-expected.png:
87262         * platform/chromium-mac/fast/canvas/shadow-offset-2-expected.png:
87263         * platform/chromium-mac/fast/canvas/shadow-offset-3-expected.png:
87264         * platform/chromium-mac/fast/canvas/shadow-offset-4-expected.png:
87265         * platform/chromium-mac/fast/canvas/shadow-offset-5-expected.png:
87266         * platform/chromium-mac/fast/canvas/shadow-offset-6-expected.png:
87267         * platform/chromium-mac/fast/canvas/shadow-offset-7-expected.png:
87268         * platform/chromium-mac/fast/canvas/toDataURL-alpha-expected.png:
87269         * platform/chromium-mac/fast/canvas/zero-size-fill-rect-expected.png:
87270         * platform/chromium/TestExpectations:
87271         * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png: Removed.
87272
87273 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87274
87275         Unreviewed, expectations update for Chromium.
87276
87277         * platform/chromium-mac-mountainlion/TestExpectations:
87278         * platform/chromium/TestExpectations:
87279
87280 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87281
87282         Unreviewed, update Chromium ML baselines for LayoutTests/css1 and optimize.
87283
87284         * css1/formatting_model/floating_elements-expected.png: Renamed from LayoutTests/platform/efl/css1/formatting_model/floating_elements-expected.png.
87285         * platform/chromium-linux-x86/css1/basic/class_as_selector-expected.png: Removed.
87286         * platform/chromium-linux-x86/css1/basic/id_as_selector-expected.png: Removed.
87287         * platform/chromium-linux-x86/css1/box_properties/border_bottom-expected.png: Removed.
87288         * platform/chromium-linux-x86/css1/box_properties/margin_left-expected.png: Removed.
87289         * platform/chromium-linux-x86/css1/box_properties/padding_right-expected.png: Removed.
87290         * platform/chromium-linux-x86/css1/pseudo/anchor-expected.png: Removed.
87291         * platform/chromium-mac-lion/css1/basic/class_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/class_as_selector-expected.png.
87292         * platform/chromium-mac-lion/css1/basic/comments-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/comments-expected.png.
87293         * platform/chromium-mac-lion/css1/basic/containment-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/containment-expected.png.
87294         * platform/chromium-mac-lion/css1/basic/contextual_selectors-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/contextual_selectors-expected.png.
87295         * platform/chromium-mac-lion/css1/basic/grouping-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/grouping-expected.png.
87296         * platform/chromium-mac-lion/css1/basic/id_as_selector-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/id_as_selector-expected.png.
87297         * platform/chromium-mac-lion/css1/basic/inheritance-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/basic/inheritance-expected.png.
87298         * platform/chromium-mac-lion/css1/box_properties/acid_test-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/acid_test-expected.png.
87299         * platform/chromium-mac-lion/css1/box_properties/border-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border-expected.png.
87300         * platform/chromium-mac-lion/css1/box_properties/border_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_bottom-expected.png.
87301         * 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.
87302         * 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.
87303         * 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.
87304         * platform/chromium-mac-lion/css1/box_properties/border_color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_color-expected.png.
87305         * 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.
87306         * platform/chromium-mac-lion/css1/box_properties/border_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_inline-expected.png.
87307         * platform/chromium-mac-lion/css1/box_properties/border_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_left-expected.png.
87308         * 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.
87309         * 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.
87310         * 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.
87311         * platform/chromium-mac-lion/css1/box_properties/border_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_right-expected.png.
87312         * 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.
87313         * 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.
87314         * 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.
87315         * platform/chromium-mac-lion/css1/box_properties/border_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_style-expected.png.
87316         * 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.
87317         * platform/chromium-mac-lion/css1/box_properties/border_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_top-expected.png.
87318         * 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.
87319         * 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.
87320         * 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.
87321         * platform/chromium-mac-lion/css1/box_properties/border_width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/border_width-expected.png.
87322         * 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.
87323         * platform/chromium-mac-lion/css1/box_properties/clear-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear-expected.png.
87324         * platform/chromium-mac-lion/css1/box_properties/clear_float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/clear_float-expected.png.
87325         * platform/chromium-mac-lion/css1/box_properties/float-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float-expected.png.
87326         * 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.
87327         * platform/chromium-mac-lion/css1/box_properties/float_margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/float_margin-expected.png.
87328         * 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.
87329         * platform/chromium-mac-lion/css1/box_properties/height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/height-expected.png.
87330         * platform/chromium-mac-lion/css1/box_properties/margin-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin-expected.png.
87331         * platform/chromium-mac-lion/css1/box_properties/margin_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_bottom-expected.png.
87332         * 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.
87333         * platform/chromium-mac-lion/css1/box_properties/margin_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_inline-expected.png.
87334         * platform/chromium-mac-lion/css1/box_properties/margin_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_left-expected.png.
87335         * 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.
87336         * platform/chromium-mac-lion/css1/box_properties/margin_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_right-expected.png.
87337         * 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.
87338         * platform/chromium-mac-lion/css1/box_properties/margin_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/margin_top-expected.png.
87339         * 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.
87340         * platform/chromium-mac-lion/css1/box_properties/padding-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding-expected.png.
87341         * platform/chromium-mac-lion/css1/box_properties/padding_bottom-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_bottom-expected.png.
87342         * 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.
87343         * platform/chromium-mac-lion/css1/box_properties/padding_inline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_inline-expected.png.
87344         * platform/chromium-mac-lion/css1/box_properties/padding_left-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_left-expected.png.
87345         * 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.
87346         * platform/chromium-mac-lion/css1/box_properties/padding_right-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_right-expected.png.
87347         * 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.
87348         * platform/chromium-mac-lion/css1/box_properties/padding_top-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/padding_top-expected.png.
87349         * 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.
87350         * platform/chromium-mac-lion/css1/box_properties/width-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/box_properties/width-expected.png.
87351         * platform/chromium-mac-lion/css1/cascade/cascade_order-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/cascade_order-expected.png.
87352         * platform/chromium-mac-lion/css1/cascade/important-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/cascade/important-expected.png.
87353         * platform/chromium-mac-lion/css1/classification/display-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/display-expected.png.
87354         * platform/chromium-mac-lion/css1/classification/list_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style-expected.png.
87355         * platform/chromium-mac-lion/css1/classification/list_style_image-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_image-expected.png.
87356         * platform/chromium-mac-lion/css1/classification/list_style_position-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_position-expected.png.
87357         * platform/chromium-mac-lion/css1/classification/list_style_type-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/list_style_type-expected.png.
87358         * platform/chromium-mac-lion/css1/classification/white_space-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/classification/white_space-expected.png.
87359         * platform/chromium-mac-lion/css1/color_and_background/background-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/background-expected.png.
87360         * 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.
87361         * 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.
87362         * 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.
87363         * 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.
87364         * 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.
87365         * platform/chromium-mac-lion/css1/color_and_background/color-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/color_and_background/color-expected.png.
87366         * platform/chromium-mac-lion/css1/conformance/forward_compatible_parsing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png.
87367         * platform/chromium-mac-lion/css1/font_properties/font-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font-expected.png.
87368         * platform/chromium-mac-lion/css1/font_properties/font_family-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_family-expected.png.
87369         * platform/chromium-mac-lion/css1/font_properties/font_size-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_size-expected.png.
87370         * platform/chromium-mac-lion/css1/font_properties/font_style-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_style-expected.png.
87371         * platform/chromium-mac-lion/css1/font_properties/font_variant-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_variant-expected.png.
87372         * platform/chromium-mac-lion/css1/font_properties/font_weight-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/font_properties/font_weight-expected.png.
87373         * platform/chromium-mac-lion/css1/formatting_model/canvas-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/canvas-expected.png.
87374         * platform/chromium-mac-lion/css1/formatting_model/floating_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/floating_elements-expected.png.
87375         * 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.
87376         * platform/chromium-mac-lion/css1/formatting_model/horizontal_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png.
87377         * platform/chromium-mac-lion/css1/formatting_model/inline_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/inline_elements-expected.png.
87378         * platform/chromium-mac-lion/css1/formatting_model/replaced_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png.
87379         * platform/chromium-mac-lion/css1/formatting_model/vertical_formatting-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png.
87380         * platform/chromium-mac-lion/css1/pseudo/anchor-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/anchor-expected.png.
87381         * platform/chromium-mac-lion/css1/pseudo/firstletter-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstletter-expected.png.
87382         * platform/chromium-mac-lion/css1/pseudo/firstline-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/firstline-expected.png.
87383         * platform/chromium-mac-lion/css1/pseudo/multiple_pseudo_elements-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png.
87384         * 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.
87385         * platform/chromium-mac-lion/css1/text_properties/letter_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/letter_spacing-expected.png.
87386         * platform/chromium-mac-lion/css1/text_properties/line_height-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/line_height-expected.png.
87387         * platform/chromium-mac-lion/css1/text_properties/text_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_align-expected.png.
87388         * platform/chromium-mac-lion/css1/text_properties/text_decoration-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_decoration-expected.png.
87389         * platform/chromium-mac-lion/css1/text_properties/text_indent-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_indent-expected.png.
87390         * platform/chromium-mac-lion/css1/text_properties/text_transform-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/text_transform-expected.png.
87391         * platform/chromium-mac-lion/css1/text_properties/vertical_align-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/vertical_align-expected.png.
87392         * platform/chromium-mac-lion/css1/text_properties/word_spacing-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/text_properties/word_spacing-expected.png.
87393         * platform/chromium-mac-lion/css1/units/color_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/color_units-expected.png.
87394         * platform/chromium-mac-lion/css1/units/length_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/length_units-expected.png.
87395         * platform/chromium-mac-lion/css1/units/percentage_units-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/percentage_units-expected.png.
87396         * platform/chromium-mac-lion/css1/units/urls-expected.png: Copied from LayoutTests/platform/chromium-mac/css1/units/urls-expected.png.
87397         * platform/chromium-mac-mountainlion/TestExpectations:
87398         * platform/chromium-mac/css1/basic/class_as_selector-expected.png:
87399         * platform/chromium-mac/css1/basic/comments-expected.png:
87400         * platform/chromium-mac/css1/basic/containment-expected.png:
87401         * platform/chromium-mac/css1/basic/contextual_selectors-expected.png:
87402         * platform/chromium-mac/css1/basic/grouping-expected.png:
87403         * platform/chromium-mac/css1/basic/id_as_selector-expected.png:
87404         * platform/chromium-mac/css1/basic/inheritance-expected.png:
87405         * platform/chromium-mac/css1/box_properties/acid_test-expected.png:
87406         * platform/chromium-mac/css1/box_properties/border-expected.png:
87407         * platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
87408         * platform/chromium-mac/css1/box_properties/border_bottom_inline-expected.png:
87409         * platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png:
87410         * platform/chromium-mac/css1/box_properties/border_bottom_width_inline-expected.png:
87411         * platform/chromium-mac/css1/box_properties/border_color-expected.png:
87412         * platform/chromium-mac/css1/box_properties/border_color_inline-expected.png:
87413         * platform/chromium-mac/css1/box_properties/border_inline-expected.png:
87414         * platform/chromium-mac/css1/box_properties/border_left-expected.png:
87415         * platform/chromium-mac/css1/box_properties/border_left_inline-expected.png:
87416         * platform/chromium-mac/css1/box_properties/border_left_width-expected.png:
87417         * platform/chromium-mac/css1/box_properties/border_left_width_inline-expected.png:
87418         * platform/chromium-mac/css1/box_properties/border_right-expected.png:
87419         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
87420         * platform/chromium-mac/css1/box_properties/border_right_width-expected.png:
87421         * platform/chromium-mac/css1/box_properties/border_right_width_inline-expected.png:
87422         * platform/chromium-mac/css1/box_properties/border_style-expected.png:
87423         * platform/chromium-mac/css1/box_properties/border_style_inline-expected.png:
87424         * platform/chromium-mac/css1/box_properties/border_top-expected.png:
87425         * platform/chromium-mac/css1/box_properties/border_top_inline-expected.png:
87426         * platform/chromium-mac/css1/box_properties/border_top_width-expected.png:
87427         * platform/chromium-mac/css1/box_properties/border_top_width_inline-expected.png:
87428         * platform/chromium-mac/css1/box_properties/border_width-expected.png:
87429         * platform/chromium-mac/css1/box_properties/border_width_inline-expected.png:
87430         * platform/chromium-mac/css1/box_properties/clear-expected.png:
87431         * platform/chromium-mac/css1/box_properties/clear_float-expected.png:
87432         * platform/chromium-mac/css1/box_properties/float-expected.png:
87433         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png:
87434         * platform/chromium-mac/css1/box_properties/float_margin-expected.png:
87435         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png:
87436         * platform/chromium-mac/css1/box_properties/height-expected.png:
87437         * platform/chromium-mac/css1/box_properties/margin-expected.png:
87438         * platform/chromium-mac/css1/box_properties/margin_bottom-expected.png:
87439         * platform/chromium-mac/css1/box_properties/margin_bottom_inline-expected.png:
87440         * platform/chromium-mac/css1/box_properties/margin_inline-expected.png:
87441         * platform/chromium-mac/css1/box_properties/margin_left-expected.png:
87442         * platform/chromium-mac/css1/box_properties/margin_left_inline-expected.png:
87443         * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
87444         * platform/chromium-mac/css1/box_properties/margin_right_inline-expected.png:
87445         * platform/chromium-mac/css1/box_properties/margin_top-expected.png:
87446         * platform/chromium-mac/css1/box_properties/margin_top_inline-expected.png:
87447         * platform/chromium-mac/css1/box_properties/padding-expected.png:
87448         * platform/chromium-mac/css1/box_properties/padding_bottom-expected.png:
87449         * platform/chromium-mac/css1/box_properties/padding_bottom_inline-expected.png:
87450         * platform/chromium-mac/css1/box_properties/padding_inline-expected.png:
87451         * platform/chromium-mac/css1/box_properties/padding_left-expected.png:
87452         * platform/chromium-mac/css1/box_properties/padding_left_inline-expected.png:
87453         * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
87454         * platform/chromium-mac/css1/box_properties/padding_right_inline-expected.png:
87455         * platform/chromium-mac/css1/box_properties/padding_top-expected.png:
87456         * platform/chromium-mac/css1/box_properties/padding_top_inline-expected.png:
87457         * platform/chromium-mac/css1/box_properties/width-expected.png:
87458         * platform/chromium-mac/css1/cascade/cascade_order-expected.png:
87459         * platform/chromium-mac/css1/cascade/important-expected.png:
87460         * platform/chromium-mac/css1/classification/display-expected.png:
87461         * platform/chromium-mac/css1/classification/list_style-expected.png:
87462         * platform/chromium-mac/css1/classification/list_style_image-expected.png:
87463         * platform/chromium-mac/css1/classification/list_style_position-expected.png:
87464         * platform/chromium-mac/css1/classification/list_style_type-expected.png:
87465         * platform/chromium-mac/css1/classification/white_space-expected.png:
87466         * platform/chromium-mac/css1/color_and_background/background-expected.png:
87467         * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png:
87468         * platform/chromium-mac/css1/color_and_background/background_color-expected.png:
87469         * platform/chromium-mac/css1/color_and_background/background_image-expected.png:
87470         * platform/chromium-mac/css1/color_and_background/background_position-expected.png:
87471         * platform/chromium-mac/css1/color_and_background/background_repeat-expected.png:
87472         * platform/chromium-mac/css1/color_and_background/color-expected.png:
87473         * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png:
87474         * platform/chromium-mac/css1/font_properties/font-expected.png:
87475         * platform/chromium-mac/css1/font_properties/font_family-expected.png:
87476         * platform/chromium-mac/css1/font_properties/font_size-expected.png:
87477         * platform/chromium-mac/css1/font_properties/font_style-expected.png:
87478         * platform/chromium-mac/css1/font_properties/font_variant-expected.png:
87479         * platform/chromium-mac/css1/font_properties/font_weight-expected.png:
87480         * platform/chromium-mac/css1/formatting_model/canvas-expected.png:
87481         * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png:
87482         * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png:
87483         * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png:
87484         * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png:
87485         * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png:
87486         * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png:
87487         * platform/chromium-mac/css1/pseudo/anchor-expected.png:
87488         * platform/chromium-mac/css1/pseudo/firstletter-expected.png:
87489         * platform/chromium-mac/css1/pseudo/firstline-expected.png:
87490         * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png:
87491         * platform/chromium-mac/css1/pseudo/pseudo_elements_in_selectors-expected.png:
87492         * platform/chromium-mac/css1/text_properties/letter_spacing-expected.png:
87493         * platform/chromium-mac/css1/text_properties/line_height-expected.png:
87494         * platform/chromium-mac/css1/text_properties/text_align-expected.png:
87495         * platform/chromium-mac/css1/text_properties/text_decoration-expected.png:
87496         * platform/chromium-mac/css1/text_properties/text_indent-expected.png:
87497         * platform/chromium-mac/css1/text_properties/text_transform-expected.png:
87498         * platform/chromium-mac/css1/text_properties/vertical_align-expected.png:
87499         * platform/chromium-mac/css1/text_properties/word_spacing-expected.png:
87500         * platform/chromium-mac/css1/units/color_units-expected.png:
87501         * platform/chromium-mac/css1/units/length_units-expected.png:
87502         * platform/chromium-mac/css1/units/percentage_units-expected.png:
87503         * platform/chromium-mac/css1/units/urls-expected.png:
87504         * platform/chromium-win-xp/css1/basic/class_as_selector-expected.png: Removed.
87505         * platform/chromium-win-xp/css1/basic/containment-expected.png: Removed.
87506         * platform/chromium-win-xp/css1/basic/id_as_selector-expected.png: Removed.
87507         * platform/chromium-win-xp/css1/box_properties/border_bottom-expected.png: Removed.
87508         * platform/chromium-win-xp/css1/box_properties/border_left-expected.png: Removed.
87509         * platform/chromium-win-xp/css1/box_properties/border_right_inline-expected.png: Removed.
87510         * platform/chromium-win-xp/css1/box_properties/border_top-expected.png: Removed.
87511         * platform/chromium-win-xp/css1/box_properties/clear_float-expected.png: Removed.
87512         * platform/chromium-win-xp/css1/box_properties/margin_left-expected.png: Removed.
87513         * platform/chromium-win-xp/css1/box_properties/margin_right-expected.png: Removed.
87514         * platform/chromium-win-xp/css1/box_properties/padding_left-expected.png: Removed.
87515         * platform/chromium-win-xp/css1/box_properties/padding_right-expected.png: Removed.
87516         * platform/chromium-win-xp/css1/cascade/cascade_order-expected.png: Removed.
87517         * platform/chromium-win-xp/css1/classification/list_style_type-expected.png: Removed.
87518         * platform/chromium-win-xp/css1/formatting_model/floating_elements-expected.png: Removed.
87519         * platform/chromium-win-xp/css1/pseudo/anchor-expected.png: Removed.
87520         * platform/gtk/css1/formatting_model/floating_elements-expected.png: Removed.
87521
87522 2012-10-21  Dirk Pranke  <dpranke@chromium.org>
87523
87524         Unreviewed, chromium expectations update to remove passing tests.
87525
87526
87527         * platform/chromium-mac-mountainlion/TestExpectations:
87528         * platform/chromium/TestExpectations:
87529
87530 2012-10-08  Robert Hogan  <robert@webkit.org>
87531
87532         In some float situations, the original layout is wrong and only corrects itself on repaint
87533         https://bugs.webkit.org/show_bug.cgi?id=18939
87534
87535         Reviewed by Levi Weintraub.
87536
87537         * fast/block/br-with-clearance-after-collapsing-space-expected.html: Added.
87538         * fast/block/br-with-clearance-after-collapsing-space.html: Added.
87539
87540 2012-10-08  Robert Hogan  <robert@webkit.org>
87541
87542         floated element with negative margin causes text wrap bug
87543         https://bugs.webkit.org/show_bug.cgi?id=94825
87544
87545         Reviewed by Levi Weintraub.
87546
87547         * fast/block/float/float-on-line-obeys-container-padding.html: Added.
87548         * fast/block/float/float-on-line-obeys-container-padding-expected.html: Added.
87549
87550 2012-10-20  Dan Bernstein  <mitz@apple.com>
87551
87552         <rdar://problem/12512710> [mac] Text with zero font size renders as 12px sometimes
87553         https://bugs.webkit.org/show_bug.cgi?id=99918
87554
87555         Reviewed by Geoff Garen.
87556
87557         * fast/text/zero-font-size-2-expected.html: Added.
87558         * fast/text/zero-font-size-2.html: Added.
87559
87560 2012-10-20  Florin Malita  <fmalita@chromium.org>
87561
87562         [Chromium] Unreviewed rebaselines after http://trac.webkit.org/changeset/131974, take two.
87563
87564         * 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.
87565         * 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.
87566         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.txt: Added.
87567         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.txt: Added.
87568         * platform/chromium-mac/svg/custom/pattern-scaling-expected.txt: Added.
87569         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Removed.
87570         * 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.
87571         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Removed.
87572         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.txt: Added.
87573         * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Removed.
87574         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
87575         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
87576         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
87577         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
87578         * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
87579         * platform/chromium-win/svg/custom/pattern-with-transformation-expected.png:
87580         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
87581         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
87582
87583 2012-10-20  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
87584
87585         [EFL] Add missing expectations for some tests in svg/custom.
87586
87587         * platform/efl/svg/custom/js-late-pattern-creation-expected.png: Added.
87588         * platform/efl/svg/custom/js-late-pattern-creation-expected.txt: Added.
87589         * platform/efl/svg/custom/pattern-skew-transformed-expected.png: Added.
87590         * platform/efl/svg/custom/pattern-with-transformation-expected.png: Added.
87591         * platform/efl/svg/custom/pattern-with-transformation-expected.txt: Added.
87592
87593 2012-10-20  Florin Malita  <fmalita@chromium.org>
87594
87595         Unreviewed rebaseline after http://trac.webkit.org/changeset/131974.
87596
87597         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
87598         * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
87599         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
87600         * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
87601         * platform/chromium-mac-lion/svg/custom/js-late-pattern-creation-expected.png: Added.
87602         * platform/chromium-mac-lion/svg/custom/pattern-scaling-expected.png: Added.
87603         * platform/chromium-mac-lion/svg/custom/pattern-with-transformation-expected.png: Added.
87604         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
87605         * platform/chromium-mac-lion/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
87606         * platform/chromium-mac-snowleopard/svg/custom/pattern-scaling-expected.png: Added.
87607         * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png:
87608         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
87609         * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
87610         * platform/chromium-mac/svg/custom/pattern-scaling-expected.png: Added.
87611         * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png:
87612         * platform/chromium-win-xp/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
87613         * platform/chromium-win-xp/svg/custom/js-late-pattern-creation-expected.png: Added.
87614         * platform/chromium-win-xp/svg/custom/pattern-scaling-expected.png: Added.
87615         * platform/chromium-win-xp/svg/custom/pattern-with-transformation-expected.png: Added.
87616         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
87617         * platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
87618         * platform/chromium/TestExpectations:
87619
87620 2012-10-20  Mike West  <mkwst@chromium.org>
87621
87622         Cleanup: Move stacktrace tests to a subdirectory.
87623         https://bugs.webkit.org/show_bug.cgi?id=99857
87624
87625         Reviewed by Pavel Feldman.
87626
87627         I plan on adding more than a few tests checking that stacktraces are
87628         associated with console logs. This patch simply moves the four existing
87629         tests into a subdirectory so that I don't spam http/tests/inspector with
87630         stacktrace tests.
87631
87632         * 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.
87633         * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-injected-content-warning-contains-stacktrace.html.
87634         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace-expected.txt.
87635         * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-inline-warning-contains-stacktrace.html.
87636         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace-expected.txt.
87637         * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setInterval-warning-contains-stacktrace.html.
87638         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace-expected.txt.
87639         * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html: Renamed from LayoutTests/http/tests/inspector/csp-setTimeout-warning-contains-stacktrace.html.
87640         * http/tests/inspector/stacktraces/resources/csp-inline-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-inline-test.js.
87641         (thisTest):
87642         * http/tests/inspector/stacktraces/resources/stacktrace-test.js: Renamed from LayoutTests/http/tests/inspector/resources/csp-test.js.
87643         (test.addMessage):
87644         (test):
87645         * 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.
87646         * 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.
87647         * 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.
87648         * 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.
87649
87650 2012-10-20  Byungwoo Lee  <bw80.lee@samsung.com>
87651
87652         [EFL] Unskip the tests about regressions after r130699.
87653         https://bugs.webkit.org/show_bug.cgi?id=99910
87654
87655         Unreviewed EFL gardening.
87656
87657         Unskip the test cases about regressions after r130699
87658         fast/css/import-style-update.html
87659         fast/events/attribute-listener-cloned-from-frameless-doc-context-2.html
87660         fast/events/attribute-listener-cloned-from-frameless-doc-context.html
87661         fast/events/attribute-listener-extracted-from-frameless-doc-context-2.html
87662         fast/events/attribute-listener-extracted-from-frameless-doc-context.html
87663         fast/html/link-rel-stylesheet.html
87664         fast/loader/data-url-encoding-html.html
87665         fast/loader/data-url-encoding-svg.html
87666         fast/spatial-navigation/snav-iframe-nested.html
87667
87668         It seems to be passing consistently now.
87669
87670         * platform/efl/TestExpectations:
87671
87672 2012-10-19  Florin Malita  <fmalita@chromium.org>
87673
87674         Incorrect pattern scaling
87675         https://bugs.webkit.org/show_bug.cgi?id=99870
87676
87677         Reviewed by Dirk Schulze.
87678
87679         * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
87680         * platform/chromium-linux/svg/custom/pattern-scaling-expected.png: Added.
87681         * platform/chromium-linux/svg/custom/pattern-scaling-expected.txt: Added.
87682         * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png:
87683         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
87684         * platform/chromium-win/svg/custom/pattern-skew-transformed-expected.png:
87685         * platform/chromium/TestExpectations:
87686         * platform/efl/TestExpectations:
87687         * platform/gtk/TestExpectations:
87688         * platform/mac/TestExpectations:
87689         * platform/qt/TestExpectations:
87690         * svg/custom/pattern-scaling.svg: Added.
87691
87692 2012-10-19  Levi Weintraub  <leviw@chromium.org>
87693
87694         Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/webgl/array-bounds-clamping.html
87695         failing on Chromium.
87696
87697         * platform/chromium/TestExpectations:
87698
87699 2012-10-19  Pablo Flouret  <pablof@motorola.com>
87700
87701         Implement setRangeText() on text controls
87702         https://bugs.webkit.org/show_bug.cgi?id=91907
87703
87704         Reviewed by Kent Tamura.
87705
87706         * fast/forms/color/color-setrangetext-expected.txt: Added.
87707         * fast/forms/color/color-setrangetext.html: Added.
87708         * fast/forms/date/date-setrangetext-expected.txt: Added.
87709         * fast/forms/date/date-setrangetext.html: Added.
87710         * fast/forms/datetime/datetime-setrangetext-expected.txt: Added.
87711         * fast/forms/datetime/datetime-setrangetext.html: Added.
87712         * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt: Added.
87713         * fast/forms/datetimelocal/datetimelocal-setrangetext.html: Added.
87714         * fast/forms/file/file-setrangetext-expected.txt: Added.
87715         * fast/forms/file/file-setrangetext.html: Added.
87716         * fast/forms/hidden/hidden-setrangetext-expected.txt: Added.
87717         * fast/forms/hidden/hidden-setrangetext.html: Added.
87718         * fast/forms/image/image-setrangetext-expected.txt: Added.
87719         * fast/forms/image/image-setrangetext.html: Added.
87720         * fast/forms/month/month-setrangetext-expected.txt: Added.
87721         * fast/forms/month/month-setrangetext.html: Added.
87722         * fast/forms/number/number-setrangetext-expected.txt: Added.
87723         * fast/forms/number/number-setrangetext.html: Added.
87724         * fast/forms/range/range-setrangetext-expected.txt: Added.
87725         * fast/forms/range/range-setrangetext.html: Added.
87726         * fast/forms/resources/common-setrangetext.js: Added.
87727         (runTestsShouldPass):
87728         (runTestsShouldFail):
87729         * fast/forms/search/search-setrangetext-expected.txt: Added.
87730         * fast/forms/search/search-setrangetext.html: Added.
87731         * fast/forms/setrangetext-expected.txt: Added.
87732         * fast/forms/setrangetext.html: Added.
87733         * fast/forms/textarea/textarea-setrangetext-expected.txt: Added.
87734         * fast/forms/textarea/textarea-setrangetext.html: Added.
87735         * fast/forms/time/time-setrangetext-expected.txt: Added.
87736         * fast/forms/time/time-setrangetext.html: Added.
87737         * fast/forms/week/week-setrangetext-expected.txt: Added.
87738         * fast/forms/week/week-setrangetext.html: Added.
87739
87740 2012-10-19  Joshua Bell  <jsbell@chromium.org>
87741
87742         IndexedDB: Hidden indexing events are visible to script via bubbling/capture
87743         https://bugs.webkit.org/show_bug.cgi?id=96566
87744
87745         Reviewed by Tony Chang.
87746
87747         Listen for unexpected events in both capture and bubble phases.
87748
87749         * storage/indexeddb/resources/index-population.js:
87750         (deleteSuccess):
87751         (doSetVersion1):
87752         (setVersion2):
87753
87754 2012-10-19  Simon Fraser  <simon.fraser@apple.com>
87755
87756         Fix a hang when combining tile cache layers with preserve-3d or reflections
87757         https://bugs.webkit.org/show_bug.cgi?id=99890
87758
87759         Reviewed by Dean Jackson.
87760
87761         Tests that combine tiled layers with preserve-3d and reflections.
87762
87763         * compositing/tiling/preserve3d-tiled-expected.txt: Added.
87764         * compositing/tiling/preserve3d-tiled.html: Added.
87765         * compositing/tiling/reflected-tiled-expected.txt: Added.
87766         * compositing/tiling/reflected-tiled.html: Added.
87767
87768 2012-10-19  Emil A Eklund  <eae@chromium.org>
87769
87770         Unreviewed gardening.
87771
87772         * platform/chromium-linux/platform/chromium/virtual/deferred: Added.
87773         * platform/chromium-linux/platform/chromium/virtual/deferred/fast: Added.
87774         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images: Added.
87775         * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87776         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87777         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87778         * platform/chromium/TestExpectations:
87779
87780 2012-10-19  Emil A Eklund  <eae@chromium.org>
87781
87782         Convert fast/innerHTML from pixel to ref tests
87783         https://bugs.webkit.org/show_bug.cgi?id=99875
87784
87785         Reviewed by Dirk Pranke.
87786
87787         * fast/innerHTML/001-expected.html: Added.
87788         * fast/innerHTML/002-expected.html: Added.
87789         * fast/innerHTML/003-expected.html: Added.
87790         * fast/innerHTML/006-expected.html: Added.
87791         * platform/chromium-linux/fast/innerHTML/001-expected.png: Removed.
87792         * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
87793         * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
87794         * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
87795         * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
87796         * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
87797         * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
87798         * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
87799         * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
87800         * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
87801         * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
87802         * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
87803         * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
87804         * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
87805         * platform/chromium-win/fast/innerHTML/002-expected.png: Removed.
87806         * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
87807         * platform/chromium-win/fast/innerHTML/003-expected.png: Removed.
87808         * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
87809         * platform/chromium-win/fast/innerHTML/006-expected.png: Removed.
87810         * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
87811         * platform/chromium/fast/innerHTML/001-expected.txt: Removed.
87812         * platform/chromium/fast/innerHTML/002-expected.txt: Removed.
87813         * platform/chromium/fast/innerHTML/003-expected.txt: Removed.
87814         * platform/chromium/fast/innerHTML/006-expected.txt: Removed.
87815         * platform/efl/fast/innerHTML/001-expected.png: Removed.
87816         * platform/efl/fast/innerHTML/001-expected.txt: Removed.
87817         * platform/efl/fast/innerHTML/002-expected.png: Removed.
87818         * platform/efl/fast/innerHTML/002-expected.txt: Removed.
87819         * platform/efl/fast/innerHTML/003-expected.png: Removed.
87820         * platform/efl/fast/innerHTML/003-expected.txt: Removed.
87821         * platform/efl/fast/innerHTML/006-expected.png: Removed.
87822         * platform/efl/fast/innerHTML/006-expected.txt: Removed.
87823         * platform/gtk/fast/innerHTML/001-expected.png: Removed.
87824         * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
87825         * platform/gtk/fast/innerHTML/002-expected.png: Removed.
87826         * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
87827         * platform/gtk/fast/innerHTML/003-expected.png: Removed.
87828         * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
87829         * platform/gtk/fast/innerHTML/006-expected.png: Removed.
87830         * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
87831         * platform/mac/fast/innerHTML/001-expected.png: Removed.
87832         * platform/mac/fast/innerHTML/001-expected.txt: Removed.
87833         * platform/mac/fast/innerHTML/002-expected.png: Removed.
87834         * platform/mac/fast/innerHTML/002-expected.txt: Removed.
87835         * platform/mac/fast/innerHTML/003-expected.png: Removed.
87836         * platform/mac/fast/innerHTML/003-expected.txt: Removed.
87837         * platform/mac/fast/innerHTML/006-expected.png: Removed.
87838         * platform/mac/fast/innerHTML/006-expected.txt: Removed.
87839         * platform/qt/fast/innerHTML/001-expected.png: Removed.
87840         * platform/qt/fast/innerHTML/001-expected.txt: Removed.
87841         * platform/qt/fast/innerHTML/002-expected.png: Removed.
87842         * platform/qt/fast/innerHTML/002-expected.txt: Removed.
87843         * platform/qt/fast/innerHTML/003-expected.png: Removed.
87844         * platform/qt/fast/innerHTML/003-expected.txt: Removed.
87845         * platform/qt/fast/innerHTML/006-expected.png: Removed.
87846         * platform/qt/fast/innerHTML/006-expected.txt: Removed.
87847
87848 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
87849
87850         AX: aria-hidden=false does not work as expected
87851         https://bugs.webkit.org/show_bug.cgi?id=98787
87852
87853         Reviewed by Beth Dakin.
87854
87855         * accessibility/aria-hidden-negates-no-visibility.html: Added.
87856         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
87857
87858 2012-10-19  Tony Chang  <tony@chromium.org>
87859
87860         Unreviewed, fix lint error in Qt TestExpectations file.
87861
87862         * platform/qt-5.0-wk1/TestExpectations: Remove duplicate skip entry.
87863
87864 2012-10-19  Emil A Eklund  <eae@chromium.org>
87865
87866         Unreviewed gardening, rebaselining deferred image tests for r131928.
87867
87868         * platform/chromium-mac-lion/platform/chromium/virtual/deferred: Added.
87869         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast: Added.
87870         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images: Added.
87871         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
87872         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
87873         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
87874         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
87875         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
87876         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
87877         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
87878         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
87879         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
87880         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
87881         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
87882         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
87883         * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
87884         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred: Added.
87885         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast: Added.
87886         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images: Added.
87887         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
87888         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
87889         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
87890         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
87891         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
87892         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
87893         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
87894         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
87895         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
87896         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
87897         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
87898         * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
87899
87900 2012-10-19  Csaba Osztrogonác  <ossy@webkit.org>
87901
87902         Unreviewed, rolling out r131915.
87903         http://trac.webkit.org/changeset/131915
87904         https://bugs.webkit.org/show_bug.cgi?id=98787
87905
87906         It broke the build on platforms with \!HAVE(ACCESSIBILITY)
87907
87908         * accessibility/aria-hidden-negates-no-visibility.html: Removed.
87909         * platform/chromium/TestExpectations:
87910         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Removed.
87911
87912 2012-10-19  Emil A Eklund  <eae@chromium.org>
87913
87914         Unreviewed gardening, rebaselining deferred image tests for r131928.
87915
87916         * platform/chromium-mac/platform/chromium/virtual/deferred: Added.
87917         * platform/chromium-mac/platform/chromium/virtual/deferred/fast: Added.
87918         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images: Added.
87919         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/animated-gif-with-offsets-expected.png: Added.
87920         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added.
87921         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87922         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/image-map-anchor-children-expected.png: Added.
87923         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-case-expected.png: Added.
87924         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-circle-focus-ring-expected.png: Added.
87925         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-expected.png: Added.
87926         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
87927         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
87928         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
87929         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
87930         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
87931         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/jpeg-with-color-profile-expected.png: Added.
87932         * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/png-with-color-profile-expected.png: Added.
87933         * platform/chromium-win/platform/chromium/virtual/deferred: Added.
87934         * platform/chromium-win/platform/chromium/virtual/deferred/fast: Added.
87935         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images: Added.
87936         * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
87937
87938 2012-10-09  Martin Robinson  <mrobinson@igalia.com>
87939
87940         REGRESSION (r130699): 5 various fast/ tests started failing
87941         https://bugs.webkit.org/show_bug.cgi?id=98729
87942
87943         Reviewed by Xan Lopez.
87944
87945         Unskip some tests which are now passing.
87946
87947         * platform/gtk/TestExpectations:
87948
87949 2012-10-19  Emil A Eklund  <eae@chromium.org>
87950
87951         Unreviewed gardening.
87952
87953         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
87954         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
87955         * platform/chromium-mac-lion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
87956         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
87957         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed.
87958         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
87959         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
87960         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
87961
87962 2012-10-19  Joshua Bell  <jsbell@chromium.org>
87963
87964         [V8] IndexedDB: Crash when lazy-indexing Date keys
87965         https://bugs.webkit.org/show_bug.cgi?id=99860
87966
87967         Reviewed by Adam Barth.
87968
87969         Add test for greedy/lazy indexing all different key types.
87970
87971         * storage/indexeddb/lazy-index-types-expected.txt: Added.
87972         * storage/indexeddb/lazy-index-types.html: Added.
87973         * storage/indexeddb/resources/lazy-index-types.js: Added.
87974         (test.request.onsuccess):
87975         (test):
87976         (onSuccess.request.onsuccess):
87977         (onSuccess):
87978         (onComplete):
87979
87980 2012-10-18  Dean Jackson  <dino@apple.com>
87981
87982         Shader translator needs option to clamp uniform array accesses in vertex shaders
87983         https://bugs.webkit.org/show_bug.cgi?id=98977
87984         https://code.google.com/p/angleproject/issues/detail?id=49
87985
87986         Reviewed by Alok Priyadarshi and Ken Russell.
87987
87988         * fast/canvas/webgl/array-bounds-clamping-expected.txt: Added.
87989         * fast/canvas/webgl/array-bounds-clamping.html: Added.
87990         * platform/chromium/TestExpectations: Won't pass on Chromium until this patch is upstreamed.
87991
87992 2012-09-08  Alpha Lam  <hclam@chromium.org>
87993
87994         [chromium] Implement deferred image decoding
87995         https://bugs.webkit.org/show_bug.cgi?id=94240
87996
87997         Reviewed by Stephen White.
87998
87999         Adding a virtual test suite for Chromium to test deferred image
88000         decoding.
88001
88002         platform/chromium/virtual/deferred/fast/images will be tested with
88003         --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.
88004
88005         * platform/chromium/virtual/deferred/fast/images/README.txt: Added.
88006
88007 2012-10-19  Emil A Eklund  <eae@chromium.org>
88008
88009         Unreviewed gardening.
88010
88011         * platform/chromium-mac-lion/compositing/shadows: Added.
88012         * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png: Added.
88013         * platform/chromium-mac-lion/css2.1: Added.
88014         * platform/chromium-mac-lion/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added.
88015         * platform/chromium-mac-lion/css2.1/t090501-c414-flt-03-b-g-expected.png: Added.
88016         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
88017         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
88018         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
88019         * platform/chromium-mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
88020         * platform/chromium-mac-lion/fast/block/float/032-expected.png: Added.
88021         * platform/chromium-mac-lion/fast/forms/input-baseline-expected.png: Added.
88022         * platform/chromium-mac-lion/fast/forms/input-placeholder-paint-order-expected.png: Added.
88023         * platform/chromium-mac-lion/fast/forms/placeholder-position-expected.png: Added.
88024         * platform/chromium-mac-lion/fast/forms/searchfield-heights-expected.png: Added.
88025         * platform/chromium-mac-lion/fast/inline-block: Added.
88026         * platform/chromium-mac-lion/fast/inline-block/contenteditable-baseline-expected.png: Added.
88027         * platform/chromium-mac-lion/platform: Added.
88028         * platform/chromium-mac-lion/platform/chromium: Added.
88029         * platform/chromium-mac-lion/platform/chromium/virtual: Added.
88030         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing: Added.
88031         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows: Added.
88032         * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
88033         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-4-expected.png: Added.
88034         * platform/chromium-mac-lion/tables/mozilla/bugs/bug30692-expected.png: Added.
88035         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
88036
88037 2012-10-19  Dongwoo Joshua Im  <dw.im@samsung.com>
88038
88039         Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
88040         https://bugs.webkit.org/show_bug.cgi?id=99804
88041
88042         Reviewed by Julien Chaffraix.
88043
88044         CSS3 text related properties will be implemented under this flag,
88045         including text decoration, text-align-last, and text-justify.
88046
88047         * platform/chromium/TestExpectations:
88048         * platform/mac/TestExpectations:
88049         * platform/qt-4.8/TestExpectations:
88050         * platform/qt-mac/TestExpectations:
88051         * platform/qt/TestExpectations:
88052
88053 2012-10-19  Emil A Eklund  <eae@chromium.org>
88054
88055         Unreviewed gardening.
88056
88057         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
88058         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
88059         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
88060         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing: Added.
88061         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows: Added.
88062         * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
88063         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
88064         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
88065
88066 2012-10-19  Emil A Eklund  <eae@chromium.org>
88067
88068         Unreviewed chromium rebaseline for r131503.
88069
88070         * fast/forms/input-baseline-expected.txt: Added.
88071         * fast/forms/placeholder-position-expected.txt: Added.
88072         * platform/chromium-linux-x86/fast/inline-block: Added.
88073         * platform/chromium-linux-x86/fast/inline-block/contenteditable-baseline-expected.txt: Added.
88074         * platform/chromium-linux-x86/fast/text/international: Added.
88075         * platform/chromium-linux-x86/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
88076         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
88077         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
88078         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
88079         * platform/chromium-linux/fast/forms/007-expected.png:
88080         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
88081         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
88082         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
88083         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
88084         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
88085         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
88086         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
88087         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
88088         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
88089         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
88090         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
88091         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
88092         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
88093         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
88094         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
88095         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
88096         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
88097         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
88098         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
88099         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
88100         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
88101         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
88102         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
88103         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
88104         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
88105         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
88106         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
88107         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
88108         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
88109         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
88110         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
88111         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
88112         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
88113         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
88114         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
88115         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
88116         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
88117         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
88118         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
88119         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
88120         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
88121         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
88122         * platform/chromium-linux/fast/html/details-open1-expected.png:
88123         * platform/chromium-linux/fast/html/details-open2-expected.png:
88124         * platform/chromium-linux/fast/html/details-open3-expected.png:
88125         * platform/chromium-linux/fast/html/details-open4-expected.png:
88126         * platform/chromium-linux/fast/html/details-open5-expected.png:
88127         * platform/chromium-linux/fast/html/details-open6-expected.png:
88128         * platform/chromium-linux/fast/html/details-position-expected.png:
88129         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
88130         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
88131         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
88132         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
88133         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
88134         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
88135         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
88136         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
88137         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
88138         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
88139         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
88140         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
88141         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
88142         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
88143         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
88144         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
88145         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
88146         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
88147         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
88148         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
88149         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
88150         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
88151         * platform/chromium-linux/fast/inline-block/contenteditable-baseline-expected.txt: Added.
88152         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
88153         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
88154         * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.png: Added.
88155         * platform/chromium-linux/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
88156         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
88157         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
88158         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
88159         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
88160         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
88161         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
88162         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
88163         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
88164         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
88165         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
88166         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
88167         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
88168         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
88169         * platform/chromium-mac-lion/css3: Added.
88170         * platform/chromium-mac-lion/css3/flexbox: Added.
88171         * platform/chromium-mac-lion/css3/flexbox/flexbox-baseline-expected.png: Added.
88172         * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png: Added.
88173         * platform/chromium-mac-lion/editing/selection/3690703-expected.png: Added.
88174         * platform/chromium-mac-lion/editing/selection/3690719-expected.png: Added.
88175         * platform/chromium-mac-lion/editing/selection/4397952-expected.png: Added.
88176         * platform/chromium-mac-lion/editing/selection/5240265-expected.png: Added.
88177         * platform/chromium-mac-lion/editing/selection/selection-button-text-expected.png: Added.
88178         * platform/chromium-mac-lion/fast: Added.
88179         * platform/chromium-mac-lion/fast/block: Added.
88180         * platform/chromium-mac-lion/fast/block/float: Added.
88181         * platform/chromium-mac-lion/fast/block/float/float-avoidance-expected.png: Added.
88182         * platform/chromium-mac-lion/fast/css: Added.
88183         * platform/chromium-mac-lion/fast/css/continuationCrash-expected.png: Added.
88184         * platform/chromium-mac-lion/fast/css/margin-top-bottom-dynamic-expected.png: Added.
88185         * platform/chromium-mac-lion/fast/css/rtl-ordering-expected.png: Added.
88186         * platform/chromium-mac-lion/fast/dom: Added.
88187         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement: Added.
88188         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
88189         * platform/chromium-mac-lion/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
88190         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement: Added.
88191         * platform/chromium-mac-lion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
88192         * platform/chromium-mac-lion/fast/forms: Added.
88193         * platform/chromium-mac-lion/fast/forms/001-expected.png: Added.
88194         * platform/chromium-mac-lion/fast/forms/007-expected.png: Added.
88195         * platform/chromium-mac-lion/fast/forms/basic-buttons-expected.png: Added.
88196         * platform/chromium-mac-lion/fast/forms/blankbuttons-expected.png: Added.
88197         * platform/chromium-mac-lion/fast/forms/button-sizes-expected.png: Added.
88198         * platform/chromium-mac-lion/fast/forms/button-style-color-expected.png: Added.
88199         * platform/chromium-mac-lion/fast/forms/button-table-styles-expected.png: Added.
88200         * platform/chromium-mac-lion/fast/forms/button-text-transform-expected.png: Added.
88201         * platform/chromium-mac-lion/fast/forms/control-restrict-line-height-expected.png: Added.
88202         * platform/chromium-mac-lion/fast/forms/date: Added.
88203         * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Added.
88204         * platform/chromium-mac-lion/fast/forms/file: Added.
88205         * platform/chromium-mac-lion/fast/forms/file/file-input-direction-expected.png: Added.
88206         * platform/chromium-mac-lion/fast/forms/file/file-input-disabled-expected.png: Added.
88207         * platform/chromium-mac-lion/fast/forms/file/file-input-pressed-state-expected.png: Added.
88208         * platform/chromium-mac-lion/fast/forms/file/input-file-re-render-expected.png: Added.
88209         * platform/chromium-mac-lion/fast/forms/form-element-geometry-expected.png: Added.
88210         * platform/chromium-mac-lion/fast/forms/formmove3-expected.png: Added.
88211         * platform/chromium-mac-lion/fast/forms/input-button-sizes-expected.png: Added.
88212         * platform/chromium-mac-lion/fast/forms/input-value-expected.png: Added.
88213         * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png: Added.
88214         * platform/chromium-mac-lion/fast/forms/search-vertical-alignment-expected.png: Added.
88215         * platform/chromium-mac-lion/fast/forms/targeted-frame-submission-expected.png: Added.
88216         * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png: Added.
88217         * platform/chromium-mac-lion/fast/html: Added.
88218         * platform/chromium-mac-lion/fast/html/details-add-child-1-expected.png: Added.
88219         * platform/chromium-mac-lion/fast/html/details-add-child-2-expected.png: Added.
88220         * platform/chromium-mac-lion/fast/html/details-add-details-child-1-expected.png: Added.
88221         * platform/chromium-mac-lion/fast/html/details-add-details-child-2-expected.png: Added.
88222         * platform/chromium-mac-lion/fast/html/details-add-summary-1-and-click-expected.png: Added.
88223         * platform/chromium-mac-lion/fast/html/details-add-summary-1-expected.png: Added.
88224         * platform/chromium-mac-lion/fast/html/details-add-summary-10-and-click-expected.png: Added.
88225         * platform/chromium-mac-lion/fast/html/details-add-summary-10-expected.png: Added.
88226         * platform/chromium-mac-lion/fast/html/details-add-summary-2-and-click-expected.png: Added.
88227         * platform/chromium-mac-lion/fast/html/details-add-summary-2-expected.png: Added.
88228         * platform/chromium-mac-lion/fast/html/details-add-summary-3-and-click-expected.png: Added.
88229         * platform/chromium-mac-lion/fast/html/details-add-summary-3-expected.png: Added.
88230         * platform/chromium-mac-lion/fast/html/details-add-summary-4-and-click-expected.png: Added.
88231         * platform/chromium-mac-lion/fast/html/details-add-summary-4-expected.png: Added.
88232         * platform/chromium-mac-lion/fast/html/details-add-summary-5-and-click-expected.png: Added.
88233         * platform/chromium-mac-lion/fast/html/details-add-summary-5-expected.png: Added.
88234         * platform/chromium-mac-lion/fast/html/details-add-summary-6-and-click-expected.png: Added.
88235         * platform/chromium-mac-lion/fast/html/details-add-summary-6-expected.png: Added.
88236         * platform/chromium-mac-lion/fast/html/details-add-summary-7-and-click-expected.png: Added.
88237         * platform/chromium-mac-lion/fast/html/details-add-summary-7-expected.png: Added.
88238         * platform/chromium-mac-lion/fast/html/details-add-summary-8-and-click-expected.png: Added.
88239         * platform/chromium-mac-lion/fast/html/details-add-summary-8-expected.png: Added.
88240         * platform/chromium-mac-lion/fast/html/details-add-summary-9-and-click-expected.png: Added.
88241         * platform/chromium-mac-lion/fast/html/details-add-summary-9-expected.png: Added.
88242         * platform/chromium-mac-lion/fast/html/details-add-summary-child-1-expected.png: Added.
88243         * platform/chromium-mac-lion/fast/html/details-add-summary-child-2-expected.png: Added.
88244         * platform/chromium-mac-lion/fast/html/details-marker-style-expected.png: Added.
88245         * platform/chromium-mac-lion/fast/html/details-nested-1-expected.png: Added.
88246         * platform/chromium-mac-lion/fast/html/details-nested-2-expected.png: Added.
88247         * platform/chromium-mac-lion/fast/html/details-no-summary1-expected.png: Added.
88248         * platform/chromium-mac-lion/fast/html/details-no-summary2-expected.png: Added.
88249         * platform/chromium-mac-lion/fast/html/details-no-summary3-expected.png: Added.
88250         * platform/chromium-mac-lion/fast/html/details-no-summary4-expected.png: Added.
88251         * platform/chromium-mac-lion/fast/html/details-open-javascript-expected.png: Added.
88252         * platform/chromium-mac-lion/fast/html/details-open1-expected.png: Added.
88253         * platform/chromium-mac-lion/fast/html/details-open2-expected.png: Added.
88254         * platform/chromium-mac-lion/fast/html/details-open3-expected.png: Added.
88255         * platform/chromium-mac-lion/fast/html/details-open4-expected.png: Added.
88256         * platform/chromium-mac-lion/fast/html/details-open5-expected.png: Added.
88257         * platform/chromium-mac-lion/fast/html/details-open6-expected.png: Added.
88258         * platform/chromium-mac-lion/fast/html/details-position-expected.png: Added.
88259         * platform/chromium-mac-lion/fast/html/details-remove-child-1-expected.png: Added.
88260         * platform/chromium-mac-lion/fast/html/details-remove-child-2-expected.png: Added.
88261         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-and-click-expected.png: Added.
88262         * platform/chromium-mac-lion/fast/html/details-remove-summary-1-expected.png: Added.
88263         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-and-click-expected.png: Added.
88264         * platform/chromium-mac-lion/fast/html/details-remove-summary-2-expected.png: Added.
88265         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-and-click-expected.png: Added.
88266         * platform/chromium-mac-lion/fast/html/details-remove-summary-3-expected.png: Added.
88267         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-and-click-expected.png: Added.
88268         * platform/chromium-mac-lion/fast/html/details-remove-summary-4-expected.png: Added.
88269         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-and-click-expected.png: Added.
88270         * platform/chromium-mac-lion/fast/html/details-remove-summary-5-expected.png: Added.
88271         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-and-click-expected.png: Added.
88272         * platform/chromium-mac-lion/fast/html/details-remove-summary-6-expected.png: Added.
88273         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-1-expected.png: Added.
88274         * platform/chromium-mac-lion/fast/html/details-remove-summary-child-2-expected.png: Added.
88275         * platform/chromium-mac-lion/fast/html/details-replace-summary-child-expected.png: Added.
88276         * platform/chromium-mac-lion/fast/html/details-replace-text-expected.png: Added.
88277         * platform/chromium-mac-lion/fast/html/details-writing-mode-expected.png: Added.
88278         * platform/chromium-mac-lion/fast/images: Added.
88279         * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
88280         * platform/chromium-mac-lion/fast/overflow: Added.
88281         * platform/chromium-mac-lion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Added.
88282         * platform/chromium-mac-lion/fast/overflow/scrollRevealButton-expected.png: Added.
88283         * platform/chromium-mac-lion/fast/replaced: Added.
88284         * platform/chromium-mac-lion/fast/replaced/replaced-breaking-expected.png: Added.
88285         * platform/chromium-mac-lion/fast/replaced/width100percent-button-expected.png: Added.
88286         * platform/chromium-mac-lion/fast/speech: Added.
88287         * platform/chromium-mac-lion/fast/sub-pixel: Added.
88288         * platform/chromium-mac-lion/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
88289         * platform/chromium-mac-lion/fast/text: Added.
88290         * platform/chromium-mac-lion/fast/text/international: Added.
88291         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.png: Added.
88292         * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
88293         * platform/chromium-mac-lion/fast/text/textIteratorNilRenderer-expected.png: Added.
88294         * platform/chromium-mac-lion/fast/writing-mode: Added.
88295         * platform/chromium-mac-lion/fast/writing-mode/fieldsets-expected.png: Added.
88296         * platform/chromium-mac-lion/http: Added.
88297         * platform/chromium-mac-lion/http/tests: Added.
88298         * platform/chromium-mac-lion/http/tests/navigation: Added.
88299         * platform/chromium-mac-lion/http/tests/navigation/javascriptlink-frames-expected.png: Added.
88300         * platform/chromium-mac-lion/svg: Added.
88301         * platform/chromium-mac-lion/svg/as-border-image: Added.
88302         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
88303         * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png: Added.
88304         * platform/chromium-mac-lion/svg/zoom: Added.
88305         * platform/chromium-mac-lion/svg/zoom/page: Added.
88306         * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
88307         * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
88308         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
88309         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
88310         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
88311         * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
88312         * platform/chromium-mac-lion/tables: Added.
88313         * platform/chromium-mac-lion/tables/mozilla: Added.
88314         * platform/chromium-mac-lion/tables/mozilla/bugs: Added.
88315         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1188-expected.png: Added.
88316         * platform/chromium-mac-lion/tables/mozilla/bugs/bug1318-expected.png: Added.
88317         * platform/chromium-mac-lion/tables/mozilla/bugs/bug138725-expected.png: Added.
88318         * platform/chromium-mac-lion/tables/mozilla/bugs/bug18359-expected.png: Added.
88319         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-2-expected.png: Added.
88320         * platform/chromium-mac-lion/tables/mozilla/bugs/bug2479-3-expected.png: Added.
88321         * platform/chromium-mac-lion/tables/mozilla/bugs/bug26178-expected.png: Added.
88322         * platform/chromium-mac-lion/tables/mozilla/bugs/bug28928-expected.png: Added.
88323         * platform/chromium-mac-lion/tables/mozilla/bugs/bug33855-expected.png: Added.
88324         * platform/chromium-mac-lion/tables/mozilla/bugs/bug39209-expected.png: Added.
88325         * platform/chromium-mac-lion/tables/mozilla/bugs/bug4429-expected.png: Added.
88326         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-1-expected.png: Added.
88327         * platform/chromium-mac-lion/tables/mozilla/bugs/bug46368-2-expected.png: Added.
88328         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51037-expected.png: Added.
88329         * platform/chromium-mac-lion/tables/mozilla/bugs/bug51727-expected.png: Added.
88330         * platform/chromium-mac-lion/tables/mozilla/bugs/bug60749-expected.png: Added.
88331         * platform/chromium-mac-lion/tables/mozilla/bugs/bug7342-expected.png: Added.
88332         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders: Added.
88333         * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-4-expected.png: Added.
88334         * platform/chromium-mac-lion/tables/mozilla/dom: Added.
88335         * platform/chromium-mac-lion/tables/mozilla/dom/tableDom-expected.png: Added.
88336         * platform/chromium-mac-lion/tables/mozilla/other: Added.
88337         * platform/chromium-mac-lion/tables/mozilla/other/move_row-expected.png: Added.
88338         * platform/chromium-mac-lion/tables/mozilla_expected_failures: Added.
88339         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs: Added.
88340         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
88341         * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: Added.
88342         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
88343         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
88344         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
88345         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
88346         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
88347         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
88348         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
88349         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
88350         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
88351         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
88352         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
88353         * platform/chromium-mac-snowleopard/fast/dom/HTMLProgressElement/progress-element-expected.png: Added.
88354         * platform/chromium-mac-snowleopard/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
88355         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
88356         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
88357         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
88358         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
88359         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
88360         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
88361         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
88362         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
88363         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
88364         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
88365         * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Added.
88366         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
88367         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
88368         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
88369         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
88370         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
88371         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
88372         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
88373         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
88374         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
88375         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
88376         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
88377         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
88378         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
88379         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
88380         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
88381         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
88382         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
88383         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
88384         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
88385         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
88386         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
88387         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
88388         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
88389         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
88390         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
88391         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
88392         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
88393         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
88394         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
88395         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
88396         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
88397         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
88398         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
88399         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
88400         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
88401         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
88402         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
88403         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
88404         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
88405         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
88406         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
88407         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
88408         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
88409         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
88410         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
88411         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
88412         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
88413         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
88414         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
88415         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
88416         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
88417         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
88418         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
88419         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
88420         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
88421         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
88422         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
88423         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
88424         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
88425         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
88426         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
88427         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
88428         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
88429         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
88430         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
88431         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
88432         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
88433         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
88434         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
88435         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
88436         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
88437         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
88438         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
88439         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
88440         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
88441         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
88442         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
88443         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
88444         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
88445         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
88446         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
88447         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
88448         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
88449         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
88450         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
88451         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
88452         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
88453         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
88454         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
88455         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
88456         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
88457         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
88458         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
88459         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
88460         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
88461         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
88462         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
88463         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
88464         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
88465         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
88466         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
88467         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
88468         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
88469         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
88470         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
88471         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
88472         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
88473         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
88474         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
88475         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png:
88476         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
88477         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
88478         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
88479         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
88480         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
88481         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
88482         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
88483         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
88484         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
88485         * platform/chromium-mac/editing/selection/3690703-expected.png:
88486         * platform/chromium-mac/editing/selection/3690703-expected.txt:
88487         * platform/chromium-mac/editing/selection/3690719-expected.png:
88488         * platform/chromium-mac/editing/selection/3690719-expected.txt:
88489         * platform/chromium-mac/editing/selection/4397952-expected.png:
88490         * platform/chromium-mac/editing/selection/4397952-expected.txt:
88491         * platform/chromium-mac/editing/selection/5240265-expected.png:
88492         * platform/chromium-mac/editing/selection/5240265-expected.txt:
88493         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
88494         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
88495         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
88496         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
88497         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
88498         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
88499         * platform/chromium-mac/fast/block/float/032-expected.png:
88500         * platform/chromium-mac/fast/block/float/032-expected.txt:
88501         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
88502         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
88503         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
88504         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
88505         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
88506         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
88507         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
88508         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
88509         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
88510         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
88511         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
88512         * platform/chromium-mac/fast/forms/001-expected.png:
88513         * platform/chromium-mac/fast/forms/001-expected.txt:
88514         * platform/chromium-mac/fast/forms/007-expected.png:
88515         * platform/chromium-mac/fast/forms/007-expected.txt:
88516         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
88517         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
88518         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
88519         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
88520         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
88521         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
88522         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
88523         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
88524         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
88525         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
88526         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
88527         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
88528         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
88529         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
88530         * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Added.
88531         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
88532         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
88533         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
88534         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
88535         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
88536         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
88537         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
88538         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
88539         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
88540         * platform/chromium-mac/fast/forms/formmove3-expected.png:
88541         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
88542         * platform/chromium-mac/fast/forms/input-baseline-expected.png:
88543         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
88544         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
88545         * platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png:
88546         * platform/chromium-mac/fast/forms/input-value-expected.png:
88547         * platform/chromium-mac/fast/forms/input-value-expected.txt:
88548         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
88549         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
88550         * platform/chromium-mac/fast/forms/placeholder-position-expected.png:
88551         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
88552         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
88553         * platform/chromium-mac/fast/forms/searchfield-heights-expected.png:
88554         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
88555         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
88556         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
88557         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
88558         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
88559         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
88560         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
88561         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
88562         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
88563         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
88564         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
88565         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
88566         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
88567         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
88568         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
88569         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
88570         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
88571         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
88572         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
88573         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
88574         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
88575         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
88576         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
88577         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
88578         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
88579         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
88580         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
88581         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
88582         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
88583         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
88584         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
88585         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
88586         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
88587         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
88588         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
88589         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
88590         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
88591         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
88592         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
88593         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
88594         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
88595         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
88596         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
88597         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
88598         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
88599         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
88600         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
88601         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
88602         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
88603         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
88604         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
88605         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
88606         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
88607         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
88608         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
88609         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
88610         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
88611         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
88612         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
88613         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
88614         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
88615         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
88616         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
88617         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
88618         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
88619         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
88620         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
88621         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
88622         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
88623         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
88624         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
88625         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
88626         * platform/chromium-mac/fast/html/details-open1-expected.png:
88627         * platform/chromium-mac/fast/html/details-open1-expected.txt:
88628         * platform/chromium-mac/fast/html/details-open2-expected.png:
88629         * platform/chromium-mac/fast/html/details-open2-expected.txt:
88630         * platform/chromium-mac/fast/html/details-open3-expected.png:
88631         * platform/chromium-mac/fast/html/details-open3-expected.txt:
88632         * platform/chromium-mac/fast/html/details-open4-expected.png:
88633         * platform/chromium-mac/fast/html/details-open4-expected.txt:
88634         * platform/chromium-mac/fast/html/details-open5-expected.png:
88635         * platform/chromium-mac/fast/html/details-open5-expected.txt:
88636         * platform/chromium-mac/fast/html/details-open6-expected.png:
88637         * platform/chromium-mac/fast/html/details-open6-expected.txt:
88638         * platform/chromium-mac/fast/html/details-position-expected.png:
88639         * platform/chromium-mac/fast/html/details-position-expected.txt:
88640         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
88641         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
88642         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
88643         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
88644         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
88645         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
88646         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
88647         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
88648         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
88649         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
88650         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
88651         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
88652         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
88653         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
88654         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
88655         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
88656         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
88657         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
88658         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
88659         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
88660         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
88661         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
88662         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
88663         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
88664         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
88665         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
88666         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
88667         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
88668         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
88669         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
88670         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
88671         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
88672         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
88673         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
88674         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
88675         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
88676         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
88677         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
88678         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
88679         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
88680         * platform/chromium-mac/fast/inline-block/contenteditable-baseline-expected.png:
88681         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
88682         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
88683         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
88684         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
88685         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
88686         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
88687         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
88688         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
88689         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
88690         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
88691         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt:
88692         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
88693         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
88694         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
88695         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
88696         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
88697         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
88698         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
88699         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
88700         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added.
88701         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt:
88702         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
88703         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
88704         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
88705         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
88706         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
88707         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
88708         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
88709         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
88710         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
88711         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
88712         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
88713         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
88714         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
88715         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
88716         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
88717         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
88718         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
88719         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
88720         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
88721         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
88722         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
88723         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
88724         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
88725         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
88726         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
88727         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
88728         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
88729         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
88730         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
88731         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
88732         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
88733         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.png:
88734         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
88735         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
88736         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
88737         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
88738         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
88739         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.png:
88740         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
88741         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
88742         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
88743         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
88744         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
88745         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
88746         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
88747         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
88748         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
88749         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
88750         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
88751         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
88752         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
88753         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
88754         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
88755         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
88756         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
88757         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
88758         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
88759         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
88760         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
88761         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
88762         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
88763         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
88764         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
88765         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
88766         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
88767         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
88768         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
88769         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
88770         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
88771         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
88772         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
88773         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
88774         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
88775         * platform/chromium-win-xp/fast/inline-block/contenteditable-baseline-expected.txt: Added.
88776         * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.png: Added.
88777         * platform/chromium-win-xp/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
88778         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
88779         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
88780         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Removed.
88781         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
88782         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
88783         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
88784         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
88785         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
88786         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
88787         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
88788         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
88789         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
88790         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
88791         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
88792         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
88793         * platform/chromium-win/fast/forms/007-expected.png:
88794         * platform/chromium-win/fast/forms/007-expected.txt:
88795         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
88796         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
88797         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
88798         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
88799         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
88800         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
88801         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
88802         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
88803         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
88804         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
88805         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
88806         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
88807         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
88808         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
88809         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
88810         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
88811         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
88812         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
88813         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
88814         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
88815         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
88816         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
88817         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
88818         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
88819         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
88820         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
88821         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
88822         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
88823         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
88824         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
88825         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
88826         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
88827         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
88828         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
88829         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
88830         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
88831         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
88832         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
88833         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
88834         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
88835         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
88836         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
88837         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
88838         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
88839         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
88840         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
88841         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
88842         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
88843         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
88844         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
88845         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
88846         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
88847         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
88848         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
88849         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
88850         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
88851         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
88852         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
88853         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
88854         * platform/chromium-win/fast/html/details-marker-style-expected.png:
88855         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
88856         * platform/chromium-win/fast/html/details-nested-1-expected.png:
88857         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
88858         * platform/chromium-win/fast/html/details-nested-2-expected.png:
88859         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
88860         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
88861         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
88862         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
88863         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
88864         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
88865         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
88866         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
88867         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
88868         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
88869         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
88870         * platform/chromium-win/fast/html/details-open1-expected.png:
88871         * platform/chromium-win/fast/html/details-open1-expected.txt:
88872         * platform/chromium-win/fast/html/details-open2-expected.png:
88873         * platform/chromium-win/fast/html/details-open2-expected.txt:
88874         * platform/chromium-win/fast/html/details-open3-expected.png:
88875         * platform/chromium-win/fast/html/details-open3-expected.txt:
88876         * platform/chromium-win/fast/html/details-open4-expected.png:
88877         * platform/chromium-win/fast/html/details-open4-expected.txt:
88878         * platform/chromium-win/fast/html/details-open5-expected.png:
88879         * platform/chromium-win/fast/html/details-open5-expected.txt:
88880         * platform/chromium-win/fast/html/details-open6-expected.png:
88881         * platform/chromium-win/fast/html/details-open6-expected.txt:
88882         * platform/chromium-win/fast/html/details-position-expected.png:
88883         * platform/chromium-win/fast/html/details-position-expected.txt:
88884         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
88885         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
88886         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
88887         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
88888         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
88889         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
88890         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
88891         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
88892         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
88893         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
88894         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
88895         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
88896         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
88897         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
88898         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
88899         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
88900         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
88901         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
88902         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
88903         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
88904         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
88905         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
88906         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
88907         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
88908         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
88909         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
88910         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
88911         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
88912         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
88913         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
88914         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
88915         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
88916         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
88917         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
88918         * platform/chromium-win/fast/html/details-replace-text-expected.png:
88919         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
88920         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
88921         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
88922         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
88923         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
88924         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
88925         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
88926         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
88927         * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.png:
88928         * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.txt:
88929         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
88930         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
88931         * platform/chromium-win/platform/chromium/virtual/softwarecompositing: Added.
88932         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows: Added.
88933         * platform/chromium-win/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
88934         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
88935         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
88936         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
88937         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
88938         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
88939         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
88940         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
88941         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
88942         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
88943         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
88944         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
88945         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
88946         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
88947         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
88948         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
88949         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
88950         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
88951         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
88952         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
88953         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
88954         * platform/chromium/TestExpectations:
88955         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Replaced.
88956         * platform/chromium/fast/forms/input-baseline-expected.txt: Removed.
88957         * platform/chromium/fast/forms/placeholder-position-expected.txt: Removed.
88958         * platform/mac/fast/forms/input-baseline-expected.txt: Removed.
88959         * platform/mac/fast/forms/placeholder-position-expected.txt: Removed.
88960
88961 2012-10-19  Levi Weintraub  <leviw@chromium.org>
88962
88963         Unreviewed gardening. Fixing a lint issue.
88964
88965         * platform/chromium/TestExpectations:
88966
88967 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
88968
88969         AX: aria-hidden=false does not work as expected
88970         https://bugs.webkit.org/show_bug.cgi?id=98787
88971
88972         Reviewed by Beth Dakin.
88973
88974         * accessibility/aria-hidden-negates-no-visibility.html: Added.
88975         * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
88976
88977 2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>
88978
88979         Elements assigned to <shadow> should not be reprojected.
88980         https://bugs.webkit.org/show_bug.cgi?id=99680
88981
88982         Reviewed by Dimitri Glazkov.
88983
88984         * fast/dom/shadow/content-reprojection-complex-expected.html: Added.
88985         * fast/dom/shadow/content-reprojection-complex.html: Added.
88986         * fast/dom/shadow/content-reprojection-shadow-expected.html: Added.
88987         * fast/dom/shadow/content-reprojection-shadow.html: Added.
88988         * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Added.
88989         * fast/dom/shadow/shadow-reprojection-prohibited.html: Added.
88990
88991 2012-10-19  Pan Deng  <pan.deng@intel.com>
88992
88993         Fix incorrect User Timing test case path in TestExpectations of qt-5.0-wk2 platform.
88994         https://bugs.webkit.org/show_bug.cgi?id=99811.
88995
88996         Reviewed by Tony Gentilcore.
88997
88998         Path 'http/tests/w3c/webperf/proposal/Intel/user-timing' is replaced by 'http/tests/w3c/webperf/submission/Intel/user-timing' in this patch.
88999
89000         * platform/qt-5.0-wk2/TestExpectations:
89001
89002 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
89003
89004         VO issues with hidden <legend> and last explicitly labelled element within a group <fieldset>
89005         https://bugs.webkit.org/show_bug.cgi?id=96325
89006
89007         Reviewed by Beth Dakin.
89008
89009         * accessibility/hidden-legend-expected.txt: Added.
89010         * accessibility/hidden-legend.html: Added.
89011         * platform/chromium/TestExpectations:
89012
89013 2012-10-19  Shinya Kawanaka  <shinyak@chromium.org>
89014
89015         Should have a test case where InsertionPoint has a ShadowRoot.
89016         https://bugs.webkit.org/show_bug.cgi?id=99822
89017
89018         Reviewed by Dimitri Glazkov.
89019
89020         We didn't have a test case where InsertionPoint has a ShadowRoot. Let's have it not to cause a regression.
89021
89022         * fast/dom/shadow/shadowroot-of-insertionpoint-expected.html: Added.
89023         * fast/dom/shadow/shadowroot-of-insertionpoint.html: Added.
89024
89025 2012-10-19  Chris Fleizach  <cfleizach@apple.com>
89026
89027         AX: Refactor accessibility name computation so it's more platform independent
89028         https://bugs.webkit.org/show_bug.cgi?id=99502
89029
89030         Reviewed by Beth Dakin.
89031
89032         Update a test to reflect change in what shoud be recognized as a title.
89033
89034         * platform/mac/accessibility/aria-radiobutton-text.html:
89035
89036 2012-10-19  Zan Dobersek  <zandobersek@gmail.com>
89037
89038         [WK2][GTK] Fullscreen tests timing out in bots
89039         https://bugs.webkit.org/show_bug.cgi?id=93973
89040
89041         Reviewed by Philippe Normand.
89042
89043         Remove failure expectations for the fullscreen tests. They all pass now,
89044         with a pass expectation needed for one test to aknowledge that.
89045
89046         * platform/gtk-wk2/TestExpectations:
89047
89048 2012-10-19  Kent Tamura  <tkent@chromium.org>
89049
89050         [Chromium] Test expectation update
89051         http://webkit.org/b/99818
89052
89053         month-multiple-fields-keyboard-events.html is failing on SnowLeopard too.
89054
89055         * platform/chromium/TestExpectations:
89056
89057 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89058
89059         [Qt] Pixel tests need rebaseline
89060         https://bugs.webkit.org/show_bug.cgi?id=99323
89061
89062         Unreviewed pixel rebaseline.
89063
89064         Part 7.
89065         Rebaseline the rest of pixel results. All of these tests producing correct results,
89066         only the expectations were outdated. Most of the differenes was not detectable by
89067         looking at the expected and actual results, only ImageDiff sees the difference.
89068
89069         * platform/qt/http/tests/misc/acid2-expected.png:
89070         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
89071         * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
89072         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
89073         * platform/qt/tables/mozilla/bugs/bug10633-expected.png:
89074         * platform/qt/tables/mozilla/bugs/bug1067-2-expected.png:
89075         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
89076         * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
89077         * platform/qt/tables/mozilla/bugs/bug126742-expected.png:
89078         * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
89079         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.png:
89080         * platform/qt/tables/mozilla/bugs/bug1430-expected.png:
89081         * platform/qt/tables/mozilla/bugs/bug17130-1-expected.png:
89082         * platform/qt/tables/mozilla/bugs/bug17130-2-expected.png:
89083         * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
89084         * platform/qt/tables/mozilla/bugs/bug23235-expected.png:
89085         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
89086         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
89087         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
89088         * platform/qt/tables/mozilla/bugs/bug2886-expected.png:
89089         * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
89090         * platform/qt/tables/mozilla/bugs/bug2962-expected.png:
89091         * platform/qt/tables/mozilla/bugs/bug6404-expected.png:
89092         * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
89093         * platform/qt/tables/mozilla/bugs/bug86708-expected.png:
89094         * platform/qt/tables/mozilla/bugs/bug8950-expected.png:
89095         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
89096         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
89097         * platform/qt/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
89098         * platform/qt/tables/mozilla/core/one_row-expected.png:
89099         * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
89100         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
89101         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
89102         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
89103         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
89104         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
89105         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
89106         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
89107         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
89108         * platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
89109         * platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
89110         * platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.png:
89111         * platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.png:
89112         * platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.png:
89113         * platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.png:
89114         * platform/qt/tables/mozilla/marvin/td_valign_middle-expected.png:
89115         * platform/qt/tables/mozilla/marvin/td_valign_top-expected.png:
89116         * platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
89117         * platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
89118         * platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
89119         * platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.png:
89120         * platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.png:
89121         * platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.png:
89122         * platform/qt/tables/mozilla/marvin/th_valign_middle-expected.png:
89123         * platform/qt/tables/mozilla/marvin/th_valign_top-expected.png:
89124         * platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.png:
89125         * platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.png:
89126         * platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.png:
89127         * platform/qt/tables/mozilla/marvin/thead_valign_top-expected.png:
89128         * platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.png:
89129         * platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.png:
89130         * platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.png:
89131         * platform/qt/tables/mozilla/marvin/tr_valign_top-expected.png:
89132         * platform/qt/tables/mozilla/other/cell_widths-expected.png:
89133         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
89134         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
89135         * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
89136         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
89137         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
89138         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
89139         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
89140         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
89141         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
89142         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
89143         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
89144         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
89145         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
89146         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
89147         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
89148         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
89149         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
89150         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
89151         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
89152         * platform/qt/transforms/3d/general/matrix-with-zoom-3d-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.
89153         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png:
89154         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
89155         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png:
89156         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
89157         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
89158         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
89159         * platform/qt/transitions/suspend-transform-transition-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug1067-2-expected.png.
89160
89161 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89162
89163         [Qt] Pixel tests need rebaseline
89164         https://bugs.webkit.org/show_bug.cgi?id=99323
89165
89166         Unreviewed pixel rebaseline.
89167
89168         Part 6.
89169         Rebaseline pixel results in the svg directory.
89170         All of these tests producing correct results, only the expectations
89171         were outdated. Most of the differenes was not detectable by looking
89172         at the expected and actual results, only ImageDiff sees the difference.
89173
89174         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
89175         * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
89176         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
89177         * platform/qt/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
89178         * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
89179         * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
89180         * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
89181         * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
89182         * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
89183         * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
89184         * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
89185         * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
89186         * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
89187         * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
89188         * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
89189         * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
89190         * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
89191         * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
89192         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
89193         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
89194         * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
89195         * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
89196         * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
89197         * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
89198         * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
89199         * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
89200         * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
89201         * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
89202         * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
89203         * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
89204         * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
89205         * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
89206         * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
89207         * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
89208         * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
89209         * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
89210         * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
89211         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
89212         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
89213         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
89214         * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
89215         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
89216         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
89217         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
89218         * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
89219         * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
89220         * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
89221         * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
89222         * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
89223         * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
89224         * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
89225         * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
89226         * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
89227         * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
89228         * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
89229         * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
89230         * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
89231         * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
89232         * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
89233         * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
89234         * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
89235         * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
89236         * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
89237         * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
89238         * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
89239         * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
89240         * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
89241         * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
89242         * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
89243         * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
89244         * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Added.
89245         * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Added.
89246         * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
89247         * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
89248         * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
89249         * platform/qt/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
89250         * platform/qt/svg/css/text-shadow-multiple-expected.png:
89251         * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
89252         * platform/qt/svg/custom/altglyph-expected.png:
89253         * platform/qt/svg/custom/focus-ring-expected.png:
89254         * platform/qt/svg/custom/glyph-selection-lang-attribute-expected.png:
89255         * platform/qt/svg/custom/gradient-stroke-width-expected.png:
89256         * platform/qt/svg/custom/grayscale-gradient-mask-2-expected.png:
89257         * platform/qt/svg/custom/grayscale-gradient-mask-expected.png:
89258         * platform/qt/svg/custom/image-rescale-expected.png:
89259         * platform/qt/svg/custom/image-small-width-height-expected.png:
89260         * platform/qt/svg/custom/relative-sized-image-expected.png:
89261         * platform/qt/svg/custom/text-rotation-expected.png:
89262         * platform/qt/svg/dom/css-transforms-expected.png:
89263         * platform/qt/svg/filters/feDropShadow-expected.png:
89264         * platform/qt/svg/filters/filterRes1-expected.png:
89265         * platform/qt/svg/filters/filterRes3-expected.png:
89266         * platform/qt/svg/hixie/perf/004-expected.png:
89267         * platform/qt/svg/hixie/use/002-expected.png:
89268         * platform/qt/svg/text/multichar-glyph-expected.png:
89269         * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png:
89270         * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png:
89271         * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png:
89272         * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png:
89273         * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png:
89274         * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png:
89275         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
89276         * platform/qt/svg/text/select-x-list-2-expected.png:
89277         * platform/qt/svg/text/select-x-list-3-expected.png:
89278         * platform/qt/svg/text/select-x-list-4-expected.png:
89279         * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png:
89280         * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png:
89281         * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png:
89282         * platform/qt/svg/text/selection-doubleclick-expected.png:
89283         * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
89284         * platform/qt/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
89285         * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
89286         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
89287         * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
89288         * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
89289
89290 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89291
89292         [Qt] Pixel tests need rebaseline
89293         https://bugs.webkit.org/show_bug.cgi?id=99323
89294
89295         Unreviewed pixel rebaseline.
89296
89297         Part 5.
89298         Rebaseline pixel results the rest of the fast directory.
89299         All of these tests producing correct results, only the expectations
89300         were outdated. Most of the differenes was not detectable by looking
89301         at the expected and actual results, only ImageDiff sees the difference.
89302
89303         * platform/qt/fast/dom/Element/class-attribute-whitespace-expected.png:
89304         * platform/qt/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
89305         * platform/qt/fast/dom/children-nodes-expected.png:
89306         * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
89307         * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
89308         * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
89309         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
89310         * platform/qt/fast/dynamic/selection-highlight-adjust-expected.png:
89311         * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.png:
89312         * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png:
89313         * platform/qt/fast/events/pointer-events-2-expected.png:
89314         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png:
89315         * platform/qt/fast/forms/select-change-listbox-size-expected.png:
89316         * platform/qt/fast/images/color-jpeg-with-color-profile-expected.png:
89317         * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
89318         * platform/qt/fast/inline/br-text-decoration-expected.png:
89319         * platform/qt/fast/inline/continuation-outlines-expected.png:
89320         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
89321         * platform/qt/fast/inline/inline-box-background-expected.png:
89322         * platform/qt/fast/inline/inline-box-background-long-image-expected.png:
89323         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png:
89324         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png:
89325         * platform/qt/fast/layers/normal-flow-hit-test-expected.png:
89326         * platform/qt/fast/layers/opacity-outline-expected.png:
89327         * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
89328         * platform/qt/fast/line-grid/line-grid-contains-value-expected.png:
89329         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
89330         * platform/qt/fast/line-grid/line-grid-into-columns-expected.png:
89331         * platform/qt/fast/lists/003-expected.png:
89332         * platform/qt/fast/lists/003-vertical-expected.png:
89333         * platform/qt/fast/lists/marker-before-empty-inline-expected.png:
89334         * platform/qt/fast/lists/marker-image-error-expected.png:
89335         * platform/qt/fast/lists/markers-in-selection-expected.png:
89336         * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png:
89337         * platform/qt/fast/lists/scrolled-marker-paint-expected.png:
89338         * platform/qt/fast/multicol/column-rules-expected.png:
89339         * platform/qt/fast/multicol/column-rules-stacking-expected.png:
89340         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
89341         * platform/qt/fast/multicol/float-multicol-expected.png:
89342         * platform/qt/fast/multicol/nested-columns-expected.png:
89343         * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.png:
89344         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
89345         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
89346         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
89347         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
89348         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
89349         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
89350         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
89351         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
89352         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
89353         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
89354         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
89355         * platform/qt/fast/multicol/vertical-lr/column-rules-expected.png:
89356         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
89357         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
89358         * platform/qt/fast/multicol/vertical-rl/column-rules-expected.png:
89359         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
89360         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
89361         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
89362         * platform/qt/fast/overflow/image-selection-highlight-expected.png:
89363         * platform/qt/fast/overflow/overflow-focus-ring-expected.png:
89364         * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
89365         * platform/qt/fast/overflow/paged-x-div-expected.png:
89366         * platform/qt/fast/overflow/paged-x-on-root-expected.png:
89367         * platform/qt/fast/overflow/paged-y-div-expected.png:
89368         * platform/qt/fast/overflow/paged-y-on-root-expected.png:
89369         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
89370         * platform/qt/fast/reflections/reflection-direction-expected.png:
89371         * platform/qt/fast/reflections/reflection-with-zoom-expected.png:
89372         * platform/qt/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png:
89373         * platform/qt/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png:
89374         * platform/qt/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png:
89375         * platform/qt/fast/regions/percentage-margins-variable-width-regions-expected.png:
89376         * platform/qt/fast/repaint/float-overflow-expected.png:
89377         * platform/qt/fast/repaint/float-overflow-right-expected.png:
89378         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
89379         * platform/qt/fast/replaced/001-expected.png:
89380         * platform/qt/fast/replaced/002-expected.png:
89381         * platform/qt/fast/replaced/003-expected.png:
89382         * platform/qt/fast/replaced/absolute-image-sizing-expected.png:
89383         * platform/qt/fast/replaced/image-sizing-expected.png:
89384         * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.png:
89385         * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.png:
89386         * platform/qt/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
89387         * platform/qt/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
89388         * platform/qt/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
89389         * platform/qt/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
89390         * platform/qt/fast/selectors/166-expected.png:
89391         * platform/qt/fast/table/border-collapsing/004-expected.png:
89392         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
89393         * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
89394         * platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
89395         * platform/qt/fast/table/edge-offsets-expected.png:
89396         * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
89397         * platform/qt/fast/table/frame-and-rules-expected.png:
89398         * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
89399         * platform/qt/fast/table/table-row-style-not-updated-expected.png: Added.
89400         * platform/qt/fast/table/table-row-style-not-updated-with-before-content-expected.png: Added.
89401         * platform/qt/fast/table/table-style-not-updated-expected.png: Added.
89402         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
89403         * platform/qt/fast/text/break-word-expected.png:
89404         * platform/qt/fast/text/capitalize-empty-generated-string-expected.png:
89405         * platform/qt/fast/text/capitalize-preserve-nbsp-expected.png:
89406         * platform/qt/fast/text/delete-hard-break-character-expected.png:
89407         * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
89408         * platform/qt/fast/text/midword-break-hang-expected.png:
89409         * platform/qt/fast/text/reset-emptyRun-expected.png:
89410         * platform/qt/fast/text/selection-hard-linebreak-expected.png:
89411         * platform/qt/fast/text/stroking-decorations-expected.png:
89412         * platform/qt/fast/text/text-letter-spacing-expected.png:
89413         * platform/qt/fast/text/wbr-expected.png:
89414         * platform/qt/fast/text/whitespace/018-expected.png:
89415         * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
89416         * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
89417         * platform/qt/fast/transforms/shadows-expected.png:
89418         * platform/qt/fast/transforms/transformed-caret-expected.png:
89419         * platform/qt/fast/transforms/transforms-with-zoom-expected.png:
89420         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
89421         * platform/qt/fast/writing-mode/english-lr-text-expected.png:
89422
89423 2012-10-19  Kent Tamura  <tkent@chromium.org>
89424
89425         Use Localizer::monthFormat to construct input[type=month] UI
89426         https://bugs.webkit.org/show_bug.cgi?id=99818
89427
89428         Reviewed by Kentaro Hara.
89429
89430         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Added.
89431         * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Added.
89432         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
89433         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
89434         Updated because symbolic month fields don't support digit-key input.
89435         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
89436         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
89437         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
89438         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
89439         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
89440         * platform/chromium/TestExpectations:
89441
89442 2012-10-19  Vsevolod Vlasov  <vsevik@chromium.org>
89443
89444         Web Inspector: inspector/styles/styles-history.html is failing Text on Windows and Linux
89445         https://bugs.webkit.org/show_bug.cgi?id=99519
89446
89447         Reviewed by Alexander Pavlov.
89448
89449         * inspector/styles/styles-history.html:
89450         * platform/chromium/TestExpectations:
89451
89452 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89453
89454         [Qt] Pixel tests need rebaseline
89455         https://bugs.webkit.org/show_bug.cgi?id=99323
89456
89457         Unreviewed pixel rebase.
89458
89459         Part 4.
89460         Rebaseline pixel results in first part of fast (backgrounds, block, borders,
89461         box-shadow, css). All of these tests producing correct results, only the expectations
89462         were outdated. Most of the differenes was not detectable by looking at the expected
89463         and actual results, only ImageDiff sees the difference.
89464
89465         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
89466         * platform/qt/fast/backgrounds/background-position-parsing-expected.png:
89467         * platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
89468         * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
89469         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
89470         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
89471         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
89472         * platform/qt/fast/backgrounds/size/backgroundSize16-expected.png:
89473         * platform/qt/fast/backgrounds/size/contain-and-cover-expected.png: Added.
89474         * platform/qt/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
89475         * platform/qt/fast/block/basic/adding-near-anonymous-block-expected.png:
89476         * platform/qt/fast/block/basic/truncation-rtl-expected.png:
89477         * platform/qt/fast/block/float/002-expected.png:
89478         * platform/qt/fast/block/float/020-expected.png:
89479         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
89480         * platform/qt/fast/block/float/float-in-float-painting-expected.png:
89481         * platform/qt/fast/block/float/intruding-painted-twice-expected.png:
89482         * platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.png:
89483         * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.png:
89484         * platform/qt/fast/block/float/table-relayout-expected.png:
89485         * platform/qt/fast/block/float/vertical-move-relayout-expected.png:
89486         * platform/qt/fast/block/margin-collapse/055-expected.png:
89487         * platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
89488         * platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
89489         * platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
89490         * platform/qt/fast/block/positioning/auto/007-expected.png:
89491         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
89492         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
89493         * platform/qt/fast/borders/border-image-01-expected.png:
89494         * platform/qt/fast/borders/border-image-border-radius-expected.png:
89495         * platform/qt/fast/borders/border-image-longhand-expected.png:
89496         * platform/qt/fast/borders/border-image-massive-scale-expected.png:
89497         * platform/qt/fast/borders/border-image-outset-expected.png:
89498         * platform/qt/fast/borders/border-image-outset-in-shorthand-expected.png:
89499         * platform/qt/fast/borders/border-image-repeat-expected.png:
89500         * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
89501         * platform/qt/fast/borders/border-image-scale-transform-expected.png:
89502         * platform/qt/fast/borders/border-image-scaled-expected.png:
89503         * platform/qt/fast/borders/border-image-scrambled-expected.png:
89504         * platform/qt/fast/borders/border-image-side-reduction-expected.png:
89505         * platform/qt/fast/borders/border-image-source-expected.png:
89506         * platform/qt/fast/borders/border-mixed-alpha-expected.png:
89507         * platform/qt/fast/borders/border-radius-complex-inner-expected.png:
89508         * platform/qt/fast/borders/border-radius-different-width-001-expected.png:
89509         * platform/qt/fast/borders/rtl-border-01-expected.png:
89510         * platform/qt/fast/borders/rtl-border-02-expected.png:
89511         * platform/qt/fast/borders/rtl-border-03-expected.png:
89512         * platform/qt/fast/borders/rtl-border-04-expected.png:
89513         * platform/qt/fast/box-shadow/spread-expected.png:
89514         * platform/qt/fast/canvas/arc360-expected.png:
89515         * platform/qt/fast/canvas/canvas-before-css-expected.png:
89516         * platform/qt/fast/canvas/canvas-composite-expected.png:
89517         * platform/qt/fast/canvas/canvas-text-alignment-expected.png:
89518         * platform/qt/fast/canvas/canvas-text-baseline-expected.png:
89519         * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.png:
89520         * platform/qt/fast/canvas/check-stale-putImageData-expected.png: Added.
89521         * platform/qt/fast/canvas/drawImage-expected.png:
89522         * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.png:
89523         * platform/qt/fast/canvas/fill-stroke-clip-reset-path-expected.png:
89524         * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.png:
89525         * platform/qt/fast/canvas/fillrect_gradient-expected.png:
89526         * platform/qt/fast/canvas/image-object-in-canvas-expected.png:
89527         * platform/qt/fast/canvas/patternfill-repeat-expected.png:
89528         * platform/qt/fast/canvas/quadraticCurveTo-expected.png:
89529         * platform/qt/fast/canvas/shadow-offset-1-expected.png:
89530         * platform/qt/fast/canvas/shadow-offset-2-expected.png:
89531         * platform/qt/fast/canvas/shadow-offset-3-expected.png:
89532         * platform/qt/fast/canvas/shadow-offset-4-expected.png:
89533         * platform/qt/fast/canvas/shadow-offset-5-expected.png:
89534         * platform/qt/fast/canvas/shadow-offset-6-expected.png:
89535         * platform/qt/fast/canvas/shadow-offset-7-expected.png:
89536         * platform/qt/fast/canvas/zero-size-fill-rect-expected.png:
89537         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
89538         * platform/qt/fast/css/acid2-expected.png:
89539         * platform/qt/fast/css/clip-zooming-expected.png:
89540         * platform/qt/fast/css/css1_forward_compatible_parsing-expected.png:
89541         * platform/qt/fast/css/css2-system-fonts-expected.png:
89542         * platform/qt/fast/css/empty-pseudo-class-expected.png:
89543         * platform/qt/fast/css/find-next-layer-expected.png:
89544         * platform/qt/fast/css/first-child-pseudo-class-expected.png:
89545         * platform/qt/fast/css/first-letter-capitalized-expected.png:
89546         * platform/qt/fast/css/first-letter-detach-expected.png:
89547         * platform/qt/fast/css/first-letter-hover-expected.png:
89548         * platform/qt/fast/css/first-line-text-decoration-expected.png:
89549         * platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
89550         * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
89551         * platform/qt/fast/css/focus-ring-multiline-expected.png:
89552         * platform/qt/fast/css/font-face-opentype-expected.png:
89553         * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.png:
89554         * platform/qt/fast/css/font-face-weight-matching-expected.png:
89555         * platform/qt/fast/css/font-shorthand-weight-only-expected.png:
89556         * platform/qt/fast/css/hover-subselector-expected.png:
89557         * platform/qt/fast/css/hsl-color-expected.png:
89558         * platform/qt/fast/css/last-child-pseudo-class-expected.png:
89559         * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
89560         * platform/qt/fast/css/line-height-font-order-expected.png:
89561         * platform/qt/fast/css/margin-top-bottom-dynamic-expected.png:
89562         * platform/qt/fast/css/min-width-with-spanned-cell-expected.png: Added.
89563         * platform/qt/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added.
89564         * platform/qt/fast/css/nth-child-dynamic-expected.png:
89565         * platform/qt/fast/css/only-child-pseudo-class-expected.png:
89566         * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
89567         * platform/qt/fast/css/outline-auto-empty-rects-expected.png:
89568         * platform/qt/fast/css/outline-auto-location-expected.png:
89569         * platform/qt/fast/css/percent-top-value-with-relative-position-expected.png:
89570         * platform/qt/fast/css/text-rendering-expected.png:
89571         * platform/qt/fast/css/universal-hover-quirk-expected.png:
89572
89573 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89574
89575         [Qt] Pixel tests need rebaseline
89576         https://bugs.webkit.org/show_bug.cgi?id=99323
89577
89578         Unreviewed rebaseline.
89579
89580         Part 3.
89581         Rebase pixel results in editing. All of these tests producing correct results,
89582         only the expectations were outdated.
89583
89584         * platform/qt/editing/deleting/4922367-expected.png:
89585         * platform/qt/editing/deleting/5099303-expected.png:
89586         * platform/qt/editing/deleting/5144139-2-expected.png:
89587         * platform/qt/editing/deleting/5483370-expected.png:
89588         * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
89589         * platform/qt/editing/deleting/delete-3608462-fix-expected.png:
89590         * platform/qt/editing/deleting/delete-4083333-fix-expected.png:
89591         * platform/qt/editing/deleting/delete-and-undo-expected.png:
89592         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
89593         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
89594         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
89595         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
89596         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
89597         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
89598         * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
89599         * platform/qt/editing/deleting/delete-block-contents-001-expected.png:
89600         * platform/qt/editing/deleting/delete-block-contents-002-expected.png:
89601         * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.png:
89602         * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.png:
89603         * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.png:
89604         * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.png:
89605         * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.png:
89606         * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.png:
89607         * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.png:
89608         * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.png:
89609         * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.png:
89610         * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.png:
89611         * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.png:
89612         * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.png:
89613         * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.png:
89614         * platform/qt/editing/deleting/delete-br-001-expected.png:
89615         * platform/qt/editing/deleting/delete-br-007-expected.png:
89616         * platform/qt/editing/deleting/delete-br-013-expected.png:
89617         * platform/qt/editing/deleting/delete-character-001-expected.png:
89618         * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.png:
89619         * platform/qt/editing/deleting/delete-first-list-item-expected.png:
89620         * platform/qt/editing/deleting/delete-image-001-expected.png:
89621         * platform/qt/editing/deleting/delete-image-003-expected.png:
89622         * platform/qt/editing/deleting/delete-image-004-expected.png:
89623         * platform/qt/editing/deleting/delete-leading-ws-001-expected.png:
89624         * platform/qt/editing/deleting/delete-line-015-expected.png:
89625         * platform/qt/editing/deleting/delete-line-016-expected.png:
89626         * platform/qt/editing/deleting/delete-line-017-expected.png:
89627         * platform/qt/editing/deleting/delete-listitem-002-expected.png:
89628         * platform/qt/editing/deleting/delete-selection-001-expected.png:
89629         * platform/qt/editing/deleting/delete-to-select-table-expected.png:
89630         * platform/qt/editing/deleting/delete-trailing-ws-001-expected.png:
89631         * platform/qt/editing/deleting/delete-trailing-ws-002-expected.png:
89632         * platform/qt/editing/deleting/delete-ws-fixup-001-expected.png:
89633         * platform/qt/editing/deleting/delete-ws-fixup-002-expected.png:
89634         * platform/qt/editing/deleting/delete-ws-fixup-003-expected.png:
89635         * platform/qt/editing/deleting/delete-ws-fixup-004-expected.png:
89636         * platform/qt/editing/deleting/list-item-1-expected.png:
89637         * platform/qt/editing/deleting/merge-endOfParagraph-expected.png:
89638         * platform/qt/editing/deleting/merge-no-br-expected.png:
89639         * platform/qt/editing/deleting/merge-unrendered-space-expected.png:
89640         * platform/qt/editing/deleting/merge-whitespace-pre-expected.png:
89641         * platform/qt/editing/deleting/non-smart-delete-expected.png:
89642         * platform/qt/editing/deleting/smart-delete-001-expected.png:
89643         * platform/qt/editing/deleting/smart-delete-002-expected.png:
89644         * platform/qt/editing/deleting/table-cells-expected.png:
89645         * platform/qt/editing/execCommand/4580583-2-expected.png:
89646         * platform/qt/editing/execCommand/4641880-1-expected.png:
89647         * platform/qt/editing/execCommand/4641880-2-expected.png:
89648         * platform/qt/editing/execCommand/4747450-expected.png:
89649         * platform/qt/editing/execCommand/4916402-expected.png:
89650         * platform/qt/editing/execCommand/4916541-expected.png:
89651         * platform/qt/editing/execCommand/5080333-1-expected.png:
89652         * platform/qt/editing/execCommand/5080333-2-expected.png:
89653         * platform/qt/editing/execCommand/5136770-expected.png:
89654         * platform/qt/editing/execCommand/5138441-expected.png:
89655         * platform/qt/editing/execCommand/5142012-1-expected.png:
89656         * platform/qt/editing/execCommand/5142012-2-expected.png:
89657         * platform/qt/editing/execCommand/5190926-expected.png:
89658         * platform/qt/editing/execCommand/5481523-expected.png:
89659         * platform/qt/editing/execCommand/5569741-expected.png:
89660         * platform/qt/editing/execCommand/create-list-with-hr-expected.png:
89661         * platform/qt/editing/execCommand/indent-list-item-expected.png:
89662         * platform/qt/editing/execCommand/indent-selection-expected.png:
89663         * platform/qt/editing/execCommand/insert-list-and-stitch-expected.png:
89664         * platform/qt/editing/execCommand/print-expected.png:
89665         * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.png:
89666         * platform/qt/editing/execCommand/selectAll-expected.png:
89667         * platform/qt/editing/input/caret-at-the-edge-of-input-expected.png:
89668         * platform/qt/editing/inserting/12882-expected.png:
89669         * platform/qt/editing/inserting/4278698-expected.png:
89670         * platform/qt/editing/inserting/4840662-expected.png:
89671         * platform/qt/editing/inserting/4960120-2-expected.png:
89672         * platform/qt/editing/inserting/5002441-expected.png:
89673         * platform/qt/editing/inserting/5058163-1-expected.png:
89674         * platform/qt/editing/inserting/5058163-2-expected.png:
89675         * platform/qt/editing/inserting/5156401-2-expected.png:
89676         * platform/qt/editing/inserting/5510537-expected.png:
89677         * platform/qt/editing/inserting/5549929-2-expected.png:
89678         * platform/qt/editing/inserting/5549929-3-expected.png:
89679         * platform/qt/editing/inserting/6703873-expected.png:
89680         * platform/qt/editing/inserting/editing-empty-divs-expected.png:
89681         * platform/qt/editing/inserting/insert-3775316-fix-expected.png:
89682         * platform/qt/editing/inserting/insert-after-delete-001-expected.png:
89683         * platform/qt/editing/inserting/insert-at-end-01-expected.png:
89684         * platform/qt/editing/inserting/insert-at-end-02-expected.png:
89685         * platform/qt/editing/inserting/insert-br-001-expected.png:
89686         * platform/qt/editing/inserting/insert-br-003-expected.png:
89687         * platform/qt/editing/inserting/insert-br-006-expected.png:
89688         * platform/qt/editing/inserting/insert-br-007-expected.png:
89689         * platform/qt/editing/inserting/insert-br-008-expected.png:
89690         * platform/qt/editing/inserting/insert-br-009-expected.png:
89691         * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.png:
89692         * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.png:
89693         * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.png:
89694         * platform/qt/editing/inserting/insert-br-quoted-001-expected.png:
89695         * platform/qt/editing/inserting/insert-br-quoted-002-expected.png:
89696         * platform/qt/editing/inserting/insert-br-quoted-003-expected.png:
89697         * platform/qt/editing/inserting/insert-br-quoted-004-expected.png:
89698         * platform/qt/editing/inserting/insert-br-quoted-005-expected.png:
89699         * platform/qt/editing/inserting/insert-br-quoted-006-expected.png:
89700         * platform/qt/editing/inserting/insert-div-022-expected.png:
89701         * platform/qt/editing/inserting/insert-div-023-expected.png:
89702         * platform/qt/editing/inserting/insert-div-024-expected.png:
89703         * platform/qt/editing/inserting/insert-div-026-expected.png:
89704         * platform/qt/editing/inserting/insert-paragraph-01-expected.png:
89705         * platform/qt/editing/inserting/insert-paragraph-03-expected.png:
89706         * platform/qt/editing/inserting/insert-paragraph-04-expected.png:
89707         * platform/qt/editing/inserting/insert-paragraph-05-expected.png:
89708         * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.png:
89709         * platform/qt/editing/inserting/insert-tab-001-expected.png:
89710         * platform/qt/editing/inserting/insert-tab-002-expected.png:
89711         * platform/qt/editing/inserting/insert-tab-004-expected.png:
89712         * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.png:
89713         * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png:
89714         * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.png:
89715         * platform/qt/editing/inserting/insert-text-with-newlines-expected.png:
89716         * platform/qt/editing/inserting/line-break-expected.png:
89717         * platform/qt/editing/inserting/paragraph-separator-01-expected.png:
89718         * platform/qt/editing/inserting/paragraph-separator-02-expected.png:
89719         * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.png:
89720         * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.png:
89721         * platform/qt/editing/inserting/return-key-with-selection-001-expected.png:
89722         * platform/qt/editing/inserting/return-key-with-selection-002-expected.png:
89723         * platform/qt/editing/inserting/return-key-with-selection-003-expected.png:
89724         * platform/qt/editing/inserting/typing-001-expected.png:
89725         * platform/qt/editing/inserting/typing-002-expected.png:
89726         * platform/qt/editing/inserting/typing-003-expected.png:
89727         * platform/qt/editing/inserting/typing-around-br-001-expected.png:
89728         * platform/qt/editing/inserting/typing-around-image-001-expected.png:
89729         * platform/qt/editing/pasteboard/3976872-expected.png:
89730         * platform/qt/editing/pasteboard/4076267-2-expected.png:
89731         * platform/qt/editing/pasteboard/4076267-3-expected.png:
89732         * platform/qt/editing/pasteboard/4631972-expected.png:
89733         * platform/qt/editing/pasteboard/4806874-expected.png:
89734         * platform/qt/editing/pasteboard/5006779-expected.png:
89735         * platform/qt/editing/pasteboard/5071074-2-expected.png:
89736         * platform/qt/editing/pasteboard/5071074-expected.png:
89737         * platform/qt/editing/pasteboard/5075944-expected.png:
89738         * platform/qt/editing/pasteboard/5156401-1-expected.png:
89739         * platform/qt/editing/pasteboard/5247341-expected.png:
89740         * platform/qt/editing/pasteboard/5387578-expected.png:
89741         * platform/qt/editing/pasteboard/5478250-expected.png:
89742         * platform/qt/editing/pasteboard/5601583-1-expected.png:
89743         * platform/qt/editing/pasteboard/8145-1-expected.png:
89744         * platform/qt/editing/pasteboard/8145-2-expected.png:
89745         * platform/qt/editing/pasteboard/8145-3-expected.png:
89746         * platform/qt/editing/pasteboard/bad-placeholder-expected.png:
89747         * platform/qt/editing/pasteboard/cut-text-001-expected.png:
89748         * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.png:
89749         * platform/qt/editing/pasteboard/displaced-placeholder-expected.png:
89750         * platform/qt/editing/pasteboard/merge-after-delete-1-expected.png:
89751         * platform/qt/editing/pasteboard/merge-after-delete-2-expected.png:
89752         * platform/qt/editing/pasteboard/merge-end-blockquote-expected.png:
89753         * platform/qt/editing/pasteboard/merge-start-blockquote-expected.png:
89754         * platform/qt/editing/pasteboard/paste-4035648-fix-expected.png:
89755         * platform/qt/editing/pasteboard/paste-4038267-fix-expected.png:
89756         * platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
89757         * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
89758         * platform/qt/editing/pasteboard/paste-line-endings-001-expected.png:
89759         * platform/qt/editing/pasteboard/paste-line-endings-002-expected.png:
89760         * platform/qt/editing/pasteboard/paste-line-endings-003-expected.png:
89761         * platform/qt/editing/pasteboard/paste-line-endings-004-expected.png:
89762         * platform/qt/editing/pasteboard/paste-line-endings-005-expected.png:
89763         * platform/qt/editing/pasteboard/paste-line-endings-006-expected.png:
89764         * platform/qt/editing/pasteboard/paste-line-endings-007-expected.png:
89765         * platform/qt/editing/pasteboard/paste-line-endings-008-expected.png:
89766         * platform/qt/editing/pasteboard/paste-line-endings-009-expected.png:
89767         * platform/qt/editing/pasteboard/paste-line-endings-010-expected.png:
89768         * platform/qt/editing/pasteboard/paste-match-style-001-expected.png:
89769         * platform/qt/editing/pasteboard/paste-match-style-002-expected.png:
89770         * platform/qt/editing/pasteboard/paste-text-019-expected.png:
89771         * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
89772         * platform/qt/editing/pasteboard/pasting-object-expected.png:
89773         * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.png:
89774         * platform/qt/editing/pasteboard/smart-paste-007-expected.png:
89775         * platform/qt/editing/pasteboard/smart-paste-008-expected.png:
89776         * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.png:
89777         * platform/qt/editing/pasteboard/unrendered-br-expected.png:
89778         * platform/qt/editing/selection/3690703-2-expected.png:
89779         * platform/qt/editing/selection/3690703-expected.png:
89780         * platform/qt/editing/selection/3690719-expected.png:
89781         * platform/qt/editing/selection/4397952-expected.png:
89782         * platform/qt/editing/selection/4818145-expected.png:
89783         * platform/qt/editing/selection/4932260-1-expected.png:
89784         * platform/qt/editing/selection/4932260-2-expected.png:
89785         * platform/qt/editing/selection/4932260-3-expected.png:
89786         * platform/qt/editing/selection/5007143-2-expected.png:
89787         * platform/qt/editing/selection/5007143-expected.png:
89788         * platform/qt/editing/selection/5057506-2-expected.png:
89789         * platform/qt/editing/selection/5057506-expected.png:
89790         * platform/qt/editing/selection/5076323-2-expected.png:
89791         * platform/qt/editing/selection/5076323-3-expected.png:
89792         * platform/qt/editing/selection/5131716-1-expected.png:
89793         * platform/qt/editing/selection/5131716-2-expected.png:
89794         * platform/qt/editing/selection/5131716-3-expected.png:
89795         * platform/qt/editing/selection/5131716-4-expected.png:
89796         * platform/qt/editing/selection/5234383-1-expected.png:
89797         * platform/qt/editing/selection/5234383-2-expected.png:
89798         * platform/qt/editing/selection/6476-expected.png:
89799         * platform/qt/editing/selection/after-line-wrap-expected.png:
89800         * platform/qt/editing/selection/caret-before-select-expected.png:
89801         * platform/qt/editing/selection/click-start-of-line-expected.png:
89802         * platform/qt/editing/selection/editable-non-editable-crash-expected.png:
89803         * platform/qt/editing/selection/end-of-document-expected.png:
89804         * platform/qt/editing/selection/extend-by-character-001-expected.png:
89805         * platform/qt/editing/selection/extend-by-character-006-expected.png:
89806         * platform/qt/editing/selection/extend-by-sentence-001-expected.png:
89807         * platform/qt/editing/selection/extend-by-word-001-expected.png:
89808         * platform/qt/editing/selection/extend-by-word-002-expected.png:
89809         * platform/qt/editing/selection/extend-selection-bidi-expected.png:
89810         * platform/qt/editing/selection/iframe-expected.png:
89811         * platform/qt/editing/selection/image-before-linebreak-expected.png:
89812         * platform/qt/editing/selection/inline-closest-leaf-child-expected.png:
89813         * platform/qt/editing/selection/leave-requested-block-expected.png:
89814         * platform/qt/editing/selection/mixed-editability-6-expected.png:
89815         * platform/qt/editing/selection/mixed-editability-7-expected.png:
89816         * platform/qt/editing/selection/move-backwords-by-word-001-expected.png:
89817         * platform/qt/editing/selection/move-between-blocks-no-001-expected.png:
89818         * platform/qt/editing/selection/move-by-character-001-expected.png:
89819         * platform/qt/editing/selection/move-by-line-001-expected.png:
89820         * platform/qt/editing/selection/move-by-line-002-expected.png:
89821         * platform/qt/editing/selection/move-by-sentence-001-expected.png:
89822         * platform/qt/editing/selection/move-by-sentence-linebreak-expected.png:
89823         * platform/qt/editing/selection/move-by-word-001-expected.png:
89824         * platform/qt/editing/selection/previous-line-position-expected.png:
89825         * platform/qt/editing/selection/replaced-boundaries-1-expected.png:
89826         * platform/qt/editing/selection/replaced-boundaries-2-expected.png:
89827         * platform/qt/editing/selection/replaced-boundaries-3-expected.png:
89828         * platform/qt/editing/selection/select-all-001-expected.png:
89829         * platform/qt/editing/selection/select-all-002-expected.png:
89830         * platform/qt/editing/selection/table-caret-1-expected.png:
89831         * platform/qt/editing/selection/table-caret-2-expected.png:
89832         * platform/qt/editing/selection/unrendered-space-expected.png:
89833         * platform/qt/editing/style/5017613-1-expected.png:
89834         * platform/qt/editing/style/5017613-2-expected.png:
89835         * platform/qt/editing/style/5046875-1-expected.png:
89836         * platform/qt/editing/style/5046875-2-expected.png:
89837         * platform/qt/editing/style/5065910-expected.png:
89838         * platform/qt/editing/style/5228141-expected.png:
89839         * platform/qt/editing/style/5279521-expected.png:
89840         * platform/qt/editing/style/block-styles-007-expected.png:
89841         * platform/qt/editing/style/font-family-with-space-expected.png:
89842         * platform/qt/editing/style/style-3681552-fix-001-expected.png:
89843         * platform/qt/editing/style/style-3681552-fix-002-expected.png:
89844         * platform/qt/editing/style/style-3998892-fix-expected.png:
89845         * platform/qt/editing/style/style-boundary-001-expected.png:
89846         * platform/qt/editing/style/style-boundary-002-expected.png:
89847         * platform/qt/editing/style/style-boundary-003-expected.png:
89848         * platform/qt/editing/style/style-boundary-004-expected.png:
89849         * platform/qt/editing/style/typing-style-001-expected.png:
89850         * platform/qt/editing/style/typing-style-002-expected.png:
89851         * platform/qt/editing/style/unbold-in-bold-expected.png:
89852         * platform/qt/editing/undo/4063751-expected.png:
89853         * platform/qt/editing/undo/5378473-expected.png:
89854         * platform/qt/editing/undo/redo-typing-001-expected.png:
89855         * platform/qt/editing/undo/undo-combined-delete-boundary-expected.png:
89856         * platform/qt/editing/undo/undo-combined-delete-expected.png:
89857         * platform/qt/editing/undo/undo-delete-boundary-expected.png:
89858         * platform/qt/editing/undo/undo-delete-expected.png:
89859         * platform/qt/editing/undo/undo-forward-delete-boundary-expected.png:
89860         * platform/qt/editing/undo/undo-forward-delete-expected.png:
89861         * platform/qt/editing/undo/undo-misspellings-expected.png:
89862         * platform/qt/editing/undo/undo-typing-001-expected.png:
89863         * platform/qt/editing/unsupported-content/list-delete-001-expected.png:
89864         * platform/qt/editing/unsupported-content/list-delete-003-expected.png:
89865         * platform/qt/editing/unsupported-content/list-type-after-expected.png:
89866         * platform/qt/editing/unsupported-content/list-type-before-expected.png:
89867         * platform/qt/editing/unsupported-content/table-delete-001-expected.png:
89868         * platform/qt/editing/unsupported-content/table-delete-002-expected.png:
89869         * platform/qt/editing/unsupported-content/table-delete-003-expected.png:
89870         * platform/qt/editing/unsupported-content/table-type-after-expected.png:
89871         * platform/qt/editing/unsupported-content/table-type-before-expected.png:
89872
89873 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89874
89875         [Qt] Pixel tests need rebaseline
89876         https://bugs.webkit.org/show_bug.cgi?id=99323
89877
89878         Unreviewed rebaseline.
89879
89880         Part 2.
89881         Rebase pixel results in animations, compositing, css1, css2.1 and css3.
89882
89883         * platform/qt/animations/cross-fade-border-image-source-expected.png:
89884         * platform/qt/compositing/direct-image-compositing-expected.png:
89885         * platform/qt/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
89886         * platform/qt/css1/basic/containment-expected.png:
89887         * platform/qt/css1/basic/inheritance-expected.png:
89888         * platform/qt/css1/box_properties/border-expected.png:
89889         * platform/qt/css1/box_properties/border_bottom-expected.png:
89890         * platform/qt/css1/box_properties/border_left-expected.png:
89891         * platform/qt/css1/box_properties/border_left_width-expected.png:
89892         * platform/qt/css1/box_properties/border_right_inline-expected.png:
89893         * platform/qt/css1/box_properties/border_right_width-expected.png:
89894         * platform/qt/css1/box_properties/border_style-expected.png:
89895         * platform/qt/css1/box_properties/border_top-expected.png:
89896         * platform/qt/css1/box_properties/clear_float-expected.png:
89897         * platform/qt/css1/box_properties/float_margin-expected.png:
89898         * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
89899         * platform/qt/css1/box_properties/margin_inline-expected.png:
89900         * platform/qt/css1/box_properties/margin_left-expected.png:
89901         * platform/qt/css1/box_properties/margin_right-expected.png:
89902         * platform/qt/css1/box_properties/padding_bottom-expected.png:
89903         * platform/qt/css1/box_properties/padding_bottom_inline-expected.png:
89904         * platform/qt/css1/box_properties/padding_inline-expected.png:
89905         * platform/qt/css1/box_properties/padding_left-expected.png:
89906         * platform/qt/css1/box_properties/padding_right-expected.png:
89907         * platform/qt/css1/cascade/cascade_order-expected.png:
89908         * platform/qt/css1/cascade/important-expected.png:
89909         * platform/qt/css1/classification/display-expected.png:
89910         * platform/qt/css1/color_and_background/background_position-expected.png:
89911         * platform/qt/css1/color_and_background/background_repeat-expected.png:
89912         * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
89913         * platform/qt/css1/font_properties/font-expected.png:
89914         * platform/qt/css1/formatting_model/inline_elements-expected.png:
89915         * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
89916         * platform/qt/css1/pseudo/anchor-expected.png:
89917         * platform/qt/css1/pseudo/firstletter-expected.png:
89918         * platform/qt/css1/pseudo/firstline-expected.png:
89919         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
89920         * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
89921         * platform/qt/css1/text_properties/text_decoration-expected.png:
89922         * platform/qt/css1/text_properties/text_indent-expected.png:
89923         * platform/qt/css1/text_properties/text_transform-expected.png:
89924         * platform/qt/css1/units/urls-expected.png:
89925         * platform/qt/css2.1/20110323/c543-txt-decor-000-expected.png:
89926         * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Added.
89927         * platform/qt/css2.1/20110323/replaced-min-max-001-expected.png:
89928         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png:
89929         * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
89930         * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
89931         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
89932         * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
89933         * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
89934         * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
89935         * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
89936         * platform/qt/css3/filters/crash-hw-sw-switch-expected.png:
89937         * platform/qt/css3/selectors3/html/css3-modsel-17-expected.png:
89938         * platform/qt/css3/selectors3/html/css3-modsel-18a-expected.png:
89939         * platform/qt/css3/selectors3/xhtml/css3-modsel-17-expected.png:
89940         * platform/qt/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
89941         * platform/qt/css3/selectors3/xml/css3-modsel-17-expected.png:
89942         * platform/qt/css3/selectors3/xml/css3-modsel-18a-expected.png:
89943
89944 2012-10-19  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
89945
89946         [EFL] Gardening to make the bots green
89947         https://bugs.webkit.org/show_bug.cgi?id=99828
89948
89949         Unreviewed EFL gardening.
89950
89951         Adding test expectations for failures caused by
89952         r131836 and r131824.
89953
89954         * platform/efl-wk1/TestExpectations:
89955         * platform/efl/TestExpectations:
89956
89957 2012-10-19  Balazs Kelemen  <kbalazs@webkit.org>
89958
89959         [Qt] Pixel tests need rebaseline
89960         https://bugs.webkit.org/show_bug.cgi?id=99323
89961
89962         Unreviewed rebaseline.
89963
89964         Part I.
89965         Identifying wrong results, and rebasing some expected png's.
89966
89967         * platform/qt-5.0-wk1/TestExpectations:
89968         * platform/qt-5.0-wk2/TestExpectations:
89969         * platform/qt-5.0-wk2/fast/borders/border-image-01-expected.png: Added.
89970         * platform/qt-5.0-wk2/fast/borders/border-image-border-radius-expected.png: Added.
89971         * platform/qt-5.0-wk2/fast/borders/border-image-longhand-expected.png: Added.
89972         * platform/qt-5.0-wk2/fast/borders/border-image-massive-scale-expected.png: Added.
89973         * platform/qt-5.0-wk2/fast/borders/border-image-outset-expected.png: Added.
89974         * platform/qt-5.0-wk2/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
89975         * platform/qt-5.0-wk2/fast/borders/border-image-repeat-expected.png: Added.
89976         * platform/qt-5.0-wk2/fast/borders/border-image-rotate-transform-expected.png: Added.
89977         * platform/qt-5.0-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
89978         * platform/qt-5.0-wk2/fast/borders/border-image-scaled-expected.png: Added.
89979         * platform/qt-5.0-wk2/fast/borders/border-image-scrambled-expected.png: Added.
89980         * platform/qt-5.0-wk2/fast/borders/border-image-side-reduction-expected.png: Added.
89981         * platform/qt-5.0-wk2/fast/borders/border-image-source-expected.png: Added.
89982         * platform/qt-5.0-wk2/fast/borders/border-mixed-alpha-expected.png: Added.
89983         * platform/qt-5.0-wk2/fast/borders/border-radius-complex-inner-expected.png: Added.
89984         * platform/qt-5.0-wk2/fast/borders/border-radius-different-width-001-expected.png: Added.
89985         * platform/qt-5.0-wk2/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
89986         * platform/qt-5.0-wk2/fast/box-shadow/spread-expected.png: Added.
89987         * platform/qt-5.0-wk2/fast/canvas/arc360-expected.png: Added.
89988         * platform/qt-5.0-wk2/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
89989         * platform/qt-5.0-wk2/fast/repaint/iframe-scroll-repaint-expected.png:
89990         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png:
89991         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png:
89992         * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png:
89993         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
89994         * platform/qt-5.0-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
89995         * platform/qt-5.0-wk2/fast/replaced/image-sizing-expected.png: Added.
89996         * platform/qt-5.0-wk2/svg/custom/mask-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/mask-invalidation-expected.png.
89997         * platform/qt-5.0-wk2/svg/custom/relative-sized-image-expected.png: Added.
89998         * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
89999         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
90000         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
90001         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
90002         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
90003         * platform/qt-5.0-wk2/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
90004         * 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.
90005         * platform/qt/TestExpectations:
90006         * platform/qt/animations/cross-fade-background-image-expected.png:
90007         * platform/qt/animations/cross-fade-border-image-source-expected.png:
90008         * platform/qt/animations/cross-fade-list-style-image-expected.png:
90009         * platform/qt/animations/cross-fade-webkit-mask-image-expected.png:
90010         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
90011         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
90012         * platform/qt/svg/custom/mask-invalidation-expected.png:
90013         * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
90014         * platform/qt/svg/text/remove-tspan-from-text-expected.png:
90015         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Removed.
90016         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Removed.
90017
90018 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
90019
90020         [EFL] Rebaseline pixel expectation that is rendered correctly now.
90021
90022         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
90023
90024 2012-10-19  Zan Dobersek  <zandobersek@gmail.com>
90025
90026         Unreviewed GTK gardening.
90027
90028         Adding a platform-specific baseline for a new Shadow DOM test
90029         that was introduced in r131758, the new baseline differs from
90030         the original one just by an annoying newline at the end of the
90031         document.
90032
90033         Adding test expectations for list styles test failure caused by
90034         r131836. Adding a test expectation for a new a11y test introduced
90035         in r131871.
90036
90037         * platform/gtk/TestExpectations:
90038         * platform/gtk/fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
90039
90040 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
90041
90042         [EFL] Unskip a few passing tests.
90043
90044         * platform/efl-wk1/TestExpectations:
90045         * platform/efl/TestExpectations:
90046
90047 2012-10-19  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
90048
90049         [EFL] Rebaseline a few pixel expectations now that WK1 also shows the resizer in textareas.
90050
90051         * platform/efl/fast/forms/basic-textareas-expected.png:
90052         * platform/efl/fast/forms/basic-textareas-quirks-expected.png:
90053
90054 2012-10-18  Dominic Mazzoni  <dmazzoni@google.com>
90055
90056         AX: labelForElement is slow when there are a lot of DOM elements
90057         https://bugs.webkit.org/show_bug.cgi?id=97825
90058
90059         Reviewed by Ryosuke Niwa.
90060
90061         Adds two new tests for titleUIElement that run on both Mac and
90062         Chromium. One tests correctness, the other tests speed.
90063
90064         Fixes one test so that it passes on Chromium.
90065         Enables other tests that now pass on Chromium.
90066
90067         * accessibility/secure-textfield-title-ui.html:
90068         * accessibility/title-ui-element-correctness-expected.txt: Added.
90069         * accessibility/title-ui-element-correctness.html: Added.
90070         * perf/accessibility-title-ui-element-expected.txt: Added.
90071         * perf/accessibility-title-ui-element.html: Added.
90072         * platform/chromium/TestExpectations:
90073
90074 2012-10-18  Alexander Pavlov  <apavlov@chromium.org>
90075
90076         Web Inspector: [Styles] Property considered overridden if it is non-inherited important property in inherited style
90077         https://bugs.webkit.org/show_bug.cgi?id=99720
90078
90079         Reviewed by Yury Semikhatsky.
90080
90081         * inspector/elements/elements-panel-styles-expected.txt:
90082         * inspector/elements/resources/elements-panel-styles.css:
90083         (#container):
90084         (.foo):
90085
90086 2012-10-18  Dongwoo Joshua Im  <dw.im@samsung.com>
90087
90088         quirk-orphaned-units.html should be removed from TestExpectations.
90089         https://bugs.webkit.org/show_bug.cgi?id=99807
90090
90091         Reviewed by Csaba Osztrogonác.
90092
90093         quirk-orphaned-units.html is no more existed, so it should be removed from TestExpectations.
90094
90095         * platform/qt-mac/TestExpectations: Remove quirk-orphaned-units.html.
90096
90097 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90098
90099         Remove entries for now-passing tests in chroum-mac-mountainlion.
90100
90101         Unreviewed, expectations change.
90102
90103         * platform/chromium-mac-mountainlion/TestExpectations:
90104
90105 2012-10-18  Kunihiko Sakamoto  <ksakamoto@chromium.org>
90106
90107         Implement value sanitization algorithm for type=datetime
90108         https://bugs.webkit.org/show_bug.cgi?id=76893
90109
90110         Reviewed by Kent Tamura.
90111
90112         Added a test for the value sanitization algorithm for type=datetime.
90113         Also updated affected tests.
90114
90115         * fast/forms/datetime/ValidityState-typeMismatch-datetime-expected.txt:
90116         * fast/forms/datetime/ValidityState-typeMismatch-datetime.html:
90117         '0001-01-01T00:00+01:00' is an invalid value because that is before
90118         0001-01-01 00:00 UTC. '0001-01-01T00:00-01:00' is a valid value.
90119         * fast/forms/datetime/datetime-value-sanitization-expected.txt: Added.
90120         * fast/forms/datetime/datetime-value-sanitization.html: Added.
90121         * fast/forms/datetime/input-valueasdate-datetime-expected.txt:
90122         * fast/forms/datetime/input-valueasdate-datetime.html:
90123         Setting valueAsDate should run the algorithm to convert a Date object to a
90124         string, that returns valid normalized forced-UTC global date and time string.
90125         See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasdate
90126         * fast/forms/datetime/input-valueasnumber-datetime-expected.txt:
90127         * fast/forms/datetime/input-valueasnumber-datetime.html:
90128         Setting valueAsNumber should run the algorithm to convert a number to a
90129         string, that returns valid normalized forced-UTC global date and time string.
90130         See http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#dom-input-valueasnumber
90131
90132 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90133
90134         Unreviewed, expectations and baselines for chromium-mac-mountainlion
90135
90136         * 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.
90137         * 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.
90138         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
90139         * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
90140         * platform/chromium/TestExpectations:
90141
90142 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90143
90144         Land first batch of Chromium Mac 10.8-specific baselines.
90145
90146         Unreviewed, gardening.
90147
90148         * animations/cross-fade-background-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-background-image-expected.png.
90149         * animations/cross-fade-border-image-source-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-border-image-source-expected.png.
90150         * animations/cross-fade-list-style-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-list-style-image-expected.png.
90151         * animations/cross-fade-webkit-mask-image-expected.png: Renamed from LayoutTests/platform/efl/animations/cross-fade-webkit-mask-image-expected.png.
90152         * 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.
90153         * 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.
90154         * 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.
90155         * platform/chromium-mac-lion/animations/cross-fade-background-image-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/cross-fade-background-image-expected.png.
90156         * 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.
90157         * 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.
90158         * 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.
90159         * platform/chromium-mac-lion/animations/state-at-end-event-expected.png: Copied from LayoutTests/platform/chromium-mac/animations/state-at-end-event-expected.png.
90160         * 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.
90161         * 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.
90162         * platform/chromium-mac-lion/compositing/compositing-visible-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/compositing-visible-descendant-expected.png.
90163         * platform/chromium-mac-lion/compositing/generated-content-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/generated-content-expected.png.
90164         * 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.
90165         * platform/chromium-mac-lion/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/composited-html-size-expected.png.
90166         * platform/chromium-mac-lion/compositing/geometry/fixed-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png.
90167         * 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.
90168         * 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.
90169         * platform/chromium-mac-lion/compositing/geometry/fixed-position-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/fixed-position-expected.png.
90170         * 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.
90171         * 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.
90172         * 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.
90173         * 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.
90174         * 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.
90175         * 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.
90176         * platform/chromium-mac-lion/compositing/geometry/outline-change-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/outline-change-expected.png.
90177         * platform/chromium-mac-lion/compositing/geometry/partial-layout-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png.
90178         * platform/chromium-mac-lion/compositing/geometry/root-layer-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/root-layer-update-expected.png.
90179         * 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.
90180         * platform/chromium-mac-lion/compositing/geometry/video-fixed-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png.
90181         * platform/chromium-mac-lion/compositing/geometry/video-opacity-overlay-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png.
90182         * platform/chromium-mac-lion/compositing/iframes/composited-iframe-alignment-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png.
90183         * 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.
90184         * 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.
90185         * platform/chromium-mac-lion/compositing/layers-inside-overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png.
90186         * platform/chromium-mac-lion/compositing/masks/direct-image-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/direct-image-mask-expected.png.
90187         * platform/chromium-mac-lion/compositing/masks/masked-ancestor-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/masked-ancestor-expected.png.
90188         * platform/chromium-mac-lion/compositing/masks/multiple-masks-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/multiple-masks-expected.png.
90189         * platform/chromium-mac-lion/compositing/masks/simple-composited-mask-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png.
90190         * platform/chromium-mac-lion/compositing/overflow/ancestor-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png.
90191         * 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.
90192         * platform/chromium-mac-lion/compositing/overflow/nested-scrolling-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png.
90193         * platform/chromium-mac-lion/compositing/overflow/overflow-compositing-descendant-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png.
90194         * platform/chromium-mac-lion/compositing/overflow/overflow-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png.
90195         * platform/chromium-mac-lion/compositing/overflow/overflow-scroll-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png.
90196         * platform/chromium-mac-lion/compositing/overflow/parent-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/parent-overflow-expected.png.
90197         * platform/chromium-mac-lion/compositing/overflow/remove-overflow-crash2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png.
90198         * platform/chromium-mac-lion/compositing/overflow/scroll-ancestor-update-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png.
90199         * platform/chromium-mac-lion/compositing/overflow/scrollbar-painting-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png.
90200         * 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.
90201         * platform/chromium-mac-lion/compositing/reflections/animation-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png.
90202         * 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.
90203         * platform/chromium-mac-lion/compositing/reflections/deeply-nested-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png.
90204         * 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.
90205         * 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.
90206         * 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.
90207         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-animated-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png.
90208         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-expected.png.
90209         * 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.
90210         * 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.
90211         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-opacity-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png.
90212         * 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.
90213         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png.
90214         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transformed2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png.
90215         * platform/chromium-mac-lion/compositing/reflections/nested-reflection-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png.
90216         * platform/chromium-mac-lion/compositing/reflections/reflection-in-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png.
90217         * platform/chromium-mac-lion/compositing/reflections/reflection-on-composited-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png.
90218         * platform/chromium-mac-lion/compositing/reflections/reflection-ordering-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png.
90219         * platform/chromium-mac-lion/compositing/reflections/reflection-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png.
90220         * platform/chromium-mac-lion/compositing/reflections/reflection-positioning2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png.
90221         * platform/chromium-mac-lion/compositing/reflections/simple-composited-reflections-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png.
90222         * platform/chromium-mac-lion/compositing/reflections/transform-inside-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png.
90223         * 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.
90224         * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/composited-document-element-expected.png.
90225         * platform/chromium-mac-lion/compositing/repaint/layer-repaint-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-expected.png.
90226         * platform/chromium-mac-lion/compositing/repaint/layer-repaint-rects-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png.
90227         * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png.
90228         * platform/chromium-mac-lion/compositing/repaint/opacity-between-absolute2-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png.
90229         * platform/chromium-mac-lion/compositing/self-painting-layers-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/self-painting-layers-expected.png.
90230         * platform/chromium-mac-lion/compositing/sibling-positioning-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/sibling-positioning-expected.png.
90231         * platform/chromium-mac-lion/compositing/text-on-large-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/text-on-large-layer-expected.png.
90232         * 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.
90233         * platform/chromium-mac-lion/compositing/transitions/singular-scale-transition-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png.
90234         * 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.
90235         * platform/chromium-mac-lion/compositing/webgl/webgl-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png.
90236         * platform/chromium-mac-lion/compositing/webgl/webgl-reflection-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png.
90237         * platform/chromium-mac/animations/3d/change-transform-in-end-event-expected.png:
90238         * platform/chromium-mac/animations/3d/matrix-transform-type-animation-expected.png:
90239         * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png:
90240         * platform/chromium-mac/animations/cross-fade-background-image-expected.png:
90241         * platform/chromium-mac/animations/cross-fade-border-image-source-expected.png:
90242         * platform/chromium-mac/animations/cross-fade-list-style-image-expected.png:
90243         * platform/chromium-mac/animations/cross-fade-webkit-mask-image-expected.png:
90244         * platform/chromium-mac/animations/state-at-end-event-expected.png:
90245         * platform/chromium-mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
90246         * platform/chromium-mac/compositing/color-matching/pdf-image-match-expected.png:
90247         * platform/chromium-mac/compositing/compositing-visible-descendant-expected.png:
90248         * platform/chromium-mac/compositing/generated-content-expected.png:
90249         * platform/chromium-mac/compositing/geometry/abs-position-inside-opacity-expected.png:
90250         * platform/chromium-mac/compositing/geometry/composited-html-size-expected.png:
90251         * platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png:
90252         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
90253         * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
90254         * platform/chromium-mac/compositing/geometry/fixed-position-expected.png:
90255         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
90256         * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
90257         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
90258         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
90259         * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
90260         * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
90261         * platform/chromium-mac/compositing/geometry/outline-change-expected.png:
90262         * platform/chromium-mac/compositing/geometry/partial-layout-update-expected.png:
90263         * platform/chromium-mac/compositing/geometry/root-layer-update-expected.png:
90264         * platform/chromium-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
90265         * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png:
90266         * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png:
90267         * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png:
90268         * platform/chromium-mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
90269         * platform/chromium-mac/compositing/images/direct-image-background-color-expected.png:
90270         * platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png:
90271         * platform/chromium-mac/compositing/masks/direct-image-mask-expected.png:
90272         * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png:
90273         * platform/chromium-mac/compositing/masks/multiple-masks-expected.png:
90274         * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
90275         * platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png:
90276         * platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
90277         * platform/chromium-mac/compositing/overflow/nested-scrolling-expected.png:
90278         * platform/chromium-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
90279         * platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png:
90280         * platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png:
90281         * platform/chromium-mac/compositing/overflow/parent-overflow-expected.png:
90282         * platform/chromium-mac/compositing/overflow/remove-overflow-crash2-expected.png:
90283         * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
90284         * platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png:
90285         * platform/chromium-mac/compositing/overflow/theme-affects-visual-overflow-expected.png:
90286         * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
90287         * platform/chromium-mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
90288         * platform/chromium-mac/compositing/reflections/deeply-nested-reflections-expected.png:
90289         * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
90290         * platform/chromium-mac/compositing/reflections/masked-reflection-on-composited-expected.png:
90291         * platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
90292         * platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png:
90293         * platform/chromium-mac/compositing/reflections/nested-reflection-expected.png:
90294         * platform/chromium-mac/compositing/reflections/nested-reflection-mask-change-expected.png:
90295         * platform/chromium-mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
90296         * platform/chromium-mac/compositing/reflections/nested-reflection-opacity-expected.png:
90297         * platform/chromium-mac/compositing/reflections/nested-reflection-size-change-expected.png:
90298         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png:
90299         * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
90300         * platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png:
90301         * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png:
90302         * platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png:
90303         * platform/chromium-mac/compositing/reflections/reflection-ordering-expected.png:
90304         * platform/chromium-mac/compositing/reflections/reflection-positioning-expected.png:
90305         * platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png:
90306         * platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png:
90307         * platform/chromium-mac/compositing/reflections/transform-inside-reflection-expected.png:
90308         * platform/chromium-mac/compositing/repaint/become-overlay-composited-layer-expected.png:
90309         * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png:
90310         * platform/chromium-mac/compositing/repaint/layer-repaint-expected.png:
90311         * platform/chromium-mac/compositing/repaint/layer-repaint-rects-expected.png:
90312         * platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png:
90313         * platform/chromium-mac/compositing/repaint/opacity-between-absolute2-expected.png:
90314         * platform/chromium-mac/compositing/self-painting-layers-expected.png:
90315         * platform/chromium-mac/compositing/sibling-positioning-expected.png:
90316         * platform/chromium-mac/compositing/text-on-large-layer-expected.png:
90317         * platform/chromium-mac/compositing/transitions/scale-transition-no-start-expected.png:
90318         * platform/chromium-mac/compositing/transitions/singular-scale-transition-expected.png:
90319         * platform/chromium-mac/compositing/video/video-controls-layer-creation-expected.png:
90320         * platform/chromium-mac/compositing/webgl/webgl-background-color-expected.png:
90321         * platform/chromium-mac/compositing/webgl/webgl-reflection-expected.png:
90322
90323 2012-10-18  Anand Chakravarty  <anandc@google.com>
90324
90325         Incorrect check performed in Media Source objects test.
90326         https://bugs.webkit.org/show_bug.cgi?id=99390
90327
90328         Reviewed by Eric Carlson.
90329
90330         Use an expected value of 5 in the buffered attribute.
90331
90332         * http/tests/media/media-source/video-media-source-objects-expected.txt:
90333         * http/tests/media/media-source/video-media-source-objects.html:
90334
90335 2012-10-18  Anand Chakravarty  <anandc@google.com>
90336
90337         Use of uninitialized variable in Media Source API test.
90338         https://bugs.webkit.org/show_bug.cgi?id=99387
90339
90340         Reviewed by Eric Carlson.
90341
90342         Set value of seekTime to 1 before using it.
90343
90344         * http/tests/media/media-source/video-media-source-state-changes.html:
90345
90346 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90347
90348         De-dup expectations for chromium mountainlion
90349
90350         Unreviewed, expectations update.
90351
90352         * platform/chromium-mac-mountainlion/TestExpectations:
90353         * platform/chromium/TestExpectations:
90354
90355 2012-10-18  Adam Barth  <abarth@webkit.org>
90356
90357         [V8] fast/dom/gc-9.html fails for document.styleSheets
90358         https://bugs.webkit.org/show_bug.cgi?id=99786
90359
90360         Reviewed by Kentaro Hara.
90361
90362         * platform/chromium/fast/dom/gc-9-expected.txt:
90363             - Test progression.
90364
90365 2012-10-18  Adam Barth  <abarth@webkit.org>
90366
90367         [V8] fast/dom/gc-9.html fails for document.implementation
90368         https://bugs.webkit.org/show_bug.cgi?id=99783
90369
90370         Reviewed by Kentaro Hara.
90371
90372         * platform/chromium/TestExpectations:
90373             - TestExpectations claims that this test is "brain damaged", but it
90374               looks like the test has improved since that comment was written
90375               and that this test is actually quite valuable.
90376         * platform/chromium/fast/dom/gc-9-expected.txt: Added.
90377             - This patch adds a Chromium-specific baseline for this test.
90378               Before this patch, we failed the document.implementation
90379               subtests.
90380
90381 2012-10-18  Kent Tamura  <tkent@chromium.org>
90382
90383         [Chromium] Test expectation update.
90384
90385         * platform/chromium/TestExpectations: Remove entries for passing *-multiple-fieds tests.
90386         * platform/chromium-mac-mountainlion/TestExpectations: Add them.
90387
90388 2012-10-18  Pan Deng  <pan.deng@intel.com>
90389
90390         [Resource Timing]Test cases for set buffer size functionality and event when buffer full.
90391         https://bugs.webkit.org/show_bug.cgi?id=84885.
90392
90393         Reviewed by Tony Gentilcore.
90394
90395         Test cases in this patch validate buffer size restriction functionality, clear resource timing functionality and the fired event when buffer full. 
90396
90397         * http/tests/w3c/webperf/resources/webperftestharnessextension.js:
90398         (PerformanceContext.prototype.getEntriesByName):
90399         (PerformanceContext.prototype.setResourceTimingBufferSize):
90400         (PerformanceContext.prototype.registerResourceTimingBufferFullCallback):
90401         (PerformanceContext.prototype.clearResourceTimings):
90402         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries-expected.txt: Added.
90403         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_populate_entries.html: Added.
90404         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size-expected.txt: Added.
90405         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_full_when_shrink_buffer_size.html: Added.
90406         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction-expected.txt: Added.
90407         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction.html: Added.
90408         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality-expected.txt: Added.
90409         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_clear_resource_timing_functionality.html: Added.
90410         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size-expected.txt: Added.
90411         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_on_shrink_buffer_size.html: Added.
90412         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback-expected.txt: Added.
90413         * http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html: Added.
90414         * platform/chromium/TestExpectations:
90415         * platform/efl/TestExpectations:
90416         * platform/gtk/TestExpectations:
90417         * platform/mac/TestExpectations:
90418         * platform/qt-5.0-wk2/TestExpectations:
90419         * platform/qt/TestExpectations:
90420         * platform/win/TestExpectations:
90421
90422 2012-10-18  Ryosuke Niwa  <rniwa@webkit.org>
90423
90424         REGRESSION(r130411): Copying & pasting the first line of text can move caret to the end of text area
90425         https://bugs.webkit.org/show_bug.cgi?id=99663
90426
90427         Reviewed by Enrica Casucci and Levi Weintraub.
90428
90429         Add a regression test for copying and pasting the first line in a textarea with two lines of text.
90430
90431         * editing/pasteboard/copy-paste-first-line-in-textarea-expected.txt: Added.
90432         * editing/pasteboard/copy-paste-first-line-in-textarea.html: Added.
90433
90434 2012-10-18  W. James MacLean  <wjmaclean@chromium.org>
90435
90436         [chromium] Re-enable gesture highlight layout tests, fix GestureLongPress regression.
90437         https://bugs.webkit.org/show_bug.cgi?id=99632
90438
90439         Reviewed by James Robinson.
90440
90441         Re-enable layout tests for gesture highlights. Includes fix for GestureTapCancel test.
90442
90443         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html:
90444         * platform/chromium/TestExpectations:
90445
90446 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90447
90448         [chromium] fix lint errors/conflicts in ML TestExpectations
90449
90450         Unreviewed, expectations change.
90451
90452         * platform/chromium-mac-mountainlion/TestExpectations:
90453
90454 2012-10-18  Sheriff Bot  <webkit.review.bot@gmail.com>
90455
90456         Unreviewed, rolling out r131810.
90457         http://trac.webkit.org/changeset/131810
90458         https://bugs.webkit.org/show_bug.cgi?id=99762
90459
90460         Broke linux debug webkit_unit_tests (Requested by
90461         danakj|gardening on #webkit).
90462
90463         * platform/chromium/TestExpectations:
90464         * platform/chromium/virtual/deferred/fast/images/README.txt: Removed.
90465
90466 2012-10-18  Mike West  <mkwst@chromium.org>
90467
90468         Add layout tests for wildcarded hosts in CSP directives.
90469         https://bugs.webkit.org/show_bug.cgi?id=99693
90470
90471         Reviewed by Adam Barth.
90472
90473         Adds four test cases to ensure that wildcarded hosts in Content Security
90474         Policy source expressions function correctly with and without paths,
90475         and with wildcarded ports.
90476
90477         * http/tests/security/contentSecurityPolicy/source-list-parsing-09-expected.txt: Added.
90478         * http/tests/security/contentSecurityPolicy/source-list-parsing-09.html: Added.
90479
90480 2012-10-18  Dirk Pranke  <dpranke@chromium.org>
90481
90482         [chromium] update ML-specific failures
90483         https://bugs.webkit.org/show_bug.cgi?id=99505
90484
90485         Unreviewed, expectations change.
90486
90487         * platform/chromium-mac-mountainlion/TestExpectations:
90488
90489 2012-10-18  Alpha Lam  <hclam@chromium.org>
90490
90491         [chromium] Implement deferred image decoding
90492         https://bugs.webkit.org/show_bug.cgi?id=94240
90493
90494         Reviewed by Stephen White.
90495
90496         Adding a virtual test suite for Chromium to test deferred image
90497         decoding.
90498
90499         platform/chromium/virtual/deferred/fast/images will be tested with
90500         --force-compositing --enable-per-tile-painting --enable-deferred-image-decoding.
90501
90502         * platform/chromium/virtual/deferred/fast/images/README.txt: Added.
90503
90504 2012-10-18  Max Vujovic  <mvujovic@adobe.com>
90505
90506         [CSS Shaders] Validate types of built-in vertex attributes
90507         https://bugs.webkit.org/show_bug.cgi?id=98972
90508
90509         Reviewed by Dean Jackson.
90510
90511         invalid-custom-filter-attribute-types.html uses a set of vertex shaders. Each vertex shader
90512         defines a specific attribute with the wrong type. None of the vertex shaders in the test
90513         should execute. If a vertex shader does execute, its associated fragment shader will render
90514         a green div as red.
90515
90516         * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html: Added.
90517         * css3/filters/custom/invalid-custom-filter-attribute-types.html: Added.
90518         * css3/filters/resources/invalid-type-a-mesh-coord.vs: Added.
90519         * css3/filters/resources/invalid-type-a-position.vs: Added.
90520         * css3/filters/resources/invalid-type-a-tex-coord.vs: Added.
90521         * css3/filters/resources/invalid-type-a-triangle-coord.vs: Added.
90522         * css3/filters/resources/invalid-type-attribute-array.vs: Added.
90523
90524 2012-10-18  Tony Chang  <tony@chromium.org>
90525
90526         Unreviewed, update Qt expectations for slider tests.
90527
90528         fast/events/touch/touch-slider.html now has a specific bug number.
90529         media/video-playing-and-pause.html is removed. I added it by accident
90530         causing it to be run. Qt didn't run this test before my change.
90531
90532         * platform/qt/TestExpectations:
90533
90534 2012-10-18  James Simonsen  <simonjam@chromium.org>
90535
90536         Add a script for exporting http/tests/w3c/webperf/submission to W3C
90537         https://bugs.webkit.org/show_bug.cgi?id=99675
90538
90539         Reviewed by Tony Gentilcore.
90540
90541         The W3C tests expect a company to contribute them. Move these to the Intel directory.
90542
90543         * 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.
90544         * 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.
90545         * 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.
90546         * 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.
90547         * 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.
90548         * 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.
90549         * 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.
90550         * 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.
90551         * 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.
90552         * 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.
90553         * 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.
90554         * 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.
90555         * 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.
90556         * 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.
90557         * 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.
90558         * 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.
90559         * platform/chromium/TestExpectations:
90560         * platform/efl/TestExpectations:
90561         * platform/gtk/TestExpectations:
90562         * platform/mac/TestExpectations:
90563         * platform/qt-5.0-wk2/TestExpectations:
90564         * platform/qt/TestExpectations:
90565         * platform/win/TestExpectations:
90566
90567 2012-10-18  Pablo Flouret  <pablof@motorola.com>
90568
90569         Implement css3-conditional's @supports rule
90570         https://bugs.webkit.org/show_bug.cgi?id=86146
90571
90572         Reviewed by Antti Koivisto.
90573
90574         * css3/supports-expected.txt: Added.
90575         * css3/supports.html: Added.
90576
90577         * platform/chromium/TestExpectations:
90578         * platform/efl/TestExpectations:
90579         * platform/gtk/TestExpectations:
90580         * platform/mac/TestExpectations:
90581         * platform/qt/TestExpectations:
90582         * platform/win/TestExpectations:
90583         * platform/wincairo/TestExpectations:
90584         * platform/wk2/TestExpectations:
90585             Skip the test until the feature is enabled.
90586
90587 2012-10-18  Jer Noble  <jer.noble@apple.com>
90588
90589         Fullscreen movie controls behave incorrectly when clicked (and dragged)
90590         https://bugs.webkit.org/show_bug.cgi?id=99610
90591
90592         Reviewed by Eric Carlson.
90593
90594         Add a second drag operation, testing that the location does not reset at the beginning of
90595         each additional drag.
90596
90597         * fullscreen/video-controls-drag-expected.txt:
90598         * fullscreen/video-controls-drag.html:
90599
90600 2012-10-18  Brandon Jones  <bajones@google.com>
90601
90602         Implement OES_element_index_uint / WEBKIT_OES_element_index_uint
90603         https://bugs.webkit.org/show_bug.cgi?id=97400
90604
90605         Reviewed by Kenneth Russell.
90606
90607         Added OES_element_index_uint extension conformance test from KHRONOS
90608
90609         * fast/canvas/webgl/oes-element-index-uint-expected.txt: Added.
90610         * fast/canvas/webgl/oes-element-index-uint.html: Added.
90611         * platform/chromium/TestExpectations:
90612         * platform/efl/TestExpectations:
90613         * platform/mac/TestExpectations:
90614         * platform/wk2/TestExpectations:
90615
90616 2012-10-18  Dana Jansens  <danakj@chromium.org>
90617
90618         Unreviewed, mark http/tests/xmlhttprequest/request-encoding2.html as flaky.
90619         https://bugs.webkit.org/show_bug.cgi?id=99734
90620
90621         * platform/chromium/TestExpectations:
90622
90623 2012-10-18  Stephen Chenney  <schenney@chromium.org>
90624
90625         Unreviewed testExpectation change for Chromium.
90626
90627         * platform/chromium/TestExpectations: Marked svg/hixie/perf/007.xml as [ Pass Slow ]
90628
90629 2012-10-18  Tony Chang  <tony@chromium.org>
90630
90631         Unreviewed, rebaseline a slider test on Mac.
90632         I think I grabbed the baseline at the wrong time or from the wrong bot yesterday.
90633
90634         * platform/mac/media/video-playing-and-pause-expected.txt:
90635
90636 2012-10-18  Hans Muller  <hmuller@adobe.com>
90637
90638         [CSS Exclusions] Handle special case "empty" shapes
90639         https://bugs.webkit.org/show_bug.cgi?id=99342
90640
90641         Reviewed by Dirk Schulze.
90642
90643         Verify that "empty" shape-inside shapes do not constrain the text their element contains.
90644
90645         * fast/exclusions/shape-inside/shape-inside-empty-expected.html: Added.
90646         * fast/exclusions/shape-inside/shape-inside-empty.html: Added.
90647
90648 2012-10-18  Takashi Sakamoto  <tasak@google.com>
90649
90650         REGRESSION(r131464): Null-pointer crash in StyleResolver::styleForElement
90651         https://bugs.webkit.org/show_bug.cgi?id=99587
90652
90653         Reviewed by Dimitri Glazkov.
90654
90655         * fast/dom/shadow/user-modify-in-datalist-crash-expected.txt: Added.
90656         * fast/dom/shadow/user-modify-in-datalist-crash.html: Added.
90657
90658 2012-10-18  Kent Tamura  <tkent@chromium.org>
90659
90660         [Chromium] Test expectation update mainly for
90661         https://bugs.webkit.org/show_bug.cgi?id=99673
90662
90663         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90664         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90665         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90666         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90667         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90668         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90669         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90670         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90671         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90672         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
90673         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90674         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90675         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90676
90677 2012-10-18  Stephen Chenney  <schenney@chromium.org>
90678
90679         Rebaselining some longstanding Chromium expectations.
90680
90681         Unreviewed test expectations update.
90682
90683         These were marked as expected fail when a Skia roll went in. That was ago.
90684
90685         * platform/chromium-linux/fast/repaint/list-marker-expected.png:
90686         * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
90687         * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
90688         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-expected.png:
90689         * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
90690         * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
90691         * platform/chromium-mac-snowleopard/svg/hixie/perf/007-expected.png:
90692         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
90693         * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
90694         * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
90695         * platform/chromium-win-xp/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
90696         * platform/chromium-win/fast/repaint/focus-ring-expected.png:
90697         * platform/chromium-win/fast/repaint/list-marker-expected.png:
90698         * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
90699         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
90700         * platform/chromium/TestExpectations:
90701
90702 2012-10-18  Anton Muhin  <antonm@chromium.org>
90703
90704         Unreviewed Chromium rebaselines.
90705
90706         * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
90707         * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
90708         * platform/chromium-mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
90709         * platform/chromium-mac/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
90710         * platform/chromium-win/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
90711
90712 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
90713
90714         [EFL] Update pixel expectation for a datalist test.
90715
90716         * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
90717
90718 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
90719
90720         [EFL] Gardening. Remove pixel expectation for a test that's actually a reftest.
90721
90722         * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Removed.
90723
90724 2012-10-18  KwangYong Choi  <ky0.choi@samsung.com>
90725
90726         [EFL] Rebaseline http/tests/plugins/ after r129972
90727         https://bugs.webkit.org/show_bug.cgi?id=99672
90728
90729         Unreviewed. Plugin feature is enabled on EFL WK2 port after r129972.
90730
90731         * platform/efl-wk1/TestExpectations:
90732         * platform/efl-wk2/TestExpectations:
90733         * platform/efl/TestExpectations:
90734
90735 2012-10-18  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
90736
90737         [EFL] Unskip http/tests/security/xss-DENIED-xsl-external-entity.xml.
90738
90739         It seems to be passing consistently now.
90740
90741         * platform/efl/TestExpectations:
90742
90743 2012-10-18  Nandor Huszka  <hnandor@inf.u-szeged.hu>
90744
90745         [Qt] Unreviewed gardening
90746
90747         Skipping a test, remove unnecessary expected files.
90748
90749         * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Removed.
90750         * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Removed.
90751         * platform/qt/TestExpectations:
90752
90753 2012-10-18  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
90754
90755         [EFL] Gardening after r131640
90756         https://bugs.webkit.org/show_bug.cgi?id=99692
90757
90758         Unreviewed gardening.
90759
90760         Failing gamepad/gamepad-out-of-range-crasher.html is skipped for EFL.
90761
90762         * platform/efl/TestExpectations:
90763
90764 2012-10-18  Kent Tamura  <tkent@chromium.org>
90765
90766         Set min-width property instead of width property for date/time fields
90767         https://bugs.webkit.org/show_bug.cgi?id=99673
90768
90769         Reviewed by Hajime Morita.
90770
90771         Update affected test results. Non-Mac chromium ports already have lines
90772         for them in TestExpectations.
90773
90774         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90775         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90776         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90777
90778 2012-10-18  MORITA Hajime  <morrita@google.com>
90779
90780         Assertion failure at TreeScopeAdopter::moveNodeToNewDocument()
90781         https://bugs.webkit.org/show_bug.cgi?id=99510
90782
90783         Reviewed by Kent Tamura.
90784
90785         * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style-expected.txt: Added.
90786         * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html: Added.
90787
90788 2012-10-18  Zan Dobersek  <zandobersek@gmail.com>
90789
90790         Unreviewed GTK gardening.
90791
90792         Updating baselines for two accessibility tests after r131674.
90793
90794         Updating baseline for media/video-playing-and-pause.html but still
90795         marking the test a flaky as the render tree output can differ from
90796         the new baseline.
90797
90798         * platform/gtk/TestExpectations:
90799         * platform/gtk/accessibility/inline-continuations-expected.txt:
90800         * platform/gtk/accessibility/media-element-expected.txt:
90801         * platform/gtk/media/video-playing-and-pause-expected.txt:
90802
90803 2012-10-17  Kangil Han  <kangil.han@samsung.com>
90804
90805         Let's move use-while-animating-crash-expected.txt to common place.
90806         https://bugs.webkit.org/show_bug.cgi?id=99678
90807
90808         Unreviewed, expectations change.
90809
90810         Move expected result to common place to pass svg/animations/use-while-animating-crash.html case.
90811
90812         * svg/animations/use-while-animating-crash-expected.txt: Renamed from LayoutTests/platform/mac/svg/animations/use-while-animating-crash-expected.txt.
90813
90814 2012-10-17  Hayato Ito  <hayato@chromium.org>
90815
90816         Content element does not expose distributedNodes property.
90817         https://bugs.webkit.org/show_bug.cgi?id=99232
90818
90819         Reviewed by Dimitri Glazkov.
90820
90821         Add getDistributedNodes() to HTMLContentElement's IDL, which returns a
90822         static NodeList whose node are distributed to the content element.
90823
90824         * fast/dom/shadow/content-element-distributed-nodes-expected.txt: Added.
90825         * fast/dom/shadow/content-element-distributed-nodes.html: Added.
90826         * fast/dom/shadow/distributed-nodes-expected.txt: Removed.
90827         * fast/dom/shadow/distributed-nodes.html: Removed.
90828         * platform/qt/TestExpectations:
90829
90830 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90831
90832         Clone baselines from platform/mac to platform/chromium [7 of 7]
90833         https://bugs.webkit.org/show_bug.cgi?id=99666
90834
90835         Unreviewed, expectations change.
90836
90837         (long list of expectations files omitted).
90838
90839 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90840
90841         Clone baselines from platform/mac to platform/chromium [6 of 7]
90842         https://bugs.webkit.org/show_bug.cgi?id=99666
90843
90844         Unreviewed, expectations change.
90845
90846         (long list of expectations files omitted).
90847
90848 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90849
90850         Clone baselines from platform/mac to platform/chromium [5 of 7]
90851         https://bugs.webkit.org/show_bug.cgi?id=99666
90852
90853         Unreviewed, expectations change.
90854
90855         (long list of expectations files omitted).
90856
90857 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90858
90859         Clone baselines from platform/mac to platform/chromium [4 of 7]
90860         https://bugs.webkit.org/show_bug.cgi?id=99666
90861
90862         Unreviewed, expectations change.
90863
90864         (long list of expectations files omitted).
90865
90866 2012-10-17  Pan Deng  <pan.deng@intel.com>
90867
90868         [User Timing] Test Cases of User Timing. According to http://www.w3.org/TR/2012/CR-user-timing-20120726/
90869         https://bugs.webkit.org/show_bug.cgi?id=90963
90870
90871         Reviewed by Tony Gentilcore.
90872
90873         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. 
90874
90875         * http/tests/w3c/webperf/resources/webperftestharnessextension.js: Added.
90876         (test_method_exists):
90877         (test_noless_than):
90878         (performance_entrylist_checker.entry_check.test_equals):
90879         (performance_entrylist_checker.entry_check):
90880         (performance_entrylist_checker.entrylist_order_check):
90881         (performance_entrylist_checker.entrylist_check):
90882         (PerformanceContext):
90883         (PerformanceContext.prototype.initialMeasures):
90884         (PerformanceContext.prototype.mark):
90885         (PerformanceContext.prototype.measure):
90886         (PerformanceContext.prototype.clearMarks):
90887         (PerformanceContext.prototype.clearMeasures):
90888         (PerformanceContext.prototype.getEntries):
90889         (PerformanceContext.prototype.getEntriesByType):
90890         (PerformanceContext.prototype.getEntriesByName):
90891         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks-expected.txt: Added.
90892         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMarks.html: Added.
90893         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures-expected.txt: Added.
90894         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_clearMeasures.html: Added.
90895         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark-expected.txt: Added.
90896         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark.html: Added.
90897         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception-expected.txt: Added.
90898         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_mark_exception.html: Added.
90899         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure-expected.txt: Added.
90900         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure.html: Added.
90901         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing-expected.txt: Added.
90902         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_associate_with_navigation_timing.html: Added.
90903         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception-expected.txt: Added.
90904         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_measure_exception.html: Added.
90905         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist-expected.txt: Added.
90906         * http/tests/w3c/webperf/submission/user-timing/test_user_timing_method_exist.html: Added.
90907         * platform/chromium/TestExpectations:
90908         * platform/efl/TestExpectations:
90909         * platform/gtk/TestExpectations:
90910         * platform/mac/TestExpectations:
90911         * platform/qt-5.0-wk2/TestExpectations:
90912         * platform/qt/TestExpectations:
90913         * platform/win/TestExpectations:
90914
90915 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90916
90917         Clone baselines from platform/mac to platform/chromium [3 of 7]
90918         https://bugs.webkit.org/show_bug.cgi?id=99666
90919
90920         Unreviewed, expectations change.
90921
90922         (long list of expectations files omitted).
90923
90924 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
90925
90926         Clone baselines from platform/mac to platform/chromium [2 of 7]
90927         https://bugs.webkit.org/show_bug.cgi?id=99666
90928
90929         Unreviewed, expectations change.
90930
90931         (long list of expectations files omitted).
90932
90933 2012-10-17  Kent Tamura  <tkent@chromium.org>
90934
90935         [Chromium] Rebaseline expectations for multiple-fields <input>
90936
90937         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
90938         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
90939         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
90940         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
90941         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
90942         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90943         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
90944         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
90945         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
90946         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90947         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
90948         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
90949         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
90950         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
90951         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90952         * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
90953         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
90954         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
90955         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
90956         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
90957         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
90958         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
90959         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
90960         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
90961         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
90962         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
90963         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
90964         * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
90965         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
90966         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
90967         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
90968         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90969         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
90970         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
90971         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
90972         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90973         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
90974         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
90975         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
90976         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
90977         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
90978         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
90979         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
90980         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
90981         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
90982         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
90983         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
90984         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
90985         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
90986         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
90987         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
90988         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
90989         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
90990         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
90991         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
90992         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
90993         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
90994         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
90995         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
90996         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
90997         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
90998         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
90999         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
91000         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
91001         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
91002         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
91003         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
91004         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
91005         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
91006         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
91007         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
91008         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
91009         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
91010         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
91011         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
91012         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
91013         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
91014         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
91015         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
91016         * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
91017         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed.
91018         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
91019         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
91020         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
91021         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
91022         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
91023         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
91024         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
91025         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
91026         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
91027         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
91028         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
91029         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
91030         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
91031         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
91032         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
91033         * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
91034         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
91035         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
91036         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
91037         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
91038         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
91039         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
91040         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
91041         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
91042         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
91043         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
91044         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
91045         * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
91046
91047 2012-10-17  Elliott Sprehn  <esprehn@chromium.org>
91048
91049         StyleRareNonInheritedData::contentDataEquivalent only looks at the first ContentData
91050         https://bugs.webkit.org/show_bug.cgi?id=99560
91051
91052         Reviewed by Eric Seidel.
91053
91054         Test that when the content CSS property changes we update the displayed content.
91055
91056         * fast/css-generated-content/content-property-change-expected.html: Added.
91057         * fast/css-generated-content/content-property-change.html: Added.
91058
91059 2012-10-17  Dirk Pranke  <dpranke@chromium.org>
91060
91061         Clone baselines from platform/mac to platform/chromium [1 of 7]
91062         https://bugs.webkit.org/show_bug.cgi?id=99666
91063
91064         Unreviewed, expectations change.
91065
91066 2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>
91067
91068         [GTK] AccessibilityUIElement::role() should be consistent across platforms wherever possible
91069         https://bugs.webkit.org/show_bug.cgi?id=99640
91070
91071         Reviewed by Chris Fleizach.
91072
91073         Updated tests and expectations to use the Mac/Safari-style AXRole strings
91074
91075         * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt:
91076         * platform/gtk/accessibility/aria-combobox-expected.txt:
91077         * platform/gtk/accessibility/aria-fallback-roles-expected.txt:
91078         * platform/gtk/accessibility/aria-menubar-menuitems-expected.txt:
91079         * platform/gtk/accessibility/aria-roles-expected.txt:
91080         * platform/gtk/accessibility/aria-roles-unignored-expected.txt:
91081         * platform/gtk/accessibility/aria-roles-unignored.html:
91082         * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt:
91083         * platform/gtk/accessibility/aria-slider-required-attributes.html:
91084         * platform/gtk/accessibility/aria-table-hierarchy-expected.txt:
91085         * platform/gtk/accessibility/aria-table-hierarchy.html:
91086         * platform/gtk/accessibility/aria-tables-expected.txt:
91087         * platform/gtk/accessibility/aria-toggle-button-role-expected.txt:
91088         * platform/gtk/accessibility/aria-toggle-button-role.html:
91089         * platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt:
91090         * platform/gtk/accessibility/button-accessible-name-expected.txt:
91091         * platform/gtk/accessibility/button-accessible-name.html:
91092         * platform/gtk/accessibility/canvas-description-and-role-expected.txt:
91093         * platform/gtk/accessibility/caret-browsing-text-focus-expected.txt:
91094         * platform/gtk/accessibility/caret-browsing-text-focus.html:
91095         * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt:
91096         * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt:
91097         * platform/gtk/accessibility/entry-and-password-expected.txt:
91098         * platform/gtk/accessibility/input-slider-expected.txt:
91099         * platform/gtk/accessibility/input-slider.html:
91100         * platform/gtk/accessibility/legend-expected.txt:
91101         * platform/gtk/accessibility/list-items-always-exposed-expected.txt:
91102         * platform/gtk/accessibility/list-items-always-exposed.html:
91103         * platform/gtk/accessibility/media-controls-panel-title-expected.txt:
91104         * platform/gtk/accessibility/media-controls-panel-title.html:
91105         * platform/gtk/accessibility/name-from-label-expected.txt:
91106         * platform/gtk/accessibility/name-from-label.html:
91107         * platform/gtk/accessibility/object-with-title-expected.txt:
91108         * platform/gtk/accessibility/object-with-title.html:
91109         * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt:
91110         * platform/gtk/accessibility/spans-expected.txt:
91111         * platform/gtk/accessibility/spans-paragraphs-and-divs-expected.txt:
91112         * platform/gtk/accessibility/spans-paragraphs-and-divs.html:
91113         * platform/gtk/accessibility/spans.html:
91114         * platform/gtk/accessibility/svg-image-expected.txt:
91115         * platform/gtk/accessibility/table-hierarchy-expected.txt:
91116         * platform/gtk/accessibility/table-hierarchy.html:
91117
91118 2012-10-17  Arpita Bahuguna  <arpitabahuguna@gmail.com>
91119
91120         Incorrect rendering of borders on <col> with span > 1
91121         https://bugs.webkit.org/show_bug.cgi?id=76246
91122
91123         Reviewed by Julien Chaffraix.
91124
91125         * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png:
91126         * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt:
91127         * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png:
91128         * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt:
91129         Existing tests modified. This is because previously, while computing collapsed
91130         start border, we did not take the preceeding col's enclosing colgroup's end border
91131         into consideration. While computing the collapsed start border, only the preceeding
91132         col element's end border was considered.
91133
91134         With this fix, for the above two tests, the last col's width now changes due to
91135         the border being applied to it (the preceeding col's enclosing colgroup's end border)
91136         which causes the table's width to change. Also, we should note that the cell's grow
91137         by half the border's width; which is expected (on account of their being collapsed
91138         borders).
91139
91140         * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.txt: Added.
91141         * fast/table/border-collapsing/collapsed-border-with-col-colgroup-span.html: Added.
91142         * platform/chromium-linux/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
91143         Image only test added for verifying the behavior of collapsed borders with
91144         col and colgroup span.
91145         New expected image file added for the chromium-linux port.
91146
91147 2012-10-17  Tom Sepez  <tsepez@chromium.org>
91148
91149         Crash in ContainerNode::removeAllChildren()
91150         https://bugs.webkit.org/show_bug.cgi?id=98443
91151
91152         Reviewed by Eric Carlson.
91153
91154         * http/tests/security/video-poster-cross-origin-crash2-expected.txt: Added.
91155         * http/tests/security/video-poster-cross-origin-crash2.html: Added.
91156
91157 2012-10-17  Joshua Bell  <jsbell@chromium.org>
91158
91159         IndexedDB: Closing connection in upgradeneeded should result in error event
91160         https://bugs.webkit.org/show_bug.cgi?id=99486
91161
91162         Reviewed by Tony Chang.
91163
91164         Updated test expectation - error, not success.
91165
91166         * storage/indexeddb/intversion-close-in-oncomplete-expected.txt:
91167         * storage/indexeddb/resources/intversion-close-in-oncomplete.js:
91168         (deleteSuccess):
91169         (upgradeNeeded.transaction.oncomplete):
91170         (upgradeNeeded):
91171         (openError):
91172
91173 2012-10-17  Ryosuke Niwa  <rniwa@webkit.org>
91174
91175         Build fix after r131651.
91176
91177         * fast/harness/perftests/runs-per-second-iterations.html:
91178         * fast/harness/perftests/runs-per-second-log.html:
91179
91180 2012-10-17  Allan Sandfeld Jensen  <allan.jensen@digia.com>
91181
91182         [Qt] Certain SVG content freezes QtWebKit
91183         https://bugs.webkit.org/show_bug.cgi?id=97258
91184
91185         Reviewed by Simon Hausmann.
91186
91187         * svg/stroke/zero-width-hang-expected.txt: Added.
91188         * svg/stroke/zero-width-hang.html: Added.
91189
91190 2012-10-17  Filip Pizlo  <fpizlo@apple.com>
91191
91192         REGRESSION (r130826 or r130828): Twitter top bar is dysfunctional
91193         https://bugs.webkit.org/show_bug.cgi?id=99577
91194         <rdar://problem/12518883>
91195
91196         Reviewed by Mark Hahnenberg.
91197
91198         * fast/js/dfg-array-pop-value-clearing-expected.txt: Added.
91199         * fast/js/dfg-array-pop-value-clearing.html: Added.
91200         * fast/js/jsc-test-list:
91201         * fast/js/script-tests/dfg-array-pop-value-clearing.js: Added.
91202         (foo):
91203
91204 2012-10-17  Joshua Bell  <jsbell@chromium.org>
91205
91206         IndexedDB: Enforce unsigned long/unsigned long long ranges
91207         https://bugs.webkit.org/show_bug.cgi?id=99637
91208
91209         Reviewed by Tony Chang.
91210
91211         Additional edge case tests and updated expectations.
91212
91213         * storage/indexeddb/cursor-advance-expected.txt:
91214         * storage/indexeddb/intversion-bad-parameters-expected.txt:
91215         * storage/indexeddb/intversion-encoding-expected.txt:
91216         * storage/indexeddb/resources/cursor-advance.js:
91217         (testBadAdvance.advanceBadly):
91218         (testBadAdvance):
91219         * storage/indexeddb/resources/intversion-bad-parameters.js:
91220         (deleteSuccess):
91221         * storage/indexeddb/resources/intversion-encoding.js:
91222
91223 2012-10-17  Tony Chang  <tony@chromium.org>
91224
91225         fast/forms/range/input-appearance-range-rtl.html off by one pixel
91226         https://bugs.webkit.org/show_bug.cgi?id=99625
91227
91228         Reviewed by Ojan Vafai.
91229
91230         Run test on GTK+ and Qt now that it is fixed.
91231
91232         * platform/gtk/TestExpectations:
91233         * platform/qt/TestExpectations:
91234
91235 2012-10-17  Tony Chang  <tony@chromium.org>
91236
91237         Unreviewed, Qt baselines for shadow DOM changes to RenderSlider.
91238         There are a couple unexplained failures that I'm still investigating.
91239
91240         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
91241         * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed.
91242         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Removed.
91243         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Removed.
91244         * platform/qt/TestExpectations:
91245         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
91246         * platform/qt/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
91247         * platform/qt/fast/forms/box-shadow-override-expected.txt:
91248         * platform/qt/fast/forms/range/input-appearance-range-expected.txt:
91249         * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
91250         * platform/qt/fast/forms/range/slider-padding-expected.txt:
91251         * platform/qt/fast/multicol/client-rects-expected.txt:
91252         * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
91253         * platform/qt/fast/repaint/slider-thumb-float-expected.txt: Added.
91254
91255 2012-10-17  Tony Chang  <tony@chromium.org>
91256
91257         Unreviewed, Apple Mac baselines for shadow DOM changes to RenderSlider.
91258
91259         * platform/mac/TestExpectations:
91260         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
91261         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
91262         * platform/mac/fast/forms/box-shadow-override-expected.txt:
91263         * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
91264         * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
91265         * platform/mac/fast/forms/range/slider-padding-expected.txt:
91266         * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
91267         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
91268         * platform/mac/fast/multicol/client-rects-expected.txt:
91269         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt:
91270         * platform/mac/fast/repaint/slider-thumb-float-expected.txt: Added.
91271         * platform/mac/media/audio-controls-rendering-expected.txt:
91272         * platform/mac/media/controls-after-reload-expected.txt:
91273         * platform/mac/media/controls-strict-expected.txt:
91274         * platform/mac/media/controls-styling-strict-expected.txt:
91275         * platform/mac/media/video-controls-rendering-expected.txt:
91276         * platform/mac/media/video-display-toggle-expected.txt:
91277         * platform/mac/media/video-no-audio-expected.txt:
91278         * platform/mac/media/video-playing-and-pause-expected.txt:
91279
91280 2012-10-17  Filip Pizlo  <fpizlo@apple.com>
91281
91282         JIT op_get_by_pname should call cti_get_by_val_generic and not cti_get_by_val
91283         https://bugs.webkit.org/show_bug.cgi?id=99631
91284         <rdar://problem/12483221>
91285
91286         Reviewed by Mark Hahnenberg.
91287
91288         * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val-expected.txt: Added.
91289         * fast/js/get-by-pname-that-looks-like-a-patchable-get-by-val.html: Added.
91290         * fast/js/jsc-test-list:
91291         * fast/js/script-tests/get-by-pname-that-looks-like-a-patchable-get-by-val.js: Added.
91292         (foo):
91293
91294 2012-10-17  Tony Chang  <tony@chromium.org>
91295
91296         Unreviewed, second set of GTK+ baselines for shadow DOM changes to RenderSlider.
91297
91298         * platform/gtk/TestExpectations:
91299         * platform/gtk/media/audio-controls-rendering-expected.txt:
91300         * platform/gtk/media/audio-repaint-expected.txt:
91301         * platform/gtk/media/controls-after-reload-expected.txt:
91302         * platform/gtk/media/controls-strict-expected.txt:
91303         * platform/gtk/media/controls-styling-expected.txt:
91304         * platform/gtk/media/controls-styling-strict-expected.txt:
91305         * platform/gtk/media/controls-without-preload-expected.txt:
91306         * platform/gtk/media/media-controls-clone-expected.txt:
91307         * platform/gtk/media/media-document-audio-repaint-expected.txt:
91308         * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
91309         * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:
91310         * platform/gtk/media/video-controls-rendering-expected.txt:
91311         * platform/gtk/media/video-display-toggle-expected.txt:
91312         * platform/gtk/media/video-empty-source-expected.txt:
91313         * platform/gtk/media/video-no-audio-expected.txt:
91314         * platform/gtk/media/video-playing-and-pause-expected.txt:
91315         * platform/gtk/media/video-zoom-controls-expected.txt:
91316
91317 2012-10-17  Scott Graham  <scottmg@chromium.org>
91318
91319         Integer overflows/underflows in all Gamepad controller api calls.
91320         https://bugs.webkit.org/show_bug.cgi?id=97262
91321
91322         Reviewed by Abhishek Arya.
91323
91324         * gamepad/gamepad-out-of-range-crasher.html: Added.
91325         * gamepad/gamepad-out-of-range-crasher-expected.txt: Added.
91326
91327 2012-10-17  Tony Chang  <tony@chromium.org>
91328
91329         Unreviewed, Chromium baselines for shadow DOM changes to RenderSlider.
91330
91331         * platform/chromium-linux-x86/fast/multicol/client-rects-expected.txt: Removed.
91332         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
91333         * 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.
91334         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
91335         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
91336         * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
91337         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
91338         * 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.
91339         * platform/chromium-mac-snowleopard/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
91340         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
91341         * 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.
91342         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
91343         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
91344         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
91345         * platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
91346         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
91347         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
91348         * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt:
91349         * platform/chromium-mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
91350         * platform/chromium-mac/fast/forms/range/slider-padding-expected.txt: Added.
91351         * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
91352         * 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.
91353         * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
91354         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
91355         * platform/chromium-mac/fast/multicol/client-rects-expected.txt:
91356         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
91357         * platform/chromium-mac/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
91358         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
91359         * platform/chromium-mac/media/audio-repaint-expected.txt:
91360         * platform/chromium-mac/media/controls-after-reload-expected.txt:
91361         * platform/chromium-mac/media/controls-strict-expected.txt:
91362         * platform/chromium-mac/media/controls-styling-expected.txt:
91363         * platform/chromium-mac/media/controls-styling-strict-expected.txt:
91364         * platform/chromium-mac/media/controls-without-preload-expected.txt:
91365         * platform/chromium-mac/media/media-controls-clone-expected.txt:
91366         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
91367         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:
91368         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.txt:
91369         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
91370         * platform/chromium-mac/media/video-display-toggle-expected.txt:
91371         * platform/chromium-mac/media/video-empty-source-expected.txt:
91372         * platform/chromium-mac/media/video-no-audio-expected.txt:
91373         * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
91374         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
91375         * 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.
91376         * 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.
91377         * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
91378         * 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.
91379         * platform/chromium-win-xp/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt.
91380         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
91381         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
91382         * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
91383         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
91384         * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
91385         * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
91386         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png:
91387         * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
91388         * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
91389         * platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
91390         * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
91391         * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt:
91392         * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt:
91393         * platform/chromium-win/fast/multicol/client-rects-expected.txt:
91394         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
91395         * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt:
91396         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.txt:
91397         * 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.
91398         * platform/chromium/TestExpectations:
91399         * platform/mac-lion/media/audio-repaint-expected.txt: Removed.
91400
91401 2012-10-17  Dana Jansens  <danakj@chromium.org>
91402
91403         Unreviewed gardening, mark inspector/styles/styles-history.html as flaky on Linux.
91404         https://bugs.webkit.org/show_bug.cgi?id=99519
91405
91406         * platform/chromium/TestExpectations:
91407
91408 2012-10-17  Tony Chang  <tony@chromium.org>
91409
91410         Unreviewed, first set of GTK+ baselines for shadow DOM changes to RenderSlider.
91411
91412         * fast/forms/range/slider-thumb-stylability-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt.
91413         * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.txt: Removed.
91414         * platform/chromium-mac-snowleopard/fast/multicol/client-rects-expected.txt: Removed.
91415         * platform/chromium-win-xp/fast/multicol/client-rects-expected.txt: Removed.
91416         * platform/gtk/TestExpectations:
91417         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
91418         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
91419         * platform/gtk/fast/forms/box-shadow-override-expected.txt:
91420         * platform/gtk/fast/forms/input-appearance-height-expected.txt:
91421         * platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
91422         * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
91423         * platform/gtk/fast/forms/range/slider-padding-expected.txt:
91424         * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
91425         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.png: Removed.
91426         * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
91427         * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
91428         * platform/gtk/fast/layers/video-layer-expected.txt:
91429         * platform/gtk/fast/multicol/client-rects-expected.txt:
91430         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
91431         * platform/gtk/fast/repaint/slider-thumb-float-expected.txt: Added.
91432         * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Removed.
91433
91434 2012-10-17  Dana Jansens  <danakj@chromium.org>
91435
91436         Rebaseline some windows tests now that the bot is providing results in the right place.
91437
91438         Unreviewed gardening.
91439
91440         * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Removed.
91441         * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Removed.
91442         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Removed.
91443         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
91444         * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Removed.
91445         * platform/chromium-win/css1/basic/inheritance-expected.png:
91446         * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
91447         * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
91448         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
91449         * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
91450
91451 2012-10-17  Philip Rogers  <pdr@google.com>
91452
91453         Allow lazy initialization of SVG XML animated properties.
91454         https://bugs.webkit.org/show_bug.cgi?id=84657
91455
91456         Reviewed by Tim Horton.
91457
91458         * platform/mac/svg/animations/use-while-animating-crash-expected.txt: Added.
91459         * svg/animations/use-while-animating-crash.html: Added.
91460
91461 2012-10-17  Dan Carney  <dcarney@google.com>
91462
91463         Bind isolatedWorldSecurityOrigin to world
91464         https://bugs.webkit.org/show_bug.cgi?id=99582
91465
91466         Reviewed by Adam Barth.
91467
91468         Clean up of isolated worlds added after test completion.
91469
91470         * http/tests/security/isolatedWorld/cross-origin-xhr.html:
91471
91472 2012-10-17  Simon Fraser  <simon.fraser@apple.com>
91473
91474         GraphicsLayer visible rect computation needs to use the current animating transform
91475         https://bugs.webkit.org/show_bug.cgi?id=99529
91476
91477         Reviewed by Dean Jackson.
91478
91479         Tests that exercise visible-rect computation on an animating layer.
91480
91481         * compositing/visible-rect/animated-expected.txt: Added.
91482         * compositing/visible-rect/animated-from-none-expected.txt: Added.
91483         * compositing/visible-rect/animated-from-none.html: Added.
91484         * compositing/visible-rect/animated.html: Added.
91485
91486 2012-10-17  Sadrul Habib Chowdhury  <sadrul@chromium.org>
91487
91488         plugins: Allow a plugin to dictate whether it can receive drag events or not.
91489         https://bugs.webkit.org/show_bug.cgi?id=99355
91490
91491         Reviewed by Tony Chang.
91492
91493         Update test to not set contentEditable on the plugin anymore.
91494
91495         * platform/chromium/plugins/drag-events-expected.txt:
91496         * platform/chromium/plugins/drag-events.html:
91497
91498 2012-10-17  Christophe Dumez  <christophe.dumez@intel.com>
91499
91500         xss-DENIED-xsl-document-securityOrigin.xml crashes with icon assertion
91501         https://bugs.webkit.org/show_bug.cgi?id=99571
91502
91503         Reviewed by Kenneth Rohde Christiansen.
91504
91505         Unskip http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml
91506         for EFL WebKit2 now that it no longer hits an assertion in
91507         IconDatabase.
91508
91509         * platform/efl-wk2/TestExpectations:
91510
91511 2012-10-17  Shinya Kawanaka  <shinyak@chromium.org>
91512
91513         Dynamically added elements do not get re-projected.
91514         https://bugs.webkit.org/show_bug.cgi?id=99227
91515
91516         Reviewed by Dimitri Glazkov.
91517
91518         * fast/dom/shadow/content-reprojection-dynamic-expected.html: Added.
91519         * fast/dom/shadow/content-reprojection-dynamic.html: Added.
91520
91521 2012-10-17  Dana Jansens  <danakj@chromium.org>
91522
91523         Layout Test http/tests/workers/text-encoding.html is flaky crashing on debug bots
91524         https://bugs.webkit.org/show_bug.cgi?id=99604
91525
91526         Unreviewed gardening.
91527
91528         * platform/chromium/TestExpectations:
91529
91530 2012-10-17  Vsevolod Vlasov  <vsevik@chromium.org>
91531
91532         Unreviewed inspector test fixed and skipped on JSC.
91533
91534         * inspector/debugger/live-edit-breakpoints-expected.txt:
91535         * inspector/debugger/live-edit-breakpoints.html:
91536         * platform/efl/TestExpectations:
91537         * platform/gtk/TestExpectations:
91538         * platform/mac/TestExpectations:
91539         * platform/qt/TestExpectations:
91540         * platform/win/TestExpectations:
91541         * platform/wincairo/TestExpectations:
91542
91543 2012-10-17  Hans Muller  <hmuller@adobe.com>
91544
91545         [CSS Exclusions] Additional simple polygon tests
91546         https://bugs.webkit.org/show_bug.cgi?id=98548
91547
91548         Reviewed by Dirk Schulze.
91549
91550         Added a pair of CSS Exclusions shape-inside ref-tests for regular polygons
91551         with 8 and 16 sides. Also made some small revisions to the supporting code,
91552         simple-polyon.js, and the existing simple polygon tests, and to localize and
91553         correct the conversion from float to layout coordinates. All of the tests
91554         now round/truncate the left edge of line segment intervals depending on whether
91555         subpixel layout is enabled.
91556
91557         * fast/exclusions/resources/simple-polygon.js:
91558         (createRegularPolygonVertices):
91559         (polygonXIntercepts):
91560         (simulatePolygonShape):
91561         (generateSimulatedPolygonShapeInsideElement):
91562         (createPolygonShapeInsideTestCase):
91563         (createPolygonShapeInsideTestCaseExpected):
91564         * fast/exclusions/shape-inside/shape-inside-regular-polygon16-expected.html: Added.
91565         * fast/exclusions/shape-inside/shape-inside-regular-polygon16.html: Added.
91566         * fast/exclusions/shape-inside/shape-inside-regular-polygon8-expected.html: Added.
91567         * fast/exclusions/shape-inside/shape-inside-regular-polygon8.html: Added.
91568         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html:
91569         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html:
91570         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html:
91571         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html:
91572         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html:
91573         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html:
91574         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
91575         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:
91576
91577 2012-10-17  Vsevolod Vlasov  <vsevik@chromium.org>
91578
91579         Web Inspector: [Regression] Undoing script changes does not restore breakpoints.
91580         https://bugs.webkit.org/show_bug.cgi?id=99598
91581
91582         Reviewed by Pavel Feldman.
91583
91584         * http/tests/inspector/live-edit-test.js:
91585         (initialize_LiveEditTest.InspectorTest.replaceInSource):
91586         (initialize_LiveEditTest.InspectorTest.commitSource):
91587         (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
91588         (initialize_LiveEditTest):
91589         * inspector/debugger/live-edit-breakpoints-expected.txt: Added.
91590         * inspector/debugger/live-edit-breakpoints.html: Added.
91591         * inspector/debugger/live-edit.html:
91592
91593 2012-10-17  Dana Jansens  <danakj@chromium.org>
91594
91595         Unreviewed rebaseline for ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001.htm
91596
91597         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
91598
91599 2012-10-17  Joanmarie Diggs  <jdiggs@igalia.com>
91600
91601         [GTK] accessibility/ignore-spacer-elements.html is failing
91602         https://bugs.webkit.org/show_bug.cgi?id=98366
91603
91604         Reviewed by Chris Fleizach.
91605
91606         The failure was due to platform-specific expectations of childrenCount.
91607         The solution was conditionalizing the test.
91608
91609         * accessibility/ignore-spacer-elements.html: Base expected childrenCount on platform.
91610         * platform/gtk/TestExpectations: Unskip previously-failing test.
91611
91612 2012-10-17  Mariusz Grzegorczyk  <mariusz.g@samsung.com>
91613
91614         Unreviewed EFL gardening.
91615         https://bugs.webkit.org/show_bug.cgi?id=99596
91616
91617         Unskip editing/inserting, editing/selection, editing/spelling and editing/style categories.
91618         Mark missing text expectations for these.
91619
91620         * platform/efl-wk1/TestExpectations:
91621         * platform/efl-wk2/TestExpectations:
91622         * platform/efl/TestExpectations:
91623
91624 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
91625
91626         [WK2][WTR] InjectedBundlePage::decidePolicyForNavigationAction() should print only filename part of local URLs
91627         https://bugs.webkit.org/show_bug.cgi?id=99581
91628
91629         Reviewed by Kenneth Rohde Christiansen.
91630
91631         Unskipped fast/loader/reload-policy-delegate.html for WK2.
91632
91633         * platform/wk2/TestExpectations:
91634
91635 2012-10-17  Harald Alvestrand  <hta@google.com>
91636
91637         Implement the Selector argument to RTCPeerConnection.getStats
91638         https://bugs.webkit.org/show_bug.cgi?id=99460
91639
91640         Reviewed by Adam Barth.
91641
91642         * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt: Added.
91643         * fast/mediastream/RTCPeerConnection-statsSelector.html: Added.
91644
91645 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
91646
91647         WebKitTestRunner needs layoutTestController.queueReload
91648         https://bugs.webkit.org/show_bug.cgi?id=42672
91649
91650         Reviewed by Kenneth Rohde Christiansen.
91651
91652         Unskipped the related test cases for WK2.
91653
91654         * platform/efl-wk2/TestExpectations:
91655         * platform/wk2/TestExpectations:
91656
91657 2012-10-17  Kent Tamura  <tkent@chromium.org>
91658
91659         REGRESSION(r131421): Text baseline becomes incorrect after re-layout of input[type=time]
91660         https://bugs.webkit.org/show_bug.cgi?id=99572
91661
91662         Reviewed by Kentaro Hara.
91663
91664         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout-expected.txt: Added.
91665         * fast/forms/time-multiple-fields/time-multiple-fields-static-relayout.html: Added.
91666
91667 2012-10-17  Zan Dobersek  <zandobersek@gmail.com>
91668
91669         Unreviewed GTK gardening.
91670
91671         Fixing expectation for fast/forms/range/input-appearance-range-rtl.html,
91672         it's a reftest so the failure is actually of pixel nature.
91673
91674         Also removing some expectations for tests that now consistently pass.
91675
91676         * platform/gtk/TestExpectations:
91677
91678 2012-10-17  Dominik Röttsches  <dominik.rottsches@intel.com>
91679
91680         [EFL] Unreviewed gardening.
91681
91682         Unskipping 4 cases after regression was fixed in r131229,
91683         moving out a crash and incorrect console loggin on the wk2 bot.
91684
91685         * platform/efl-wk2/TestExpectations:
91686         * platform/efl/TestExpectations:
91687
91688 2012-10-17  Mike West  <mkwst@chromium.org>
91689
91690         V8 should throw a more descriptive exception when blocking 'eval' via CSP.
91691         https://bugs.webkit.org/show_bug.cgi?id=94332
91692
91693         Reviewed by Adam Barth.
91694
91695         * platform/chromium/TestExpectations:
91696             Unskipping these tests, as this patch unbreaks them.
91697         * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt:
91698         * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt:
91699         * platform/chromium/http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt:
91700             Updating expectations with the new error message.
91701
91702 2012-10-17  MORITA Hajime  <morrita@google.com>
91703
91704         Assertion failed on HTMLFormControlElement.cpp: updateFromElementCallback()
91705         https://bugs.webkit.org/show_bug.cgi?id=99566
91706
91707         Reviewed by Kent Tamura.
91708
91709         * fast/forms/textarea/textarea-autofocus-removal-while-focusing.txt: Added.
91710         * fast/forms/textarea/textarea-autofocus-removal-while-focusing.html: Added.
91711
91712 2012-10-17  Anton Muhin  <antonm@chromium.org>
91713
91714         Unreviewed Chromium rebaselines.
91715
91716         * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
91717         * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
91718         * platform/chromium-win-xp/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
91719
91720 2012-10-17  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
91721
91722         [Qt] Unreviwed gardening. Skip failing reftest after r131497.
91723         https://bugs.webkit.org/show_bug.cgi?id=98666
91724
91725         * platform/qt/TestExpectations: Skip fast/forms/range/input-appearance-range-rtl.html.
91726
91727 2012-10-17  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
91728
91729         WebKitTestRunner needs testRunner.queueLoad
91730         https://bugs.webkit.org/show_bug.cgi?id=42674
91731
91732         Reviewed by Kenneth Rohde Christiansen.
91733
91734         Unskipped corresponding tests for WK2 and WK2 EFL, put those which still failing to appropriate groups.
91735
91736         * platform/efl-wk2/TestExpectations:
91737         * platform/wk2/TestExpectations:
91738
91739 2012-10-17  Douglas Stockwell  <dstockwell@chromium.org>
91740
91741         Content of replaced elements should be trimmed to the content edge curve.
91742         https://bugs.webkit.org/show_bug.cgi?id=63899
91743
91744         Reviewed by Simon Fraser.
91745
91746         * fast/replaced/border-radius-clip-content-edge-expected.txt: Added.
91747         * fast/replaced/border-radius-clip-content-edge.html: Added.
91748         * platform/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
91749         * platform/chromium/TestExpectations:
91750         * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png: Added.
91751         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:
91752
91753 2012-10-17  Kunihiko Sakamoto  <ksakamoto@chromium.org>
91754
91755         The HTML5 formtarget/formaction/formenctyp/formmethod/formnovalidate attributes don't work in button tags with nested elements
91756         https://bugs.webkit.org/show_bug.cgi?id=90539
91757
91758         Reviewed by Kent Tamura.
91759
91760         Added a test case to verify that formaction attribute of <button> element is
91761         used when its child <span> is clicked.
91762
91763         * fast/forms/formaction-attribute-expected.txt:
91764         * fast/forms/formaction-attribute.html: Removed unused doneAction2 variable.
91765
91766 2012-10-16  Csaba Osztrogonác  <ossy@webkit.org>
91767
91768         Unreviewed, rolling out r131516 and r131550.
91769         http://trac.webkit.org/changeset/131516
91770         http://trac.webkit.org/changeset/131550
91771         https://bugs.webkit.org/show_bug.cgi?id=99349
91772
91773         It caused zillion different problem on different platforms
91774
91775         * fast/workers/resources/worker-event-listener.js:
91776
91777 2012-10-16  Keishi Hattori  <keishi@webkit.org>
91778
91779         Add test that checks if scrolling works inside the suggestion picker
91780         https://bugs.webkit.org/show_bug.cgi?id=99409
91781
91782         Reviewed by Kent Tamura.
91783
91784         We want to test that scrolling, both by scrollbar and mouse wheel, work inside the suggestion picker.
91785
91786         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations-expected.txt:
91787         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html:
91788         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt:
91789         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html:
91790
91791 2012-10-16  Kent Tamura  <tkent@chromium.org>
91792
91793         Re-add a test which was removed mistakenly in r131538.
91794         https://bugs.webkit.org/show_bug.cgi?id=98103
91795
91796         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick-expected.txt: Added.
91797         * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onclick.html: Added.
91798
91799 2012-10-16  Kent Tamura  <tkent@chromium.org>
91800
91801         Move tests for calendar picker to platform/chromium/fast/forms/calendar-picker/
91802         https://bugs.webkit.org/show_bug.cgi?id=98103
91803
91804         Reviewed by Yuta Kitamura.
91805
91806         Move tests for calendar picker to platform/chromium/fast/forms/
91807         calendar-picker/ because
91808          - Ease of skipping
91809          - We're going to support non-date types in the calendar picker.
91810          - Not sure the calendar picker code will be used on other platforms.
91811
91812         * fast/forms/date/calendar-picker-appearance-expected.txt: Removed.
91813         * fast/forms/date/calendar-picker-appearance-pre-100-expected.txt: Removed.
91814         * fast/forms/date/calendar-picker-appearance-pre-100.html: Removed.
91815         * fast/forms/date/calendar-picker-appearance.html: Removed.
91816         * fast/forms/date/calendar-picker-common.js: Removed.
91817         * fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
91818         * fast/forms/date/calendar-picker-key-operations.html: Removed.
91819         * fast/forms/date/calendar-picker-mouse-operations-expected.txt: Removed.
91820         * fast/forms/date/calendar-picker-mouse-operations.html: Removed.
91821         * fast/forms/date/calendar-picker-type-change-onclick-expected.txt: Removed.
91822         * fast/forms/date/calendar-picker-type-change-onclick.html: Removed.
91823         * fast/forms/date/calendar-picker-with-step-expected.txt: Removed.
91824         * fast/forms/date/calendar-picker-with-step.html: Removed.
91825         * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91826         * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker: Added.
91827         * 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.
91828         * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91829         * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker: Added.
91830         * 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.
91831         * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91832         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker: Added.
91833         * 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.
91834         * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91835         * 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.
91836         * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91837         * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker: Added.
91838         * 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.
91839         * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
91840         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Removed.
91841         * platform/chromium-win/platform/chromium/fast/forms/calendar-picker: Added.
91842         * 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.
91843         * 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.
91844         * platform/chromium/TestExpectations:
91845         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-expected.txt.
91846         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:
91847         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance.html.
91848         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations-expected.txt.
91849         * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-key-operations.html.
91850         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations-expected.txt.
91851         * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Copied from LayoutTests/fast/forms/date/calendar-picker-mouse-operations.html.
91852         * 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.
91853         * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html: Copied from LayoutTests/fast/forms/date/calendar-picker-appearance-pre-100.html.
91854         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step-expected.txt: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step-expected.txt.
91855         * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html: Copied from LayoutTests/fast/forms/date/calendar-picker-with-step.html.
91856         * platform/chromium/fast/forms/calendar-picker/resources: Added.
91857         * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js: Copied from LayoutTests/fast/forms/date/calendar-picker-common.js.
91858         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Fix calendar-picker-common.js path.
91859         * platform/gtk/TestExpectations:
91860
91861 2012-10-16  Dirk Pranke  <dpranke@chromium.org>
91862
91863         Update Chromium ML expectations
91864
91865         Unreviewed, expectations change.
91866
91867         * platform/chromium-mac-mountainlion/TestExpectations:
91868
91869 2012-10-16  Joseph Pecoraro  <pecoraro@apple.com>
91870
91871         HTMLSelectElement::optionSelectedByUser confuses listIndex and optionIndex
91872         https://bugs.webkit.org/show_bug.cgi?id=99523
91873
91874         Reviewed by Simon Fraser.
91875
91876         Extend the dom activate test to test calls on a <select multiple> with
91877         <optgroup>s. This previously untested case was broken.
91878
91879         * platform/mac/fast/objc/dom-html-select-activate-expected.txt:
91880         * platform/mac/fast/objc/dom-html-select-activate.html:
91881
91882 2012-10-16  Jian Li  <jianli@chromium.org>
91883
91884         Rename feature define ENABLE_WIDGET_REGION to ENABLE_DRAGGBALE_REGION
91885         https://bugs.webkit.org/show_bug.cgi?id=98975
91886
91887         Reviewed by Adam Barth.
91888
91889         Renaming is needed to better match with the draggable region code.
91890
91891         * platform/efl/TestExpectations:
91892         * platform/gtk/TestExpectations:
91893         * platform/mac/TestExpectations:
91894         * platform/qt/TestExpectations:
91895         * platform/win/TestExpectations:
91896         * platform/wincairo/TestExpectations:
91897
91898 2012-10-16  Dana Jansens  <danakj@chromium.org>
91899
91900         Unreviewed, rebaselines after r131358
91901         https://bugs.webkit.org/show_bug.cgi?id=99441
91902
91903         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
91904         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
91905         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
91906         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
91907
91908 2012-10-16  James Simonsen  <simonjam@chromium.org>
91909
91910         [Page Visibility API] View-less documents should report as hidden
91911         https://bugs.webkit.org/show_bug.cgi?id=99410
91912
91913         Reviewed by Tony Gentilcore.
91914
91915         * fast/events/page-visibility-null-view-expected.txt: Added.
91916         * fast/events/page-visibility-null-view.html: Added.
91917
91918 2012-10-16  Tony Chang  <tony@chromium.org>
91919
91920         Unreviewed, broaden Chromium TestExpectations to match waterfall.
91921
91922         * platform/chromium/TestExpectations:
91923
91924 2012-10-16  Dana Jansens  <danakj@chromium.org>
91925
91926         Rebaseline mac compositing/geometry/fixed-position-transform-composited-page-scale-down.html
91927         https://bugs.webkit.org/show_bug.cgi?id=89702
91928
91929         Unreviewed gardening.
91930
91931         * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
91932         * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
91933         * platform/chromium/TestExpectations:
91934
91935 2012-10-16  Tony Chang  <tony@chromium.org>
91936
91937         Unreviewed, fix TestExpectations for Qt and GTK after RenderSlider change.
91938
91939         * platform/gtk/TestExpectations:
91940         * platform/gtk/media/video-volume-slider-expected.txt:
91941         * platform/qt/TestExpectations:
91942
91943 2012-10-16  Dana Jansens  <danakj@chromium.org>
91944
91945         Rebaseline for css1/basic/inheritance.html
91946
91947         Unreviewed gardening.
91948
91949         * platform/chromium-mac/css1/basic/inheritance-expected.png:
91950
91951 2012-10-16  Dana Jansens  <danakj@chromium.org>
91952
91953         Web Inspector: inspector/styles/styles-history.html is failing Text on win7
91954         https://bugs.webkit.org/show_bug.cgi?id=99519
91955
91956         Unreviewed gardening.
91957
91958         * platform/chromium/TestExpectations:
91959
91960 2012-10-16  Dana Jansens  <danakj@chromium.org>
91961
91962         Rebaselines for r131503
91963         https://bugs.webkit.org/show_bug.cgi?id=99516
91964
91965         Unreviewed gardening.
91966
91967         * platform/chromium/TestExpectations:
91968
91969 2012-10-16  Tony Chang  <tony@chromium.org>
91970
91971         Unreviewed, fix lint error in chromium-android/TestExpectations.
91972
91973         * platform/chromium-android/TestExpectations:
91974
91975 2012-10-16  Tony Chang  <tony@chromium.org>
91976
91977         Unreviewed, lint fixes for TestExpectations.
91978
91979         * platform/chromium/TestExpectations:
91980
91981 2012-10-16  Dana Jansens  <danakj@chromium.org>
91982
91983         Lint fixes for TestExpectations
91984
91985         Unreviewed gardening.
91986
91987         * platform/chromium/TestExpectations:
91988
91989 2012-10-16  Dana Jansens  <danakj@chromium.org>
91990
91991         Rebaselines for r131503
91992         https://bugs.webkit.org/show_bug.cgi?id=99516
91993
91994         Unreviewed gardening.
91995
91996         * platform/chromium/TestExpectations:
91997
91998 2012-10-16  Dana Jansens  <danakj@chromium.org>
91999
92000         Some tests need rebaseline after r131497
92001         https://bugs.webkit.org/show_bug.cgi?id=99511
92002
92003         Unreviewed gardening.
92004
92005         * platform/chromium/TestExpectations:
92006
92007 2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>
92008
92009         [GTK] accessibility/radio-button-title-label.html is failing
92010         https://bugs.webkit.org/show_bug.cgi?id=98374
92011
92012         Unreviewed. Unskipped test, new port-specific baseline.
92013
92014         New baseline for the GTK port. If there is a proper label tag, we
92015         expect the widget to get its name/title from that label. The aria
92016         labelledby property is exposed in addition to the label; not instead
92017         of the label.
92018
92019         * platform/gtk/TestExpectations: Unskipped failing test.
92020         * platform/gtk/accessibility/radio-button-title-label-expected.txt: Added.
92021
92022 2012-10-16  Dirk Pranke  <dpranke@chromium.org>
92023
92024         [chromium] add Mountain Lion baselines
92025         https://bugs.webkit.org/show_bug.cgi?id=99505
92026
92027         Reviewed by Ojan Vafai.
92028
92029         This change adds a temporary 10.8/MountainLion-specific
92030         expectations file for Chromium so that the bot can be green
92031         while we are updating all the baselines and triaging failures.
92032
92033         * platform/chromium-mac-mountainlion/TestExpectations: Added.
92034
92035 2012-10-16  Joanmarie Diggs  <jdiggs@igalia.com>
92036
92037         [GTK] accessibility/inline-continuations.html is failing
92038         https://bugs.webkit.org/show_bug.cgi?id=98367
92039
92040         Unreviewed. Unskipped test, new port-specific expectations.
92041
92042         ATs for the GTK port are expecting only meaningful text objects, with
92043         the text of spans getting folded into the parent object.
92044
92045         * platform/gtk/TestExpectations: Updated to unskip test.
92046         * platform/gtk/accessibility/inline-continuations-expected.txt: Added.
92047
92048 2012-10-16  Emil A Eklund  <eae@chromium.org>
92049
92050         Remove special-case flooring of baselinePosition for replaced elements in InlineFlowBox::placeBoxesInBlockDirection
92051         https://bugs.webkit.org/show_bug.cgi?id=99376
92052
92053         Reviewed by Levi Weintraub.
92054
92055         * platform/chromium/TestExpectations:
92056
92057 2012-10-16  Filip Pizlo  <fpizlo@apple.com>
92058
92059         GetScopedVar CSE matches dead GetScopedVar's leading to IR corruption
92060         https://bugs.webkit.org/show_bug.cgi?id=99470
92061         <rdar://problem/12363698>
92062
92063         Rubber stamped by Mark Hahnenberg.
92064
92065         * fast/js/dfg-cse-dead-get-scoped-var-expected.txt: Added.
92066         * fast/js/dfg-cse-dead-get-scoped-var.html: Added.
92067         * fast/js/jsc-test-list:
92068         * fast/js/script-tests/dfg-cse-dead-get-scoped-var.js: Added.
92069         (foo.return.if):
92070         (foo):
92071
92072 2012-10-16  Adam Barth  <abarth@webkit.org>
92073
92074         Document::adoptNode shouldn't special-case <iframe>
92075         https://bugs.webkit.org/show_bug.cgi?id=99247
92076
92077         Reviewed by Ryosuke Niwa.
92078
92079         Test that adopting an object element into itself also throws an
92080         exception.
92081
92082         * fast/frames/adopt-object-into-itself-expected.txt: Added.
92083         * fast/frames/adopt-object-into-itself.html: Added.
92084
92085 2012-10-16  Dana Jansens  <danakj@chromium.org>
92086
92087         lots-of-objects.html is flaky crashing on the webkit.org mac bot.
92088         http://code.google.com/p/chromium/issues/detail?id=46603
92089
92090         Unreviewed gardening.
92091
92092         * platform/chromium/TestExpectations:
92093
92094 2012-10-16  Tony Chang  <tony@chromium.org>
92095
92096         input[type=range] as a flex item renders thumb at wrong position
92097         https://bugs.webkit.org/show_bug.cgi?id=98666
92098
92099         Reviewed by Ojan Vafai.
92100
92101         Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
92102         and not using a RenderLayer unless noted otherwise.
92103
92104         * css3/flexbox/flexitem-stretch-range-expected.html: Added.
92105         * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
92106         thumb in the correct place.
92107         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
92108         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
92109         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
92110         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
92111         129px for vertical controls. This makes more sense than having a height of 100%.
92112         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
92113         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
92114         focus ring. This matches other form controls like buttons and textareas.
92115         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
92116         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
92117         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
92118         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
92119         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
92120         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
92121         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
92122         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
92123         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
92124         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
92125         * platform/chromium-win/fast/layers/video-layer-expected.txt:
92126         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
92127         * platform/chromium-win/media/audio-repaint-expected.txt:
92128         * platform/chromium-win/media/controls-after-reload-expected.txt:
92129         * platform/chromium-win/media/controls-strict-expected.txt:
92130         * platform/chromium-win/media/controls-styling-expected.txt:
92131         * platform/chromium-win/media/controls-styling-strict-expected.txt:
92132         * platform/chromium-win/media/controls-without-preload-expected.txt:
92133         * platform/chromium-win/media/media-controls-clone-expected.txt:
92134         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
92135         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
92136         * platform/chromium-win/media/video-controls-rendering-expected.txt:
92137         * platform/chromium-win/media/video-display-toggle-expected.txt:
92138         * platform/chromium-win/media/video-empty-source-expected.txt:
92139         * platform/chromium-win/media/video-no-audio-expected.txt:
92140         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
92141         * platform/chromium-win/media/video-zoom-controls-expected.txt:
92142
92143 2012-10-16  Xianzhu Wang  <wangxianzhu@chromium.org>
92144
92145         [Chromium] Android: Need a way to get appropriate font for some specific characters.
92146         https://bugs.webkit.org/show_bug.cgi?id=67587
92147
92148         Reviewed by Adam Barth.
92149
92150         Removed unnecessary rebaselines.
92151         Removed failure expectations for the tests now pass.
92152         Added pixel only rebaselines for some of the above tests.
92153
92154         * platform/chromium-android/fast/repaint/japanese-rl-selection-repaint-expected.png: Added. New pixel rebaseline.
92155         * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.png: Removed. Unnecessary rebaseline.
92156         * platform/chromium-android/fast/writing-mode/japanese-lr-selection-expected.txt: Removed. Unnecessary rebaseline.
92157         * platform/chromium-android/fast/writing-mode/japanese-rl-selection-expected.png: Added. New pixel rebaseline.
92158         * platform/chromium-android/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Removed. Unnecessary rebaseline.
92159         * platform/chromium/TestExpectations: Removed the failure expectations for the tests now pass.
92160
92161 2012-10-16  Tommy Widenflycht  <tommyw@google.com>
92162
92163         MediaStream API: Add the chromium API for RTCDataChannel
92164         https://bugs.webkit.org/show_bug.cgi?id=99435
92165
92166         Reviewed by Adam Barth.
92167
92168         Adding tests for RTCDataChannel.
92169
92170         * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: Added.
92171         * fast/mediastream/RTCPeerConnection-datachannel.html: Added.
92172
92173 2012-10-16  Tony Chang  <tony@chromium.org>
92174
92175         Unreviewed, rebaseline 2 Chromium Mac test.
92176         Small differences due to using MESA.
92177
92178         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
92179         * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
92180         * platform/chromium/TestExpectations:
92181
92182 2012-10-16  Stephen Chenney  <schenney@chromium.org>
92183
92184         An feImage that tries to render itself should be stopped
92185         https://bugs.webkit.org/show_bug.cgi?id=94652
92186
92187         Reviewed by Eric Seidel.
92188
92189         Ref-test to verify that an feImage that tries to draw itself will not
92190         crash. This test must be render in order to verify the result. Do not
92191         convert to dumpAstext.
92192
92193         * svg/filters/feImage-self-referencing-expected.html: Added.
92194         * svg/filters/feImage-self-referencing.html: Added.
92195
92196 2012-10-16  Nico Weber  <thakis@chromium.org>
92197
92198         [chromium/mac] Make spelling indicator HighDPI
92199         https://bugs.webkit.org/show_bug.cgi?id=99417
92200
92201         Reviewed by Stephen White.
92202
92203         New baselines.
92204
92205         * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png :
92206         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png :
92207
92208 2012-10-16  Dana Jansens  <danakj@chromium.org>
92209
92210         Remove expected fails for tests that need rebaseline after http://trac.webkit.org/changeset/131358
92211
92212         Unreviewed gardening.
92213
92214         * platform/chromium/TestExpectations:
92215
92216 2012-10-16  Tony Chang  <tony@chromium.org>
92217
92218         in a column flexbox, input overflows the box when stretched
92219         https://bugs.webkit.org/show_bug.cgi?id=99273
92220
92221         Reviewed by Ojan Vafai.
92222
92223         Add a ref test since we're testing form rendering. Make sure that we get the
92224         right behavior without the performance optimization (e.g., in multiline flexbox).
92225
92226         * css3/flexbox/stretch-input-in-column-expected.html: Added.
92227         * css3/flexbox/stretch-input-in-column.html: Added.
92228
92229 2012-10-16  Csaba Osztrogonác  <ossy@webkit.org>
92230
92231         [Qt] Unreviewed gardening, unskip a now passing test.
92232
92233         * platform/qt/TestExpectations:
92234
92235 2012-10-16  Simon Fraser  <simon.fraser@apple.com>
92236
92237         REGRESSION (r128787): Fixed position div causes other elements to not update correctly
92238         https://bugs.webkit.org/show_bug.cgi?id=98579
92239
92240         Reviewed by Beth Dakin.
92241
92242         Repaint test that scrolls an overflow element until its content layers overlap some
92243         other composited element. Only the pixel result is interesting.
92244
92245         * compositing/repaint/requires-backing-repaint-expected.png: Added.
92246         * compositing/repaint/requires-backing-repaint-expected.txt: Added.
92247         * compositing/repaint/requires-backing-repaint.html: Added.
92248
92249 2012-10-16  Mike Reed  <reed@google.com>
92250
92251         update expectations preparing for skia optimization
92252         https://bugs.webkit.org/show_bug.cgi?id=99476
92253
92254         Reviewed by NOBODY.
92255
92256         crbug.com/156097
92257         Chrome will enable a skia optimization (see crbug/156097). In preparation for that, we mark these tests
92258         to be rebaselined after that change lands.
92259
92260         * platform/chromium/TestExpectations:
92261
92262 2012-10-16  Joshua Bell  <jsbell@chromium.org>
92263
92264         IndexedDB: setTimeout in layout tests causes flakiness in multiprocess ports
92265         https://bugs.webkit.org/show_bug.cgi?id=98949
92266
92267         Reviewed by Tony Chang.
92268
92269         In multiprocess ports with asynchronous IPC, events and timers may race causing script
92270         callbacks to execute in different orders.
92271
92272         Eliminate the uses of setTimeout() where the intent is to have code delayed but may
92273         race with a pending event.
92274
92275         * fast/js/resources/js-test-pre.js:
92276         (evalAndLog) Added quiet flag.
92277         * storage/indexeddb/deletedatabase-blocked-expected.txt:
92278         * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
92279         * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt:
92280         * storage/indexeddb/intversion-close-between-events-expected.txt:
92281         * storage/indexeddb/resources/deletedatabase-blocked.js: Remove setTimeout.
92282         (test.request.onsuccess.openOnSuccess.h.onversionchange):
92283         (test.request.onsuccess.openOnSuccess.request.onblocked):
92284         * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: Remove setTimeout.
92285         (test.request.onsuccess.openOnSuccess.h.onversionchange):
92286         (test.request.onsuccess.openOnSuccess.request.onblocked):
92287         * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js: Remove setTimeout.
92288         (test.request.onsuccess.openOnSuccess.h.onversionchange):
92289         (test.request.onsuccess.openOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
92290         * storage/indexeddb/resources/intversion-close-between-events.js: Test was intended to call db.close()
92291         between "complete" and "success" but in single process ports this is not possible, and in multi-process
92292         ports is not reliable. To make the test not flaky and watch out for regressions in this edge case, it
92293         is changed to have minimal logging.
92294         (deleteSuccess):
92295         (upgradeNeeded.transaction.oncomplete):
92296         (upgradeNeeded):
92297         (closeDB):
92298         (openSuccess):
92299         (checkFinished):
92300         * storage/indexeddb/resources/intversion-close-in-oncomplete.js: Log on error rather than timing out.
92301         (deleteSuccess):
92302         * storage/indexeddb/resources/setversion-blocked.js: Removed setTimeout.
92303         (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.h2.onversionchange):
92304         (test.request.onsuccess.h1OpenOnSuccess.request.onsuccess.h2OpenOnSuccess.request.onblocked):
92305         * storage/indexeddb/resources/shared.js:
92306         (evalAndExpectException) Added quiet flag.
92307         * storage/indexeddb/setversion-blocked-expected.txt:
92308
92309 2012-10-16  Takashi Sakamoto  <tasak@google.com>
92310
92311         [Meta] [Shadow] contenteditable attribute for distributed nodes.
92312         https://bugs.webkit.org/show_bug.cgi?id=90017
92313
92314         Reviewed by Dimitri Glazkov.
92315
92316         * fast/dom/shadow/user-modify-inheritance-expected.txt:
92317         * fast/dom/shadow/user-modify-inheritance.html:
92318
92319 2012-10-16  Vsevolod Vlasov  <vsevik@chromium.org>
92320
92321         Web Inspector: Get rid of (now empty) JavaScriptSource and StyleSource, rename all usages to UISourceCode.
92322         https://bugs.webkit.org/show_bug.cgi?id=99469
92323
92324         Reviewed by Pavel Feldman.
92325
92326         * http/tests/inspector/debugger-test.js:
92327         (initialize_DebuggerTest):
92328         * http/tests/inspector/workspace-test.js:
92329         (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
92330         * inspector/debugger/breakpoint-manager.html:
92331         * inspector/debugger/network-uisourcecode-provider-expected.txt:
92332         * inspector/debugger/script-formatter-breakpoints.html:
92333         * inspector/debugger/script-formatter-console.html:
92334         * inspector/debugger/script-formatter-search.html:
92335         * inspector/debugger/script-snippet-model.html:
92336         * inspector/debugger/scripts-panel.html:
92337         * inspector/debugger/source-frame-count.html:
92338         * inspector/styles/edit-inspector-stylesheet.html:
92339         * inspector/styles/styles-history.html:
92340
92341 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
92342
92343         Web Inspector: Extract domain specific editing handling logic from UISourceCode (step 2).
92344         https://bugs.webkit.org/show_bug.cgi?id=99301
92345
92346         Reviewed by Pavel Feldman.
92347
92348         * http/tests/inspector/debugger-test.js:
92349         (initialize_DebuggerTest):
92350         * inspector/styles/edit-inspector-stylesheet.html:
92351
92352 2012-10-16  Dana Jansens  <danakj@chromium.org>
92353
92354         Layout Test fast/forms/date/calendar-picker-key-operations.html is failing
92355         https://bugs.webkit.org/show_bug.cgi?id=99466
92356
92357         Unreviewed gardening.
92358
92359         * platform/chromium/TestExpectations:
92360
92361 2012-10-16  Alexander Pavlov  <apavlov@chromium.org>
92362
92363         Web Inspector: [Elements] Double-click to live edit style tags changes text to 'undefined' in some situations
92364         https://bugs.webkit.org/show_bug.cgi?id=99336
92365
92366         Reviewed by Vsevolod Vlasov.
92367
92368         Change the DOM tree dump format to include newlines replaced by '\n's.
92369
92370         * http/tests/inspector/elements-test.js:
92371         (initialize_ElementTest.InspectorTest.dumpElementsTree):
92372         * inspector/elements/edit-dom-actions-expected.txt:
92373         * inspector/elements/edit-dom-actions.html:
92374         * inspector/elements/elements-panel-limited-children-expected.txt:
92375         * inspector/elements/elements-panel-structure-expected.txt:
92376         * inspector/elements/iframe-load-event-expected.txt:
92377         * inspector/elements/insert-node-expected.txt:
92378         * inspector/elements/perform-undo-undo-expected.txt:
92379         * inspector/elements/user-properties-expected.txt:
92380         * inspector/styles/force-pseudo-state-expected.txt:
92381
92382 2012-10-16  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
92383
92384         [GTK] Update baselines for failing svg test after r131435
92385         https://bugs.webkit.org/show_bug.cgi?id=99462
92386
92387         Unreviewed GTK gardening.
92388
92389         Updating baselines after downgrading the Cairo to version 1.10.2.
92390
92391         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
92392         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
92393
92394 2012-10-16  Zan Dobersek  <zandobersek@gmail.com>
92395
92396         Unreviewed GTK gardening.
92397
92398         Adding (flaky) crashing expectations for a couple of tests.
92399
92400         * platform/gtk/TestExpectations:
92401
92402 2012-10-16  Mike West  <mkwst@chromium.org>
92403
92404         Web Inspector: Whitelist safe styles for 'console.log('%c...', ...)'.
92405         https://bugs.webkit.org/show_bug.cgi?id=98945
92406
92407         Reviewed by Pavel Feldman.
92408
92409         * http/tests/inspector/console-test.js:
92410         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
92411             Use the 'cssText' property of an element, rather than reading from
92412             its 'style' attribute. Also, gracefully handle unstyled elements
92413             by explicitly noting their emptyness.
92414         * inspector/console/console-format-style-whitelist-expected.txt: Added.
92415         * inspector/console/console-format-style-whitelist.html: Added.
92416
92417 2012-10-16  Keishi Hattori  <keishi@webkit.org>
92418
92419         [Chromium] Rebaseline calendar-picker-key-operations.html due to r162114
92420
92421         Unreviewed.
92422
92423         * fast/forms/date/calendar-picker-key-operations-expected.txt:
92424         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt:
92425
92426 2012-10-16  Zan Dobersek  <zandobersek@gmail.com>
92427
92428         Unreviewed GTK gardening.
92429
92430         Updating baselines and expectations after downgrading the Cairo
92431         version used in JHBuild dependencies back to 1.10.2.
92432
92433         * platform/gtk/TestExpectations:
92434         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
92435         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
92436         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
92437         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
92438         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
92439         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
92440         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
92441         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
92442         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
92443         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
92444         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
92445         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
92446         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
92447
92448 2012-10-16  Keishi Hattori  <keishi@webkit.org>
92449
92450         Add test that checks that reloading after setting a value for an input element from a suggestion picker resets the values
92451         https://bugs.webkit.org/show_bug.cgi?id=99407
92452
92453         Reviewed by Kent Tamura.
92454
92455         We want to test that a reload resets values of input elements, even if
92456         they were set by the suggestion picker.
92457
92458         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload-expected.txt: Added.
92459         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html: Added.
92460
92461 2012-10-16  Shinya Kawanaka  <shinyak@chromium.org>
92462
92463         [Chromium] Unreviewed gardening, TestExpectations updated.
92464
92465         * platform/chromium/TestExpectations:
92466
92467 2012-10-15  Kent Tamura  <tkent@chromium.org>
92468
92469         Fix some appearance glitches of multiple fields input elements
92470         https://bugs.webkit.org/show_bug.cgi?id=99412
92471
92472         Reviewed by Kentaro Hara.
92473
92474         All of rendering tests for multiple fields inputs need rebaseline
92475         because of the padding change.
92476
92477         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt:
92478         * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html:
92479         Add a fixed height case.
92480         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
92481         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
92482         * platform/chromium/TestExpectations:
92483
92484 2012-10-16  Keishi Hattori  <keishi@webkit.org>
92485
92486         [Chromium] Mark date-suggestion-picker-appearance.html as need rebaseline
92487
92488         Unreviewed.
92489
92490         Mark date-suggestion-picker-appearance.html as need rebaseline until chromium side change lands.
92491
92492         * platform/chromium/TestExpectations:
92493
92494 2012-10-15  Keishi Hattori  <keishi@webkit.org>
92495
92496         Move suggestion picker tests to suggestion-picker directory
92497         https://bugs.webkit.org/show_bug.cgi?id=99415
92498
92499         Reviewed by Kent Tamura.
92500
92501         Moving the tests suggestion picker tests to platform/chromium/fast/forms/suggestion-picker chromium android can easily skip them.
92502
92503         * 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.
92504         * 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.
92505         * 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.
92506         * 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.
92507         * 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.
92508         * 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.
92509         * 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.
92510         * 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.
92511         * 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.
92512         * 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.
92513         * 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.
92514         * 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.
92515         * 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.
92516         * 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.
92517         * 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.
92518         * 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.
92519         * 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.
92520         * 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.
92521         * 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.
92522         * 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.
92523         * 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.
92524         * 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.
92525         * 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.
92526         * 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.
92527         * 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.
92528         * 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.
92529         * platform/chromium/TestExpectations: Removed obsolete lines.
92530         * 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.
92531         * 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.
92532         * 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.
92533         * 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.
92534         * 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.
92535         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html.
92536         * 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.
92537         * 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.
92538         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html:
92539         * 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.
92540         * 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.
92541         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html:
92542         * platform/chromium/fast/forms/suggestion-picker/suggestion-picker-common.js: Renamed from LayoutTests/fast/forms/resources/suggestion-picker-common.js.
92543         * 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.
92544         * 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.
92545         * 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.
92546         * 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.
92547         * 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.
92548         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance.html: Renamed from LayoutTests/platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html.
92549         * 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.
92550         * 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.
92551         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html:
92552         * 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.
92553         * 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.
92554         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html:
92555
92556 2012-10-15  Yury Semikhatsky  <yurys@chromium.org>
92557
92558         Web Inspector: restore watch expression expansion state
92559         https://bugs.webkit.org/show_bug.cgi?id=99304
92560
92561         Reviewed by Pavel Feldman.
92562
92563         Expand watch expression value and its properties if they were expanded
92564         before update.
92565
92566         * inspector/debugger/watch-expressions-preserve-expansion-expected.txt: Added.
92567         * inspector/debugger/watch-expressions-preserve-expansion.html: Added.
92568
92569 2012-10-15  Mike West  <mkwst@chromium.org>
92570
92571         Warn when CSP headers don't separate directives with ';'.
92572         https://bugs.webkit.org/show_bug.cgi?id=99274
92573
92574         Reviewed by Adam Barth.
92575
92576         * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon-expected.txt: Added.
92577         * http/tests/security/contentSecurityPolicy/source-list-parsing-no-semicolon.html: Added.
92578
92579 2012-10-15  Pablo Flouret  <pablof@motorola.com>
92580
92581         Add force parameter to DOMTokenList.toggle
92582         https://bugs.webkit.org/show_bug.cgi?id=99375
92583
92584         Reviewed by Darin Adler.
92585
92586         * fast/dom/HTMLElement/class-list-expected.txt:
92587         * fast/dom/HTMLElement/class-list-quirks-expected.txt:
92588         * fast/dom/HTMLElement/script-tests/class-list.js:
92589         (shouldThrowDOMException):
92590
92591 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
92592
92593         [Chromium] Unreviewed gardening, TestExpectations updated.
92594
92595         * platform/chromium/TestExpectations:
92596
92597 2012-10-15  Keishi Hattori  <keishi@webkit.org>
92598
92599         Add tests for suggestion picker that test step/min/max attributes
92600         https://bugs.webkit.org/show_bug.cgi?id=99168
92601
92602         Reviewed by Kent Tamura.
92603
92604         These tests that setting step/min/max attributes filters out values from the suggestion picker.
92605
92606         * fast/forms/resources/suggestion-picker-common.js:
92607         (valueForEntry): Returns value for an suggestion list entry element.
92608         (highlightedEntry):
92609         (entryValues): Returns an array of entry values.
92610         (openPicker): Added callback argument.
92611         (popupOpenCallbackWrapper):
92612         * platform/chromium-android/TestExpectations:
92613         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute-expected.txt: Added.
92614         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html: Added.
92615         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute-expected.txt: Added.
92616         * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html: Added.
92617         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute-expected.txt: Added.
92618         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-min-max-attribute.html: Added.
92619         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute-expected.txt: Added.
92620         * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html: Added.
92621
92622 2012-10-15  Vlad Grecescu  <igrecesc@adobe.com>, Douglas Stockwell  <dstockwell@chromium.org>
92623
92624         Support for background-clip:content-box and padding-box with border-radius
92625         https://bugs.webkit.org/show_bug.cgi?id=23166
92626
92627         Reviewed by Simon Fraser.
92628
92629         * fast/css/background-clip-radius-values-expected.png: Added.
92630         * fast/css/background-clip-radius-values-expected.txt: Added.
92631         * fast/css/background-clip-radius-values.html: Added.
92632         * platform/chromium-linux/fast/css/background-clip-radius-values-expected.png: Added.
92633         * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
92634         * platform/chromium/TestExpectations:
92635         * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
92636         * platform/qt/TestExpectations:
92637         * platform/efl/TestExpectations:
92638
92639 2012-10-15  Kent Tamura  <tkent@chromium.org>
92640
92641         [Chromium] Layout Test *-multiple-fields-keyboard-events.html etc. are failing on Win XP
92642         https://bugs.webkit.org/show_bug.cgi?id=99408
92643
92644         These failures are expected. Just do rebaseline.
92645
92646         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
92647         * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
92648         * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt: Added.
92649
92650 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
92651
92652         [Chromium] Unreviewed gardening, TestExpectations updated.
92653
92654         Now lint passes.
92655
92656         * platform/chromium/TestExpectations:
92657
92658 2012-10-15  Kenichi Ishibashi  <bashi@chromium.org>
92659
92660         [WebSocket] WebSocketInflater should handle BFINAL = 1 blocks
92661         https://bugs.webkit.org/show_bug.cgi?id=99282
92662
92663         Reviewed by Yuta Kitamura.
92664
92665         Added a test for receiving compressed blocks with BFINAL set to 1.
92666
92667         * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal-expected.txt: Added.
92668         * http/tests/websocket/tests/hybi/deflate-frame-set-bfinal.html: Added.
92669         * http/tests/websocket/tests/hybi/deflate-frame_wsh.py:
92670         (web_socket_do_extra_handshake): Call set_bfinal() if the 'set_bfinal' parameter is passed.
92671
92672 2012-10-15  Simon Fraser  <simon.fraser@apple.com>
92673
92674         Fix GraphicsLayer visible rect computation when scrolling in WebKit1
92675         https://bugs.webkit.org/show_bug.cgi?id=99385
92676
92677         Reviewed by Dean Jackson, Tim Horton.
92678
92679         scrolled.html tests the visible rect after scrolling. The other tests
92680         are for visibleRect in iframes, with and without compositing layers
92681         in the parent document (which exercises different code paths in WebKit1).
92682
92683         * compositing/visible-rect/iframe-and-layers-expected.txt: Added.
92684         * compositing/visible-rect/iframe-and-layers.html: Added.
92685         * compositing/visible-rect/iframe-no-layers-expected.txt: Added.
92686         * compositing/visible-rect/iframe-no-layers.html: Added.
92687         * compositing/visible-rect/resources/subframe-with-layers.html: Added.
92688         * compositing/visible-rect/scrolled-expected.txt: Added.
92689         * compositing/visible-rect/scrolled.html: Added.
92690         * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt: Added.
92691
92692 2012-10-14  Kent Tamura  <tkent@chromium.org>
92693
92694         Input elements with multiple fields UI should set appropriate direction for browser locale automatically
92695         https://bugs.webkit.org/show_bug.cgi?id=99291
92696
92697         Reviewed by Hajime Morita.
92698
92699         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html:
92700         Added. We can confirm ar-eg and he-il have RTL layout.
92701         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Added.
92702         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Added.
92703
92704         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
92705         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
92706         - Enable the lang-attribute-aware-form-control-UI feature.
92707         - Set lang=he-il instead of dir=rtl because dir=rtl is ignored.
92708         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Ditto.
92709         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html: Ditto.
92710
92711         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
92712         Updated becaues dir=RTL doesn't affect.
92713         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
92714         Ditto.
92715         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
92716         Ditto.
92717         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
92718         Ditto.
92719
92720         * platform/chromium/TestExpectations:
92721
92722 2012-10-15  Dana Jansens  <danakj@chromium.org>
92723
92724         inspector/styles/styles-computed-trace.html is timing out
92725         https://bugs.webkit.org/show_bug.cgi?id=99391
92726
92727         Unreviewed gardening.
92728
92729         * platform/chromium/TestExpectations:
92730
92731 2012-10-15  Dana Jansens  <danakj@chromium.org>
92732
92733         inspector/debugger/xhr-breakpoints.html is flaky
92734         https://bugs.webkit.org/show_bug.cgi?id=99389
92735
92736         Unreviewed gardening.
92737
92738         * platform/chromium/TestExpectations:
92739
92740 2012-10-15  Dana Jansens  <danakj@chromium.org>
92741
92742         Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing.
92743         https://bugs.webkit.org/show_bug.cgi?id=99357
92744
92745         Unreviewed gardening.
92746
92747         * platform/chromium/TestExpectations:
92748
92749 2012-10-15  Dana Jansens  <danakj@chromium.org>
92750
92751         Rebaseline after r131358.
92752
92753         Unreviewed gardening.
92754
92755         * platform/chromium-win-xp/css1/basic/inheritance-expected.png: Added.
92756         * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
92757         * platform/chromium-win-xp/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
92758         * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
92759         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
92760         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
92761         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
92762         * platform/chromium-win-xp/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
92763         * platform/chromium-win-xp/tables/mozilla/bugs/bug73321-expected.png: Added.
92764
92765 2012-10-15  Dirk Pranke  <dpranke@chromium.org>
92766
92767         skip crashing softwarecompositing bugs
92768         https://bugs.webkit.org/show_bug.cgi?id=99381
92769
92770         Reviewed by Adrienne Walker.
92771
92772         These tests might be hanging the win (dbg)(2) bot; apart from
92773         that, there's not a lot of point in running tests that are known
92774         to be for unimplemented features.
92775
92776         * platform/chromium/TestExpectations:
92777
92778 2012-10-15  Tony Chang  <tony@chromium.org>
92779
92780         Unreviewed, rolling out r131367.
92781         http://trac.webkit.org/changeset/131367
92782         https://bugs.webkit.org/show_bug.cgi?id=98666
92783
92784         crashes on Apple Mac
92785
92786         * css3/flexbox/flexitem-stretch-range-expected.html: Removed.
92787         * css3/flexbox/flexitem-stretch-range.html: Removed.
92788         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
92789         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
92790         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
92791         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
92792         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
92793         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png:
92794         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
92795         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
92796         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
92797         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
92798         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
92799         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
92800         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
92801         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
92802         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
92803         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
92804         * platform/chromium-win/fast/layers/video-layer-expected.txt:
92805         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
92806         * platform/chromium-win/media/audio-repaint-expected.txt:
92807         * platform/chromium-win/media/controls-after-reload-expected.txt:
92808         * platform/chromium-win/media/controls-strict-expected.txt:
92809         * platform/chromium-win/media/controls-styling-expected.txt:
92810         * platform/chromium-win/media/controls-styling-strict-expected.txt:
92811         * platform/chromium-win/media/controls-without-preload-expected.txt:
92812         * platform/chromium-win/media/media-controls-clone-expected.txt:
92813         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
92814         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
92815         * platform/chromium-win/media/video-controls-rendering-expected.txt:
92816         * platform/chromium-win/media/video-display-toggle-expected.txt:
92817         * platform/chromium-win/media/video-empty-source-expected.txt:
92818         * platform/chromium-win/media/video-no-audio-expected.txt:
92819         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
92820         * platform/chromium-win/media/video-zoom-controls-expected.txt:
92821         * platform/chromium/TestExpectations:
92822         * platform/efl/TestExpectations:
92823         * platform/gtk/TestExpectations:
92824         * platform/mac/TestExpectations:
92825         * platform/qt/TestExpectations:
92826         * platform/win/TestExpectations:
92827
92828 2012-10-15  Chris Rogers  <crogers@google.com>
92829
92830         Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for chromium-linux
92831         https://bugs.webkit.org/show_bug.cgi?id=99377
92832
92833         Unreviewed rebaseline.
92834
92835         * platform/chromium-linux-x86/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92836         * platform/chromium-linux/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92837         * platform/chromium-mac/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92838
92839 2012-10-15  Joshua Bell  <jsbell@chromium.org>
92840
92841         IndexedDB: Pass type of error causing abort to IDBTransaction::onAbort
92842         https://bugs.webkit.org/show_bug.cgi?id=99097
92843
92844         Reviewed by Tony Chang.
92845
92846         Verify that IDBTransaction.error is reporting ConstraintError when indexing fails.
92847
92848         * storage/indexeddb/lazy-index-population-expected.txt:
92849         * storage/indexeddb/lazy-index-population.html:
92850
92851 2012-10-15  Dana Jansens  <danakj@chromium.org>
92852
92853         Rebaselines after 131358.
92854
92855         Unreviewed gardening.
92856
92857         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
92858         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
92859         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
92860         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
92861         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
92862         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
92863         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
92864         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
92865         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
92866         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
92867         * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
92868         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
92869
92870 2012-10-15  Dana Jansens  <danakj@chromium.org>
92871
92872         Rebaselines after 131358
92873
92874         Unreviewed gardening.
92875
92876         * platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
92877         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
92878         * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
92879         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
92880         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
92881         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
92882         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
92883         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
92884         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
92885         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
92886         * platform/chromium-mac/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
92887         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
92888         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
92889         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
92890         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
92891         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
92892         * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
92893
92894 2012-10-12  Tony Chang  <tony@chromium.org>
92895
92896         input[type=range] as a flex item renders thumb at wrong position
92897         https://bugs.webkit.org/show_bug.cgi?id=98666
92898
92899         Reviewed by Ojan Vafai.
92900
92901         Changing the render tree to use RenderFlexibleBox instead of RenderDeprecatedFlexibleBox
92902         and not using a RenderLayer unless noted otherwise.
92903
92904         * css3/flexbox/flexitem-stretch-range-expected.html: Added.
92905         * css3/flexbox/flexitem-stretch-range.html: Added. New test to verify stretched flex item has the
92906         thumb in the correct place.
92907         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
92908         * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
92909         * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
92910         * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Changed the default height to
92911         129px for vertical controls. This makes more sense than having a height of 100%.
92912         * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
92913         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: The thumb now appears below the
92914         focus ring. This matches other form controls like buttons and textareas.
92915         * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt:
92916         * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt:
92917         * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt:
92918         * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt:
92919         * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt:
92920         * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt:
92921         * platform/chromium-linux/fast/multicol/client-rects-expected.txt:
92922         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt:
92923         * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt:
92924         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.txt:
92925         * platform/chromium-win/fast/layers/video-layer-expected.txt:
92926         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
92927         * platform/chromium-win/media/audio-repaint-expected.txt:
92928         * platform/chromium-win/media/controls-after-reload-expected.txt:
92929         * platform/chromium-win/media/controls-strict-expected.txt:
92930         * platform/chromium-win/media/controls-styling-expected.txt:
92931         * platform/chromium-win/media/controls-styling-strict-expected.txt:
92932         * platform/chromium-win/media/controls-without-preload-expected.txt:
92933         * platform/chromium-win/media/media-controls-clone-expected.txt:
92934         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
92935         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.txt:
92936         * platform/chromium-win/media/video-controls-rendering-expected.txt:
92937         * platform/chromium-win/media/video-display-toggle-expected.txt:
92938         * platform/chromium-win/media/video-empty-source-expected.txt:
92939         * platform/chromium-win/media/video-no-audio-expected.txt:
92940         * platform/chromium-win/media/video-playing-and-pause-expected.txt:
92941         * platform/chromium-win/media/video-zoom-controls-expected.txt:
92942
92943 2012-10-15  Chris Rogers  <crogers@google.com>
92944
92945         Rebaseline webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html for Mac/Win
92946         https://bugs.webkit.org/show_bug.cgi?id=99368
92947
92948         Unreviewed rebaseline.
92949
92950         * platform/chromium-mac-snowleopard/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92951         * platform/chromium-win-xp/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
92952         * platform/chromium/TestExpectations:
92953
92954 2012-10-15  Levi Weintraub  <leviw@chromium.org>
92955
92956         Regression r130057: incorrect block pref width for alternating InlineFlow and inline Replaced
92957         https://bugs.webkit.org/show_bug.cgi?id=99194
92958
92959         Reviewed by Eric Seidel.
92960
92961         * fast/block/block-with-inline-replaced-children-in-inline-flows-expected.html: Added.
92962         * fast/block/block-with-inline-replaced-children-in-inline-flows.html: Added.
92963
92964 2012-10-15  Emil A Eklund  <eae@chromium.org>
92965
92966         Revert rounding change in RenderTable::paintObject
92967         https://bugs.webkit.org/show_bug.cgi?id=99364
92968
92969         Reviewed by Levi Weintraub.
92970
92971         Revert pixel expected results to what we had prior to r122769.
92972
92973         * platform/chromium/TestExpectations:
92974         * platform/chromium-linux/css1/basic/inheritance-expected.png:
92975         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
92976         * platform/chromium-linux/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png:
92977         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
92978         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
92979         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
92980         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
92981         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
92982         * platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
92983
92984 2012-10-15  Joshua Bell  <jsbell@chromium.org>
92985
92986         IndexedDB: Key paths should support non-ASCII identifiers
92987         https://bugs.webkit.org/show_bug.cgi?id=98814
92988
92989         Reviewed by Kentaro Hara.
92990
92991         Test representative characters from various Unicode character classes
92992         as valid (or invalid) identifier lead and trailing characters.
92993
92994         * storage/indexeddb/keypath-basics-expected.txt:
92995         * storage/indexeddb/resources/keypath-basics.js:
92996         (testValidKeyPaths):
92997
92998 2012-10-15  Mike West  <mkwst@chromium.org>
92999
93000         Console messages containing long URLs should cut at some reasonable length.
93001         https://bugs.webkit.org/show_bug.cgi?id=97980
93002
93003         Reviewed by Pavel Feldman.
93004
93005         * inspector/console/console-trim-long-urls-expected.txt: Added.
93006         * inspector/console/console-trim-long-urls.html: Added.
93007         * inspector/styles/inject-stylesheet-expected.txt:
93008         * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:
93009             Updating test expectations.
93010
93011 2012-10-15  Mihnea Ovidenie  <mihnea@adobe.com>
93012
93013         [CSSRegions]Add support for auto-height regions (without region-breaks)
93014         https://bugs.webkit.org/show_bug.cgi?id=97533
93015
93016         Reviewed by Julien Chaffraix.
93017
93018         Added tests for auto-height regions, with different writing modes, with min/max-height.
93019         The bug referenced in the tests is the master bug for auto-height support, 91097.
93020
93021         * fast/regions/autoheight-abspos-region-expected.html: Added.
93022         * fast/regions/autoheight-abspos-region.html: Added.
93023         * fast/regions/autoheight-floatright-region-expected.html: Added.
93024         * fast/regions/autoheight-floatright-region.html: Added.
93025         * fast/regions/autoheight-horizontal-bt-expected.html: Added.
93026         * fast/regions/autoheight-horizontal-bt.html: Added.
93027         * fast/regions/autoheight-inlineblock-normalflow-region-expected.html: Added.
93028         * fast/regions/autoheight-inlineblock-normalflow-region.html: Added.
93029         * fast/regions/autoheight-maxheight-region-expected.html: Added.
93030         * fast/regions/autoheight-maxheight-region.html: Added.
93031         * fast/regions/autoheight-minheight-region-expected.html: Added.
93032         * fast/regions/autoheight-minheight-region.html: Added.
93033         * fast/regions/autoheight-normalflow-region-expected.html: Added.
93034         * fast/regions/autoheight-normalflow-region.html: Added.
93035         * fast/regions/autoheight-vertical-lr-expected.html: Added.
93036         * fast/regions/autoheight-vertical-lr.html: Added.
93037         * fast/regions/autoheight-vertical-rl-expected.html: Added.
93038         * fast/regions/autoheight-vertical-rl.html: Added.
93039         * fast/regions/webkit-named-flow-first-empty-region-index.html: Fix an element style (though the test was passing before).
93040
93041 2012-10-15  Dana Jansens  <danakj@chromium.org>
93042
93043         Layout Test webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html is failing
93044         https://bugs.webkit.org/show_bug.cgi?id=99357
93045
93046         Unreviewed gardening.
93047
93048         * platform/chromium/TestExpectations:
93049
93050 2012-10-15  Joshua Bell  <jsbell@chromium.org>
93051
93052         [Chromium] Unreviewed gardening. Fix bug link in TestExpectations.
93053
93054         * platform/chromium/TestExpectations:
93055
93056 2012-10-15  Dana Jansens  <danakj@chromium.org>
93057
93058         Layout Test inspector/debugger/dynamic-scripts.html is flaky
93059         https://bugs.webkit.org/show_bug.cgi?id=99338
93060
93061         Unreviewed gardening.
93062
93063         * platform/chromium/TestExpectations:
93064
93065 2012-10-15  Mike West  <mkwst@chromium.org>
93066
93067         CSP source expressions should support paths at file-level granularity.
93068         https://bugs.webkit.org/show_bug.cgi?id=99250
93069
93070         Reviewed by Adam Barth.
93071
93072         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-01.html:
93073             Adjust tests by adding trailing slashes to source expressions that
93074             should match directories.
93075         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02-expected.txt:
93076         * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-02.html:
93077             Adjust tests to check the new behavior: matching individiual files,
93078             and matching directories only with a trailing '/'.
93079
93080 2012-10-15  Jay Civelli  <jcivelli@chromium.org>
93081
93082         Calling WebCore::SharedBuffer::append(data, 0) on a shared buffer when
93083         its current position is at a segment boundary (4096) ends up adding an
93084         unitialized segment (with uninitialized memory) to the SharedBuffer.
93085         https://bugs.webkit.org/show_bug.cgi?id=99000
93086
93087         Reviewed by Adam Barth.
93088
93089         * mhtml/shared_buffer_bug-expected.txt: Added.
93090         * mhtml/shared_buffer_bug.mht: Added.
93091
93092 2012-10-15  Luke Macpherson   <macpherson@chromium.org>
93093
93094         Make CSS variable names case-insensitive.
93095         https://bugs.webkit.org/show_bug.cgi?id=98712
93096
93097         Reviewed by Tony Chang.
93098
93099         Add test that variable names are match correctly when different case is used.
93100
93101         * fast/css/variables/case-insensitive-expected.html: Added.
93102         * fast/css/variables/case-insensitive.html: Added.
93103
93104 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
93105
93106         Unreviewed inspector tests fix.
93107
93108         * http/tests/inspector-enabled/dynamic-scripts-expected.txt:
93109         * http/tests/inspector-enabled/dynamic-scripts.html:
93110         * inspector/debugger/dynamic-scripts-expected.txt:
93111         * inspector/debugger/dynamic-scripts.html:
93112
93113 2012-10-15  Dana Jansens  <danakj@chromium.org>
93114
93115         Layout Test plugins/update-widgets-crash.html is failing
93116         https://bugs.webkit.org/show_bug.cgi?id=99333
93117
93118         Unreviewed gardening.
93119
93120         * platform/chromium/TestExpectations:
93121
93122 2012-10-15  Dominik Röttsches  <dominik.rottsches@intel.com>
93123
93124         Unreviewed GTK gardening.
93125
93126         * platform/gtk/TestExpectations: Silencing a style-checker warning.
93127
93128 2012-10-15  Vsevolod Vlasov  <vsevik@chromium.org>
93129
93130         Web Inspector: Scripts for dynamically added script elements are not shown in sources panel.
93131         https://bugs.webkit.org/show_bug.cgi?id=99324
93132
93133         Reviewed by Pavel Feldman.
93134
93135         * http/tests/inspector-enabled/dynamic-scripts-expected.txt: Added.
93136         * http/tests/inspector-enabled/dynamic-scripts.html: Added.
93137         * http/tests/inspector-enabled/resources/dynamic-script.js: Added.
93138         (fooDynamicScript):
93139         * inspector/debugger/dynamic-scripts-expected.txt: Added.
93140         * inspector/debugger/dynamic-scripts.html: Added.
93141         * inspector/debugger/resources/dynamic-script.js: Added.
93142         (fooDynamicScript):
93143
93144 2012-10-15  Tullio Lucena  <tullio.lucena@openbossa.org>
93145
93146         [Qt] Unskip and rebase now passing tests.
93147         https://bugs.webkit.org/show_bug.cgi?id=98824
93148
93149         Reviewed by Csaba Osztrogonác.
93150
93151         Updating tests results.
93152
93153         * platform/qt/TestExpectations:
93154         * platform/qt/editing/selection/caret-rtl-2-expected.png: Added.
93155         * platform/qt/editing/selection/caret-rtl-2-expected.txt:
93156         * platform/qt/editing/selection/caret-rtl-expected.png: Added.
93157         * platform/qt/editing/selection/caret-rtl-expected.txt:
93158         * platform/qt/editing/selection/extend-selection-bidi-expected.png: Added.
93159         * platform/qt/editing/selection/extend-selection-bidi-expected.txt: Added.
93160         * platform/qt/editing/selection/move-past-trailing-space-expected.png: Added.
93161         * platform/qt/editing/selection/move-past-trailing-space-expected.txt: Added.
93162
93163 2012-10-15  Shinya Kawanaka  <shinyak@chromium.org>
93164
93165         [Chromium] Unreviewed gardening, TestExpectations updated.
93166
93167         * platform/chromium/TestExpectations:
93168
93169 2012-10-14  Shinya Kawanaka  <shinyak@chromium.org>
93170
93171         [Chromium] Unreviewed gardening, TestExpectations updated.
93172
93173         * platform/chromium/TestExpectations:
93174
93175 2012-10-14  Jon Lee  <jonlee@apple.com>
93176
93177         Allow notification origin permission request when no js callback is provided
93178         https://bugs.webkit.org/show_bug.cgi?id=63615
93179         <rdar://problem/11059590>
93180
93181         Reviewed by Sam Weinig.
93182
93183         * http/tests/notifications/legacy/request-expected.txt:
93184         * http/tests/notifications/legacy/request-no-callback-expected.txt: Added.
93185         * http/tests/notifications/legacy/request-no-callback.html: Calls webkitNotifications.requestPermission()
93186         with no callback, with default and denied permission. For WebKit2, if the permission is not default, it
93187         will short circuit instead of creating a pending request.
93188         * http/tests/notifications/legacy/request.html: The test mistakenly uses the standard API instead of
93189         the legacy API. The results don't change, but we make sure that we call
93190         webkitNotifications.requestPermission() with a callback to test full coverage of the legacy API. We also
93191         expand the test to cover both default and denied permissions.
93192         * http/tests/notifications/request-expected.txt:
93193         * http/tests/notifications/request.html: Expand test to cover both default and denied permissions.
93194
93195 2012-10-12  Adam Barth  <abarth@webkit.org>
93196
93197         Unreviewed gardening.
93198
93199         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Removed.
93200         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
93201         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
93202         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
93203         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
93204         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
93205
93206 2012-10-12  Adam Barth  <abarth@webkit.org>
93207
93208         Fix lint error in TestExpectations.
93209
93210         * platform/chromium/TestExpectations:
93211
93212 2012-10-12  Simon Fraser  <simon.fraser@apple.com>
93213
93214         Fix GraphicsLayerCA visible rect computation in the face of perspective and preserve-3d
93215         https://bugs.webkit.org/show_bug.cgi?id=99212
93216
93217         Reviewed by Tim Horton.
93218
93219         Layer tree tests that include visible rect information, to test visible rect
93220         computation for more complex layer trees.
93221
93222         * compositing/visible-rect/3d-transform-style-expected.txt: Added.
93223         * compositing/visible-rect/3d-transform-style.html: Added.
93224         * compositing/visible-rect/3d-transformed-expected.txt: Added.
93225         * compositing/visible-rect/3d-transformed.html: Added.
93226         * compositing/visible-rect/nested-transform-expected.txt: Added.
93227         * compositing/visible-rect/nested-transform.html: Added.
93228
93229 2012-10-12  Simon Fraser  <simon.fraser@apple.com>
93230
93231         Add some initial visible rect tests and tweak the visible wash layer
93232         https://bugs.webkit.org/show_bug.cgi?id=99095
93233
93234         Reviewed by Tim Horton.
93235
93236         Add some tests of the GraphicsLayerCA visibleRect for simple cases.
93237         
93238         Skip these tests on platforms that don't log layer visible rects
93239         (all non-Mac).
93240
93241         * compositing/visible-rect/2d-transformed-expected.txt: Added.
93242         * compositing/visible-rect/2d-transformed.html: Added.
93243         * compositing/visible-rect/clipped-by-viewport-expected.txt: Added.
93244         * compositing/visible-rect/clipped-by-viewport.html: Added.
93245         * compositing/visible-rect/clipped-visible-rect-expected.txt: Added.
93246         * compositing/visible-rect/clipped-visible-rect.html: Added.
93247         * platform/chromium-android/TestExpectations:
93248         * platform/chromium/TestExpectations:
93249         * platform/chromium/virtual/softwarecompositing/TestExpectations: Added.
93250         * platform/efl/TestExpectations:
93251         * platform/gtk/TestExpectations:
93252         * platform/qt/TestExpectations:
93253         * platform/win/TestExpectations:
93254         * platform/wincairo/TestExpectations:
93255
93256 2012-10-12  Roger Fong  <roger_fong@apple.com>
93257
93258         Unreviewed. Windows rebaseline afer r130411.
93259
93260         * platform/win/editing/pasteboard/paste-text-008-expected.txt:
93261
93262 2012-10-12  Roger Fong  <roger_fong@apple.com>
93263
93264         Unreviewed. Test passes, unskip, update results.
93265
93266         * platform/win/TestExpectations:
93267         * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt:
93268
93269 2012-10-12  Jeffrey Pfau  <jpfau@apple.com>
93270
93271         Unreviewed. Checking in fast/js/random-array-gc-stress.html as timing out.
93272
93273         * platform/mac/TestExpectations:
93274
93275 2012-10-12  Tony Chang  <tony@chromium.org>
93276
93277         Unreviewed, chromium-mac-snowleopard rebaseline for a slider.
93278         The thumb moved a small amount (maybe during shadow dom refactor?).
93279         This matches the Apple Lion result.
93280
93281         * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png:
93282         * platform/chromium/TestExpectations:
93283
93284 2012-10-12  Tony Chang  <tony@chromium.org>
93285
93286         Unreviewed, remove duplicate TestExpectation entries.
93287
93288         * platform/efl-wk1/TestExpectations:
93289         * platform/efl/TestExpectations:
93290
93291 2012-10-12  Roger Fong  <roger_fong@apple.com>
93292
93293         Unreviewed. Skipping tests involving CSS_COMPOSITING on Windows. Feature isn't and should not be enabled.
93294
93295         * platform/win/TestExpectations:
93296
93297 2012-10-12  Emil A Eklund  <eae@chromium.org>
93298
93299         Unreviewed cleanup, remove unneeded XP specific rebaselines for chromium.
93300
93301         * platform/chromium-win-xp/fast/speech: Removed.
93302         * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
93303         * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed.
93304
93305 2012-10-12  Levi Weintraub  <leviw@chromium.org>
93306
93307         Unreviewed gardening. Updating expectations for fast/repaint/repaint-across-writing-mode-boundary.html
93308         and switching the TestExpectations files for ports with SUBPIXEL_LAYOUT disabled to skip the entire
93309         sub-pixel test folder.
93310
93311         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
93312         * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
93313         * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
93314         * platform/chromium/TestExpectations:
93315         * platform/mac-lion/TestExpectations:
93316         * platform/mac-snowleopard/TestExpectations:
93317         * platform/mac-wk2/TestExpectations:
93318         * platform/mac/TestExpectations:
93319         * platform/qt-4.8/TestExpectations:
93320         * platform/qt/TestExpectations:
93321         * platform/win-wk2/TestExpectations:
93322         * platform/win-xp/TestExpectations:
93323         * platform/win/TestExpectations:
93324         * platform/wincairo/TestExpectations:
93325         * platform/wk2/TestExpectations:
93326
93327 2012-10-12  Emil A Eklund  <eae@chromium.org>
93328
93329         Unreviewed chromium windows rebaseline for r131202.
93330
93331         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93332         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png:
93333         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
93334         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
93335         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
93336         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
93337         * platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
93338         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
93339         * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
93340         * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
93341
93342 2012-10-12  Emil A Eklund  <eae@chromium.org>
93343
93344         Unreviewed chromium rebaseline for r131216.
93345
93346         * fast/box-sizing/box-sizing-expected.txt: Replaced.
93347         * fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
93348         * platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93349         * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png:
93350         * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt:
93351         * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
93352         * platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt:
93353         * platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
93354         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
93355         * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt:
93356         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
93357         * platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93358         * platform/efl/fast/box-sizing/box-sizing-expected.txt: Removed.
93359         * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93360         * platform/gtk/fast/box-sizing/box-sizing-expected.txt: Removed.
93361         * platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed.
93362         * platform/win-future/fast/box-sizing: Added.
93363         * platform/win-future/fast/box-sizing/box-sizing-expected.txt: Added.
93364
93365 2012-10-12  Emil A Eklund  <eae@chromium.org>
93366
93367         Unreviewed chromium windows rebaseline for vertical-rl-ltr test.
93368
93369         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
93370         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
93371         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
93372         * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
93373
93374 2012-10-12  Emil A Eklund  <eae@chromium.org>
93375
93376         Unreviewed chromium rebaseline for r131202.
93377
93378         * css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
93379         * css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
93380         * css3/flexbox/flexbox-baseline-expected.txt: Added.
93381         * fast/html/details-add-child-1-expected.txt: Added.
93382         * fast/html/details-add-child-2-expected.txt: Added.
93383         * fast/html/details-add-details-child-1-expected.txt: Added.
93384         * fast/html/details-add-details-child-2-expected.txt: Added.
93385         * fast/html/details-add-summary-1-and-click-expected.txt: Added.
93386         * fast/html/details-add-summary-1-expected.txt: Added.
93387         * fast/html/details-add-summary-10-and-click-expected.txt: Added.
93388         * fast/html/details-add-summary-10-expected.txt: Added.
93389         * fast/html/details-add-summary-2-and-click-expected.txt: Added.
93390         * fast/html/details-add-summary-2-expected.txt: Added.
93391         * fast/html/details-add-summary-3-and-click-expected.txt: Added.
93392         * fast/html/details-add-summary-3-expected.txt: Added.
93393         * fast/html/details-add-summary-4-and-click-expected.txt: Added.
93394         * fast/html/details-add-summary-4-expected.txt: Added.
93395         * fast/html/details-add-summary-5-and-click-expected.txt: Added.
93396         * fast/html/details-add-summary-5-expected.txt: Added.
93397         * fast/html/details-add-summary-6-and-click-expected.txt: Added.
93398         * fast/html/details-add-summary-6-expected.txt: Added.
93399         * fast/html/details-add-summary-7-and-click-expected.txt: Added.
93400         * fast/html/details-add-summary-7-expected.txt: Added.
93401         * fast/html/details-add-summary-8-and-click-expected.txt: Added.
93402         * fast/html/details-add-summary-8-expected.txt: Added.
93403         * fast/html/details-add-summary-9-and-click-expected.txt: Added.
93404         * fast/html/details-add-summary-9-expected.txt: Added.
93405         * fast/html/details-add-summary-child-1-expected.txt: Added.
93406         * fast/html/details-add-summary-child-2-expected.txt: Added.
93407         * fast/html/details-nested-1-expected.txt: Added.
93408         * fast/html/details-no-summary1-expected.txt: Added.
93409         * fast/html/details-no-summary2-expected.txt: Added.
93410         * fast/html/details-no-summary3-expected.txt: Added.
93411         * fast/html/details-open1-expected.txt: Added.
93412         * fast/html/details-open3-expected.txt: Added.
93413         * fast/html/details-open5-expected.txt: Added.
93414         * fast/html/details-open6-expected.txt: Added.
93415         * fast/html/details-remove-child-1-expected.txt: Added.
93416         * fast/html/details-remove-child-2-expected.txt: Added.
93417         * fast/html/details-remove-summary-1-and-click-expected.txt: Added.
93418         * fast/html/details-remove-summary-1-expected.txt: Added.
93419         * fast/html/details-remove-summary-2-and-click-expected.txt: Added.
93420         * fast/html/details-remove-summary-2-expected.txt: Added.
93421         * fast/html/details-remove-summary-3-and-click-expected.txt: Added.
93422         * fast/html/details-remove-summary-3-expected.txt: Added.
93423         * fast/html/details-remove-summary-4-and-click-expected.txt: Added.
93424         * fast/html/details-remove-summary-4-expected.txt: Added.
93425         * fast/html/details-remove-summary-5-and-click-expected.txt: Added.
93426         * fast/html/details-remove-summary-5-expected.txt: Added.
93427         * fast/html/details-remove-summary-6-and-click-expected.txt: Added.
93428         * fast/html/details-remove-summary-6-expected.txt: Added.
93429         * fast/html/details-remove-summary-child-1-expected.txt: Added.
93430         * fast/html/details-remove-summary-child-2-expected.txt: Added.
93431         * fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
93432         * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
93433         * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added.
93434         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.png: Added.
93435         * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Added.
93436         * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
93437         * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
93438         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png:
93439         * platform/chromium-mac-snowleopard/fast/forms/007-expected.png:
93440         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
93441         * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png:
93442         * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png:
93443         * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png:
93444         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png:
93445         * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png:
93446         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png:
93447         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png:
93448         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png:
93449         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png:
93450         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png:
93451         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png:
93452         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png:
93453         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png:
93454         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png:
93455         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png:
93456         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png:
93457         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png:
93458         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png:
93459         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png:
93460         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png:
93461         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png:
93462         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png:
93463         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png:
93464         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png:
93465         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png:
93466         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png:
93467         * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png:
93468         * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png:
93469         * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png:
93470         * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png:
93471         * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png:
93472         * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png:
93473         * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
93474         * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
93475         * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png:
93476         * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
93477         * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png:
93478         * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
93479         * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png:
93480         * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png:
93481         * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png:
93482         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png:
93483         * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png:
93484         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png:
93485         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png:
93486         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png:
93487         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png:
93488         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png:
93489         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png:
93490         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png:
93491         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png:
93492         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png:
93493         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png:
93494         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png:
93495         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png:
93496         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png:
93497         * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png:
93498         * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
93499         * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
93500         * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png:
93501         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
93502         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
93503         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
93504         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
93505         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
93506         * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
93507         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
93508         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png:
93509         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt:
93510         * platform/chromium-mac/fast/forms/007-expected.png:
93511         * platform/chromium-mac/fast/forms/007-expected.txt:
93512         * platform/chromium-mac/fast/forms/basic-buttons-expected.png:
93513         * platform/chromium-mac/fast/forms/basic-buttons-expected.txt:
93514         * platform/chromium-mac/fast/forms/basic-textareas-expected.txt:
93515         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png:
93516         * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt:
93517         * platform/chromium-mac/fast/html/details-add-child-1-expected.png:
93518         * platform/chromium-mac/fast/html/details-add-child-1-expected.txt:
93519         * platform/chromium-mac/fast/html/details-add-child-2-expected.png:
93520         * platform/chromium-mac/fast/html/details-add-child-2-expected.txt:
93521         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png:
93522         * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt:
93523         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png:
93524         * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt:
93525         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png:
93526         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt:
93527         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png:
93528         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt:
93529         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png:
93530         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt:
93531         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png:
93532         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt:
93533         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png:
93534         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt:
93535         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png:
93536         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt:
93537         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png:
93538         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt:
93539         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png:
93540         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt:
93541         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png:
93542         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt:
93543         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png:
93544         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt:
93545         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png:
93546         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt:
93547         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png:
93548         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt:
93549         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png:
93550         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt:
93551         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png:
93552         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt:
93553         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png:
93554         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt:
93555         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png:
93556         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt:
93557         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png:
93558         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt:
93559         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png:
93560         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt:
93561         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png:
93562         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt:
93563         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png:
93564         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt:
93565         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png:
93566         * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt:
93567         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png:
93568         * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt:
93569         * platform/chromium-mac/fast/html/details-marker-style-expected.png:
93570         * platform/chromium-mac/fast/html/details-marker-style-expected.txt:
93571         * platform/chromium-mac/fast/html/details-nested-1-expected.png:
93572         * platform/chromium-mac/fast/html/details-nested-1-expected.txt:
93573         * platform/chromium-mac/fast/html/details-nested-2-expected.png:
93574         * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
93575         * platform/chromium-mac/fast/html/details-no-summary1-expected.png:
93576         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt:
93577         * platform/chromium-mac/fast/html/details-no-summary2-expected.png:
93578         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt:
93579         * platform/chromium-mac/fast/html/details-no-summary3-expected.png:
93580         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt:
93581         * platform/chromium-mac/fast/html/details-no-summary4-expected.png:
93582         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt:
93583         * platform/chromium-mac/fast/html/details-open-javascript-expected.png:
93584         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt:
93585         * platform/chromium-mac/fast/html/details-open1-expected.png:
93586         * platform/chromium-mac/fast/html/details-open1-expected.txt:
93587         * platform/chromium-mac/fast/html/details-open2-expected.png:
93588         * platform/chromium-mac/fast/html/details-open2-expected.txt:
93589         * platform/chromium-mac/fast/html/details-open3-expected.png:
93590         * platform/chromium-mac/fast/html/details-open3-expected.txt:
93591         * platform/chromium-mac/fast/html/details-open4-expected.png:
93592         * platform/chromium-mac/fast/html/details-open4-expected.txt:
93593         * platform/chromium-mac/fast/html/details-open5-expected.png:
93594         * platform/chromium-mac/fast/html/details-open5-expected.txt:
93595         * platform/chromium-mac/fast/html/details-open6-expected.png:
93596         * platform/chromium-mac/fast/html/details-open6-expected.txt:
93597         * platform/chromium-mac/fast/html/details-position-expected.png:
93598         * platform/chromium-mac/fast/html/details-position-expected.txt:
93599         * platform/chromium-mac/fast/html/details-remove-child-1-expected.png:
93600         * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt:
93601         * platform/chromium-mac/fast/html/details-remove-child-2-expected.png:
93602         * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt:
93603         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png:
93604         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt:
93605         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png:
93606         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt:
93607         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png:
93608         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt:
93609         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png:
93610         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt:
93611         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png:
93612         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt:
93613         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png:
93614         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt:
93615         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png:
93616         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt:
93617         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png:
93618         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt:
93619         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png:
93620         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt:
93621         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png:
93622         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt:
93623         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png:
93624         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt:
93625         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png:
93626         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt:
93627         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png:
93628         * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt:
93629         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png:
93630         * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt:
93631         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
93632         * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt:
93633         * platform/chromium-mac/fast/html/details-replace-text-expected.png:
93634         * platform/chromium-mac/fast/html/details-replace-text-expected.txt:
93635         * platform/chromium-mac/fast/html/details-writing-mode-expected.png:
93636         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt:
93637         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png:
93638         * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
93639         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
93640         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
93641         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
93642         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt:
93643         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
93644         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
93645         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
93646         * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
93647         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
93648         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
93649         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
93650         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
93651         * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
93652         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
93653         * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
93654         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
93655         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
93656         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
93657         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
93658         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
93659         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
93660         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
93661         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
93662         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
93663         * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt:
93664         * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
93665         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
93666         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png:
93667         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
93668         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
93669         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
93670         * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
93671         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
93672         * platform/chromium-win/fast/forms/007-expected.png:
93673         * platform/chromium-win/fast/forms/basic-buttons-expected.png:
93674         * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
93675         * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
93676         * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
93677         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
93678         * platform/chromium-win/fast/forms/searchfield-heights-expected.png:
93679         * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
93680         * platform/chromium-win/fast/forms/textarea-metrics-expected.txt: Added.
93681         * platform/chromium-win/fast/html/details-add-child-1-expected.png:
93682         * platform/chromium-win/fast/html/details-add-child-2-expected.png:
93683         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png:
93684         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png:
93685         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
93686         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
93687         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
93688         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
93689         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
93690         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
93691         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
93692         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
93693         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
93694         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
93695         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
93696         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
93697         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
93698         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
93699         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
93700         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
93701         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
93702         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
93703         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
93704         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
93705         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png:
93706         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png:
93707         * platform/chromium-win/fast/html/details-marker-style-expected.png:
93708         * platform/chromium-win/fast/html/details-nested-1-expected.png:
93709         * platform/chromium-win/fast/html/details-nested-2-expected.png:
93710         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
93711         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
93712         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
93713         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
93714         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
93715         * platform/chromium-win/fast/html/details-open1-expected.png:
93716         * platform/chromium-win/fast/html/details-open2-expected.png:
93717         * platform/chromium-win/fast/html/details-open3-expected.png:
93718         * platform/chromium-win/fast/html/details-open4-expected.png:
93719         * platform/chromium-win/fast/html/details-open5-expected.png:
93720         * platform/chromium-win/fast/html/details-open6-expected.png:
93721         * platform/chromium-win/fast/html/details-position-expected.png:
93722         * platform/chromium-win/fast/html/details-remove-child-1-expected.png:
93723         * platform/chromium-win/fast/html/details-remove-child-2-expected.png:
93724         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
93725         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
93726         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
93727         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
93728         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
93729         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
93730         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
93731         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
93732         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
93733         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
93734         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
93735         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
93736         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png:
93737         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png:
93738         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
93739         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
93740         * platform/chromium-win/fast/html/details-replace-text-expected.png:
93741         * platform/chromium-win/fast/html/details-replace-text-expected.txt:
93742         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
93743         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png:
93744         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png:
93745         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
93746         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
93747         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
93748         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
93749         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
93750         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
93751         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
93752         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
93753         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
93754         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
93755         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
93756         * platform/chromium/TestExpectations:
93757         * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
93758         * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
93759         * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Removed.
93760         * platform/efl/fast/html/details-add-child-1-expected.txt: Removed.
93761         * platform/efl/fast/html/details-add-child-2-expected.txt: Removed.
93762         * platform/efl/fast/html/details-add-details-child-1-expected.txt: Removed.
93763         * platform/efl/fast/html/details-add-details-child-2-expected.txt: Removed.
93764         * platform/efl/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
93765         * platform/efl/fast/html/details-add-summary-1-expected.txt: Removed.
93766         * platform/efl/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
93767         * platform/efl/fast/html/details-add-summary-10-expected.txt: Removed.
93768         * platform/efl/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
93769         * platform/efl/fast/html/details-add-summary-2-expected.txt: Removed.
93770         * platform/efl/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
93771         * platform/efl/fast/html/details-add-summary-3-expected.txt: Removed.
93772         * platform/efl/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
93773         * platform/efl/fast/html/details-add-summary-4-expected.txt: Removed.
93774         * platform/efl/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
93775         * platform/efl/fast/html/details-add-summary-5-expected.txt: Removed.
93776         * platform/efl/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
93777         * platform/efl/fast/html/details-add-summary-6-expected.txt: Removed.
93778         * platform/efl/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
93779         * platform/efl/fast/html/details-add-summary-7-expected.txt: Removed.
93780         * platform/efl/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
93781         * platform/efl/fast/html/details-add-summary-8-expected.txt: Removed.
93782         * platform/efl/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
93783         * platform/efl/fast/html/details-add-summary-9-expected.txt: Removed.
93784         * platform/efl/fast/html/details-add-summary-child-1-expected.txt: Removed.
93785         * platform/efl/fast/html/details-add-summary-child-2-expected.txt: Removed.
93786         * platform/efl/fast/html/details-nested-1-expected.txt: Removed.
93787         * platform/efl/fast/html/details-no-summary1-expected.txt: Removed.
93788         * platform/efl/fast/html/details-no-summary2-expected.txt: Removed.
93789         * platform/efl/fast/html/details-no-summary3-expected.txt: Removed.
93790         * platform/efl/fast/html/details-open1-expected.txt: Removed.
93791         * platform/efl/fast/html/details-open3-expected.txt: Removed.
93792         * platform/efl/fast/html/details-open5-expected.txt: Removed.
93793         * platform/efl/fast/html/details-open6-expected.txt: Removed.
93794         * platform/efl/fast/html/details-remove-child-1-expected.txt: Removed.
93795         * platform/efl/fast/html/details-remove-child-2-expected.txt: Removed.
93796         * platform/efl/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
93797         * platform/efl/fast/html/details-remove-summary-1-expected.txt: Removed.
93798         * platform/efl/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
93799         * platform/efl/fast/html/details-remove-summary-2-expected.txt: Removed.
93800         * platform/efl/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
93801         * platform/efl/fast/html/details-remove-summary-3-expected.txt: Removed.
93802         * platform/efl/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
93803         * platform/efl/fast/html/details-remove-summary-4-expected.txt: Removed.
93804         * platform/efl/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
93805         * platform/efl/fast/html/details-remove-summary-5-expected.txt: Removed.
93806         * platform/efl/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
93807         * platform/efl/fast/html/details-remove-summary-6-expected.txt: Removed.
93808         * platform/efl/fast/html/details-remove-summary-child-1-expected.txt: Removed.
93809         * platform/efl/fast/html/details-remove-summary-child-2-expected.txt: Removed.
93810         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
93811         * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
93812         * platform/efl/tables/mozilla/bugs/bug30692-expected.txt: Removed.
93813         * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
93814         * platform/gtk/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed.
93815         * platform/gtk/css3/flexbox: Removed.
93816         * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Removed.
93817         * platform/gtk/fast/html/details-add-child-1-expected.txt: Removed.
93818         * platform/gtk/fast/html/details-add-child-2-expected.txt: Removed.
93819         * platform/gtk/fast/html/details-add-details-child-1-expected.txt: Removed.
93820         * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Removed.
93821         * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
93822         * platform/gtk/fast/html/details-add-summary-1-expected.txt: Removed.
93823         * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
93824         * platform/gtk/fast/html/details-add-summary-10-expected.txt: Removed.
93825         * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
93826         * platform/gtk/fast/html/details-add-summary-2-expected.txt: Removed.
93827         * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
93828         * platform/gtk/fast/html/details-add-summary-3-expected.txt: Removed.
93829         * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
93830         * platform/gtk/fast/html/details-add-summary-4-expected.txt: Removed.
93831         * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
93832         * platform/gtk/fast/html/details-add-summary-5-expected.txt: Removed.
93833         * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
93834         * platform/gtk/fast/html/details-add-summary-6-expected.txt: Removed.
93835         * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
93836         * platform/gtk/fast/html/details-add-summary-7-expected.txt: Removed.
93837         * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
93838         * platform/gtk/fast/html/details-add-summary-8-expected.txt: Removed.
93839         * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
93840         * platform/gtk/fast/html/details-add-summary-9-expected.txt: Removed.
93841         * platform/gtk/fast/html/details-add-summary-child-1-expected.txt: Removed.
93842         * platform/gtk/fast/html/details-add-summary-child-2-expected.txt: Removed.
93843         * platform/gtk/fast/html/details-nested-1-expected.txt: Removed.
93844         * platform/gtk/fast/html/details-no-summary1-expected.txt: Removed.
93845         * platform/gtk/fast/html/details-no-summary2-expected.txt: Removed.
93846         * platform/gtk/fast/html/details-no-summary3-expected.txt: Removed.
93847         * platform/gtk/fast/html/details-open1-expected.txt: Removed.
93848         * platform/gtk/fast/html/details-open3-expected.txt: Removed.
93849         * platform/gtk/fast/html/details-open5-expected.txt: Removed.
93850         * platform/gtk/fast/html/details-open6-expected.txt: Removed.
93851         * platform/gtk/fast/html/details-remove-child-1-expected.txt: Removed.
93852         * platform/gtk/fast/html/details-remove-child-2-expected.txt: Removed.
93853         * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
93854         * platform/gtk/fast/html/details-remove-summary-1-expected.txt: Removed.
93855         * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
93856         * platform/gtk/fast/html/details-remove-summary-2-expected.txt: Removed.
93857         * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
93858         * platform/gtk/fast/html/details-remove-summary-3-expected.txt: Removed.
93859         * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
93860         * platform/gtk/fast/html/details-remove-summary-4-expected.txt: Removed.
93861         * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
93862         * platform/gtk/fast/html/details-remove-summary-5-expected.txt: Removed.
93863         * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
93864         * platform/gtk/fast/html/details-remove-summary-6-expected.txt: Removed.
93865         * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt: Removed.
93866         * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt: Removed.
93867         * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed.
93868         * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed.
93869         * platform/gtk/tables/mozilla/bugs/bug30692-expected.txt: Removed.
93870         * svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
93871         * tables/mozilla/bugs/bug30692-expected.txt: Added.
93872
93873 2012-10-12  James Simonsen  <simonjam@chromium.org>
93874
93875         [RequestAnimationFrame] Remove vendor prefix
93876         https://bugs.webkit.org/show_bug.cgi?id=99116
93877
93878         Reviewed by Adam Barth.
93879
93880         * fast/animation/request-animation-frame-callback-id.html:
93881         * fast/animation/request-animation-frame-cancel-expected.txt:
93882         * fast/animation/request-animation-frame-detach-element.html:
93883         * fast/animation/request-animation-frame-detach-element2.html:
93884         * fast/animation/request-animation-frame-during-modal.html:
93885         * fast/animation/request-animation-frame-iframe2.html:
93886         * fast/animation/request-animation-frame-missing-arguments-expected.txt:
93887         * fast/animation/request-animation-frame-missing-arguments.html:
93888         * fast/animation/script-tests/request-animation-frame-cancel.js:
93889         (window):
93890         * fast/animation/script-tests/request-animation-frame-cancel2.js:
93891         * fast/animation/script-tests/request-animation-frame-disabled.js:
93892         * fast/animation/script-tests/request-animation-frame-subframe.html:
93893         * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
93894         (window.requestAnimationFrame):
93895         * fast/animation/script-tests/request-animation-frame-timestamps.js:
93896         * fast/animation/script-tests/request-animation-frame-within-callback.js:
93897         (window):
93898         * fast/animation/script-tests/request-animation-frame.js:
93899         * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js:
93900         (BrowserPaint):
93901         * fast/canvas/webgl/webgl-texture-binding-preserved.html:
93902         * fast/dom/Window/post-message-crash.html:
93903         * inspector/timeline/timeline-animation-frame.html:
93904
93905 2012-10-12  Emil A Eklund  <eae@chromium.org>
93906
93907         Unreviewed chromium lucid rebaseline for r131202.
93908
93909         * platform/chromium-linux-x86/svg/as-border-image: Removed.
93910         * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed.
93911         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
93912         * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed.
93913         * platform/chromium-mac-snowleopard/svg/as-border-image: Removed.
93914         * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
93915         * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
93916         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Removed.
93917         * platform/chromium-win-xp/svg/as-border-image: Removed.
93918         * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Removed.
93919         * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Removed.
93920
93921 2012-10-12  Emil A Eklund  <eae@chromium.org>
93922
93923         Unreviewed chromium mac rebaseline for r131202.
93924
93925         * platform/chromium-linux-x86/fast/block/float: Removed.
93926         * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Removed.
93927         * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
93928         * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
93929         * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
93930         * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
93931         * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png:
93932         * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
93933         * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
93934         * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
93935         * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
93936         * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
93937         * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
93938         * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
93939         * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
93940         * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
93941         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
93942         * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
93943         * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
93944         * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
93945         * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
93946         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
93947         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
93948         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
93949         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
93950         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
93951         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
93952         * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
93953         * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
93954         * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
93955         * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
93956         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
93957         * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
93958         * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
93959         * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png:
93960         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
93961         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
93962         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
93963         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
93964         * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
93965         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
93966         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
93967         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
93968         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
93969         * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
93970         * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
93971         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
93972         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
93973         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
93974         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
93975         * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
93976         * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png:
93977         * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
93978         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
93979         * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
93980         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
93981         * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
93982         * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
93983         * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
93984         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
93985         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
93986         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
93987         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
93988         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
93989         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
93990         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
93991         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
93992         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
93993         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
93994         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
93995         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
93996         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
93997         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
93998         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
93999         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
94000         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
94001         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
94002         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
94003         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
94004         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
94005         * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
94006         * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
94007         * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
94008         * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
94009         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
94010         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
94011         * platform/chromium-mac/editing/selection/3690703-2-expected.png:
94012         * platform/chromium-mac/editing/selection/3690703-2-expected.txt:
94013         * platform/chromium-mac/editing/selection/3690703-expected.png:
94014         * platform/chromium-mac/editing/selection/3690703-expected.txt:
94015         * platform/chromium-mac/editing/selection/3690719-expected.png:
94016         * platform/chromium-mac/editing/selection/3690719-expected.txt:
94017         * platform/chromium-mac/editing/selection/4397952-expected.png:
94018         * platform/chromium-mac/editing/selection/4397952-expected.txt:
94019         * platform/chromium-mac/editing/selection/5240265-expected.png:
94020         * platform/chromium-mac/editing/selection/5240265-expected.txt:
94021         * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
94022         * platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
94023         * platform/chromium-mac/fast/block/float/032-expected.txt:
94024         * platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
94025         * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt:
94026         * platform/chromium-mac/fast/css/continuationCrash-expected.png:
94027         * platform/chromium-mac/fast/css/continuationCrash-expected.txt:
94028         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
94029         * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
94030         * platform/chromium-mac/fast/css/rtl-ordering-expected.png:
94031         * platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
94032         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
94033         * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
94034         * platform/chromium-mac/fast/forms/001-expected.png:
94035         * platform/chromium-mac/fast/forms/001-expected.txt:
94036         * platform/chromium-mac/fast/forms/blankbuttons-expected.png:
94037         * platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
94038         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
94039         * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
94040         * platform/chromium-mac/fast/forms/button-sizes-expected.png:
94041         * platform/chromium-mac/fast/forms/button-sizes-expected.txt:
94042         * platform/chromium-mac/fast/forms/button-style-color-expected.png:
94043         * platform/chromium-mac/fast/forms/button-style-color-expected.txt:
94044         * platform/chromium-mac/fast/forms/button-table-styles-expected.png:
94045         * platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
94046         * platform/chromium-mac/fast/forms/button-text-transform-expected.png:
94047         * platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
94048         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
94049         * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
94050         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
94051         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
94052         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
94053         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
94054         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
94055         * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
94056         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
94057         * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
94058         * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
94059         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
94060         * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt:
94061         * platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
94062         * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
94063         * platform/chromium-mac/fast/forms/formmove3-expected.png:
94064         * platform/chromium-mac/fast/forms/formmove3-expected.txt:
94065         * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
94066         * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
94067         * platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
94068         * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
94069         * platform/chromium-mac/fast/forms/input-value-expected.png:
94070         * platform/chromium-mac/fast/forms/input-value-expected.txt:
94071         * platform/chromium-mac/fast/forms/menulist-clip-expected.png:
94072         * platform/chromium-mac/fast/forms/menulist-clip-expected.txt:
94073         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
94074         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
94075         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
94076         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
94077         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
94078         * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt:
94079         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
94080         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
94081         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
94082         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
94083         * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
94084         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
94085         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
94086         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
94087         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
94088         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
94089         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
94090         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
94091         * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
94092         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png:
94093         * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt:
94094         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
94095         * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt:
94096         * platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
94097         * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
94098         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
94099         * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt:
94100         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
94101         * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
94102         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
94103         * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
94104         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
94105         * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
94106         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
94107         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
94108         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
94109         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
94110         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
94111         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing: Added.
94112         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows: Added.
94113         * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added.
94114         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
94115         * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
94116         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
94117         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
94118         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
94119         * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
94120         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
94121         * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
94122         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
94123         * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
94124         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
94125         * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt:
94126         * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt:
94127         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
94128         * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt:
94129         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
94130         * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
94131         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
94132         * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
94133         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
94134         * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
94135         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
94136         * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt:
94137         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
94138         * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
94139         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
94140         * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
94141         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
94142         * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt:
94143         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
94144         * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
94145         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
94146         * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
94147         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
94148         * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt:
94149         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
94150         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
94151         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
94152         * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt:
94153         * platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
94154         * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt:
94155         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
94156         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
94157         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
94158         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
94159         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
94160         * platform/chromium-win-xp/fast/block/float: Removed.
94161         * platform/chromium-win-xp/fast/block/float/float-avoidance-expected.png: Removed.
94162         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Removed.
94163         * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed.
94164
94165 2012-10-12  Rob Buis  <rbuis@rim.com>
94166
94167         [BlackBerry] Add tests of WebSocketEnabled preference
94168         https://bugs.webkit.org/show_bug.cgi?id=84982
94169
94170         Reviewed by Yong Li.
94171
94172         * platform/blackberry/http/tests/websocket/tests/enable-disable-setting-expected.txt: Added.
94173         * platform/blackberry/http/tests/websocket/tests/enable-disable-setting.html: Added.
94174
94175 2012-10-11  Emil A Eklund  <eae@chromium.org>
94176
94177         [Sub pixel layout] Change RenderBox to not round logicalTop/Left for RenderReplaced
94178         https://bugs.webkit.org/show_bug.cgi?id=99108
94179
94180         Reviewed by Levi Weintraub.
94181
94182         Update tests expectations to reflect more correct rounding behavior.
94183         Specifically many images and other replaced content is no longer rendered at y -1.
94184
94185         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
94186         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
94187         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
94188         * platform/chromium-linux/fast/forms/007-expected.png:
94189         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
94190         * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
94191         * platform/chromium-linux/fast/forms/input-baseline-expected.txt:
94192         * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
94193         * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
94194         * platform/chromium-linux/fast/forms/searchfield-heights-expected.png:
94195         * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
94196         * platform/chromium-linux/fast/html/details-add-child-1-expected.png:
94197         * platform/chromium-linux/fast/html/details-add-child-2-expected.png:
94198         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png:
94199         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png:
94200         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
94201         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
94202         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
94203         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
94204         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
94205         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
94206         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
94207         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
94208         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
94209         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
94210         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
94211         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
94212         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
94213         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
94214         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
94215         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
94216         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
94217         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
94218         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
94219         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
94220         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png:
94221         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png:
94222         * platform/chromium-linux/fast/html/details-marker-style-expected.png:
94223         * platform/chromium-linux/fast/html/details-nested-1-expected.png:
94224         * platform/chromium-linux/fast/html/details-nested-2-expected.png:
94225         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
94226         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
94227         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
94228         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
94229         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
94230         * platform/chromium-linux/fast/html/details-open1-expected.png:
94231         * platform/chromium-linux/fast/html/details-open2-expected.png:
94232         * platform/chromium-linux/fast/html/details-open3-expected.png:
94233         * platform/chromium-linux/fast/html/details-open4-expected.png:
94234         * platform/chromium-linux/fast/html/details-open5-expected.png:
94235         * platform/chromium-linux/fast/html/details-open6-expected.png:
94236         * platform/chromium-linux/fast/html/details-position-expected.png:
94237         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png:
94238         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png:
94239         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
94240         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
94241         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
94242         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
94243         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
94244         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
94245         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
94246         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
94247         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
94248         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
94249         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
94250         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
94251         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png:
94252         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png:
94253         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
94254         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
94255         * platform/chromium-linux/fast/html/details-replace-text-expected.png:
94256         * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
94257         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
94258         * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png:
94259         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
94260         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.png:
94261         * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
94262         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
94263         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
94264         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
94265         * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
94266         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png:
94267         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
94268         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
94269         * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
94270         * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
94271         * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
94272         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
94273         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
94274         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
94275         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
94276         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
94277         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
94278         * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt:
94279         * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
94280         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt:
94281         * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
94282         * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
94283         * platform/chromium-win/fast/forms/007-expected.txt:
94284         * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
94285         * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
94286         * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
94287         * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
94288         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
94289         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
94290         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
94291         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
94292         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
94293         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
94294         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
94295         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
94296         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
94297         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
94298         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
94299         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
94300         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
94301         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
94302         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
94303         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
94304         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
94305         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
94306         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
94307         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
94308         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
94309         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
94310         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
94311         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
94312         * platform/chromium-win/fast/html/details-marker-style-expected.txt:
94313         * platform/chromium-win/fast/html/details-nested-1-expected.txt:
94314         * platform/chromium-win/fast/html/details-nested-2-expected.txt:
94315         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
94316         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
94317         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
94318         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
94319         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
94320         * platform/chromium-win/fast/html/details-open1-expected.txt:
94321         * platform/chromium-win/fast/html/details-open2-expected.txt:
94322         * platform/chromium-win/fast/html/details-open3-expected.txt:
94323         * platform/chromium-win/fast/html/details-open4-expected.txt:
94324         * platform/chromium-win/fast/html/details-open5-expected.txt:
94325         * platform/chromium-win/fast/html/details-open6-expected.txt:
94326         * platform/chromium-win/fast/html/details-position-expected.txt:
94327         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
94328         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
94329         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
94330         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
94331         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
94332         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
94333         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
94334         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
94335         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
94336         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
94337         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
94338         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
94339         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
94340         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
94341         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
94342         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
94343         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
94344         * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt:
94345         * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt:
94346         * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt:
94347         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
94348         * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt:
94349         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
94350         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
94351         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
94352         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
94353         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
94354         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
94355         * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
94356         * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
94357         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
94358         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
94359         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
94360         * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt:
94361         * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
94362
94363 2012-10-05  Jer Noble  <jer.noble@apple.com>
94364
94365         Enable ENCRYPTED_MEDIA support on Mac.
94366         https://bugs.webkit.org/show_bug.cgi?id=98044
94367
94368         Reviewed by Anders Carlsson.
94369
94370         Add platform specific expected results.
94371
94372         * platform/mac/fast/events/constructors/media-key-event-constructor-expected.txt: Added.
94373         * platform/chromium/fast/events/constructors/media-key-event-constructor-expected.txt: Copied from 
94374             fast/events/constructors/media-key-event-constructor-expected.txt due to chromium expected results 
94375             search order including platform/mac.
94376
94377 2012-10-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94378
94379         [EFL] Unreviewed gardening.
94380
94381         Move some WontFix tests to the right place in the file, and add
94382         some ImageOnlyFailures that showed up after updating Cairo to
94383         1.12.4.
94384
94385         * platform/efl/TestExpectations:
94386
94387 2012-10-12  Csaba Osztrogonác  <ossy@webkit.org>
94388
94389         [Qt] Unreviewed gardening.
94390
94391         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Updated.
94392         * platform/qt/TestExpectations: Skip a flakey test.
94393
94394 2012-10-12  Adam Barth  <abarth@webkit.org>
94395
94396         More baselines updates after http://trac.webkit.org/changeset/131134.
94397         It seems http://trac.webkit.org/changeset/131158 wasn't quite complete.
94398
94399         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed.
94400         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed.
94401         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed.
94402         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed.
94403         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed.
94404         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed.
94405         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed.
94406         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed.
94407         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed.
94408         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed.
94409         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed.
94410         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed.
94411         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed.
94412         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed.
94413         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed.
94414         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed.
94415         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
94416         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
94417         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
94418         * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
94419         * platform/chromium-linux-x86/svg/text/bidi-text-query-expected.txt: Removed.
94420         * platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.png: Removed.
94421         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
94422         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
94423         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
94424         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
94425         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
94426         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
94427         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
94428         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
94429         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
94430         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
94431         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
94432         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
94433         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
94434         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
94435         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
94436         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
94437         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
94438         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
94439         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
94440         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
94441         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Removed.
94442         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
94443         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
94444         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
94445         * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
94446         * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Removed.
94447         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
94448         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
94449         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
94450         * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
94451         * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Removed.
94452
94453 2012-10-12  Adam Barth  <abarth@webkit.org>
94454
94455         Note that this test is flaky.
94456
94457         * platform/chromium/TestExpectations:
94458
94459 2012-10-12  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
94460
94461         [EFL] More pixel expectations and gardening.
94462
94463         Skip some pixel tests which are failing in WK1 and add correct PNG
94464         baselines for quite a few tests which render correctly in WK2.
94465
94466         * platform/efl-wk1/TestExpectations:
94467         * platform/efl/TestExpectations:
94468         * platform/efl/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
94469         * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
94470         * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png:
94471         * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
94472         * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
94473         * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png: Added.
94474         * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png:
94475         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
94476         * platform/efl/fast/dynamic/anchor-lock-expected.png:
94477         * platform/efl/fast/events/autoscroll-expected.png:
94478         * platform/efl/fast/events/reveal-link-when-focused-expected.png:
94479         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
94480         * platform/efl/fast/multicol/scrolling-overflow-expected.png:
94481         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png:
94482         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
94483         * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png:
94484         * platform/efl/fast/overflow/scrollRevealButton-expected.png:
94485         * platform/efl/fast/repaint/absolute-position-changed-expected.png:
94486         * platform/efl/fast/repaint/fixed-after-scroll-expected.png:
94487         * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
94488         * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png:
94489         * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
94490         * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
94491         * platform/efl/fast/repaint/fixed-expected.png:
94492         * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png:
94493         * platform/efl/fast/repaint/fixed-scale-expected.png:
94494         * platform/efl/fast/repaint/fixed-scroll-simple-expected.png:
94495         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
94496         * platform/efl/fast/repaint/fixed-table-overflow-expected.png:
94497         * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png:
94498         * platform/efl/fast/repaint/fixed-tranformed-expected.png:
94499         * platform/efl/fast/repaint/repaint-during-scroll-expected.png:
94500         * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png:
94501         * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png:
94502         * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png:
94503         * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png:
94504         * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png:
94505         * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png:
94506         * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
94507         * platform/efl/fast/text/atsui-negative-spacing-features-expected.png:
94508         * platform/efl/fast/text/justify-ideograph-complex-expected.png:
94509         * platform/efl/fast/text/large-text-composed-char-expected.png:
94510         * platform/efl/http/tests/loading/simple-subframe-expected.png: Added.
94511         * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
94512         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
94513         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
94514         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
94515         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
94516         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
94517         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
94518         * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
94519         * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added.
94520
94521 2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
94522
94523         [EFL] Gardening of the WK2 Debug Bot failing tests
94524         https://bugs.webkit.org/show_bug.cgi?id=99184
94525
94526         Unreviewed EFL gardening.
94527
94528         Skip failing tests on WK2 debug bot. Also, unskip tests that are
94529         consistently passing.
94530
94531         * platform/efl-wk1/TestExpectations:
94532         * platform/efl-wk2/TestExpectations:
94533         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt:
94534         * platform/efl/TestExpectations:
94535
94536 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
94537
94538         Unreviewed, rebaseline inspector/styles/region-style-crash.html after r131176.
94539
94540         * inspector/styles/region-style-crash-expected.txt:
94541
94542 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
94543
94544         Web Inspector: [Styles] !important priority not honored inside the same declaration
94545         https://bugs.webkit.org/show_bug.cgi?id=99170
94546
94547         Reviewed by Yury Semikhatsky.
94548
94549         * inspector/elements/elements-panel-styles-expected.txt:
94550         * inspector/elements/resources/elements-panel-styles.css:
94551         (.foo):
94552
94553 2012-10-12  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
94554
94555         [EFL] Gardening to make the bots green
94556         https://bugs.webkit.org/show_bug.cgi?id=99176
94557
94558         Unreviewed EFL gardening.
94559
94560         Skip failing tests in order to make the bots green.
94561
94562         * platform/efl/TestExpectations:
94563
94564 2012-10-12  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
94565
94566         Unreviewed EFL gardening.
94567         https://bugs.webkit.org/show_bug.cgi?id=99161
94568
94569         Unskip editing/pasteboard and add test expectations for failing tests.
94570
94571         * platform/efl/TestExpectations:
94572
94573 2012-10-12  Pavel Feldman  <pfeldman@chromium.org>
94574
94575         Web Inspector: relies on current Function.prototype.bind in the frame
94576         https://bugs.webkit.org/show_bug.cgi?id=99164
94577
94578         Reviewed by Yury Semikhatsky.
94579
94580         * inspector/console/command-line-api-expected.txt:
94581         * inspector/console/console-bind-fake-expected.txt: Added.
94582         * inspector/console/console-bind-fake.html: Added.
94583
94584 2012-10-12  Csaba Osztrogonác  <ossy@webkit.org>
94585
94586         [Qt] Unreviewed gardening, update expected files, skip new failing tests.
94587
94588         * platform/qt-5.0-wk2/TestExpectations:
94589         * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Added.
94590         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
94591         * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
94592
94593 2012-10-12  Alexander Pavlov  <apavlov@chromium.org>
94594
94595         Web Inspector: [Styles] Colors should be "As authored" by default
94596         https://bugs.webkit.org/show_bug.cgi?id=99017
94597
94598         Reviewed by Vsevolod Vlasov.
94599
94600         Test rebaselines.
94601
94602         * inspector/elements/elements-panel-styles-expected.txt:
94603         * inspector/styles/inject-stylesheet-expected.txt:
94604         * inspector/styles/lazy-computed-style-expected.txt:
94605         * inspector/styles/styles-computed-trace-expected.txt:
94606         * inspector/styles/styles-overriden-properties-expected.txt:
94607         * inspector/styles/styles-update-from-js-expected.txt:
94608         * inspector/styles/variables/css-variables-expected.txt:
94609         * platform/chromium/inspector/styles/inject-stylesheet-expected.txt:
94610
94611 2012-10-12  Vsevolod Vlasov  <vsevik@chromium.org>
94612
94613         Web Inspector: Extract domain specific editing handling logic from UISourceCode descendants (step 1).
94614         https://bugs.webkit.org/show_bug.cgi?id=98912
94615
94616         Reviewed by Pavel Feldman.
94617
94618         * inspector/debugger/live-edit.html:
94619         * inspector/extensions/extensions-resources.html:
94620
94621 2012-10-12  Kenichi Ishibashi  <bashi@chromium.org>
94622
94623         Unreviewed test expectations update after r131134
94624
94625         * platform/chromium-linux/css3/font-feature-settings-rendering-expected.txt:
94626         * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png:
94627         * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
94628         * platform/chromium-linux/fast/text/cg-vs-atsui-expected.png:
94629         * platform/chromium-linux/fast/text/complex-text-opacity-expected.png:
94630         * platform/chromium-linux/fast/text/drawBidiText-expected.png:
94631         * platform/chromium-linux/fast/text/international/arabic-justify-expected.png:
94632         * platform/chromium-linux/fast/text/international/arabic-vertical-offset-expected.png:
94633         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png:
94634         * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png:
94635         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
94636         * platform/chromium-linux/fast/text/international/khmer-selection-expected.png:
94637         * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt:
94638         * platform/chromium-linux/fast/text/international/text-spliced-font-expected.png:
94639         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
94640         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
94641         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
94642         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
94643         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
94644         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
94645         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
94646         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
94647         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
94648         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
94649         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
94650         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
94651         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
94652         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
94653         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
94654         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
94655         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
94656         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
94657         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
94658         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
94659         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
94660         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
94661         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
94662         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
94663         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
94664         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
94665         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
94666         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
94667         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
94668         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
94669         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
94670         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
94671         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
94672         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
94673         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
94674         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
94675         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
94676         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
94677         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
94678         * platform/chromium-linux/svg/text/bidi-text-query-expected.png:
94679         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt:
94680         * platform/chromium-linux/svg/text/bidi-tspans-expected.png:
94681         * platform/chromium-linux/svg/text/text-intro-05-t-expected.png:
94682         * platform/chromium-linux/svg/text/text-with-geometric-precision-expected.png:
94683         * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
94684         * platform/chromium/TestExpectations:
94685
94686 2012-10-12  Zan Dobersek  <zandobersek@gmail.com>
94687
94688         Unreviewed GTK gardening.
94689
94690         Rebaselining fast/dom/Window/window-properties-performance.html after r131106.
94691         Adding a failure expectation for a transitions blend mode test added in r131146.
94692
94693         * platform/gtk/TestExpectations:
94694         * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
94695
94696 2012-10-12  Kenichi Ishibashi  <bashi@chromium.org>
94697
94698         [WebSocket] Add "Cache-Control: no-cache" to handshake request
94699         https://bugs.webkit.org/show_bug.cgi?id=98000
94700
94701         Reviewed by Yuta Kitamura.
94702
94703         Add a test for no-cache headers check.
94704
94705         * http/tests/websocket/tests/hybi/nocache-expected.txt: Added.
94706         * http/tests/websocket/tests/hybi/nocache-test_wsh.py: Added.
94707         (web_socket_do_extra_handshake):
94708         (web_socket_transfer_data):
94709         * http/tests/websocket/tests/hybi/nocache.html: Added.
94710
94711 2012-10-12  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
94712
94713         [Qt] Unreviewed gardening. Skip test using disabled SHADOW_DOM.
94714
94715         * platform/qt/TestExpectations: Skip fast/dom/shadow/insertion-point-resetStyleInheritance.html.
94716
94717 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
94718
94719         [Chromium] Unreviewed gardening, TestExpectation updated.
94720
94721         * platform/chromium/TestExpectations:
94722
94723 2012-10-11  Rik Cabanier  <cabanier@adobe.com>
94724
94725         Bad copy constructor in StyleRareNonInheritedData
94726         https://bugs.webkit.org/show_bug.cgi?id=98950
94727
94728         Reviewed by Eric Seidel.
94729
94730         Typo in copy constructor caused blendmode to always be the default.
94731
94732         * platform/chromium/TestExpectations:
94733         * transitions/blendmode-transitions-expected.txt: Added.
94734         * transitions/blendmode-transitions.html: Added.
94735         * transitions/resources/transition-test-helpers.js:
94736         * transitions/svg-transitions-expected.txt:
94737
94738 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 
94739
94740         [Chromium] Unreviewed gardening, TestExpectation updated.
94741
94742         * platform/chromium/TestExpectations:
94743
94744 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
94745
94746         [Chromium] Unreviewed gardening, TestExpectations updated.
94747
94748         * platform/chromium/TestExpectations:
94749
94750 2012-10-11  Takashi Sakamoto  <tasak@google.com>
94751
94752         [Shadow DOM] Insertion points need resetStyleInheritance
94753         https://bugs.webkit.org/show_bug.cgi?id=93922
94754
94755         Reviewed by Dimitri Glazkov.
94756
94757         * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt: Added.
94758         * fast/dom/shadow/insertion-point-resetStyleInheritance.html: Added.
94759
94760 2012-10-11  Kenichi Ishibashi  <bashi@chromium.org>
94761
94762         [Chromium] Use harfbuzz-ng by default on Linux
94763         https://bugs.webkit.org/show_bug.cgi?id=97281
94764
94765         Reviewed by Tony Chang.
94766
94767         * platform/chromium/TestExpectations: Added temporary expectations.
94768
94769 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org> 
94770
94771         [Chromium] Unreviewed gardening, rebaselined.
94772
94773         * platform/chromium-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
94774         * platform/chromium-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png:
94775         * platform/chromium-win/platform/chromium/compositing/tiny-layer-rotated-expected.png:
94776
94777 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
94778
94779         [Chromium] Unreviewed gardening, rebaselined.
94780
94781         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
94782
94783 2012-10-11  Sheriff Bot  <webkit.review.bot@gmail.com>
94784
94785         Unreviewed, rolling out r131100.
94786         http://trac.webkit.org/changeset/131100
94787         https://bugs.webkit.org/show_bug.cgi?id=99127
94788
94789         Caused an ASSERT (Requested by abarth|gardening on #webkit).
94790
94791         * css3/filters/custom/custom-filter-composite-operators-expected.png: Removed.
94792         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Removed.
94793         * css3/filters/custom/custom-filter-composite-operators.html: Removed.
94794
94795 2012-10-11  Adam Barth  <abarth@webkit.org>
94796
94797         Add baselines for the rest of the platforms after
94798         http://trac.webkit.org/changeset/131111
94799
94800         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
94801         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
94802         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
94803         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
94804         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
94805         * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
94806
94807 2012-10-11  Sheriff Bot  <webkit.review.bot@gmail.com>
94808
94809         Unreviewed, rolling out r131107.
94810         http://trac.webkit.org/changeset/131107
94811         https://bugs.webkit.org/show_bug.cgi?id=99126
94812
94813         Causes an ASSERT (Requested by abarth|gardening on #webkit).
94814
94815         * accessibility/secure-textfield-title-ui.html:
94816         * accessibility/title-ui-element-correctness-expected.txt: Removed.
94817         * accessibility/title-ui-element-correctness.html: Removed.
94818         * perf/accessibility-title-ui-element-expected.txt: Removed.
94819         * perf/accessibility-title-ui-element.html: Removed.
94820         * platform/chromium/TestExpectations:
94821
94822 2012-10-11  Jeffrey Pfau  <jpfau@apple.com>
94823
94824         [Mac] Temporarily mark fast/canvas/webgl/arraybuffer-transfer-of-control.html as failing
94825         https://bugs.webkit.org/show_bug.cgi?id=99096
94826
94827         * platform/mac/TestExpectations:
94828
94829 2012-10-11  Levi Weintraub  <leviw@chromium.org>
94830
94831         [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
94832         https://bugs.webkit.org/show_bug.cgi?id=98571
94833
94834         Reviewed by Emil A Eklund.
94835
94836         Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).
94837
94838         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
94839         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
94840         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
94841         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
94842         The repaint rect shrinks safely by one pixel.
94843         * platform/chromium/TestExpectations:
94844         * platform/mac-lion/TestExpectations:
94845         * platform/mac-snowleopard/TestExpectations:
94846         * platform/mac-wk2/TestExpectations:
94847         * platform/mac/TestExpectations:
94848         * platform/qt-4.8/TestExpectations:
94849         * platform/qt/TestExpectations:
94850         * platform/win-wk2/TestExpectations:
94851         * platform/win-xp/TestExpectations:
94852         * platform/win/TestExpectations:
94853         * platform/wincairo/TestExpectations:
94854         * platform/wk2/TestExpectations:
94855
94856 2012-10-11  Dominic Mazzoni  <dmazzoni@google.com>
94857
94858         AX: labelForElement is slow when there are a lot of DOM elements
94859         https://bugs.webkit.org/show_bug.cgi?id=97825
94860
94861         Reviewed by Ryosuke Niwa.
94862
94863         Adds two new tests for titleUIElement that run on both Mac and
94864         Chromium. One tests correctness, the other tests speed.
94865
94866         Fixes one test so that it passes on Chromium.
94867         Enables other tests that now pass on Chromium.
94868
94869         * accessibility/secure-textfield-title-ui.html:
94870         * accessibility/title-ui-element-correctness-expected.txt: Added.
94871         * accessibility/title-ui-element-correctness.html: Added.
94872         * perf/accessibility-title-ui-element-expected.txt: Added.
94873         * perf/accessibility-title-ui-element.html: Added.
94874         * platform/chromium/TestExpectations:
94875
94876 2012-10-11  James Simonsen  <simonjam@chromium.org>
94877
94878         unprefix window.performance.webkitNow()
94879         https://bugs.webkit.org/show_bug.cgi?id=88278
94880
94881         Reviewed by Tony Gentilcore.
94882
94883         * fast/dom/Window/window-properties-performance-expected.txt:
94884         * fast/performance/performance-now-timestamps-expected.txt:
94885         * fast/performance/script-tests/performance-now-timestamps.js:
94886         * platform/chromium/TestExpectations: Remove skipped expectation.
94887         * platform/efl/TestExpectations:
94888         * platform/efl/fast/dom/Window/window-properties-performance-expected.txt:
94889         * platform/gtk/TestExpectations:
94890         * platform/qt/TestExpectations:
94891         * platform/qt/fast/dom/Window/window-properties-performance-expected.txt:
94892         * resources/magnitude-perf.js:
94893         (Magnitude._runIteration):
94894
94895 2012-10-11  Huang Dongsung  <luxtella@company100.net>
94896
94897         [CSS Shaders] Make custom filters use a premultiplied buffer.
94898         https://bugs.webkit.org/show_bug.cgi?id=98396
94899
94900         Reviewed by Dean Jackson.
94901
94902         Add test to check that the DOM element texture composites correctly
94903         when source alpha is a fractional value.
94904
94905         * css3/filters/custom/custom-filter-composite-fractional-source-alpha-expected.html: Added.
94906         * css3/filters/custom/custom-filter-composite-fractional-source-alpha.html: Added.
94907
94908 2012-10-11  Huang Dongsung  <luxtella@company100.net>
94909
94910         [CSS Shaders] Implement all composite operators except destination and lighter.
94911         https://bugs.webkit.org/show_bug.cgi?id=97859
94912
94913         Reviewed by Dean Jackson.
94914
94915         Add test to check that the DOM element texture composites correctly with the css_MixColor
94916         variable from the author's shader for each composite operator.
94917
94918         * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
94919         * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
94920         * css3/filters/custom/custom-filter-composite-operators.html: Added.
94921
94922 2012-10-11  Adam Barth  <abarth@webkit.org>
94923
94924         One more baseline tweak after v8-i18n roll.
94925
94926         * platform/chromium/fast/js/date-proto-generic-invocation-expected.txt: Replaced.
94927
94928 2012-10-11  Filip Pizlo  <fpizlo@apple.com>
94929
94930         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
94931         https://bugs.webkit.org/show_bug.cgi?id=99100
94932         <rdar://problem/12480955>
94933
94934         Reviewed by Michael Saboff and Mark Hahnenberg.
94935
94936         * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation-expected.txt: Added.
94937         * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation.html: Added.
94938         * fast/js/jsc-test-list:
94939         * fast/js/script-tests/dfg-uint32-to-number-in-middle-of-copy-propagation.js: Added.
94940         (foo):
94941
94942 2012-10-11  Joshua Bell  <jsbell@chromium.org>
94943
94944         IndexedDB: IDL types defined in spec should be visible to scripts
94945         https://bugs.webkit.org/show_bug.cgi?id=99093
94946
94947         Reviewed by Adam Barth.
94948
94949         Verify that interfaces defined in the IDB spec's WebIDL are present on the
94950         global object.
94951
94952         * storage/indexeddb/interfaces-expected.txt: Added.
94953         * storage/indexeddb/interfaces.html: Added.
94954         * storage/indexeddb/resources/interfaces.js: Added.
94955         * storage/indexeddb/resources/shared.js: Remove assertion redundant with this test.
94956         (test):
94957
94958 2012-10-11  Adam Barth  <abarth@webkit.org>
94959
94960         Rebaseline these tests after v8-i18n roll.
94961
94962         * platform/chromium/fast/js/kde/StringObject-expected.txt:
94963         * platform/chromium/fast/js/kde/function_length-expected.txt: Added.
94964         * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt: Added.
94965         * platform/chromium/fast/js/string-prototype-properties-expected.txt:
94966         * platform/chromium/inspector-protocol/runtime-getProperties-expected.txt:
94967
94968 2012-10-11  Jeffrey Pfau  <jpfau@apple.com>
94969
94970         [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled
94971         https://bugs.webkit.org/show_bug.cgi?id=81042
94972
94973         Unreviewed, skipped a test that requires setAsynchronousSpellCheckingEnabled
94974
94975         * platform/wk2/TestExpectations:
94976
94977 2012-10-11  Adam Barth  <abarth@webkit.org>
94978
94979         I'm not 100% sure what caused this test to change behavior, but fewer
94980         unexpected exceptions seems like a good thing.
94981
94982         * platform/chromium/http/tests/media: Added.
94983         * platform/chromium/http/tests/media/media-source: Added.
94984         * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Added.
94985
94986 2012-10-11  Adam Barth  <abarth@webkit.org>
94987
94988         Note that this test is flaky.
94989
94990         * platform/chromium/TestExpectations:
94991
94992 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
94993
94994         [Qt] Unreviewed gardening, skip new failing tests.
94995
94996         * platform/qt/TestExpectations:
94997
94998 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
94999
95000         [Qt] Unreviewed gardening, unskip and rebase now passing tests.
95001
95002         * platform/qt/TestExpectations:
95003         * platform/qt/css2.1/20110323/inline-table-001-expected.png: Added.
95004         * platform/qt/css2.1/20110323/inline-table-001-expected.txt: Added.
95005         * platform/qt/css2.1/20110323/inline-table-002a-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
95006         * platform/qt/css2.1/20110323/inline-table-002a-expected.txt: Added.
95007         * platform/qt/css2.1/20110323/inline-table-003-expected.png: Added.
95008         * platform/qt/css2.1/20110323/inline-table-003-expected.txt: Added.
95009         * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
95010         * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.txt: Added.
95011         * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
95012         * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.txt: Added.
95013         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png: Added.
95014         * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.txt:
95015         * platform/qt/css3/filters/blur-filter-page-scroll-expected.png:
95016         * platform/qt/css3/filters/blur-filter-page-scroll-parents-expected.png:
95017         * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
95018         * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.txt: Added.
95019         * platform/qt/css3/filters/composited-during-animation-expected.txt: Added.
95020         * platform/qt/css3/filters/composited-during-animation-layertree-expected.txt: Added.
95021         * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt: Added.
95022         * platform/qt/css3/filters/effect-reference-ordering-expected.png:
95023         * platform/qt/css3/images/cross-fade-background-size-expected.png: Added.
95024         * platform/qt/css3/images/cross-fade-background-size-expected.txt: Added.
95025         * platform/qt/css3/unicode-bidi-isolate-basic-expected.png: Added.
95026         * platform/qt/css3/unicode-bidi-isolate-basic-expected.txt: Added.
95027         * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Added.
95028         * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Added.
95029         * platform/qt/fast/borders/rtl-border-04-expected.png: Added.
95030         * platform/qt/fast/borders/rtl-border-04-expected.txt: Added.
95031         * platform/qt/fast/borders/rtl-border-05-expected.png: Added.
95032         * platform/qt/fast/borders/rtl-border-05-expected.txt: Added.
95033         * platform/qt/fast/box-shadow/single-pixel-shadow-expected.png: Added.
95034         * platform/qt/fast/box-shadow/single-pixel-shadow-expected.txt: Added.
95035         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
95036         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
95037         * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
95038         * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
95039         * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
95040         * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
95041         * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
95042         * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
95043         * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
95044         * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
95045         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
95046         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
95047         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
95048         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
95049         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
95050         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
95051         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
95052         * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
95053         * platform/qt/fast/dom/34176-expected.png: Added.
95054         * platform/qt/fast/dom/34176-expected.txt: Added.
95055         * platform/qt/fast/forms/input-placeholder-paint-order-expected.png: Added.
95056         * platform/qt/fast/forms/input-placeholder-paint-order-expected.txt: Added.
95057         * platform/qt/fast/forms/select/optgroup-rendering-expected.png: Added.
95058         * platform/qt/fast/forms/select/optgroup-rendering-expected.txt: Added.
95059         * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
95060         * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
95061         * platform/qt/fast/inline/inline-box-background-expected.png: Added.
95062         * platform/qt/fast/inline/inline-box-background-expected.txt: Added.
95063         * platform/qt/fast/inline/inline-box-background-long-image-expected.png: Added.
95064         * platform/qt/fast/inline/inline-box-background-long-image-expected.txt: Added.
95065         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png: Added.
95066         * platform/qt/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
95067         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png: Added.
95068         * platform/qt/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
95069         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
95070         * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
95071         * platform/qt/fast/reflections/reflection-with-zoom-expected.png: Added.
95072         * platform/qt/fast/reflections/reflection-with-zoom-expected.txt: Added.
95073         * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
95074         * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
95075         * platform/qt/fast/speech/input-appearance-searchandspeech-expected.png:
95076         * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt:
95077         * platform/qt/fast/speech/input-appearance-speechbutton-expected.png:
95078         * platform/qt/fast/speech/input-appearance-speechbutton-expected.txt:
95079         * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added.
95080         * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added.
95081         * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added.
95082         * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added.
95083         * platform/qt/fast/table/table-row-outline-paint-expected.png: Added.
95084         * platform/qt/fast/table/table-row-outline-paint-expected.txt: Added.
95085         * platform/qt/http/tests/misc/willCacheResponse-delegate-callback-expected.txt: Added.
95086         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
95087         * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
95088         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
95089         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
95090         * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
95091         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
95092         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
95093         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
95094         * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
95095         * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
95096         * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
95097         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
95098         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
95099         * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
95100         * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
95101         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
95102         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
95103         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
95104         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
95105         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
95106         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
95107         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
95108         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
95109         * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
95110         * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
95111         * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
95112         * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
95113         * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
95114         * platform/qt/svg/batik/filters/feTile-expected.png: Added.
95115         * platform/qt/svg/batik/filters/feTile-expected.txt:
95116         * platform/qt/svg/batik/paints/patternRegions-expected.png:
95117         * platform/qt/svg/batik/paints/patternRegions-expected.txt:
95118         * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
95119         * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
95120         * platform/qt/svg/batik/text/textEffect-expected.png:
95121         * platform/qt/svg/batik/text/textEffect-expected.txt:
95122         * platform/qt/svg/batik/text/textEffect3-expected.png:
95123         * platform/qt/svg/batik/text/textEffect3-expected.txt:
95124         * platform/qt/svg/batik/text/textLayout-expected.png: Added.
95125         * platform/qt/svg/batik/text/textLayout-expected.txt: Added.
95126         * platform/qt/svg/batik/text/textOnPathSpaces-expected.png: Added.
95127         * platform/qt/svg/batik/text/textOnPathSpaces-expected.txt: Added.
95128         * platform/qt/svg/batik/text/textStyles-expected.png: Added.
95129         * platform/qt/svg/batik/text/textStyles-expected.txt: Added.
95130         * platform/qt/svg/batik/text/verticalText-expected.png: Added.
95131         * platform/qt/svg/batik/text/verticalText-expected.txt: Added.
95132         * platform/qt/svg/batik/text/xmlSpace-expected.png: Added.
95133         * platform/qt/svg/batik/text/xmlSpace-expected.txt: Added.
95134         * platform/qt/svg/clip-path/clip-in-clip-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
95135         * platform/qt/svg/clip-path/clip-in-clip-expected.txt: Added.
95136         * platform/qt/svg/clip-path/clipper-placement-issue-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
95137         * platform/qt/svg/clip-path/clipper-placement-issue-expected.txt: Added.
95138         * platform/qt/svg/css/group-with-shadow-expected.png: Added.
95139         * platform/qt/svg/css/group-with-shadow-expected.txt: Added.
95140         * 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.
95141         * platform/qt/svg/custom/clip-path-with-css-transform-1-expected.txt: Added.
95142         * 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.
95143         * platform/qt/svg/custom/clip-path-with-css-transform-2-expected.txt: Added.
95144         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
95145         * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
95146         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
95147         * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
95148         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png: Added.
95149         * platform/qt/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
95150         * platform/qt/svg/custom/feComponentTransfer-Table-expected.png: Added.
95151         * platform/qt/svg/custom/feComponentTransfer-Table-expected.txt: Added.
95152         * platform/qt/svg/custom/gradient-deep-referencing-expected.txt:
95153         * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt:
95154         * platform/qt/svg/custom/hit-test-with-br-expected.png: Added.
95155         * platform/qt/svg/custom/hit-test-with-br-expected.txt: Added.
95156         * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
95157         * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
95158         * platform/qt/svg/custom/js-late-pattern-creation-expected.png: Added.
95159         * platform/qt/svg/custom/js-late-pattern-creation-expected.txt: Added.
95160         * platform/qt/svg/custom/junk-data-expected.png: Added.
95161         * platform/qt/svg/custom/junk-data-expected.txt: Added.
95162         * platform/qt/svg/custom/missing-xlink-expected.png:
95163         * platform/qt/svg/custom/missing-xlink-expected.txt:
95164         * platform/qt/svg/custom/non-scaling-stroke-expected.png:
95165         * platform/qt/svg/custom/non-scaling-stroke-expected.txt:
95166         * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
95167         * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.txt: Added.
95168         * platform/qt/svg/custom/path-bad-data-expected.png:
95169         * platform/qt/svg/custom/path-bad-data-expected.txt:
95170         * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
95171         * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
95172         * platform/qt/svg/custom/recursive-gradient-expected.txt:
95173         * platform/qt/svg/custom/relative-sized-content-with-resources-expected.png:
95174         * platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt:
95175         * platform/qt/svg/custom/small-rect-scale-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png.
95176         * platform/qt/svg/custom/small-rect-scale-expected.txt: Added.
95177         * platform/qt/svg/custom/stroked-pattern-expected.txt:
95178         * platform/qt/svg/custom/use-font-face-crash-expected.png:
95179         * platform/qt/svg/custom/use-font-face-crash-expected.txt:
95180         * platform/qt/svg/custom/use-invalid-pattern-expected.txt: Added.
95181         * platform/qt/svg/custom/visibility-override-filter-expected.png:
95182         * platform/qt/svg/dom/length-list-parser-expected.txt:
95183         * platform/qt/svg/filters/big-sized-filter-2-expected.png: Added.
95184         * platform/qt/svg/filters/big-sized-filter-2-expected.txt: Added.
95185         * platform/qt/svg/filters/big-sized-filter-expected.png: Added.
95186         * platform/qt/svg/filters/big-sized-filter-expected.txt: Added.
95187         * platform/qt/svg/foreignObject/fO-display-none-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png.
95188         * platform/qt/svg/foreignObject/fO-display-none-expected.txt: Added.
95189         * 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.
95190         * platform/qt/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Added.
95191         * platform/qt/svg/hixie/data-types/002-expected.png: Added.
95192         * platform/qt/svg/hixie/data-types/002-expected.txt: Added.
95193         * platform/qt/svg/hixie/error/012-expected.png: Added.
95194         * platform/qt/svg/hixie/error/012-expected.txt: Added.
95195         * platform/qt/svg/hixie/perf/006-expected.png:
95196         * platform/qt/svg/hixie/perf/006-expected.txt:
95197         * platform/qt/svg/text/bidi-embedded-direction-expected.png: Added.
95198         * platform/qt/svg/text/bidi-embedded-direction-expected.txt: Added.
95199         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added.
95200         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
95201         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added.
95202         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
95203         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added.
95204         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
95205         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added.
95206         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
95207         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
95208         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
95209         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
95210         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
95211         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
95212         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
95213         * platform/qt/svg/text/text-rescale-expected.png: Added.
95214         * platform/qt/svg/text/text-rescale-expected.txt: Added.
95215         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
95216         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
95217         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
95218         * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
95219
95220 2012-10-11  Dan Bernstein  <mitz@apple.com>
95221
95222         <rdar://problem/12477191> Combined text reverts to full-width font after a style change
95223         https://bugs.webkit.org/show_bug.cgi?id=99009
95224
95225         Reviewed by John Sullivan.
95226
95227         * fast/text/text-combine-width-after-style-change-expected.html: Added.
95228         * fast/text/text-combine-width-after-style-change.html: Added.
95229
95230 2012-10-11  Hayato Ito  <hayato@chromium.org>
95231
95232         Update ComposedShadowTreeWalker for Shadow DOM re-projection.
95233         https://bugs.webkit.org/show_bug.cgi?id=97151
95234
95235         Reviewed by Dimitri Glazkov.
95236
95237         * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
95238         * fast/dom/shadow/composed-shadow-tree-walker.html:
95239         * fast/dom/shadow/resources/shadow-dom.js:
95240         (createShadowRootWithAttributes):
95241         (createDOM):
95242         * fast/dom/shadow/shadow-dom-event-dispatching.html:
95243         * fast/dom/shadow/shadowdom-reprojection-1-expected.html: Added.
95244         * fast/dom/shadow/shadowdom-reprojection-1.html: Added.
95245         * fast/dom/shadow/shadowdom-reprojection-2-expected.html: Added.
95246         * fast/dom/shadow/shadowdom-reprojection-2.html: Added.
95247
95248 2012-10-11  Joshua Bell  <jsbell@chromium.org>
95249
95250         WebIDL: overloaded methods prevent number -> string conversion
95251         https://bugs.webkit.org/show_bug.cgi?id=85326
95252
95253         Reviewed by Kentaro Hara.
95254
95255         Updated expectations - new (more generic) console warnings.
95256
95257         * storage/indexeddb/cursor-overloads-expected.txt:
95258         * storage/indexeddb/legacy-constants-expected.txt:
95259
95260 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
95261
95262         Unreviewed GTK gardening.
95263
95264         Cleaning up the expected failures section. Any test that is marked as a WontFix
95265         should now have a small comment about the reasoning for such expectation, but no
95266         bug modifier. Any other expectation should now have a dedicated bug entry in the
95267         bugzilla that has the Gtk and LayoutTestFailure keywords. Also removed some
95268         outdated expectations or moved them into the failing tests section.
95269
95270         * platform/gtk/TestExpectations:
95271
95272 2012-10-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
95273
95274         [Qt] Unreviewed gardening after 131050, 131051.
95275
95276         * platform/qt-5.0-wk2/TestExpectations:
95277         * platform/qt/TestExpectations:
95278
95279 2012-10-11  Kenichi Ishibashi <bashi@chromium.org>
95280
95281         REGRESSION(130231): Causes 3 complex font test failures on EFL / Harfbuzz+Freetype
95282         https://bugs.webkit.org/show_bug.cgi?id=98247
95283
95284         Reviewed by Kenneth Rohde Christiansen.
95285
95286         Removing temporary failures of complex font cases.
95287
95288         * platform/efl/TestExpectations:
95289
95290 2012-10-11  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
95291
95292         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
95293         https://bugs.webkit.org/show_bug.cgi?id=98527
95294
95295         Reviewed by Kenneth Rohde Christiansen.
95296
95297         Rebased http/tests/loading/text-content-type-with-binary-extension.html for WK2 EFL, as dumping order is affected.
95298         Other WK2 ports will have to do the same.
95299
95300         * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
95301         * platform/gtk-wk2/TestExpectations:
95302         * platform/mac-wk2/TestExpectations:
95303         * platform/qt-5.0-wk2/TestExpectations:
95304
95305 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
95306
95307         Unreviewed GTK gardening.
95308
95309         Adding platform-specific baseline for svg/custom/clip-mask-negative-scale.html
95310         that's required after r130090.
95311
95312         * platform/gtk/TestExpectations:
95313         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.png: Added.
95314         * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Added.
95315
95316 2012-10-11  Keishi Hattori  <keishi@webkit.org>
95317
95318         F4 key should open the picker popup on Windows and Linux
95319         https://bugs.webkit.org/show_bug.cgi?id=98754
95320
95321         Reviewed by Kent Tamura.
95322
95323         * fast/forms/date/calendar-picker-key-operations.html:
95324         * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Added.
95325         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
95326         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
95327         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
95328         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
95329         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt:
95330         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html:
95331
95332 2012-10-11  Ádám Kallai  <kadam@inf.u-szeged.hu>
95333
95334         [Qt] Reviewing Qt TestExpectations. Unskip now passing tests.
95335
95336         * platform/qt-5.0-wk1/TestExpectations:
95337         * platform/qt-5.0-wk2/TestExpectations:
95338         * platform/qt/TestExpectations:
95339
95340 2012-10-11  Pavel Feldman  <pfeldman@chromium.org>
95341
95342         Not reviewed: revert 131004, 131012, 131016, 131042, 131043 for breaking inspector console
95343         https://bugs.webkit.org/show_bug.cgi?id=99042
95344
95345         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
95346         * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
95347         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Added.
95348         * platform/chromium/TestExpectations:
95349         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95350         * platform/gtk/TestExpectations:
95351         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95352         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
95353         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95354
95355 2012-10-11  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
95356
95357         [Qt] Unreviewed gardening after r131044.
95358
95359         Skip the failing tests.
95360
95361         * platform/qt-5.0-wk2/TestExpectations:
95362
95363 2012-10-11  Allan Sandfeld Jensen  <allan.jensen@digia.com>
95364
95365         Unreviewed Qt gardening.
95366
95367         Unskip more tests that now passes in DRT after the implementation of beginDragWithFiles.
95368
95369         * platform/qt-5.0-wk2/TestExpectations:
95370         * platform/qt/TestExpectations:
95371
95372 2012-10-11  Arpita Bahuguna  <arpitabahuguna@gmail.com>
95373
95374         REGRESSION (r96393): In some cases, generated content is never shown
95375         https://bugs.webkit.org/show_bug.cgi?id=88196
95376
95377         Reviewed by Antti Koivisto.
95378
95379         * fast/selectors/style-sharing-attribute-selector-with-pseudo-element-expected.html: Added.
95380         * fast/selectors/style-sharing-attribute-selector-with-pseudo-element.html: Added.
95381         Ref test added for verifying that the attribute selector style, when specified
95382         in conjucntion with pseudo-elements, is applied to the corresponding element.
95383
95384 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
95385
95386         Some shadow roots are not showing up in Inspector.
95387         https://bugs.webkit.org/show_bug.cgi?id=88251
95388
95389         Reviewed by Pavel Feldman.
95390
95391         * inspector/elements/shadow-root-expected.txt: Added.
95392         * inspector/elements/shadow-root.html: Added.
95393
95394 2012-10-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>
95395
95396         [WK2] Enable tests that use setAlwaysAcceptCookies()
95397         https://bugs.webkit.org/show_bug.cgi?id=98891
95398
95399         Unreviewed gardening. Enable WebKit2 tests that use
95400         setAlwaysAcceptCookies(): this feature was added several months ago.
95401
95402         * platform/wk2/TestExpectations:
95403
95404 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95405
95406         [EFL] Rebaseline fast/css-generated-content/table-row-group-to-inline.html after r131004.
95407
95408         * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95409
95410 2012-10-11  Zan Dobersek  <zandobersek@gmail.com>
95411
95412         Unreviewed GTK gardening.
95413
95414         Rebaselining fast/css-generated-content/table-row-group-to-inline.html after r131004.
95415         Adding a flaky crashing expectation for fast/css/style-scoped/style-scoped-apply-authot-styles.html.
95416
95417         * platform/gtk/TestExpectations:
95418         * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95419
95420 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95421
95422         [EFL] Unskip fast/dom/shadow/shadowdom-dynamic-styling.html
95423
95424         Seems to be passing consistently now.
95425
95426         * platform/efl/TestExpectations:
95427
95428 2012-10-11  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
95429
95430         [EFL] Add baselines for editing/pasteboard.
95431         https://bugs.webkit.org/show_bug.cgi?id=99018
95432
95433         Unreviewed EFL gardening.
95434
95435         * platform/efl/editing/pasteboard/: 26 new baselines.
95436
95437 2012-10-11  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95438
95439         [EFL] More unreviewed gardening.
95440
95441         Revert my r130959, it turns out the tests being reported as
95442         failing were ones which were not listed in TestExpectations at
95443         all, so no cookie for me.
95444
95445         Also add `Missing' as a valid expectation for
95446         fast/css/text-rendering.html. While at it remove the text
95447         expectations for it, since the test is failing for us anyway.
95448
95449         * platform/efl/TestExpectations:
95450         * platform/efl/fast/css/text-rendering-expected.txt: Removed.
95451
95452 2012-10-11  Alexander Pavlov  <apavlov@chromium.org>
95453
95454         Web Inspector: [Elements] Breadcrumbs are not updated upon involved elements' className changes
95455         https://bugs.webkit.org/show_bug.cgi?id=98887
95456
95457         Reviewed by Vsevolod Vlasov.
95458
95459         * inspector/elements/breadcrumb-updates-expected.txt: Added.
95460         * inspector/elements/breadcrumb-updates.html: Added.
95461
95462 2012-10-11  Kunihiko Sakamoto  <ksakamoto@chromium.org>
95463
95464         Final newline (LF or CRLF) in paste buffer is converted to space
95465         https://bugs.webkit.org/show_bug.cgi?id=80838
95466
95467         Reviewed by Ryosuke Niwa.
95468
95469         Verify that trailing newlines are stripped when pasted into text inputs.
95470
95471         * editing/input/paste-text-ending-with-interchange-newline-expected.txt:
95472         Updated the expectation.
95473         * fast/forms/paste-multiline-text-input.html:
95474         Changed to use document.execCommand to mimic pasting, because setting
95475         input.value attribute does not trigger beforeTextInserted event.
95476         Added a test case to test trailing newlines.
95477
95478 2012-10-11  Ilya Tikhonovsky  <loislo@chromium.org>
95479
95480         Unreviewed. Skip inspector/profiler/memory-instrumentation-canvas.html on JSC platforms until proper fix in platform specific canvas code.
95481         https://bugs.webkit.org/show_bug.cgi?id=99001
95482
95483         * platform/efl/TestExpectations:
95484         * platform/gtk/TestExpectations:
95485         * platform/mac/TestExpectations:
95486         * platform/win/TestExpectations:
95487
95488 2012-10-11  Shinya Kawanaka  <shinyak@chromium.org>
95489
95490         [Chromium] Unreviewed gardening, test expectation update.
95491
95492         * platform/chromium/TestExpectations:
95493
95494 2012-10-11  Csaba Osztrogonác  <ossy@webkit.org>
95495
95496         [Qt] Unreviewed morning gardening, skip new failing tests.
95497
95498         * platform/qt-5.0-wk2/TestExpectations:
95499         * platform/qt/TestExpectations:
95500
95501 2012-10-10  Ilya Tikhonovsky  <loislo@chromium.org>
95502
95503         Web Inspector: NMI instrument HTMLCanvas element.
95504         https://bugs.webkit.org/show_bug.cgi?id=98917
95505
95506         Reviewed by Yury Semikhatsky.
95507
95508         It also includes non intrusive instrumentation for skia classes.
95509
95510         * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
95511         * inspector/profiler/memory-instrumentation-cached-images.html:
95512         * inspector/profiler/memory-instrumentation-canvas.html: Added.
95513         * inspector/profiler/memory-instrumentation-test.js: Added.
95514         (initialize_MemoryInstrumentationTest.InspectorTest._memoryBlockSize):
95515         (initialize_MemoryInstrumentationTest.InspectorTest.validateMemoryBlockSize):
95516         (initialize_MemoryInstrumentationTest):
95517
95518 2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>
95519
95520         [Chromium] Unreviewed gardening, rebaselined.
95521
95522         * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png:
95523         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Removed.
95524
95525 2012-10-10  Simon Fraser  <simon.fraser@apple.com>
95526
95527         compositing/images/truncated-direct-png-image.html has been failing on Mac since it was
95528         added. Mark it as an expected image failure.
95529
95530         * platform/mac/TestExpectations:
95531
95532 2012-10-10  Simon Fraser  <simon.fraser@apple.com>
95533
95534         compositing/tiling/crash-reparent-tiled-layer.html is flakey
95535         https://bugs.webkit.org/show_bug.cgi?id=82546
95536
95537         Reviewed by Beth Dakin.
95538
95539         Unskip a previously-flakey tiled layer test that should not be flakey after this change.
95540
95541         * platform/mac/TestExpectations:
95542
95543 2012-10-10  James Simonsen  <simonjam@chromium.org>
95544
95545         Import W3C test suite for performance.now()
95546         https://bugs.webkit.org/show_bug.cgi?id=98953
95547
95548         Reviewed by Tony Gentilcore.
95549
95550         * http/tests/w3c/webperf/approved/HighResolutionTime/basic-expected.txt: Added.
95551         * http/tests/w3c/webperf/approved/HighResolutionTime/basic.html: Added.
95552         * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock-expected.txt: Added.
95553         * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock.html: Added.
95554         * http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html: Added.
95555         * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start-expected.txt: Added.
95556         * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start.html: Added.
95557         * platform/chromium/TestExpectations: Skipped everywhere until we remove the prefix.
95558         * platform/efl/TestExpectations:
95559         * platform/gtk/TestExpectations:
95560         * platform/qt/TestExpectations:
95561
95562 2012-10-10  Dan Bernstein  <mitz@apple.com>
95563
95564         <rdar://problem/12472460> text-combine doesn’t use third- and quarter-width variants when used with @font-face
95565         https://bugs.webkit.org/show_bug.cgi?id=98961
95566
95567         Reviewed by Tim Horton.
95568
95569         * fast/text/text-combine-with-font-face-expected.html: Added.
95570         * fast/text/text-combine-with-font-face.html: Added.
95571
95572 2012-10-10  Elliott Sprehn  <esprehn@chromium.org>
95573
95574         Move :before and :after into the DOM        
95575         https://bugs.webkit.org/show_bug.cgi?id=95117
95576
95577         Reviewed by Eric Seidel.
95578
95579         Regenerated some baselines for tests given the new generated content architecture and disabled
95580         tests that are testing generated content on inputs which were wrong.
95581
95582         * fast/css-generated-content/before-content-continuation-chain-expected.txt:
95583         * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
95584         * platform/chromium/TestExpectations: Disable the tests for generated content on inputs. A follow up CL with remove these tests.
95585         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png:
95586         * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
95587            This test always produced wrong output because we leave an anonymous RenderTable in the tree,
95588            and now that generated content is handled like DOM nodes this test renders differently since the
95589            content ends up after the left over RenderTable. Both outputs are wrong until Bug 86261 is fixed.
95590
95591 2012-10-10  Levi Weintraub  <leviw@chromium.org>
95592
95593         Tests failure on Chromium Mac after r130821
95594         https://bugs.webkit.org/show_bug.cgi?id=98865
95595
95596         Reviewed by Adam Barth.
95597
95598         Removing failing test entries.
95599
95600         * platform/chromium/TestExpectations:
95601
95602 2012-10-10  Stephen Chenney  <schenney@chromium.org>
95603
95604         SVGTextRunRenderingContext changes font data in the glyph page, but it shouldn't
95605         https://bugs.webkit.org/show_bug.cgi?id=98755
95606
95607         Reviewed by Eric Seidel.
95608
95609         New test case that includes an alt-glyph that comes from the system
95610         fallback font (because the alt-glyph doesn't reference anything). This
95611         test crashes on Chromium linux without the patch, and may crash on
95612         other platforms too.
95613
95614         * svg/text/alt-glpyh-on-fallback-font-crash.html: Added.
95615
95616 2012-10-10  Tab Atkins  <jackalmage@gmail.com>
95617
95618         column-count: 0 should not prevent margin-collapse through
95619         https://bugs.webkit.org/show_bug.cgi?id=65159
95620
95621         Reviewed by Tony Chang.
95622
95623         Fixed the zeroColumnCount.html test to properly test that "0" is an invalid CSS value,
95624         rather than just ensuring that it doesn't crash.
95625
95626         * fast/multicol/zeroColumnCount-expected.txt:
95627         * fast/multicol/zeroColumnCount.html:
95628
95629 2012-10-10  Alexander Shalamov  <alexander.shalamov@intel.com>
95630
95631         Invalid values for media query features are not handled
95632         https://bugs.webkit.org/show_bug.cgi?id=97006
95633
95634         Reviewed by Kenneth Rohde Christiansen.
95635
95636         Imported CSS3 Media Queries test suite from http://www.w3.org/Style/CSS/Test/MediaQueries/20120229/
95637
95638         * fast/media/media-query-invalid-value.html: Fixed invalid media query.
95639         * fast/media/media-query-serialization.html: Fixed invalid media query.
95640         * fast/media/w3c/README: Added.
95641         * fast/media/w3c/resources/media_queries_iframe.html: Added. (Imported from w3c test suite)
95642         * fast/media/w3c/test_media_queries-expected.txt: Added.
95643         * fast/media/w3c/test_media_queries.html: Added. (Imported from w3c test suite)
95644
95645 2012-10-10  MORITA Hajime  <morrita@google.com>
95646
95647         https://bugs.webkit.org/show_bug.cgi?id=95664
95648         [Shadow DOM] should be able to be available without <style scoped>
95649
95650         Reviewed by Dimitri Glazkov.
95651
95652         * fast/dom/shadow/style-scoped-not-enabled-expected.txt: Added.
95653         * fast/dom/shadow/style-scoped-not-enabled.html: Added.
95654
95655 2012-10-10  Ojan Vafai  <ojan@chromium.org>
95656
95657         check-layout.js should always dumpAsText
95658         https://bugs.webkit.org/show_bug.cgi?id=98959
95659
95660         Reviewed by Tony Chang.
95661
95662         Every checkLayout test was already dumpAsText except for 
95663         css3/flexbox/flex-item-child-overflow.html, which is a reftest
95664         and really doesn't need to be a checkLayout test.
95665
95666         * css3/flexbox/auto-height-dynamic.html:
95667         * css3/flexbox/box-sizing-min-max-sizes.html:
95668         * css3/flexbox/box-sizing.html:
95669         * css3/flexbox/columns-auto-size.html:
95670         * css3/flexbox/columns-height-set-via-top-bottom.html:
95671         * css3/flexbox/flex-algorithm-min-max.html:
95672         * css3/flexbox/flex-algorithm-with-margins.html:
95673         * css3/flexbox/flex-algorithm.html:
95674         * css3/flexbox/flex-align-column.html:
95675         * css3/flexbox/flex-align-end.html:
95676         * css3/flexbox/flex-align-max.html:
95677         * css3/flexbox/flex-align-percent-height.html:
95678         * css3/flexbox/flex-align-stretch.html:
95679         * css3/flexbox/flex-align-vertical-writing-mode.html:
95680         * css3/flexbox/flex-align.html:
95681         * css3/flexbox/flex-flow-auto-margins.html:
95682         * css3/flexbox/flex-flow-border.html:
95683         * css3/flexbox/flex-flow-margins-auto-size.html:
95684         * css3/flexbox/flex-flow-margins.html:
95685         * css3/flexbox/flex-flow-orientations.html:
95686         * css3/flexbox/flex-flow-overflow.html:
95687         * css3/flexbox/flex-flow-padding.html:
95688         * css3/flexbox/flex-flow.html:
95689         * css3/flexbox/flex-item-child-overflow-expected.html:
95690         * css3/flexbox/flex-item-child-overflow.html:
95691         * css3/flexbox/flex-item-min-size.html:
95692         * css3/flexbox/flex-justify-content.html:
95693         * css3/flexbox/flex-no-flex.html:
95694         * css3/flexbox/flex-rounding.html:
95695         * css3/flexbox/flexitem-stretch-image.html:
95696         * css3/flexbox/flexitem.html:
95697         * css3/flexbox/floated-flexbox.html:
95698         * css3/flexbox/inline-flex.html:
95699         * css3/flexbox/line-wrapping.html:
95700         * css3/flexbox/multiline-align-content-horizontal-column.html:
95701         * css3/flexbox/multiline-align-content.html:
95702         * css3/flexbox/multiline-align-self.html:
95703         * css3/flexbox/multiline-column-auto.html:
95704         * css3/flexbox/multiline-justify-content.html:
95705         * css3/flexbox/multiline-reverse-wrap-overflow.html:
95706         * css3/flexbox/multiline.html:
95707         * css3/flexbox/nested-stretch.html:
95708         * css3/flexbox/orthogonal-flex-directions.html:
95709         * css3/flexbox/percent-margins.html:
95710         * css3/flexbox/percentage-heights.html:
95711         * css3/flexbox/percentage-sizes-quirks.html:
95712         * css3/flexbox/percentage-sizes.html:
95713         * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html:
95714         * css3/flexbox/position-absolute-child.html:
95715         * css3/flexbox/position-absolute-children.html:
95716         * css3/flexbox/preferred-widths-orthogonal.html:
95717         * css3/flexbox/preferred-widths.html:
95718         * css3/flexbox/relayout-image-load.html:
95719         * css3/flexbox/style-change.html:
95720         * css3/flexbox/true-centering.html:
95721         * css3/flexbox/writing-modes.html:
95722         * fast/block/margins-perpendicular-containing-block.html:
95723         * fast/css-grid-layout/place-cell-by-index.html:
95724         * fast/css/deprecated-flexbox-auto-min-size.html:
95725         * fast/css/nested-percent-height-on-replaced.html:
95726         * fast/css/percentage-height-auto-sized-body-quirks.html:
95727         * fast/flexbox/flexing-overflow-scroll-item.html:
95728         * fast/replaced/vertical-writing-mode-max-logical-width-replaced.html:
95729         * fast/table/bad-replaced-sizing-preferred-logical-widths.html:
95730         * fast/table/margins-flipped-text-direction.html:
95731         * fast/table/margins-perpendicular-containing-block.html:
95732         * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html:
95733         * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
95734         * resources/check-layout.js:
95735
95736 2012-10-10  Jeffrey Pfau  <jpfau@apple.com>
95737
95738         [Mac][WK2] Unreviewed, skipping fast/parser/document-open-in-unload.html
95739
95740         * platform/mac-wk2/TestExpectations:
95741
95742 2012-10-10  Ojan Vafai  <ojan@chromium.org>
95743
95744         Remove perf tests that haven't failed in the past 500 runs.
95745         * platform/chromium/TestExpectations:
95746
95747 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
95748
95749         More unreviewed Chromium gardening.
95750
95751         * platform/chromium/TestExpectations:
95752         Removed 11 more entries that have not failed in last 100 runs according to the flakiness dashboard.
95753
95754 2012-10-10  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
95755
95756         [WK2][WTR] WebKitTestRunner UI process should be aware of Custom Policy Delegate
95757         https://bugs.webkit.org/show_bug.cgi?id=95974
95758
95759         Reviewed by Kenneth Rohde Christiansen.
95760
95761         Unskipped fast/loader/onload-policy-ignore-for-frame.html for WK2.
95762
95763         * platform/wk2/TestExpectations:
95764
95765 2012-10-10  Adam Barth  <abarth@webkit.org>
95766
95767         This test can also fail with TEXT.
95768
95769         * platform/chromium/TestExpectations:
95770
95771 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
95772
95773         Unreviewed Chromium gardening.
95774
95775         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
95776         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
95777         * platform/chromium-mac/fast/repaint/reflection-repaint-test-expected.png: Added.
95778         * platform/chromium-mac/fast/repaint/transform-layout-repaint-expected.png: Added.
95779         * platform/chromium-win/fast/repaint/reflection-repaint-test-expected.png:
95780         * platform/chromium-win/fast/repaint/transform-layout-repaint-expected.png:
95781         The flakiness dashboard was lying on this entry. After talking with Emil, the baselines are correct so
95782         rebaselined these tests.
95783
95784         * platform/chromium/TestExpectations:
95785         Marked fast/dom/gc-dom-tree-lifetime.html as timeout as marking it slow didn't remove the flakiness.
95786
95787 2012-10-10  Adam Barth  <abarth@webkit.org>
95788
95789         When we check in image baselines, we use the -expected.png suffix
95790         rather than the -actual.png suffix. (This is likely a typo in
95791         http://trac.webkit.org/changeset/130940.)
95792
95793         * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Removed.
95794         * 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.
95795
95796 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95797
95798         [EFL] Skip the color-correction tests.
95799
95800         Just specifying `Missing' makes the build bots sometimes report
95801         these tests as failing.
95802
95803         * platform/efl/TestExpectations:
95804
95805 2012-10-10  Adam Barth  <abarth@webkit.org>
95806
95807         Add a note that this test is flaky and can trigger an ASSERT.
95808
95809         * platform/chromium/TestExpectations:
95810
95811 2012-10-10  David Barton  <dbarton@mathscribe.com>
95812
95813         Turn on ENABLE_MATHML for Chromium
95814         https://bugs.webkit.org/show_bug.cgi?id=96960
95815
95816         Reviewed by Adam Barth.
95817
95818         We're enabling MathML now partly to let the automated fuzzers go to work. Some layout tuning will also be done in the
95819         next few days, so we expect MathML pixel tests to be changing during that time.
95820
95821         * platform/chromium/TestExpectations:
95822
95823 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
95824
95825         Unreviewed Chromium gardening.
95826
95827         * platform/chromium/TestExpectations:
95828         Removed 10 entries that have not failed in last 100 runs according to the flakiness dashboard.
95829
95830 2012-10-10  Mike West  <mkwst@chromium.org>
95831
95832         Web Inspector: add support for %c (style) in console API
95833         https://bugs.webkit.org/show_bug.cgi?id=69401
95834
95835         Reviewed by Pavel Feldman.
95836
95837         * http/tests/inspector/console-test.js:
95838         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles):
95839             Helper to dump the style associated with a console message.
95840         * inspector/console/console-format-style-expected.txt: Added.
95841         * inspector/console/console-format-style.html: Added.
95842
95843 2012-10-10  Varun Jain  <varunjain@chromium.org>
95844
95845         [chromium] Spelling and grammar markers are pixelated in hidpi.
95846         https://bugs.webkit.org/show_bug.cgi?id=98339
95847
95848         Reviewed by Stephen White.
95849
95850         We create separate bitmaps for markers in normal and hidpi mode as per
95851         specification from UX and choose the right bitmap based on the current
95852         device scale factor.
95853
95854         * editing/spelling/grammar-markers-hidpi-expected.txt: Added.
95855         * editing/spelling/grammar-markers-hidpi.html: Added.
95856         * editing/spelling/inline-spelling-markers-hidpi-expected.txt: Added.
95857         * editing/spelling/inline-spelling-markers-hidpi.html: Added.
95858         * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png: Added.
95859         * platform/chromium-linux/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
95860         * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png: Added.
95861         * platform/chromium-mac/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added.
95862         * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png: Added.
95863         * platform/chromium-win/editing/spelling/inline-spelling-markers-hidpi-actual.png: Added.
95864
95865 2012-10-10  Adam Barth  <abarth@webkit.org>
95866
95867         These tests appear to pass now.
95868
95869         * platform/chromium/TestExpectations:
95870
95871 2012-10-10  Adam Barth  <abarth@webkit.org>
95872
95873         These tests appear to pass.
95874
95875         * platform/chromium/TestExpectations:
95876
95877 2012-10-10  David Grogan  <dgrogan@chromium.org>
95878
95879         Inspector: display IndexedDB integer versions
95880         https://bugs.webkit.org/show_bug.cgi?id=95816
95881
95882         Reviewed by Vsevolod Vlasov.
95883
95884         * http/tests/inspector/indexeddb/database-structure-expected.txt:
95885         * http/tests/inspector/indexeddb/database-structure.html:
95886
95887 2012-10-10  Shinya Kawanaka  <shinyak@chromium.org>
95888
95889         Needs internal API to return distributed nodes for InsertionPoint
95890         https://bugs.webkit.org/show_bug.cgi?id=98868
95891
95892         Reviewed by Hajime Morita.
95893
95894         * fast/dom/shadow/distributed-nodes-expected.txt: Added.
95895         * fast/dom/shadow/distributed-nodes.html: Added.
95896
95897 2012-10-10  Peter Beverloo  <peter@chromium.org>
95898
95899         Update more baselines and some entries in TestExpectations for Android.
95900
95901         Unreviewed rebaselining.
95902
95903         * platform/chromium-android/compositing/: 5 new baselines.
95904         * platform/chromium-android/css2.1/: 5 new baselines.
95905         * platform/chromium-android/css3/: 2 new baselines.
95906         * platform/chromium-android/editing/: 5 new baselines.
95907         * platform/chromium-android/fast/: 67 new baselines.
95908         * platform/chromium-android/http/: 3 new baselines.
95909         * platform/chromium-android/ietestcenter/: 4 new baselines.
95910         * platform/chromium-android/platform/: 51 new baselines.
95911         * platform/chromium-android/svg/: 111 new baselines.
95912         * platform/chromium-android/tables/: 57 new baselines.
95913         * platform/chromium-android/transitions/: 1 new baseline.
95914         * platform/chromium/TestExpectations:
95915
95916 2012-10-10  Julien Chaffraix  <jchaffraix@webkit.org>
95917
95918         Unreviewed Chromium gardening.
95919
95920         * platform/chromium/TestExpectations:
95921         Amend bad change from r130904, the test *IS* timing out on all Debug platforms,
95922         not just on Android Debug.
95923
95924 2012-10-10  Andrei Bucur  <abucur@adobe.com>
95925
95926         [CSS Regions] Create a separate list for the invalid regions
95927         https://bugs.webkit.org/show_bug.cgi?id=98752
95928
95929         Reviewed by Andreas Kling.
95930
95931         The result for fast/regions/flows-dependency-same-flow.html was adapted to the new dump format.
95932         Also, the platform expected results files were removed and a generic baseline was added.
95933
95934         * fast/regions/flows-dependency-same-flow-expected.png: Added.
95935         * fast/regions/flows-dependency-same-flow-expected.txt: Renamed from LayoutTests/platform/qt/fast/regions/flows-dependency-same-flow-expected.txt.
95936         * platform/efl/fast/regions/flows-dependency-same-flow-expected.png: Removed.
95937         * platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
95938         * platform/gtk/fast/regions/flows-dependency-same-flow-expected.png: Removed.
95939         * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
95940         * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Removed.
95941         * platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
95942         * platform/qt/fast/regions/flows-dependency-same-flow-expected.png: Removed.
95943
95944 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95945
95946         [EFL] Remove a few wrong expectations from the tree and properly skip the tests.
95947
95948         * platform/efl/TestExpectations:
95949         * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
95950         * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
95951         * platform/efl/fast/css/color-correction-expected.png: Removed.
95952         * platform/efl/fast/css/color-correction-expected.txt: Removed.
95953         * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
95954         * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
95955         * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
95956         * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
95957         * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
95958
95959 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95960
95961         [EFL] More gardening.
95962
95963         * platform/efl/TestExpectations: Unskip a few tests which have had
95964         their pixel expectations committed.
95965         * platform/efl/svg/css/text-gradient-shadow-expected.png: Added.
95966
95967 2012-10-10  Zan Dobersek  <zandobersek@gmail.com>
95968
95969         Unreviewed GTK gardening.
95970
95971         Rebaselining tests after r130851.
95972
95973         * platform/gtk/fast/text/justify-ideograph-complex-expected.txt:
95974         * platform/gtk/platform: Added.
95975         * platform/gtk/platform/gtk: Added.
95976         * platform/gtk/platform/gtk/fonts: Added.
95977         * platform/gtk/platform/gtk/fonts/complex-text-shadows-expected.txt: Added.
95978         * platform/gtk/platform/gtk/fonts/font-face-with-complex-text-expected.txt: Added.
95979
95980 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
95981
95982         [EFL] Add more missing pixel expectations to lots of different directories.
95983
95984         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
95985         * platform/efl/compositing/geometry/fixed-position-composited-page-scale-expected.png: Added.
95986         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
95987         * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Added.
95988         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
95989         * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
95990         * platform/efl/compositing/geometry/foreground-layer-expected.png: Added.
95991         * platform/efl/compositing/layer-creation/spanOverlapsCanvas-expected.png: Added.
95992         * platform/efl/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.
95993         * platform/efl/compositing/video/video-controls-layer-creation-expected.png: Added.
95994         * platform/efl/editing/pasteboard/drag-drop-dead-frame-expected.png: Added.
95995         * platform/efl/editing/selection/5354455-2-expected.png: Added.
95996         * platform/efl/editing/undo/4063751-expected.png: Added.
95997         * platform/efl/editing/undo/5378473-expected.png: Added.
95998         * platform/efl/editing/undo/redo-typing-001-expected.png: Added.
95999         * platform/efl/editing/undo/undo-combined-delete-boundary-expected.png: Added.
96000         * platform/efl/editing/undo/undo-combined-delete-expected.png: Added.
96001         * platform/efl/editing/undo/undo-delete-boundary-expected.png: Added.
96002         * platform/efl/editing/undo/undo-delete-expected.png: Added.
96003         * platform/efl/editing/undo/undo-forward-delete-boundary-expected.png: Added.
96004         * platform/efl/editing/undo/undo-forward-delete-expected.png: Added.
96005         * platform/efl/editing/undo/undo-misspellings-expected.png: Added.
96006         * platform/efl/editing/undo/undo-typing-001-expected.png: Added.
96007         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
96008         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
96009         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
96010         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
96011         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
96012         * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
96013         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
96014         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
96015         * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
96016         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
96017         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
96018         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
96019         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
96020         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
96021         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
96022         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
96023         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
96024         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
96025         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
96026         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
96027         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
96028         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
96029         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
96030         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
96031         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
96032         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
96033         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
96034         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
96035         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
96036         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
96037         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
96038         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
96039         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
96040         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
96041         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
96042         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
96043         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
96044         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
96045         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
96046         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
96047         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
96048         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
96049         * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
96050         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
96051         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
96052         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
96053         * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
96054         * platform/efl/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
96055         * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
96056         * platform/efl/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
96057         * platform/efl/ietestcenter/css3/text/textshadow-001-expected.png: Added.
96058         * platform/efl/ietestcenter/css3/text/textshadow-002-expected.png: Added.
96059         * platform/efl/ietestcenter/css3/text/textshadow-003-expected.png: Added.
96060         * platform/efl/ietestcenter/css3/text/textshadow-004-expected.png: Added.
96061         * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Added.
96062         * platform/efl/ietestcenter/css3/text/textshadow-006-expected.png: Added.
96063         * platform/efl/ietestcenter/css3/text/textshadow-007-expected.png: Added.
96064         * platform/efl/ietestcenter/css3/text/textshadow-009-expected.png: Added.
96065         * platform/efl/ietestcenter/css3/text/textshadow-010-expected.png: Added.
96066         * platform/efl/printing/iframe-print-expected.png: Added.
96067
96068 2012-10-10  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
96069
96070         [GTK] svg/W3C-SVG-1.1/animate-elem-08-t.svg needs rebaselining after r130840
96071         https://bugs.webkit.org/show_bug.cgi?id=98910
96072
96073         Unreviewed, rebaseline GTK+ test results.
96074
96075         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
96076         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
96077
96078 2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>
96079
96080         [Qt] REGRESSION: 5 tests started to fail with newer Qt5
96081         https://bugs.webkit.org/show_bug.cgi?id=90687
96082
96083         Unreviewed gardening after r129234.
96084
96085         Moves the Qt 5 specific results to qt-5.0 directory, while moving the old results to qt-4.8.
96086
96087         * platform/qt-4.8/http/tests/xmlhttprequest/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
96088         * 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.
96089         * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-expected.txt: Copied from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
96090         * 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.
96091         * 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.
96092         * platform/qt-5.0/http/tests/xmlhttprequest/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/methods-expected.txt.
96093         * 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.
96094         * platform/qt-5.0/http/tests/xmlhttprequest/workers/methods-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt.
96095         * 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.
96096
96097 2012-10-10  Adam Barth  <abarth@webkit.org>
96098
96099         Record that these tests have additional failure modes.
96100
96101         * platform/chromium/TestExpectations:
96102
96103 2012-10-10  Peter Beverloo  <peter@chromium.org>
96104
96105         [Chromium-Android] Another batch of TestExpectation updates for Android
96106         https://bugs.webkit.org/show_bug.cgi?id=98909
96107
96108         Unreviewed test expectation update.
96109
96110         Many of the failures were actually ImageOnlyFailure, which isn't part
96111         of the Failure state. This also includes a number of new expected
96112         results, mostly focusing on crashing and timing out tests.
96113
96114         * platform/chromium-android/TestExpectations:
96115         * platform/chromium/TestExpectations:
96116
96117 2012-10-10  Kent Tamura  <tkent@chromium.org>
96118
96119         [Chromium] Layout Test platform/chromium/fast/forms/*/*-suggestion-picker-*-operations.html are flaky
96120         https://bugs.webkit.org/show_bug.cgi?id=98906
96121
96122         * platform/chromium/TestExpectations:
96123
96124 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96125
96126         [EFL] Add some css3 expectations, rebaseline a css2.1 PNG.
96127
96128         * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
96129         * platform/efl/css3/flexbox/flexbox-baseline-expected.png: Added.
96130         * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Added.
96131         * platform/efl/css3/images/cross-fade-background-size-expected.png: Added.
96132
96133 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96134
96135         [EFL] Hopefully finish adding SVG pixel expectations.
96136
96137         * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
96138         * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
96139         * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
96140         * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
96141         * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
96142         * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
96143         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
96144         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
96145         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
96146         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
96147         * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
96148         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
96149         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
96150         * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Added.
96151         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Added.
96152         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Added.
96153         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Added.
96154         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Added.
96155         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Added.
96156         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Added.
96157         * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
96158         * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.png: Added.
96159         * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
96160         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added.
96161         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added.
96162         * platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added.
96163         * platform/efl/svg/as-background-image/animated-svg-as-background-expected.png: Added.
96164         * platform/efl/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
96165         * platform/efl/svg/as-background-image/background-image-tiled-expected.png: Added.
96166         * platform/efl/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added.
96167         * platform/efl/svg/as-background-image/svg-as-background-2-expected.png: Added.
96168         * platform/efl/svg/as-background-image/svg-as-background-5-expected.png: Added.
96169         * platform/efl/svg/as-background-image/svg-as-background-6-expected.png: Added.
96170         * platform/efl/svg/as-background-image/svg-as-background-expected.png: Added.
96171         * platform/efl/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
96172         * platform/efl/svg/as-background-image/svg-as-background-with-viewBox-expected.png: Added.
96173         * platform/efl/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
96174         * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
96175         * platform/efl/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
96176         * platform/efl/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Added.
96177         * platform/efl/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
96178         * platform/efl/svg/as-image/svg-as-image-expected.png: Added.
96179         * platform/efl/svg/as-image/svg-as-relative-image-expected.png: Added.
96180         * platform/efl/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added.
96181         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
96182         * platform/efl/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
96183         * platform/efl/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
96184         * platform/efl/svg/as-object/embedded-svg-size-changes-expected.png: Added.
96185         * platform/efl/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
96186         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
96187         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
96188         * platform/efl/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
96189         * platform/efl/svg/carto.net/combobox-expected.png: Added.
96190         * platform/efl/svg/carto.net/scrollbar-expected.png: Added.
96191         * platform/efl/svg/carto.net/selectionlist-expected.png: Added.
96192         * platform/efl/svg/carto.net/textbox-expected.png: Added.
96193         * platform/efl/svg/clip-path/clip-in-clip-expected.png: Added.
96194         * platform/efl/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
96195         * platform/efl/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
96196         * platform/efl/svg/clip-path/clip-path-childs-clipped-expected.png: Added.
96197         * platform/efl/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Added.
96198         * platform/efl/svg/clip-path/clip-path-clipped-expected.png: Added.
96199         * platform/efl/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
96200         * platform/efl/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
96201         * platform/efl/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
96202         * platform/efl/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
96203         * platform/efl/svg/clip-path/clip-path-on-g-expected.png: Added.
96204         * platform/efl/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
96205         * platform/efl/svg/clip-path/clip-path-on-svg-expected.png: Added.
96206         * platform/efl/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Added.
96207         * platform/efl/svg/clip-path/clip-path-recursive-call-expected.png: Added.
96208         * platform/efl/svg/clip-path/clip-path-text-and-stroke-expected.png: Added.
96209         * platform/efl/svg/clip-path/clip-path-text-expected.png: Added.
96210         * platform/efl/svg/clip-path/clip-path-transform-2-expected.png: Added.
96211         * platform/efl/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Added.
96212         * platform/efl/svg/clip-path/clip-path-use-as-child-expected.png: Added.
96213         * platform/efl/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Added.
96214         * platform/efl/svg/css/arrow-with-shadow-expected.png: Added.
96215         * platform/efl/svg/css/background-image-svg-expected.png: Added.
96216         * platform/efl/svg/css/circle-in-mask-with-shadow-expected.png: Added.
96217         * platform/efl/svg/css/composite-shadow-text-expected.png: Added.
96218         * platform/efl/svg/css/css-box-min-width-expected.png: Added.
96219         * platform/efl/svg/css/path-with-shadow-expected.png: Added.
96220         * platform/efl/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
96221         * platform/efl/svg/css/shadow-and-opacity-expected.png: Added.
96222         * platform/efl/svg/css/shadow-with-large-radius-expected.png: Added.
96223         * platform/efl/svg/css/shadow-with-negative-offset-expected.png: Added.
96224         * platform/efl/svg/css/text-shadow-multiple-expected.png: Added.
96225         * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Added.
96226         * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Added.
96227         * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Added.
96228         * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Added.
96229         * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
96230         * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Added.
96231         * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
96232         * platform/efl/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
96233         * platform/efl/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
96234         * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Added.
96235         * platform/efl/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
96236         * platform/efl/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
96237         * platform/efl/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
96238         * platform/efl/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
96239         * platform/efl/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
96240         * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
96241         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
96242         * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
96243         * platform/efl/svg/dom/SVGPointList-basics-expected.png: Added.
96244         * platform/efl/svg/dom/SVGRectElement: Added.
96245         * platform/efl/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
96246         * platform/efl/svg/dom/SVGStringList-basics-expected.png: Added.
96247         * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Added.
96248         * platform/efl/svg/filters/color-interpolation-filters-expected.png: Added.
96249         * platform/efl/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Added.
96250         * platform/efl/svg/foreignObject/fO-display-none-expected.png: Added.
96251         * platform/efl/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Added.
96252         * platform/efl/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
96253         * platform/efl/svg/foreignObject/fO-parent-display-none-expected.png: Added.
96254         * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Added.
96255         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Added.
96256         * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Added.
96257         * platform/efl/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added.
96258         * platform/efl/svg/foreignObject/svg-document-as-direct-child-expected.png: Added.
96259         * platform/efl/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
96260         * platform/efl/svg/foreignObject/text-tref-02-b-expected.png: Added.
96261
96262 2012-10-10  Max Vujovic  <mvujovic@adobe.com>
96263
96264         SVG root element's inspector highlight has different dimensions than the element when zooming the page
96265         https://bugs.webkit.org/show_bug.cgi?id=78031
96266
96267         Reviewed by Pavel Feldman.
96268
96269         Add test that verifies the position and size of the highlight rectangles overlayed on an SVG
96270         root element when the page is zoomed.
96271
96272         * inspector/elements/highlight-svg-root-zoomed-expected.txt: Added.
96273         * inspector/elements/highlight-svg-root-zoomed.html: Added.
96274
96275 2012-10-10  Balazs Kelemen  <kbalazs@webkit.org>
96276
96277         [Qt] Test drivers should handle repaint rects
96278         https://bugs.webkit.org/show_bug.cgi?id=68870
96279
96280         Reviewed by Zoltan Herczeg.
96281
96282         Rebasline results. Added new expectations where the results were good.
96283         I evaulated the results based on the mac and chromium-mac ports. In some
96284         cases I accepted our diverging result if it seemed to be ok by looking
96285         into the test. Marked bad results as image failure.
96286
96287         * platform/qt-5.0-wk2/TestExpectations:
96288         * platform/qt-5.0-wk2/compositing/iframes/fixed-position-iframe-expected.png: Added.
96289         * 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.
96290         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-scroll-expected.png:
96291         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png:
96292         * platform/qt-5.0-wk2/compositing/repaint/shrink-layer-expected.png: Copied from LayoutTests/platform/qt/svg/custom/clip-path-href-changes-expected.png.
96293         * 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.
96294         * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png:
96295         * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.png: Added.
96296         * platform/qt-5.0-wk2/css3/filters/filter-change-repaint-expected.png: Added.
96297         * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png: Added.
96298         * 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.
96299         * platform/qt-5.0-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
96300         * 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.
96301         * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Added.
96302         * platform/qt-5.0-wk2/fast/repaint/body-background-image-expected.png: Added.
96303         * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png: Added.
96304         * 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.
96305         * platform/qt-5.0-wk2/fast/repaint/fixed-scale-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/iframe-scroll-repaint-expected.png.
96306         * 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.
96307         * 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.
96308         * 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.
96309         * 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.
96310         * 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.
96311         * platform/qt-5.0-wk2/fast/repaint/reflection-repaint-test-expected.png: Added.
96312         * 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.
96313         * 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.
96314         * platform/qt-5.0-wk2/fast/repaint/scale-page-shrink-expected.png: Added.
96315         * platform/qt-5.0-wk2/fast/repaint/selection-after-delete-expected.png: Added.
96316         * platform/qt-5.0-wk2/fast/repaint/selection-after-remove-expected.png: Added.
96317         * platform/qt-5.0-wk2/fast/repaint/selection-clear-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/table-hover-on-link-expected.png.
96318         * platform/qt-5.0-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
96319         * 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.
96320         * platform/qt-5.0-wk2/fast/text/font-initial-expected.png: Added.
96321         * platform/qt-5.0-wk2/svg/text/remove-text-node-from-tspan-expected.png: Added.
96322         * platform/qt-5.0-wk2/svg/text/remove-tspan-from-text-expected.png: Added.
96323         * platform/qt/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
96324         * platform/qt/fast/canvas/canvas-incremental-repaint-expected.png: Added.
96325         * platform/qt/fast/dynamic/containing-block-change-expected.png:
96326         * platform/qt/fast/frames/transparent-scrollbar-expected.png: Copied from LayoutTests/platform/qt/svg/custom/repaint-on-constant-size-change-expected.png.
96327         * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png:
96328         * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
96329         * platform/qt/fast/layers/layer-content-visibility-change-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
96330         * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
96331         * platform/qt/fast/repaint/4774354-expected.png:
96332         * platform/qt/fast/repaint/4776765-expected.png:
96333         * platform/qt/fast/repaint/backgroundSizeRepaint-expected.png:
96334         * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
96335         * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
96336         * platform/qt/fast/repaint/block-no-inflow-children-expected.png:
96337         * platform/qt/fast/repaint/border-fit-lines-expected.png:
96338         * platform/qt/fast/repaint/border-radius-repaint-expected.png:
96339         * platform/qt/fast/repaint/border-repaint-glitch-expected.png:
96340         * platform/qt/fast/repaint/box-shadow-dynamic-expected.png:
96341         * platform/qt/fast/repaint/bugzilla-3509-expected.png:
96342         * platform/qt/fast/repaint/bugzilla-5699-expected.png:
96343         * platform/qt/fast/repaint/bugzilla-6278-expected.png:
96344         * platform/qt/fast/repaint/bugzilla-6388-expected.png:
96345         * platform/qt/fast/repaint/bugzilla-6473-expected.png:
96346         * platform/qt/fast/repaint/bugzilla-7235-expected.png:
96347         * platform/qt/fast/repaint/button-spurious-layout-hint-expected.png:
96348         * platform/qt/fast/repaint/caret-outside-block-expected.png:
96349         * platform/qt/fast/repaint/change-transform-expected.png:
96350         * platform/qt/fast/repaint/clip-with-layout-delta-expected.png:
96351         * platform/qt/fast/repaint/clipped-relative-expected.png:
96352         * platform/qt/fast/repaint/containing-block-position-change-expected.png:
96353         * platform/qt/fast/repaint/content-into-overflow-expected.png:
96354         * platform/qt/fast/repaint/continuation-after-outline-expected.png:
96355         * platform/qt/fast/repaint/control-clip-expected.png:
96356         * platform/qt/fast/repaint/create-layer-repaint-expected.png:
96357         * platform/qt/fast/repaint/delete-into-nested-block-expected.png:
96358         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
96359         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
96360         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
96361         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
96362         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
96363         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
96364         * platform/qt/fast/repaint/fixed-tranformed-expected.png:
96365         * platform/qt/fast/repaint/float-move-during-layout-expected.png:
96366         * platform/qt/fast/repaint/float-overflow-expected.png:
96367         * platform/qt/fast/repaint/float-overflow-right-expected.png:
96368         * platform/qt/fast/repaint/gradients-em-stops-repaint-expected.png:
96369         * platform/qt/fast/repaint/iframe-scroll-repaint-expected.png:
96370         * platform/qt/fast/repaint/inline-color-change-expected.png:
96371         * platform/qt/fast/repaint/inline-outline-repaint-expected.png:
96372         * platform/qt/fast/repaint/invisible-objects-expected.png:
96373         * platform/qt/fast/repaint/layer-visibility-expected.png: Copied from LayoutTests/platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png.
96374         * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
96375         * platform/qt/fast/repaint/layout-state-relative-expected.png:
96376         * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
96377         * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
96378         * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
96379         * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
96380         * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
96381         * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
96382         * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
96383         * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
96384         * platform/qt/fast/repaint/line-flow-with-floats-5-expected.png:
96385         * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
96386         * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
96387         * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
96388         * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
96389         * platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.png:
96390         * platform/qt/fast/repaint/line-overflow-expected.png:
96391         * platform/qt/fast/repaint/lines-with-layout-delta-expected.png:
96392         * platform/qt/fast/repaint/list-marker-2-expected.png:
96393         * platform/qt/fast/repaint/make-children-non-inline-expected.png:
96394         * platform/qt/fast/repaint/multicol-repaint-expected.png:
96395         * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
96396         * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
96397         * platform/qt/fast/repaint/outline-child-repaint-expected.png:
96398         * platform/qt/fast/repaint/outline-inset-expected.png:
96399         * platform/qt/fast/repaint/outline-repaint-glitch-expected.png:
96400         * platform/qt/fast/repaint/outline-shrinking-expected.png:
96401         * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.png:
96402         * platform/qt/fast/repaint/overflow-delete-line-expected.png:
96403         * platform/qt/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
96404         * platform/qt/fast/repaint/overflow-into-content-expected.png:
96405         * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
96406         * platform/qt/fast/repaint/reflection-redraw-expected.png:
96407         * platform/qt/fast/repaint/reflection-repaint-test-expected.png:
96408         * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
96409         * platform/qt/fast/repaint/region-painting-via-layout-expected.png:
96410         * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
96411         * platform/qt/fast/repaint/repaint-during-scroll-expected.png:
96412         * platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
96413         * platform/qt/fast/repaint/search-field-cancel-expected.png:
96414         * platform/qt/fast/repaint/select-option-background-color-expected.png:
96415         * platform/qt/fast/repaint/selected-replaced-expected.png:
96416         * platform/qt/fast/repaint/selection-after-delete-expected.png:
96417         * platform/qt/fast/repaint/selection-after-remove-expected.png:
96418         * platform/qt/fast/repaint/selection-clear-expected.png:
96419         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
96420         * platform/qt/fast/repaint/selection-rl-expected.png:
96421         * platform/qt/fast/repaint/stacked-diacritics-expected.png:
96422         * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png:
96423         * platform/qt/fast/repaint/subtree-root-clip-2-expected.png:
96424         * platform/qt/fast/repaint/subtree-root-clip-3-expected.png:
96425         * platform/qt/fast/repaint/subtree-root-clip-expected.png:
96426         * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
96427         * platform/qt/fast/repaint/table-cell-collapsed-border-expected.png:
96428         * platform/qt/fast/repaint/table-cell-move-expected.png:
96429         * platform/qt/fast/repaint/table-collapsed-border-expected.png:
96430         * platform/qt/fast/repaint/table-extra-bottom-grow-expected.png:
96431         * platform/qt/fast/repaint/table-hover-on-link-expected.png:
96432         * platform/qt/fast/repaint/table-section-repaint-expected.png:
96433         * platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png:
96434         * platform/qt/fast/repaint/text-append-dirty-lines-expected.png:
96435         * platform/qt/fast/repaint/transform-absolute-child-expected.png:
96436         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
96437         * platform/qt/fast/repaint/transform-disable-layoutstate-expected.png:
96438         * platform/qt/fast/repaint/transform-layout-repaint-expected.png:
96439         * platform/qt/fast/repaint/transform-relative-position-expected.png:
96440         * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
96441         * platform/qt/fast/repaint/transform-replaced-shadows-expected.png:
96442         * platform/qt/fast/repaint/transform-rotate-and-remove-expected.png:
96443         * platform/qt/fast/repaint/transform-translate-expected.png:
96444         * platform/qt/fast/table/border-collapsing/cached-69296-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/layout-state-only-positioned-expected.png.
96445         * 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.
96446         * 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.
96447         * 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.
96448         * platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.png:
96449         * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
96450         * platform/qt/svg/as-image/animated-svg-as-image-expected.png:
96451         * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
96452         * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.png:
96453         * platform/qt/svg/as-image/svg-image-change-content-size-expected.png:
96454         * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
96455         * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
96456         * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png:
96457         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
96458         * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
96459         * platform/qt/svg/carto.net/window-expected.png:
96460         * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
96461         * platform/qt/svg/custom/animate-path-discrete-expected.png:
96462         * platform/qt/svg/custom/animate-path-morphing-expected.png:
96463         * platform/qt/svg/custom/animate-target-id-changed-expected.png:
96464         * platform/qt/svg/custom/animate-target-removed-from-document-expected.png:
96465         * platform/qt/svg/custom/circle-move-invalidation-expected.png:
96466         * platform/qt/svg/custom/clip-path-child-changes-expected.png:
96467         * platform/qt/svg/custom/clip-path-href-changes-expected.png:
96468         * platform/qt/svg/custom/clip-path-units-changes-expected.png:
96469         * platform/qt/svg/custom/deep-dynamic-updates-expected.png:
96470         * platform/qt/svg/custom/fill-opacity-update-expected.png:
96471         * platform/qt/svg/custom/foreignObject-crash-on-hover-expected.png:
96472         * platform/qt/svg/custom/gradient-add-stops-expected.png:
96473         * platform/qt/svg/custom/gradient-stop-style-change-expected.png:
96474         * platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.png:
96475         * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png:
96476         * platform/qt/svg/custom/js-late-clipPath-creation-expected.png:
96477         * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.png:
96478         * platform/qt/svg/custom/js-late-gradient-creation-expected.png:
96479         * platform/qt/svg/custom/js-late-marker-and-object-creation-expected.png:
96480         * platform/qt/svg/custom/js-late-marker-creation-expected.png:
96481         * platform/qt/svg/custom/js-late-mask-and-object-creation-expected.png:
96482         * platform/qt/svg/custom/js-late-mask-creation-expected.png:
96483         * platform/qt/svg/custom/js-update-bounce-expected.png:
96484         * platform/qt/svg/custom/js-update-container-expected.png:
96485         * platform/qt/svg/custom/js-update-container2-expected.png:
96486         * platform/qt/svg/custom/js-update-gradient-expected.png:
96487         * platform/qt/svg/custom/js-update-image-expected.png:
96488         * platform/qt/svg/custom/js-update-path-changes-expected.png:
96489         * platform/qt/svg/custom/js-update-path-removal-expected.png:
96490         * platform/qt/svg/custom/js-update-pattern-child-expected.png:
96491         * platform/qt/svg/custom/js-update-pattern-expected.png:
96492         * platform/qt/svg/custom/js-update-polygon-changes-expected.png:
96493         * platform/qt/svg/custom/js-update-polygon-removal-expected.png:
96494         * platform/qt/svg/custom/js-update-stop-expected.png:
96495         * platform/qt/svg/custom/js-update-stop-linked-gradient-expected.png:
96496         * platform/qt/svg/custom/js-update-style-expected.png:
96497         * platform/qt/svg/custom/js-update-transform-addition-expected.png:
96498         * platform/qt/svg/custom/js-update-transform-changes-expected.png:
96499         * platform/qt/svg/custom/marker-child-changes-css-expected.png:
96500         * platform/qt/svg/custom/marker-child-changes-expected.png:
96501         * platform/qt/svg/custom/marker-viewBox-changes-expected.png:
96502         * platform/qt/svg/custom/mask-child-changes-expected.png:
96503         * platform/qt/svg/custom/mask-invalidation-expected.png:
96504         * platform/qt/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
96505         * platform/qt/svg/custom/prevent-default-expected.png:
96506         * platform/qt/svg/custom/relative-sized-content-expected.png:
96507         * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
96508         * platform/qt/svg/custom/relative-sized-image-expected.png:
96509         * platform/qt/svg/custom/relative-sized-inner-svg-expected.png:
96510         * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.png:
96511         * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
96512         * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.png:
96513         * platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
96514         * platform/qt/svg/custom/repaint-moving-svg-and-div-expected.png:
96515         * platform/qt/svg/custom/repaint-on-constant-size-change-expected.png:
96516         * platform/qt/svg/custom/repaint-on-image-bounds-change-expected.png:
96517         * platform/qt/svg/custom/repaint-stroke-width-changes-expected.png:
96518         * platform/qt/svg/custom/resource-client-removal-expected.png:
96519         * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.png:
96520         * platform/qt/svg/custom/scroll-hit-test-expected.png:
96521         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
96522         * platform/qt/svg/custom/stroke-opacity-update-expected.png:
96523         * platform/qt/svg/custom/svg-absolute-children-expected.png:
96524         * platform/qt/svg/custom/text-dom-removal-expected.png:
96525         * platform/qt/svg/custom/text-repaint-including-stroke-expected.png:
96526         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
96527         * platform/qt/svg/custom/use-clipped-hit-expected.png:
96528         * platform/qt/svg/custom/use-detach-expected.png:
96529         * platform/qt/svg/custom/use-disappears-after-style-update-expected.png:
96530         * platform/qt/svg/custom/use-elementInstance-event-target-expected.png:
96531         * platform/qt/svg/custom/use-elementInstance-methods-expected.png:
96532         * platform/qt/svg/custom/use-event-handler-on-referenced-element-expected.png:
96533         * platform/qt/svg/custom/use-event-handler-on-use-element-expected.png:
96534         * platform/qt/svg/custom/use-setAttribute-crash-expected.png:
96535         * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png:
96536         * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
96537         * platform/qt/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
96538         * platform/qt/svg/filters/feImage-change-target-id-expected.png:
96539         * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png:
96540         * platform/qt/svg/filters/feImage-reference-invalidation-expected.png: Copied from LayoutTests/platform/qt/svg/custom/animate-target-removed-from-document-expected.png.
96541         * platform/qt/svg/filters/feImage-remove-target-expected.png:
96542         * platform/qt/svg/filters/feImage-target-add-to-document-expected.png:
96543         * platform/qt/svg/filters/feImage-target-attribute-change-expected.png:
96544         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
96545         * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
96546         * platform/qt/svg/filters/feImage-target-changes-id-expected.png:
96547         * platform/qt/svg/filters/feImage-target-id-change-expected.png:
96548         * platform/qt/svg/filters/feImage-target-inline-style-change-expected.png:
96549         * platform/qt/svg/filters/feImage-target-property-change-expected.png:
96550         * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.png:
96551         * platform/qt/svg/filters/feImage-target-remove-from-document-expected.png:
96552         * platform/qt/svg/filters/feImage-target-style-change-expected.png:
96553         * platform/qt/svg/filters/filter-refresh-expected.png:
96554         * platform/qt/svg/filters/filter-width-update-expected.png:
96555         * platform/qt/svg/filters/invalidate-on-child-layout-expected.png:
96556         * platform/qt/svg/hixie/perf/001-expected.png:
96557         * platform/qt/svg/hixie/perf/002-expected.png:
96558         * platform/qt/svg/hixie/perf/003-expected.png:
96559         * platform/qt/svg/hixie/perf/004-expected.png:
96560         * platform/qt/svg/hixie/perf/005-expected.png:
96561         * platform/qt/svg/hixie/perf/007-expected.png:
96562         * platform/qt/svg/repaint/filter-child-repaint-expected.png:
96563         * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png:
96564         * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png:
96565         * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.png:
96566         * platform/qt/svg/repaint/mask-clip-target-transform-expected.png:
96567         * platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png:
96568         * platform/qt/svg/repaint/text-mask-update-expected.png:
96569         * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
96570         * platform/qt/svg/text/ems-display-none-expected.png:
96571         * platform/qt/svg/text/exs-display-none-expected.png:
96572         * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
96573         * platform/qt/svg/text/text-text-05-t-expected.png:
96574         * platform/qt/svg/text/text-viewbox-rescale-expected.png:
96575         * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
96576         * platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
96577         * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
96578         * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
96579         * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
96580         * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
96581         * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
96582         * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
96583
96584 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96585
96586         [EFL] Skip fast/css/color-correction-on-text.html.
96587
96588         * platform/efl/TestExpectations:
96589
96590 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96591
96592         [EFL] Gardening for the some SVG pixel expectations.
96593
96594         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
96595         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
96596         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
96597         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
96598         * platform/efl/svg/filters/animate-fill-expected.png: Added.
96599         * platform/efl/svg/filters/feImage-reference-invalidation-expected.png: Added.
96600         * platform/efl/svg/hixie/data-types/001-expected.png: Added.
96601         * platform/efl/svg/hixie/dynamic/002-expected.png: Added.
96602         * platform/efl/svg/hixie/dynamic/003-expected.png: Added.
96603         * platform/efl/svg/hixie/dynamic/004-expected.png: Added.
96604         * platform/efl/svg/hixie/dynamic/005-expected.png: Added.
96605         * platform/efl/svg/hixie/dynamic/006-expected.png: Added.
96606         * platform/efl/svg/hixie/error/002-expected.png: Added.
96607         * platform/efl/svg/hixie/error/006-expected.png: Added.
96608         * platform/efl/svg/hixie/error/007-expected.png: Added.
96609         * platform/efl/svg/hixie/error/008-expected.png: Added.
96610         * platform/efl/svg/hixie/error/009-expected.png: Added.
96611         * platform/efl/svg/hixie/error/010-expected.png: Added.
96612         * platform/efl/svg/hixie/error/011-expected.png: Added.
96613         * platform/efl/svg/hixie/error/014-test-expected.png: Added.
96614         * platform/efl/svg/hixie/error/015-expected.png: Added.
96615         * platform/efl/svg/hixie/error/016-expected.png: Added.
96616         * platform/efl/svg/hixie/intrinsic/001-expected.png: Added.
96617         * platform/efl/svg/hixie/intrinsic/002-expected.png: Added.
96618         * platform/efl/svg/hixie/intrinsic/003-expected.png: Added.
96619         * platform/efl/svg/hixie/links/001-expected.png: Added.
96620         * platform/efl/svg/hixie/links/002-expected.png: Added.
96621         * platform/efl/svg/hixie/painting/001-expected.png: Added.
96622         * platform/efl/svg/hixie/processing-model/005-expected.png: Added.
96623         * platform/efl/svg/hixie/rendering-model/003a-expected.png: Added.
96624         * platform/efl/svg/hixie/text/001-expected.png: Added.
96625         * platform/efl/svg/hixie/text/002-expected.png: Added.
96626         * platform/efl/svg/hixie/text/003a-expected.png: Added.
96627         * platform/efl/svg/hixie/text/003b-expected.png: Added.
96628         * platform/efl/svg/hixie/use/002-test-expected.png: Added.
96629         * platform/efl/svg/hixie/viewbox/001-expected.png: Added.
96630         * platform/efl/svg/hixie/viewbox/002-expected.png: Added.
96631         * platform/efl/svg/hixie/viewbox/003-expected.png: Added.
96632         * platform/efl/svg/hixie/viewbox/004-expected.png: Added.
96633         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
96634         * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
96635         * platform/efl/svg/overflow/overflow-on-foreignObject-expected.png: Added.
96636         * platform/efl/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Added.
96637         * platform/efl/svg/repaint/image-href-change-expected.png: Added.
96638         * platform/efl/svg/repaint/image-with-clip-path-expected.png: Added.
96639         * platform/efl/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
96640         * platform/efl/svg/repaint/mask-clip-target-transform-expected.png: Added.
96641         * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.png: Added.
96642         * platform/efl/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added.
96643         * platform/efl/svg/wicd/sizing-flakiness-expected.png: Added.
96644         * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
96645         * platform/efl/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
96646         * platform/efl/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added.
96647         * platform/efl/svg/zoom/page/zoom-background-images-expected.png: Added.
96648         * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
96649         * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added.
96650         * platform/efl/svg/zoom/page/zoom-svg-as-image-expected.png: Added.
96651         * platform/efl/svg/zoom/page/zoom-svg-as-object-expected.png: Added.
96652         * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added.
96653         * platform/efl/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
96654         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
96655         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
96656         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
96657         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
96658         * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
96659         * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
96660         * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
96661         * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
96662
96663 2012-10-10  Vsevolod Vlasov  <vsevik@chromium.org>
96664
96665         Unreviewed inspector test fix.
96666
96667         * http/tests/inspector/search/resources-search-match-index.html:
96668
96669 2012-10-10  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
96670
96671         [EFL] Update some pixel expectations for the new Cairo, and add more baselines for other tests.
96672
96673         * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
96674         * platform/efl/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
96675         * platform/efl/fast/borders/border-shadow-large-radius-expected.png: Added.
96676         * platform/efl/fast/borders/fieldsetBorderRadius-expected.png:
96677         * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
96678         * platform/efl/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
96679         * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
96680         * platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
96681         * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
96682         * platform/efl/fast/css/square-button-appearance-expected.png: Added.
96683         * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
96684         * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
96685         * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
96686         * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
96687         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
96688         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
96689         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
96690         * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
96691         * platform/efl/fast/events/context-no-deselect-expected.png: Added.
96692         * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
96693         * platform/efl/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
96694         * platform/efl/fast/forms/input-placeholder-paint-order-expected.png: Added.
96695         * platform/efl/fast/forms/textarea: Added.
96696         * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
96697         * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
96698         * platform/efl/fast/html/details-marker-style-expected.png: Added.
96699         * platform/efl/fast/images/image-css3-content-data-expected.png: Added.
96700         * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
96701         * platform/efl/fast/images/paint-subrect-expected.png: Added.
96702         * platform/efl/fast/images/paint-subrect-grid-expected.png: Added.
96703         * platform/efl/fast/images/repaint-subrect-grid-expected.png: Added.
96704         * platform/efl/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
96705         * platform/efl/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
96706         * platform/efl/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
96707         * platform/efl/fast/js: Added.
96708         * platform/efl/fast/js/exception-linenums-in-html-3-expected.png: Added.
96709         * platform/efl/fast/js/missing-style-end-tag-js-expected.png: Added.
96710         * platform/efl/fast/js/missing-title-end-tag-js-expected.png: Added.
96711         * platform/efl/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
96712         * platform/efl/fast/layers/scroll-with-transform-layer-expected.png: Added.
96713         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
96714         * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
96715         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
96716         * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added.
96717         * platform/efl/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
96718         * platform/efl/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
96719         * platform/efl/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
96720         * platform/efl/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
96721         * platform/efl/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
96722         * platform/efl/fast/scrolling: Added.
96723         * platform/efl/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
96724         * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Added.
96725         * platform/efl/fast/table/table-row-focus-ring-paint-expected.png: Added.
96726         * platform/efl/fast/text/text-shadow-no-default-color-expected.png: Added.
96727
96728 2012-10-10  Christophe Dumez  <christophe.dumez@intel.com>
96729
96730         SQLResultSet.rowsAffected not cleared
96731         https://bugs.webkit.org/show_bug.cgi?id=46070
96732
96733         Reviewed by Kenneth Rohde Christiansen.
96734
96735         Add layout test to check that SQLResultSet.rowsAffected is
96736         correct in executeSql() success callback.
96737
96738         * storage/websql/execute-sql-rowsAffected-expected.txt: Added.
96739         * storage/websql/execute-sql-rowsAffected.html: Added.
96740
96741 2012-10-10  KwangYong Choi  <ky0.choi@samsung.com>
96742
96743         [EFL] Rebaseline after r129972 which enabled plugin feature
96744         https://bugs.webkit.org/show_bug.cgi?id=98750
96745
96746         Unreviewed. Plugin feature is enabled on EFL port after r129972.
96747
96748         * platform/efl-wk1/TestExpectations: EFL WK1 does not support plugins yet.
96749         * platform/efl-wk2/TestExpectations:
96750         * platform/efl/TestExpectations:
96751         * platform/efl/plugins/iframe-plugin-bgcolor-expected.txt: Added.
96752         * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.txt: Added.
96753         * platform/efl/plugins/netscape-dom-access-expected.txt: Added.
96754         * platform/efl/plugins/plugin-javascript-access-expected.txt: Added.
96755         * platform/efl/plugins/resize-from-plugin-expected.txt: Added.
96756
96757 2012-10-09  Kent Tamura  <tkent@chromium.org>
96758
96759         Add behavior tests for input[type=date] with multiple fields
96760         https://bugs.webkit.org/show_bug.cgi?id=98480
96761
96762         Reviewed by Kentaro Hara.
96763
96764         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt: Added.
96765         * fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes.html: Added.
96766         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt: Added.
96767         * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification.html: Added.
96768         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events-expected.txt: Added.
96769         * fast/forms/date-multiple-fields/date-multiple-fields-blur-and-focus-events.html: Added.
96770         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt:
96771         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html:
96772         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events-expected.txt: Added.
96773         * fast/forms/date-multiple-fields/date-multiple-fields-mouse-events.html: Added.
96774         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
96775         * fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html: Added.
96776         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads-expected.txt: Added.
96777         * fast/forms/date-multiple-fields/date-multiple-fields-reset-value-after-reloads.html: Added.
96778         * fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt: Added.
96779         * 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.
96780         * fast/forms/date-multiple-fields/date-multiple-fields-wheel-event-expected.txt: Added.
96781         * 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.
96782         * fast/forms/date/date-reset-value-expected.html: Added.
96783         * fast/forms/date/date-reset-value.html: Added.
96784
96785         * fast/forms/resources/common-spinbutton-change-and-input-events.js:
96786         (testSpinButtonChangeAndInputEvents):
96787         Uses getElementByPseudoId() to obtain spin button position. The date
96788         type and the time type have their spin button at different positions
96789         because of a picker indicator triangle.
96790         * fast/forms/number/number-spinbutton-change-and-input-events.html:
96791         Need to import comon.js because common-spinbutton-change-and-input-events.js depends on it.
96792         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events.html:
96793         Ditto.
96794
96795         * fast/forms/resources/common-wheel-event.js:
96796         (testWheelEvent): Fix a wrong message.
96797         * fast/forms/time-multiple-fields/time-multiple-fields-wheel-event-expected.txt: Ditto.
96798
96799         * fast/forms/resources/multiple-fields-blur-and-focus-events.js:
96800         Added. Move the code from time-multiple-fields-blur-and-focus-events.html.
96801         * fast/forms/time-multiple-fields/time-multiple-fields-blur-and-focus-events.html:
96802         Moved the code to multiple-fields-blur-and-focus-events.js.
96803
96804         * platform/chromium/TestExpectations:
96805
96806 2012-10-10  Alexander Pavlov  <apavlov@chromium.org>
96807
96808         Web Inspector: Semantically incorrect CSS rules result in broken source code data
96809         https://bugs.webkit.org/show_bug.cgi?id=98520
96810
96811         Reviewed by Vsevolod Vlasov.
96812
96813         * inspector/styles/parse-stylesheet-errors-expected.txt:
96814         * inspector/styles/parse-stylesheet-errors.html:
96815
96816 2012-10-09  Jocelyn Turcotte  <jocelyn.turcotte@digia.com>
96817
96818         [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fai1
96819         https://bugs.webkit.org/show_bug.cgi?id=98642
96820
96821         Reviewed by Kenneth Rohde Christiansen.
96822
96823         * platform/qt-5.0-wk2/TestExpectations: Unskip focusout-on-touch.html
96824
96825 2012-10-10  Allan Sandfeld Jensen  <allan.jensen@digia.com>
96826
96827         [Qt] DumpRenderTree needs a beginDragWithFiles implementation
96828         https://bugs.webkit.org/show_bug.cgi?id=50902
96829
96830         Reviewed by Simon Hausmann.
96831
96832         Move some skipped tests that now passing in DRT to only being skipped in WTR.
96833
96834         * platform/qt-5.0-wk2/TestExpectations:
96835         * platform/qt/TestExpectations:
96836
96837 2012-10-10  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
96838
96839         [Qt] Unreviewed gardening. Skip failing test.
96840         https://bugs.webkit.org/show_bug.cgi?id=98876
96841
96842         * platform/qt/TestExpectations: skip fast/text/word-space-with-kerning.html.
96843
96844 2012-10-09  Kent Tamura  <tkent@chromium.org>
96845
96846         Add a test to check a step attribute works for a calendar picker
96847         https://bugs.webkit.org/show_bug.cgi?id=98866
96848
96849         Reviewed by Yuta Kitamura.
96850
96851         * platform/chromium-android/TestExpectations:
96852         * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
96853         * platform/chromium/TestExpectations:
96854         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.txt: Added.
96855         * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html: Added.
96856
96857 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
96858
96859         [Qt] Unreviewed gardening, skip tests to paint the bot green.
96860
96861         * platform/qt-5.0-wk2/TestExpectations:
96862
96863 2012-10-09  Noel Gordon  <noel.gordon@gmail.com>
96864
96865         Flush load-and-stall.php output after sleeping
96866         https://bugs.webkit.org/show_bug.cgi?id=98862
96867
96868         Reviewed by Kent Tamura.
96869
96870         Should not be a behavioral change: testing the bots with this change to see if
96871         it helps with chromium linux/win test flakyness.
96872
96873         * http/tests/resources/load-and-stall.php:
96874
96875 2012-10-09  Adam Barth  <abarth@webkit.org>
96876
96877         Note test failures after http://trac.webkit.org/changeset/130851. We
96878         plan to follow up in the morning in
96879         https://bugs.webkit.org/show_bug.cgi?id=98867.
96880
96881         * platform/chromium/TestExpectations:
96882
96883 2012-10-09  Enrica Casucci  <enrica@apple.com>
96884
96885         Tests failure on Chromium Mac after r130821.
96886         https://bugs.webkit.org/show_bug.cgi?id=98865
96887
96888         Unreviewed.
96889
96890         Marking tests as failing.
96891
96892         * platform/chromium/TestExpectations:
96893
96894 2012-10-09  Noel Gordon  <noel.gordon@gmail.com>
96895
96896         Initialize $written variable in load-and-stall.php script
96897         https://bugs.webkit.org/show_bug.cgi?id=98854
96898
96899         Reviewed by Kent Tamura.
96900
96901         * http/tests/resources/load-and-stall.php:
96902
96903 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
96904
96905         [Qt] Unreviewed gardening.
96906
96907         * 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.
96908
96909 2012-10-09  Kent Tamura  <tkent@chromium.org>
96910
96911         Sub-fields in input[type=time] should not be focusable if the input is disabled or read-only
96912         https://bugs.webkit.org/show_bug.cgi?id=98850
96913
96914         Reviewed by Kentaro Hara.
96915
96916         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
96917         * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
96918         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events-expected.txt:
96919         * fast/forms/time-multiple-fields/time-multiple-fields-mouse-events.html:
96920
96921 2012-10-09  Pablo Flouret  <pablof@motorola.com>
96922
96923         [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matching.html fails
96924         https://bugs.webkit.org/show_bug.cgi?id=88913
96925
96926         Reviewed by Csaba Osztrogonác.
96927
96928         Blind fix to try to fix the test.
96929
96930         * http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html:
96931         * http/tests/xmlhttprequest/resources/access-control-allow-lists.php:
96932
96933 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
96934
96935         [EFL] Update EFL baselines after r130840
96936         https://bugs.webkit.org/show_bug.cgi?id=98846
96937
96938         Unreviewed EFL gardening.
96939
96940         Update baselines after the cairo update in r130840.
96941
96942         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
96943         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
96944         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
96945         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
96946         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
96947         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
96948         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
96949         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
96950         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
96951         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
96952
96953 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
96954
96955         [Qt] new test http/tests/cookies/single-quoted-value.html is failing
96956         https://bugs.webkit.org/show_bug.cgi?id=86066
96957
96958         Reviewed by Csaba Osztrogonác.
96959
96960         Unskipping test.
96961
96962         * platform/qt/TestExpectations:
96963
96964 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
96965
96966         [Cairo] Bump Cairo to fix more canvas/philip tests
96967         https://bugs.webkit.org/show_bug.cgi?id=97658
96968
96969         Reviewed by Martin Robinson.
96970
96971         Update platform-specific baselines after the cairo update. Also,
96972         unksip canvas/philip tests which are passing now.
96973
96974         * platform/efl/TestExpectations:
96975         * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png:
96976         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
96977         * platform/efl/fast/dynamic/window-scrollbars-test-expected.png:
96978         * platform/efl/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
96979         * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
96980         * platform/efl/svg/batik/text/smallFonts-expected.png:
96981         * platform/efl/svg/batik/text/smallFonts-expected.txt:
96982         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
96983         * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
96984         * platform/efl/svg/batik/text/textOnPath-expected.png:
96985         * platform/efl/svg/batik/text/textOnPath-expected.txt:
96986         * platform/efl/svg/batik/text/textOnPath2-expected.png:
96987         * platform/efl/svg/batik/text/textOnPath2-expected.txt:
96988         * platform/efl/svg/batik/text/textOnPath3-expected.png:
96989         * platform/efl/svg/batik/text/textOnPath3-expected.txt:
96990         * platform/efl/svg/batik/text/textOnPathSpaces-expected.png:
96991         * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt:
96992         * platform/efl/svg/batik/text/verticalTextOnPath-expected.png:
96993         * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
96994         * platform/efl/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
96995         * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
96996         * platform/efl/transforms/2d/transform-fixed-container-expected.png:
96997         * platform/gtk/TestExpectations:
96998         * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.png:
96999         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
97000         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
97001         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
97002         * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
97003         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
97004         * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
97005         * platform/gtk/svg/batik/text/smallFonts-expected.png:
97006         * platform/gtk/svg/batik/text/smallFonts-expected.txt:
97007         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
97008         * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
97009         * platform/gtk/svg/batik/text/textOnPath-expected.png:
97010         * platform/gtk/svg/batik/text/textOnPath-expected.txt:
97011         * platform/gtk/svg/batik/text/textOnPath2-expected.png:
97012         * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
97013         * platform/gtk/svg/batik/text/textOnPath3-expected.png:
97014         * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
97015         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png:
97016         * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
97017         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png:
97018         * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
97019         * platform/gtk/svg/custom/js-update-path-changes-expected.png:
97020         * platform/gtk/svg/custom/js-update-path-changes-expected.txt:
97021         * platform/gtk/svg/custom/js-update-path-removal-expected.png:
97022         * platform/gtk/svg/custom/js-update-path-removal-expected.txt:
97023         * platform/gtk/svg/custom/path-textPath-simulation-expected.png:
97024         * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
97025
97026 2012-10-09  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
97027
97028         fast/canvas/canvas-fillRect-gradient-shadow.html failing
97029         https://bugs.webkit.org/show_bug.cgi?id=98760
97030
97031         Reviewed by Martin Robinson.
97032
97033         Adjust the test case to verify the pixel in the middle of the shadow,
97034         instead of the outer edge, to make sure that the test will not fail
97035         in case if there is any effect around the borders.
97036
97037         * fast/canvas/script-tests/canvas-fillRect-gradient-shadow.js:
97038
97039 2012-10-09  Kent Tamura  <tkent@chromium.org>
97040
97041         Should reject invalid dates constructed with multiple fields UI
97042         https://bugs.webkit.org/show_bug.cgi?id=98727
97043
97044         Reviewed by Hajime Morita.
97045
97046         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events-expected.txt: Added.
97047         * fast/forms/date-multiple-fields/date-multiple-fields-keyboard-events.html: Added.
97048         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
97049         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html:
97050           Updated the test. 275760-12 is not a valid month value.
97051
97052 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
97053
97054         [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
97055         https://bugs.webkit.org/show_bug.cgi?id=96907
97056
97057         Reviewed by Csaba Osztrogonác.
97058
97059         Unskipping tests.
97060
97061         * platform/qt/TestExpectations:
97062
97063 2012-10-09  Jeffrey Pfau  <jpfau@apple.com>
97064
97065         [Mac] Unreviewed, skipping http/tests/security/svg-image-leak.html
97066
97067         * platform/mac/TestExpectations:
97068
97069 2012-10-09  Adam Barth  <abarth@webkit.org>
97070
97071         filesystem-url-in-iframe test is flaky
97072         https://bugs.webkit.org/show_bug.cgi?id=95246
97073
97074         Reviewed by Eric Seidel.
97075
97076         This test was assuming that the navigation would complete before the
97077         async JavaScript executed, which is true usually (but not always).
97078
97079         * http/tests/security/mixedContent/filesystem-url-in-iframe.html:
97080         * platform/chromium/TestExpectations:
97081
97082 2012-10-09  Jian Li  <jianli@chromium.org>
97083
97084         Update the CSS property used to support draggable regions.
97085         https://bugs.webkit.org/show_bug.cgi?id=97156
97086
97087         Reviewed by Adam Barth.
97088
97089         Update the test and rename the files due to CSS property name and
97090         syntax changes.
97091
97092         * fast/css/draggable-region-parser-expected.txt: Added.
97093         * fast/css/draggable-region-parser.html: Added.
97094         * fast/css/widget-region-parser-expected.txt: Removed.
97095         * fast/css/widget-region-parser.html: Removed.
97096         * platform/efl/TestExpectations: Rename the skipped test.
97097         * platform/gtk/TestExpectations: Rename the skipped test.
97098         * platform/mac/TestExpectations: Skip the renamed test since WIDGET_REGION is off.
97099         * platform/qt/TestExpectations: Rename the skipped test.
97100         * platform/win/TestExpectations: Rename the skipped test.
97101         * platform/wincairo/TestExpectations: Rename the skipped test.
97102
97103 2012-10-09  Kiran Muppala  <cmuppala@apple.com>
97104
97105         Fix coding style of layout test fast/dom/timer-throttling-hidden-page.html
97106         https://bugs.webkit.org/show_bug.cgi?id=98828
97107
97108         Reviewed by Ojan Vafai.
97109
97110         Replaced tab characters with spaces, fixed position of braces and renamed
97111         variables to be more explanatory.
97112
97113         * fast/dom/timer-throttling-hidden-page.html:
97114
97115 2012-10-09  Sadrul Habib Chowdhury  <sadrul@chromium.org>
97116
97117         [chromium] Add drop event for plugins.
97118         https://bugs.webkit.org/show_bug.cgi?id=98827
97119
97120         Reviewed by Adam Barth.
97121
97122         Updated the test to verify that a plugin can receive drop events. Note
97123         that the plugin needs contentEditable set to true.
97124
97125         * platform/chromium/plugins/drag-events-expected.txt:
97126         * platform/chromium/plugins/drag-events.html:
97127
97128 2012-10-09  Sheriff Bot  <webkit.review.bot@gmail.com>
97129
97130         Unreviewed, rolling out r130811 and r130821.
97131         http://trac.webkit.org/changeset/130811
97132         http://trac.webkit.org/changeset/130821
97133         https://bugs.webkit.org/show_bug.cgi?id=98831
97134
97135         Broke date-suggestion-picker-appearance-with-scroll-bar.html
97136         (Requested by abarth|gardening on #webkit).
97137
97138         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Removed.
97139         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
97140         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
97141         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
97142         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
97143         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
97144         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Removed.
97145         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
97146         * platform/mac-lion/TestExpectations:
97147         * platform/mac-snowleopard/TestExpectations:
97148         * platform/mac-wk2/TestExpectations:
97149         * platform/mac/TestExpectations:
97150         * platform/qt-4.8/TestExpectations:
97151         * platform/qt/TestExpectations:
97152         * platform/win-wk2/TestExpectations:
97153         * platform/win-xp/TestExpectations:
97154         * platform/win/TestExpectations:
97155         * platform/wincairo/TestExpectations:
97156         * platform/wk2/TestExpectations:
97157
97158 2012-10-09  Dominic Mazzoni  <dmazzoni@google.com>
97159
97160         AX: 5 accessibility tests just need minor tweaks to pass on chromium
97161         https://bugs.webkit.org/show_bug.cgi?id=98311
97162
97163         Reviewed by Chris Fleizach.
97164
97165         Modifies tests so that they log data that tends to vary between
97166         platforms using debug(), rather than asserting a platform-specific
97167         value. Gets rid of "forks" of tests in the gtk directory. Adds
97168         expectations and unskips 5 tests on Chromium.
97169
97170         * accessibility/aria-list-and-listitem.html:
97171         * accessibility/aria-option-role.html:
97172         * accessibility/aria-tab-roles.html:
97173         * platform/chromium/TestExpectations:
97174         * platform/chromium/accessibility/aria-fallback-roles-expected.txt: Renamed from LayoutTests/platform/chromium-win/accessibility/aria-fallback-roles-expected.txt.
97175         * platform/chromium/accessibility/aria-list-and-listitem-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-list-and-listitem-expected.txt.
97176         * platform/chromium/accessibility/aria-option-role-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-option-role-expected.txt.
97177         * platform/chromium/accessibility/aria-tab-roles-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-tab-roles-expected.txt.
97178         * platform/gtk/accessibility/aria-list-and-listitem-expected.txt:
97179         * platform/gtk/accessibility/aria-list-and-listitem.html: Removed.
97180         * platform/gtk/accessibility/aria-option-role-expected.txt:
97181         * platform/gtk/accessibility/aria-option-role.html: Removed.
97182         * platform/mac/accessibility/aria-list-and-listitem-expected.txt:
97183         * platform/mac/accessibility/aria-option-role-expected.txt:
97184         * platform/mac/accessibility/aria-tab-roles-expected.txt:
97185
97186 2012-10-09  Levi Weintraub  <leviw@chromium.org>
97187
97188         Rolling back unintended change to iframe-copy-on-scroll.html from previous commit.
97189
97190         * compositing/iframes/iframe-copy-on-scroll.html:
97191
97192 2012-10-09  Levi Weintraub  <leviw@chromium.org>
97193
97194         Unreviewed gardening. Updating test expectations after r130811.
97195
97196         * compositing/iframes/iframe-copy-on-scroll.html:
97197         * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
97198         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
97199         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
97200         * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
97201         * platform/chromium/TestExpectations:
97202
97203 2012-10-09  Alexander Shalamov  <alexander.shalamov@intel.com>
97204
97205         CSS Style is not recalculated when media attribute of style element is changed
97206         https://bugs.webkit.org/show_bug.cgi?id=96752
97207
97208         Reviewed by Kenneth Rohde Christiansen.
97209
97210         Added test to verify that when "media" attribute for style element is updated,
97211         style is recalculated.
97212
97213         * fast/media/mq-js-update-media.html: Added.
97214
97215 2012-10-09  Levi Weintraub  <leviw@chromium.org>
97216
97217         [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel
97218         https://bugs.webkit.org/show_bug.cgi?id=98571
97219
97220         Reviewed by Emil A Eklund.
97221
97222         Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium).
97223
97224         * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added.
97225         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added.
97226         * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added.
97227         * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
97228         The repaint rect shrinks safely by one pixel.
97229         * platform/chromium/TestExpectations:
97230         * platform/mac-lion/TestExpectations:
97231         * platform/mac-snowleopard/TestExpectations:
97232         * platform/mac-wk2/TestExpectations:
97233         * platform/mac/TestExpectations:
97234         * platform/qt-4.8/TestExpectations:
97235         * platform/qt/TestExpectations:
97236         * platform/win-wk2/TestExpectations:
97237         * platform/win-xp/TestExpectations:
97238         * platform/win/TestExpectations:
97239         * platform/wincairo/TestExpectations:
97240         * platform/wk2/TestExpectations:
97241
97242 2012-10-09  Adam Barth  <abarth@webkit.org>
97243
97244         These tests also fail with ImageOnlyFailures.
97245
97246         * platform/chromium/TestExpectations:
97247
97248 2012-10-09  Adam Barth  <abarth@webkit.org>
97249
97250         This test now appears to fail on the bots because
97251         http://trac.webkit.org/changeset/130799 removed the ImageOnlyFailure
97252         attribute.
97253
97254         * platform/chromium/TestExpectations:
97255
97256 2012-10-09  Peter Beverloo  <peter@chromium.org>
97257
97258         [Chromium] More TestExpectation updates for Android
97259         https://bugs.webkit.org/show_bug.cgi?id=98818
97260
97261         Unreviewed test expectation updates.
97262
97263         List more failures (all with bugs assigned) in the TestExpectation file for
97264         Android. Move an older block around, considering we may want to re-triage it.
97265
97266         * platform/chromium/TestExpectations:
97267
97268 2012-10-09  Julien Chaffraix  <jchaffraix@webkit.org>
97269
97270         Unreviewed Chromium gardening.
97271
97272         * platform/chromium/TestExpectations:
97273         Removed this entry: there was no need for new baselines.
97274
97275 2012-10-09  Adam Barth  <abarth@webkit.org>
97276
97277         dfg-cross-global tests are flaky because they misuse js-test-pre.js
97278         https://bugs.webkit.org/show_bug.cgi?id=98813
97279
97280         Reviewed by Daniel Bates.
97281
97282         These tests have a race between js-test-pre's "done" message and the
97283         timeout. This patch change then to use jsTestIsAsync and finishJSTest()
97284         appropriately.
97285
97286         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal-with-variables.js:
97287         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal.js:
97288         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-elements.js:
97289         * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-size.js:
97290         * fast/js/script-tests/dfg-cross-global-object-inline-new-array.js:
97291
97292 2012-10-09  Joshua Bell  <jsbell@chromium.org>
97293
97294         IndexedDB: Overflowing key generator should throw ConstraintError
97295         https://bugs.webkit.org/show_bug.cgi?id=98807
97296
97297         Reviewed by Tony Chang.
97298
97299         Verify that overflowing key generator throws ConstraintError.
97300
97301         * storage/indexeddb/key-generator-expected.txt:
97302         * storage/indexeddb/resources/key-generator.js:
97303
97304 2012-10-09  Dirk Pranke  <dpranke@chromium.org>
97305
97306         [chromium] Don't run perf/mouse-event on debug builds
97307
97308         Unreviewed, expectations change.
97309
97310         We don't normally run any perf tests on a debug build, but this
97311         one was getting run due to an improperly scoped expectation
97312         overriding the wontfix rule.
97313
97314         * platform/chromium/TestExpectations:
97315
97316 2012-10-09  David Grogan  <dgrogan@chromium.org>
97317
97318         IndexedDB: open-in-upgradeneeded layout test
97319         https://bugs.webkit.org/show_bug.cgi?id=95912
97320
97321         Reviewed by Tony Chang.
97322
97323         * storage/indexeddb/intversion-open-in-upgradeneeded-expected.txt: Added.
97324         * storage/indexeddb/intversion-open-in-upgradeneeded.html: Added.
97325         * storage/indexeddb/resources/intversion-open-in-upgradeneeded.js: Added.
97326         (test):
97327         (deleteSuccess):
97328         (upgradeNeeded1.transaction.oncomplete):
97329         (upgradeNeeded1):
97330         (openSuccess1):
97331         (onVersionChange):
97332         (onBlocked):
97333         (upgradeNeeded2):
97334         (openSuccess2):
97335
97336 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97337
97338         Need implement isWordTextBreak for QT, and WinCE for visual word movement functionality
97339         https://bugs.webkit.org/show_bug.cgi?id=81136
97340
97341         Reviewed by Caio Marcelo de Oliveira Filho.
97342
97343         Uskipping tests that are passing after the merge https://gitorious.org/qtwebkit/testfonts/merge_requests/1
97344
97345         * platform/qt/TestExpectations:
97346
97347 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97348
97349         RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
97350         https://bugs.webkit.org/show_bug.cgi?id=51517
97351
97352         Reviewed by Caio Marcelo de Oliveira Filho.
97353
97354         Unskipping a test that is passing, with testfonts change in https://gitorious.org/qtwebkit/testfonts/merge_requests/1
97355
97356         * platform/qt/TestExpectations:
97357
97358 2012-10-09  Adam Barth  <abarth@webkit.org>
97359
97360         Note that this test is flaky.
97361
97362         * platform/chromium/TestExpectations:
97363
97364 2012-10-09  Adam Barth  <abarth@webkit.org>
97365
97366         Revert change to TestExpectations in http://trac.webkit.org/changeset/130779.
97367         These tests still give the wrong results.
97368
97369         * platform/chromium/TestExpectations:
97370
97371 2012-10-09  Julien Chaffraix  <jchaffraix@webkit.org>
97372
97373         Unreviewed Chromium gardening.
97374
97375         * platform/chromium/TestExpectations:
97376         Fix new-run-webkit-tests --lint-test-files after r130778.
97377
97378 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97379
97380         [Qt] modify-up-on-rtl-wrapping-text.html fails on DRT
97381         https://bugs.webkit.org/show_bug.cgi?id=50291
97382
97383         Reviewed by Csaba Osztrogonác.
97384
97385         Unskipping editing/selection/modify-up-on-rtl-wrapping-text.html
97386
97387         * platform/qt/TestExpectations:
97388
97389 2012-10-09  Enrica Casucci  <enrica@apple.com>
97390
97391         [chromium] fast/text/international/text-spliced-font.html and fast/writing-mode/Kusa-Makura-background-canvas.html
97392         failing on the Mac after r130443
97393         https://bugs.webkit.org/show_bug.cgi?id=98545
97394
97395         Reviewed by Tony Chang.
97396
97397         Updated TextExpectations for Chromium and Mac.
97398         Moved existing expected results from mac to mac-lion and added new results for Mountain Lion.
97399
97400         * platform/chromium/TestExpectations:
97401         * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
97402         * platform/mac/TestExpectations:
97403         * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
97404
97405 2012-10-09  Mike Reed  <reed@google.com>
97406
97407         Update expectations in preparation for enabling float-src-rect behavior in SkCanvas::drawBitmapRect
97408         https://bugs.webkit.org/show_bug.cgi?id=98795
97409
97410         Reviewed by NOBODY.
97411
97412         Expectations change only.
97413
97414         * platform/chromium/TestExpectations:
97415
97416 2012-10-09  Philip Rogers  <pdr@google.com>
97417
97418         Prevent animation when CSS attributeType is invalid.
97419         https://bugs.webkit.org/show_bug.cgi?id=94569
97420
97421         Reviewed by Dirk Schulze.
97422
97423         Adding a test to prove this patch works (invalid-css-attribute-crash.svg)
97424         and an additional test to show that switching between XML and CSS
97425         attributeTypes works as expected (animate-css-xml-attributeType.html).
97426
97427         * platform/chromium/TestExpectations:
97428         * platform/efl/TestExpectations:
97429         * platform/gtk/TestExpectations:
97430         * platform/mac/TestExpectations:
97431         * platform/qt/TestExpectations:
97432         * platform/win/TestExpectations:
97433         * svg/animations/animate-css-xml-attributeType-expected.txt: Added.
97434         * svg/animations/animate-css-xml-attributeType.html: Added.
97435         * svg/animations/invalid-css-attribute-crash-expected.svg: Added.
97436         * svg/animations/invalid-css-attribute-crash.svg: Added.
97437         * svg/animations/script-tests/animate-css-xml-attributeType.js: Added.
97438         (sample1):
97439         (sample6):
97440         (executeTest):
97441
97442 2012-10-08  Simon Fraser  <simon.fraser@apple.com>
97443
97444         Remove DRT/WTR implementations of layerTreeAsText
97445         https://bugs.webkit.org/show_bug.cgi?id=98697
97446
97447         Reviewed by Tim Horton, James Robinson, Alexey Proskuryakov.
97448
97449         Fix a couple of tests missed in the previous chnage.
97450
97451         * compositing/geometry/preserve-3d-switching.html:
97452         * compositing/visibility/visibility-image-layers-dynamic.html:
97453
97454 2012-10-09  Pravin D  <pravind.2k4@gmail.com>
97455
97456         max-width property is does not overriding the width properties for css tables(display:table)
97457         https://bugs.webkit.org/show_bug.cgi?id=98455
97458
97459         Reviewed by Tony Chang.
97460
97461         * fast/table/css-table-max-width-expected.txt: Added.
97462         * fast/table/css-table-max-width.html: Added.
97463
97464 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
97465
97466         Unreviewed GTK gardening.
97467
97468         Expanding failure expectation for editing/pasteboard/drag-drop-list.html to
97469         again include debug configurations as well.
97470
97471         * platform/gtk/TestExpectations:
97472
97473 2012-10-09  Peter Beverloo  <peter@chromium.org>
97474
97475         [Chromium] Test expectation updates for Android
97476         https://bugs.webkit.org/show_bug.cgi?id=98786
97477
97478         Unreviewed test expectation update.
97479
97480         Update the test expectations for Android. Nineteen bugs were filed,
97481         which are all blocking bug 96398.
97482
97483         * platform/chromium-android/TestExpectations:
97484         * platform/chromium/TestExpectations:
97485
97486 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97487
97488         [EFL] Unreviewed gardening.
97489
97490         * platform/efl-wk1/TestExpectations:
97491         * platform/efl-wk2/TestExpectations:
97492         * platform/efl/TestExpectations:
97493
97494 2012-10-09  Harald Alvestrand  <hta@google.com>
97495
97496         Change PeerConnection getStats function to single value local / remote
97497         elements in RTCStatsReport.
97498         https://bugs.webkit.org/show_bug.cgi?id=98753
97499
97500         Reviewed by Adam Barth.
97501
97502         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
97503         * fast/mediastream/RTCPeerConnection-stats.html:
97504
97505 2012-10-09  Adam Barth  <abarth@webkit.org>
97506
97507         Unreviewed. Add chromium-mac specific results for these tests. They
97508         differ from the expected results only in text rendering.
97509
97510         * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png:
97511         * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png:
97512         * platform/chromium-mac/fast/text/hyphenate-character-expected.png: Added.
97513         * platform/chromium-mac/fast/text/hyphenate-limit-before-after-expected.png: Added.
97514         * platform/chromium-mac/fast/text/hyphens-expected.png: Added.
97515
97516 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97517
97518         [EFL] Mark svg/text/selection-tripleclick.svg as flaky on WK2.
97519
97520         * platform/efl-wk2/TestExpectations:
97521
97522 2012-10-09  Sadrul Habib Chowdhury  <sadrul@chromium.org>
97523
97524         [chromium] Make sure events are transformed correctly for plugins.
97525         https://bugs.webkit.org/show_bug.cgi?id=89250
97526
97527         Reviewed by Tony Chang.
97528
97529         Added tests to make sure that events are transformed properly. Note that
97530         for touch-events, each point in the three touch-point lists in the
97531         touch-event is printed, so the same touch-point is printed out three
97532         times.
97533
97534         * platform/chromium/plugins/transformed-events-expected.txt: Added.
97535         * platform/chromium/plugins/transformed-events.html: Added.
97536
97537 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97538
97539         [EFL] Rebaseline some svg/text tests.
97540
97541         Some pixel tests now have the red rectangle drawn around some
97542         areas like other ports.
97543
97544         While here, also add an expectation for selection-tripleclick.svg,
97545         which seems to be passing now.
97546
97547         * platform/efl/TestExpectations:
97548         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png:
97549         * platform/efl/svg/text/selection-tripleclick-expected.png: Added.
97550         * platform/efl/svg/text/selection-tripleclick-expected.txt: Added.
97551         * platform/efl/svg/text/text-align-01-b-expected.png:
97552         * platform/efl/svg/text/text-align-02-b-expected.png:
97553         * platform/efl/svg/text/text-align-03-b-expected.png:
97554         * platform/efl/svg/text/text-align-04-b-expected.png:
97555         * platform/efl/svg/text/text-align-05-b-expected.png:
97556         * platform/efl/svg/text/text-align-06-b-expected.png:
97557         * platform/efl/svg/text/text-altglyph-01-b-expected.png:
97558         * platform/efl/svg/text/text-deco-01-b-expected.png:
97559         * platform/efl/svg/text/text-fonts-01-t-expected.png:
97560         * platform/efl/svg/text/text-fonts-02-t-expected.png:
97561         * platform/efl/svg/text/text-intro-05-t-expected.png:
97562         * platform/efl/svg/text/text-path-01-b-expected.png:
97563         * platform/efl/svg/text/text-spacing-01-b-expected.png:
97564         * platform/efl/svg/text/text-text-01-b-expected.png:
97565         * platform/efl/svg/text/text-text-03-b-expected.png:
97566         * platform/efl/svg/text/text-text-04-t-expected.png:
97567         * platform/efl/svg/text/text-text-05-t-expected.png:
97568         * platform/efl/svg/text/text-text-06-t-expected.png:
97569         * platform/efl/svg/text/text-text-07-t-expected.png:
97570         * platform/efl/svg/text/text-text-08-b-expected.png:
97571         * platform/efl/svg/text/text-tref-01-b-expected.png:
97572         * platform/efl/svg/text/text-tselect-01-b-expected.png:
97573         * platform/efl/svg/text/text-tselect-02-f-expected.png:
97574         * platform/efl/svg/text/text-tspan-01-b-expected.png:
97575         * platform/efl/svg/text/text-ws-01-t-expected.png:
97576         * platform/efl/svg/text/text-ws-02-t-expected.png:
97577
97578 2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>
97579
97580         [Qt] Uploading images to Google+ using QtWebKit does not work.
97581         https://bugs.webkit.org/show_bug.cgi?id=72329
97582
97583         Reviewed by Jocelyn Turcotte.
97584
97585         Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
97586         on features we do not have.
97587
97588         * platform/qt/TestExpectations:
97589
97590 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97591
97592         [Qt] Unskip and rebase now passing tests.
97593
97594         * platform/qt/TestExpectations:
97595         * platform/qt/compositing/overflow/clip-descendents-expected.txt: Added.
97596         * platform/qt/css1/formatting_model/floating_elements-expected.png:
97597         * platform/qt/css1/formatting_model/floating_elements-expected.txt:
97598         * platform/qt/editing/selection/caret-ltr-2-expected.png:
97599         * platform/qt/editing/selection/caret-ltr-2-expected.txt:
97600         * platform/qt/editing/selection/caret-ltr-2-left-expected.png:
97601         * platform/qt/editing/selection/caret-ltr-2-left-expected.txt:
97602         * platform/qt/editing/selection/caret-ltr-expected.png:
97603         * platform/qt/editing/selection/caret-ltr-expected.txt:
97604         * platform/qt/editing/selection/caret-ltr-right-expected.png:
97605         * platform/qt/editing/selection/caret-ltr-right-expected.txt:
97606         * platform/qt/editing/selection/caret-rtl-2-left-expected.png:
97607         * platform/qt/editing/selection/caret-rtl-2-left-expected.txt:
97608         * platform/qt/editing/selection/caret-rtl-right-expected.png:
97609         * platform/qt/editing/selection/caret-rtl-right-expected.txt:
97610         * platform/qt/fast/backgrounds/size/zero-expected.png: Added.
97611         * platform/qt/fast/backgrounds/size/zero-expected.txt:
97612         * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.png:
97613         * platform/qt/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
97614         * platform/qt/fast/forms/basic-buttons-expected.png:
97615         * platform/qt/fast/forms/basic-buttons-expected.txt:
97616         * platform/qt/fast/multicol/overflow-across-columns-expected.png: Added.
97617         * platform/qt/fast/multicol/overflow-across-columns-expected.txt: Added.
97618         * platform/qt/fast/multicol/overflow-unsplittable-expected.png: Added.
97619         * platform/qt/fast/multicol/overflow-unsplittable-expected.txt: Added.
97620         * platform/qt/fast/multicol/positive-leading-expected.png: Added.
97621         * platform/qt/fast/multicol/positive-leading-expected.txt: Added.
97622         * platform/qt/fast/multicol/shadow-breaking-expected.png:
97623         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
97624         * platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
97625         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
97626         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
97627         * platform/qt/fast/overflow/003-expected.png:
97628         * platform/qt/fast/overflow/003-expected.txt:
97629         * platform/qt/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
97630         * platform/qt/fast/replaced/table-percent-height-expected.txt:
97631         * platform/qt/fast/text/line-initial-and-final-swashes-expected.txt: Added.
97632         * platform/qt/fonts/cursive-expected.png: Added.
97633         * platform/qt/fonts/cursive-expected.txt: Added.
97634         * platform/qt/fonts/default-expected.png: Added.
97635         * platform/qt/fonts/default-expected.txt: Added.
97636         * platform/qt/fonts/fantasy-expected.png: Added.
97637         * platform/qt/fonts/fantasy-expected.txt: Added.
97638         * platform/qt/fonts/monospace-expected.png: Added.
97639         * platform/qt/fonts/monospace-expected.txt: Added.
97640         * platform/qt/fonts/sans-serif-expected.png: Added.
97641         * platform/qt/fonts/sans-serif-expected.txt: Added.
97642         * platform/qt/fonts/serif-expected.png: Added.
97643         * platform/qt/fonts/serif-expected.txt: Added.
97644         * platform/qt/printing/page-count-relayout-shrink-expected.txt: Added.
97645         * platform/qt/printing/return-from-printing-mode-expected.png: Added.
97646         * platform/qt/printing/return-from-printing-mode-expected.txt: Added.
97647         * platform/qt/printing/setPrinting-expected.png: Added.
97648         * platform/qt/printing/setPrinting-expected.txt: Added.
97649         * platform/qt/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
97650         * platform/qt/svg/custom/clip-mask-negative-scale-expected.png: Added.
97651         * platform/qt/tables/mozilla/bugs/bug10296-1-expected.png:
97652         * platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
97653         * platform/qt/tables/mozilla/bugs/bug12384-expected.png: Added.
97654         * platform/qt/tables/mozilla/bugs/bug12384-expected.txt:
97655         * platform/qt/tables/mozilla/bugs/bug99948-expected.png: Added.
97656         * platform/qt/tables/mozilla/bugs/bug99948-expected.txt:
97657         * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.png: Added.
97658         * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
97659         * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.png: Added.
97660         * platform/qt/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
97661         * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
97662         * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
97663         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added.
97664         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
97665         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added.
97666         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
97667         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added.
97668         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
97669         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added.
97670         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
97671         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added.
97672         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
97673         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added.
97674         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
97675         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added.
97676         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
97677         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png: Added.
97678         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
97679
97680 2012-10-09  Jussi Kukkonen  <jussi.kukkonen@intel.com>
97681
97682         [EFL] remove duplicate failure expectations
97683         https://bugs.webkit.org/show_bug.cgi?id=98736
97684
97685         Unreviewed gardening.
97686
97687         Many tests are listed in both efl and wk2 expectations. Remove the efl expectations
97688         in cases where the bug seems to be a wk2 issue.
97689
97690         Most expectations are also added into the efl-wk1 expectations (which is where
97691         they should have been all along).
97692
97693         * platform/efl-wk1/TestExpectations:
97694         * platform/efl/TestExpectations:
97695
97696 2012-10-09  Arpita Bahuguna  <arpitabahuguna@gmail.com>
97697
97698         Text decorations specified on the containing block are not properly applied when ::first-line is present.
97699         https://bugs.webkit.org/show_bug.cgi?id=93829
97700
97701         Reviewed by Abhishek Arya.
97702
97703         * fast/css/text-decorations-on-first-line-and-containing-block-expected.html: Added.
97704         * fast/css/text-decorations-on-first-line-and-containing-block.html: Added.
97705         Tests added for verifying the behavior of text-decorations when specified
97706         both for the ::first-line as well as its containing block.
97707
97708 2012-10-09  Sheriff Bot  <webkit.review.bot@gmail.com>
97709
97710         Unreviewed, rolling out r130746.
97711         http://trac.webkit.org/changeset/130746
97712         https://bugs.webkit.org/show_bug.cgi?id=98749
97713
97714         It made 45 tests crash on Qt (Requested by Ossy on #webkit).
97715
97716         * platform/qt/TestExpectations:
97717
97718 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97719
97720         [EFL] Mark a few tests skipped in r130745 as failures instead of timeouts.
97721
97722         * platform/efl/TestExpectations:
97723
97724 2012-10-09  Allan Sandfeld Jensen  <allan.jensen@digia.com>
97725
97726         [Qt] Uploading images to Google+ using QtWebKit does not work.
97727         https://bugs.webkit.org/show_bug.cgi?id=72329
97728
97729         Reviewed by Jocelyn Turcotte.
97730
97731         Unskip the two BLOB tests that now passes. The rest of the BLOB tests unfortunately depend
97732         on features we do not have.
97733
97734         * platform/qt/TestExpectations:
97735
97736 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97737
97738         [EFL] Skip a few tests after r130699.
97739
97740         * platform/efl/TestExpectations:
97741
97742 2012-10-09  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
97743
97744         [EFL] Remove comment added in r130650 now that I've run the GTK+ tests.
97745
97746         * platform/efl-wk1/TestExpectations:
97747
97748 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
97749
97750         Unreviewed GTK gardening.
97751
97752         Adding more failure expectations for regressions after r130699.
97753
97754         * platform/gtk/TestExpectations:
97755
97756 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97757
97758         [Qt] Unskip now passing tests.
97759
97760         * platform/qt-5.0-wk2/TestExpectations:
97761         * platform/qt/TestExpectations:
97762
97763 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97764
97765         [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails
97766         https://bugs.webkit.org/show_bug.cgi?id=51884
97767
97768         Reviewed by Ryosuke Niwa.
97769
97770         This test pass with this change in testfonts https://gitorious.org/qtwebkit/testfonts/merge_requests/1
97771
97772         * platform/qt/TestExpectations:
97773
97774 2012-10-09  Tullio Lucena  <tullio.lucena@openbossa.org>
97775
97776         [Qt] editing/selection/caret-at-bidi-boundary.html fails
97777         https://bugs.webkit.org/show_bug.cgi?id=66514
97778
97779         Reviewed by Yuta Kitamura.
97780
97781         Unskipping test. The update in testfonts solved this bug.
97782
97783         * platform/qt/TestExpectations:
97784
97785 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97786
97787         [Qt] Unskip and rebase a now passing test.
97788
97789         * platform/qt/TestExpectations:
97790         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png:
97791         * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
97792
97793 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97794
97795         [Qt] Unskip fast/transforms/scrollIntoView-transformed.html.
97796
97797         * platform/qt-5.0-wk2/TestExpectations:
97798         * platform/qt/TestExpectations:
97799
97800 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97801
97802         [Qt] Unskip and rebase now passing tests.
97803
97804         * platform/qt-5.0/TestExpectations:
97805         * platform/qt/TestExpectations:
97806         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
97807         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
97808         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
97809         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
97810
97811 2012-10-09  Zan Dobersek  <zandobersek@gmail.com>
97812
97813         Unreviewed GTK gardening.
97814
97815         Adding failure expectations for regressions after r130699 and
97816         a failing multipart test introduced in r130651.
97817
97818         * platform/gtk/TestExpectations:
97819
97820 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97821
97822         [Qt] Unskip and rebasing now passing tests.
97823
97824         * platform/qt-5.0-wk1/TestExpectations:
97825         * platform/qt/fast/css/word-space-extra-expected.png:
97826         * platform/qt/fast/css/word-space-extra-expected.txt:
97827         * platform/qt/fast/history/history-back-initial-vs-final-url-expected.txt: Added.
97828         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
97829         * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
97830         * platform/qt/fast/transforms/transformed-focused-text-input-expected.png:
97831         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
97832         * platform/qt/http/tests/navigation/postredirect-frames-expected.txt:
97833         * platform/qt/http/tests/navigation/postredirect-goback2-expected.txt:
97834
97835 2012-10-09  Keishi Hattori  <keishi@webkit.org>
97836
97837         Page popup should be smarter about its layout
97838         https://bugs.webkit.org/show_bug.cgi?id=98499
97839
97840         Reviewed by Kent Tamura.
97841
97842         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Added.
97843         * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Added.
97844         * platform/chromium-android/TestExpectations: Added platform/chromium/fast/forms/page-popup.
97845
97846 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97847
97848         [Qt] Unskip now passing tests.
97849
97850         * platform/qt/TestExpectations:
97851
97852 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97853
97854         [Qt] Unskip now passing tests.
97855
97856         * platform/qt/TestExpectations:
97857
97858 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97859
97860         [Qt] Unskip now passing tests.
97861
97862         * platform/qt-5.0-wk1/TestExpectations:
97863         * platform/qt-5.0-wk2/TestExpectations:
97864         * platform/qt-5.0/TestExpectations:
97865
97866 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97867
97868         Unreviewed gadening after r130709.
97869
97870         * fast/harness/results-expected.txt:
97871
97872 2012-10-09  Csaba Osztrogonác  <ossy@webkit.org>
97873
97874         [Qt][WK2] Unskip now passing tests.
97875
97876         * platform/qt-5.0-wk2/TestExpectations:
97877
97878 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
97879
97880         [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
97881         https://bugs.webkit.org/show_bug.cgi?id=96907
97882
97883         Reviewed by Csaba Osztrogonác.
97884
97885         Unskipping tests.
97886
97887         * platform/qt/TestExpectations:
97888
97889 2012-10-08  Kiran Muppala  <cmuppala@apple.com>
97890
97891         Throttle DOM timers on hidden pages.
97892         https://bugs.webkit.org/show_bug.cgi?id=98474
97893
97894         Reviewed by Maciej Stachowiak.
97895
97896         Add a test for DOM timer throttling on hidden pages.
97897
97898         * fast/dom/timer-throttling-hidden-page-expected.txt: Added.
97899         * fast/dom/timer-throttling-hidden-page.html: Added.
97900         * platform/chromium/TestExpectations:
97901         * platform/efl/TestExpectations:
97902         * platform/gtk/TestExpectations:
97903         * platform/qt/TestExpectations:
97904         * platform/win/TestExpectations:
97905         Skip the test since HIDDEN_PAGE_DOM_TIMER_THROTTLING is not enabled by default.
97906
97907 2012-10-08  Yoshifumi Inoue  <yosin@chromium.org>
97908
97909         HTMLSelectElement::typeAheadFind depends on implementation dependent behavior
97910         https://bugs.webkit.org/show_bug.cgi?id=98710
97911
97912         Reviewed by Kent Tamura.
97913
97914         This patch adds a test for checking HTMLSelectElement::typeAheadFind
97915         doesn't crash.
97916
97917         * fast/forms/select/select-typeahead-crash-expected.txt: Added.
97918         * fast/forms/select/select-typeahead-crash.html: Added.
97919
97920 2012-10-08  Kent Tamura  <tkent@chromium.org>
97921
97922         Take account of overflowing values for width calculation of a year sub-field
97923         https://bugs.webkit.org/show_bug.cgi?id=98506
97924
97925         Reviewed by Eric Seidel.
97926
97927         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value-expected.txt: Added.
97928         * fast/forms/date-multiple-fields/date-multiple-fields-change-layout-by-value.html: Added.
97929
97930 2012-10-08  Tony Chang  <tony@chromium.org>
97931
97932         image not displayed in flexbox
97933         https://bugs.webkit.org/show_bug.cgi?id=98611
97934
97935         Reviewed by Ojan Vafai.
97936
97937         Load an image after flexbox layout has happened.
97938
97939         * css3/flexbox/relayout-image-load-expected.txt: Added.
97940         * css3/flexbox/relayout-image-load.html: Added.
97941         * platform/chromium/TestExpectations: Remove css3/flexbox/flexitem-stretch-image.html
97942         since it should no longer be flaky.
97943
97944 2012-10-08  Dirk Pranke  <dpranke@chromium.org>
97945
97946         results.html and garden-o-matic are ignoring IMAGE failures when expected to FAIL
97947         https://bugs.webkit.org/show_bug.cgi?id=98706
97948
97949         Reviewed by Ojan Vafai.
97950
97951         FAIL is supposed to map onto Failure which is supposed to map
97952         onto the old [ TEXT, IMAGE_PLUS_TEXT, AUDIO ] mapping.
97953         results.html was including IMAGE in this and garden-o-matic was
97954         including CRASH and TIMEOUT as well :(.
97955
97956         * fast/harness/resources/results-test.js:
97957         * fast/harness/results.html:
97958
97959 2012-10-08  Alpha Lam  <hclam@chromium.org>
97960
97961         Not reviewed. Rebaselines for Chromium.
97962
97963         Rebaseline after r130412 which affected image scaling pixel tests.
97964
97965         * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
97966         * platform/chromium-linux-x86/fast/backgrounds/size/backgroundSize15-expected.png: Added.
97967         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
97968         * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
97969         * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Added.
97970         * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Added.
97971         * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png: Added.
97972         * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
97973         * platform/chromium-linux-x86/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
97974         * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Added.
97975         * platform/chromium-linux-x86/fast/repaint/background-misaligned-expected.png:
97976         * platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
97977         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
97978         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
97979         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
97980         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
97981         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
97982         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
97983         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
97984         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
97985         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
97986         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
97987         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
97988         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
97989         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
97990         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
97991         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
97992         * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
97993         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
97994         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
97995         * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
97996         * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Added.
97997         * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Added.
97998         * platform/chromium-linux-x86/svg/custom/pointer-events-image-css-transform-expected.png: Added.
97999         * platform/chromium-linux-x86/svg/custom/pointer-events-image-expected.png: Added.
98000         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
98001         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
98002         * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Added.
98003         * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
98004         * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png:
98005         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
98006         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
98007         * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
98008         * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
98009         * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png: Added.
98010         * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png:
98011         * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
98012         * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
98013         * platform/chromium-linux/fast/repaint/background-misaligned-expected.png:
98014         * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
98015         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
98016         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
98017         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
98018         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
98019         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
98020         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
98021         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
98022         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
98023         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
98024         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
98025         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
98026         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
98027         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
98028         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
98029         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
98030         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
98031         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
98032         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
98033         * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
98034         * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
98035         * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
98036         * platform/chromium-linux/svg/custom/pointer-events-image-css-transform-expected.png:
98037         * platform/chromium-linux/svg/custom/pointer-events-image-expected.png:
98038         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
98039         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
98040         * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
98041         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
98042         * platform/chromium-mac-snowleopard/fast/backgrounds/size/backgroundSize15-expected.png:
98043         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
98044         * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
98045         * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
98046         * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
98047         * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png: Added.
98048         * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
98049         * platform/chromium-mac-snowleopard/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
98050         * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
98051         * platform/chromium-mac-snowleopard/fast/repaint/background-misaligned-expected.png:
98052         * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
98053         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
98054         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
98055         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
98056         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
98057         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
98058         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
98059         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
98060         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
98061         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
98062         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
98063         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
98064         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
98065         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
98066         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
98067         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
98068         * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
98069         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
98070         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
98071         * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
98072         * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
98073         * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
98074         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
98075         * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png:
98076         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
98077         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
98078         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Added.
98079         * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
98080         * platform/chromium-mac/fast/backgrounds/size/backgroundSize15-expected.png:
98081         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
98082         * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
98083         * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
98084         * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
98085         * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
98086         * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-expected.png:
98087         * platform/chromium-mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
98088         * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
98089         * platform/chromium-mac/fast/repaint/background-misaligned-expected.png:
98090         * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
98091         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
98092         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
98093         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
98094         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
98095         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
98096         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
98097         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
98098         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
98099         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
98100         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
98101         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
98102         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
98103         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
98104         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
98105         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
98106         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
98107         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
98108         * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
98109         * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
98110         * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
98111         * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
98112         * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png:
98113         * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
98114         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
98115         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
98116         * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
98117         * platform/chromium-win-xp/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
98118         * platform/chromium-win-xp/fast/backgrounds/size/backgroundSize15-expected.png: Added.
98119         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
98120         * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
98121         * platform/chromium-win-xp/fast/borders/border-image-scale-transform-expected.png: Added.
98122         * platform/chromium-win-xp/fast/borders/border-image-scaled-expected.png: Added.
98123         * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png: Added.
98124         * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
98125         * platform/chromium-win-xp/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
98126         * platform/chromium-win-xp/fast/borders/scaled-border-image-expected.png: Added.
98127         * platform/chromium-win-xp/fast/repaint/background-misaligned-expected.png:
98128         * platform/chromium-win-xp/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
98129         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
98130         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
98131         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
98132         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
98133         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
98134         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
98135         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
98136         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
98137         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
98138         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
98139         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
98140         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
98141         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
98142         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
98143         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
98144         * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
98145         * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
98146         * platform/chromium-win-xp/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
98147         * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Added.
98148         * platform/chromium-win-xp/svg/custom/clip-mask-negative-scale-expected.png: Added.
98149         * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Added.
98150         * platform/chromium-win-xp/svg/custom/pointer-events-image-css-transform-expected.png: Added.
98151         * platform/chromium-win-xp/svg/custom/pointer-events-image-expected.png: Added.
98152         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
98153         * platform/chromium-win-xp/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
98154         * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Added.
98155         * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
98156         * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png:
98157         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
98158         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
98159         * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
98160         * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
98161         * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
98162         * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-expected.png:
98163         * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
98164         * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
98165         * platform/chromium-win/fast/repaint/background-misaligned-expected.png:
98166         * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
98167         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
98168         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
98169         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
98170         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
98171         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
98172         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
98173         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
98174         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
98175         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
98176         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
98177         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
98178         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
98179         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
98180         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
98181         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
98182         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
98183         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
98184         * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
98185         * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
98186         * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
98187         * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
98188         * platform/chromium-win/svg/custom/pointer-events-image-css-transform-expected.png:
98189         * platform/chromium-win/svg/custom/pointer-events-image-expected.png:
98190         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
98191         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
98192         * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
98193         * platform/chromium/TestExpectations:
98194
98195 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98196
98197         Unreviewed Chromium gardening.
98198
98199         * platform/chromium/TestExpectations:
98200         Marked a test as crashing on Lion.
98201
98202         * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
98203         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-expected.png:
98204         * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
98205         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-expected.png:
98206         * platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
98207         * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
98208         Rebaselined these tests after a change in Chromium compositor (Chromium r160671).
98209
98210 2012-10-08  Simon Fraser  <simon.fraser@apple.com>
98211
98212         Move layerTreeAsText to window.internals
98213         https://bugs.webkit.org/show_bug.cgi?id=98690
98214
98215         Reviewed by James Robinson.
98216
98217         Add window.internals.layerTreeAsText(document), and change the tests to use it.
98218         I'll remove testRunner.layerTreeAsText() in a later patch.
98219
98220         * compositing/animation/animation-compositing.html:
98221         * compositing/backing/no-backing-for-clip-overlap.html:
98222         * compositing/backing/no-backing-for-clip.html:
98223         * compositing/backing/no-backing-for-perspective.html:
98224         * compositing/bounds-in-flipped-writing-mode.html:
98225         * compositing/clip-child-by-non-stacking-ancestor.html:
98226         * compositing/columns/composited-in-paginated.html:
98227         * compositing/geometry/ancestor-overflow-change.html:
98228         * compositing/geometry/bounds-clipped-composited-child.html:
98229         * compositing/geometry/bounds-ignores-hidden-composited-descendant.html:
98230         * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex.html:
98231         * compositing/geometry/bounds-ignores-hidden-dynamic.html:
98232         * compositing/geometry/bounds-ignores-hidden.html:
98233         * compositing/geometry/clip.html:
98234         * compositing/geometry/composited-in-columns.html:
98235         * compositing/geometry/fixed-position-composited-switch.html:
98236         * compositing/geometry/flipped-writing-mode.html:
98237         * compositing/geometry/foreground-layer.html:
98238         * compositing/geometry/layer-due-to-layer-children-deep-switch.html:
98239         * compositing/geometry/layer-due-to-layer-children-switch.html:
98240         * compositing/geometry/limit-layer-bounds-clipping-ancestor.html:
98241         * compositing/geometry/limit-layer-bounds-fixed-positioned.html:
98242         * compositing/geometry/limit-layer-bounds-opacity-transition.html:
98243         * compositing/geometry/limit-layer-bounds-overflow-root.html:
98244         * compositing/geometry/limit-layer-bounds-positioned-transition.html:
98245         * compositing/geometry/limit-layer-bounds-positioned.html:
98246         * compositing/geometry/limit-layer-bounds-transformed-overflow.html:
98247         * compositing/geometry/limit-layer-bounds-transformed.html:
98248         * compositing/geometry/preserve-3d-switching.html:
98249         * compositing/iframes/become-composited-nested-iframes.html:
98250         * compositing/iframes/become-overlapped-iframe.html:
98251         * compositing/iframes/composited-parent-iframe.html:
98252         * compositing/iframes/connect-compositing-iframe-delayed.html:
98253         * compositing/iframes/connect-compositing-iframe.html:
98254         * compositing/iframes/connect-compositing-iframe2.html:
98255         * compositing/iframes/connect-compositing-iframe3.html:
98256         * compositing/iframes/enter-compositing-iframe.html:
98257         * compositing/iframes/iframe-resize.html:
98258         * compositing/iframes/iframe-size-from-zero.html:
98259         * compositing/iframes/iframe-size-to-zero.html:
98260         * compositing/iframes/iframe-src-change.html:
98261         * compositing/iframes/invisible-nested-iframe-hide.html:
98262         * compositing/iframes/invisible-nested-iframe-show.html:
98263         * compositing/iframes/leave-compositing-iframe.html:
98264         * compositing/iframes/overlapped-iframe-iframe.html:
98265         * compositing/iframes/overlapped-iframe.html:
98266         * compositing/iframes/overlapped-nested-iframes.html:
98267         * compositing/iframes/page-cache-layer-tree.html:
98268         * compositing/iframes/resizer.html:
98269         * compositing/iframes/scrolling-iframe.html:
98270         * compositing/images/clip-on-directly-composited-image.html:
98271         * compositing/layer-creation/animation-overlap-with-children.html:
98272         * compositing/layer-creation/fixed-position-and-transform.html:
98273         * compositing/layer-creation/fixed-position-out-of-view.html:
98274         * compositing/layer-creation/fixed-position-under-transform.html:
98275         * compositing/layer-creation/no-compositing-for-preserve-3d.html:
98276         * compositing/layer-creation/overflow-scroll-overlap.html:
98277         * compositing/layer-creation/overlap-animation.html:
98278         * compositing/layer-creation/overlap-child-layer.html:
98279         * compositing/layer-creation/overlap-clipping.html:
98280         * compositing/layer-creation/overlap-transformed-and-clipped.html:
98281         * compositing/layer-creation/overlap-transformed-layer.html:
98282         * compositing/layer-creation/overlap-transforms.html:
98283         * compositing/layer-creation/rotate3d-overlap.html:
98284         * compositing/layer-creation/scroll-partial-update.html:
98285         * compositing/layer-creation/spanOverlapsCanvas.html:
98286         * compositing/layer-creation/stacking-context-overlap-nested.html:
98287         * compositing/layer-creation/stacking-context-overlap.html:
98288         * compositing/layer-creation/translatez-overlap.html:
98289         * compositing/overflow-trumps-transform-style.html:
98290         * compositing/overflow/clip-descendents.html:
98291         * compositing/overflow/content-gains-scrollbars.html:
98292         * compositing/overflow/content-loses-scrollbars.html:
98293         * compositing/overflow/overflow-auto-with-touch-no-overflow.html:
98294         * compositing/overflow/overflow-auto-with-touch-toggle.html:
98295         * compositing/overflow/overflow-auto-with-touch.html:
98296         * compositing/overflow/overflow-hidden-with-touch.html:
98297         * compositing/overflow/overflow-overlay-with-touch-no-overflow.html:
98298         * compositing/overflow/overflow-overlay-with-touch.html:
98299         * compositing/overflow/overflow-scroll-with-touch-no-overflow.html:
98300         * compositing/overflow/overflow-scrollbar-layers.html:
98301         * compositing/overflow/overflow-visible-with-touch.html:
98302         * compositing/overflow/resize-painting.html:
98303         * compositing/overflow/scrolling-content-clip-to-viewport.html:
98304         * compositing/overflow/textarea-scroll-touch.html:
98305         * compositing/plugins/1x1-composited-plugin.html:
98306         * compositing/plugins/large-to-small-composited-plugin.html:
98307         * compositing/plugins/no-backing-store.html:
98308         * compositing/plugins/small-to-large-composited-plugin.html:
98309         * compositing/rtl/rtl-absolute-overflow-scrolled.html:
98310         * compositing/rtl/rtl-absolute-overflow.html:
98311         * compositing/rtl/rtl-absolute.html:
98312         * compositing/rtl/rtl-fixed-overflow-scrolled.html:
98313         * compositing/rtl/rtl-fixed-overflow.html:
98314         * compositing/rtl/rtl-fixed.html:
98315         * compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html:
98316         * compositing/rtl/rtl-iframe-absolute-overflow.html:
98317         * compositing/rtl/rtl-iframe-absolute.html:
98318         * compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html:
98319         * compositing/rtl/rtl-iframe-fixed-overflow.html:
98320         * compositing/rtl/rtl-iframe-fixed.html:
98321         * compositing/rtl/rtl-iframe-relative.html:
98322         * compositing/rtl/rtl-relative.html:
98323         * compositing/tiled-layers-hidpi.html:
98324         * compositing/tiling/crash-reparent-tiled-layer.html:
98325         * compositing/tiling/huge-layer-add-remove-child.html-disabled:
98326         * compositing/tiling/huge-layer-img.html-disabled:
98327         * compositing/tiling/huge-layer-resize.html-disabled:
98328         * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled:
98329         * compositing/tiling/huge-layer-with-layer-children.html-disabled:
98330         * compositing/tiling/huge-layer.html-disabled:
98331         * compositing/video/video-poster.html:
98332         * compositing/visibility/layer-visible-content.html:
98333         * compositing/visibility/visibility-image-layers-dynamic.html:
98334         * css3/compositing/should-have-compositing-layer.html:
98335         * css3/filters/composited-during-animation-layertree.html:
98336         * css3/filters/composited-during-transition-layertree.html:
98337         * css3/filters/filtered-compositing-descendant.html:
98338         * css3/filters/should-not-have-compositing-layer.html:
98339         * platform/chromium-android/compositing/layer-creation/overflow-scrolling-touch.html:
98340         * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html:
98341         * platform/chromium/compositing/force-compositing-mode/no-overflow-iframe-layer.html:
98342         * platform/chromium/compositing/force-compositing-mode/overflow-hidden-iframe-layer.html:
98343         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing.html:
98344         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html:
98345         * platform/chromium/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html:
98346         * platform/mac/compositing/canvas/accelerated-canvas-compositing.html:
98347
98348 2012-10-08  Hans Muller  <hmuller@adobe.com>
98349
98350         [CSS Exclusions] Add support for polygonal shapes
98351         https://bugs.webkit.org/show_bug.cgi?id=96811
98352
98353         Reviewed by Dirk Schulze.
98354
98355         Verify that a rectangular shape-inside specified as a polygon works as expected for all
98356         writing-modes.
98357
98358         Added exclusions tests for non-complex concave shape-inside polygons as well.
98359         The shapes in this set of tests are "rectangular" in the sense that
98360         horizontal lines that overlap the polygon only cross the polygon twice.
98361         The expected part of each test uses float "sandbags" to simulate the
98362         shape-inside area in the test expectations. The  tests use SVG to
98363         display the polygon itself, to simplify visual inspection.
98364         (See http://www.alistapart.com/articles/sandbags/).
98365
98366         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html: Added.
98367         * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html: Added.
98368         * fast/exclusions/resources/simple-polygon.js: Added.
98369         (createPolygon):
98370         (polygonXIntercepts):
98371         (generatePolygonContentString):
98372         (simulatePolygonShape):
98373         (generateSimulatedPolygonShapeInsideElement):
98374         (positionInformativeText):
98375         (createPolygonShapeInsideTestCase):
98376         (createPolygonShapeInsideTestCaseExpected):
98377         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html: Added.
98378         * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html: Added.
98379         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html: Added.
98380         * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html: Added.
98381         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html: Added.
98382         * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html: Added.
98383         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html: Added.
98384         * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html: Added.
98385
98386 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
98387
98388         [Qt] Unreviewed gardening. Add PNGs after r130653,
98389         and skip tests on Qt-WK2, because they fail on it.
98390
98391         * platform/qt-5.0-wk2/TestExpectations:
98392         * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
98393         * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
98394         * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
98395         * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
98396         * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
98397         * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
98398         * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
98399         * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.png: Added.
98400
98401 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98402
98403         Unreviewed Chromium gardening.
98404
98405         Rebaselined those 2 tables/ tests that were forgotten in the rebaselining after r103875.
98406         https://bugs.webkit.org/show_bug.cgi?id=74888 was opened to track those rebaselining but
98407         it looks like some platform fell through the cracks.
98408
98409         * platform/chromium/TestExpectations:
98410         Removed the 2 entries.
98411
98412         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
98413         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
98414         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
98415         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.txt: Added.
98416         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
98417         * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.txt: Added.
98418         Progression: the table captions are larger, which matches other browsers and other platforms' baselines.
98419
98420 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
98421
98422         GTK port should warn if bug modifier is missing in TestExpectations
98423         https://bugs.webkit.org/show_bug.cgi?id=98678
98424
98425         Reviewed by Dirk Pranke.
98426
98427         Add generic Bug(GTK) modifiers for two test expectations.
98428
98429         * platform/gtk/TestExpectations:
98430
98431 2012-10-08  Dirk Pranke  <dpranke@chromium.org>
98432
98433         Suppress editing/pasteboard/data-transfer-items.html failure.
98434         https://bugs.webkit.org/show_bug.cgi?id=98686
98435
98436         Unreviewed, expectations change.
98437
98438         * platform/chromium/TestExpectations:
98439
98440 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98441
98442         Unreviewed rebaselining after r130598 and r130600.
98443
98444         * platform/chromium-linux-x86/svg/filters/filterRes-expected.txt:
98445         This baseline was forgotten.
98446
98447 2012-10-08  Tullio Lucena  <tullio.lucena@openbossa.org>
98448
98449         [Qt] new test introduced in r120354 fails on Qt
98450         https://bugs.webkit.org/show_bug.cgi?id=91968
98451
98452         Reviewed by Kenneth Rohde Christiansen.
98453
98454         Unskipping test.
98455
98456         * platform/qt/TestExpectations:
98457
98458 2012-10-08  Huang Dongsung  <luxtella@company100.net>
98459
98460         [Qt] Make ImageBufferQt use premultiplied converting functions in Color.h instead of its own mechanism.
98461         https://bugs.webkit.org/show_bug.cgi?id=98582
98462
98463         Reviewed by Eric Seidel.
98464
98465         Unskipping canvas/philip/tests/2d.imageData.put.unchanged.html that is passing.
98466
98467         * platform/qt/TestExpectations:
98468
98469 2012-10-08  Shadi Khalek  <shadi@chromium.org>
98470
98471         Fix video-test.js relativeURL() bug
98472         https://bugs.webkit.org/show_bug.cgi?id=98546
98473
98474         Reviewed by Eric Seidel.
98475
98476         Some layout tests failed due to this bug (crbug.com/154157)
98477
98478         * media/video-test.js:
98479         (testArraysEqual):
98480         (relativeURL):
98481
98482 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98483
98484         Additional fast/repaint Chromium rebaseline.
98485
98486         Rebaselined more tests on Chromium Mac. Same as r130654 but there
98487         is some anti-aliasing differences on transformed lines.
98488
98489         * platform/chromium/TestExpectations:
98490         Removed the rebaselined tests.
98491
98492         * fast/repaint/table-section-repaint-expected.txt: Added.
98493         * platform/chromium-mac-snowleopard/fast/repaint/overflow-outline-repaint-expected.png: Added.
98494         * platform/chromium-mac-snowleopard/fast/repaint/table-collapsed-border-expected.png: Added.
98495         * platform/chromium-mac-snowleopard/fast/repaint/text-append-dirty-lines-expected.png: Added.
98496         * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
98497         * platform/chromium-mac-snowleopard/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
98498         * platform/chromium-mac-snowleopard/fast/repaint/transform-relative-position-expected.png: Added.
98499         * platform/chromium-mac-snowleopard/fast/repaint/transform-repaint-descendants-expected.png: Added.
98500         * platform/chromium-mac/fast/repaint/overflow-outline-repaint-expected.png: Added.
98501         * platform/chromium-mac/fast/repaint/table-col-background-expected.png: Added.
98502         * platform/chromium-mac/fast/repaint/table-collapsed-border-expected.png: Added.
98503         * platform/chromium-mac/fast/repaint/table-outer-border-expected.png: Added.
98504         * platform/chromium-mac/fast/repaint/table-row-expected.png: Added.
98505         * platform/chromium-mac/fast/repaint/table-section-overflow-expected.png: Added.
98506         * platform/chromium-mac/fast/repaint/table-section-repaint-expected.png: Added.
98507         * platform/chromium-mac/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
98508         * platform/chromium-mac/fast/repaint/text-append-dirty-lines-expected.png: Added.
98509         * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png: Added.
98510         * platform/chromium-mac/fast/repaint/text-selection-rect-in-overflow-expected.png: Added.
98511         * platform/chromium-mac/fast/repaint/transform-absolute-child-expected.png: Added.
98512         * platform/chromium-mac/fast/repaint/transform-disable-layoutstate-expected.png: Added.
98513         * platform/chromium-mac/fast/repaint/transform-relative-position-expected.png: Added.
98514         * platform/chromium-mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
98515         * platform/chromium-win/fast/repaint/table-section-repaint-expected.txt: Removed.
98516         * platform/chromium/fast/repaint/table-section-repaint-expected.txt: Added.
98517         * platform/efl/fast/repaint/table-section-repaint-expected.txt: Removed.
98518         * platform/gtk/fast/repaint/table-section-repaint-expected.txt: Removed.
98519         * platform/qt/fast/repaint/table-section-repaint-expected.txt: Removed.
98520
98521 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
98522
98523         Unreviewed GTK gardening.
98524
98525         Rebaselining SVG tests after changes in r130599.
98526
98527         * platform/gtk/TestExpectations:
98528         * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
98529         * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
98530         * platform/gtk/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
98531         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
98532         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
98533         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
98534         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
98535         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
98536         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
98537         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
98538         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
98539         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
98540         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
98541         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
98542         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
98543         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
98544         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
98545         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
98546         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
98547         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
98548         * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
98549         * platform/gtk/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
98550         * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
98551         * platform/gtk/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
98552         * platform/gtk/svg/batik/paints/gradientLimit-expected.png:
98553         * platform/gtk/svg/batik/paints/gradientLimit-expected.txt:
98554         * platform/gtk/svg/batik/paints/patternRegions-expected.png:
98555         * platform/gtk/svg/batik/paints/patternRegions-expected.txt:
98556         * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.png:
98557         * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
98558         * platform/gtk/svg/batik/text/textEffect-expected.png:
98559         * platform/gtk/svg/batik/text/textEffect-expected.txt: Added.
98560         * platform/gtk/svg/batik/text/textEffect3-expected.png:
98561         * platform/gtk/svg/batik/text/textEffect3-expected.txt: Added.
98562         * platform/gtk/svg/custom/gradient-deep-referencing-expected.png:
98563         * platform/gtk/svg/custom/gradient-deep-referencing-expected.txt:
98564         * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
98565         * platform/gtk/svg/custom/gradient-with-1d-boundingbox-expected.txt:
98566         * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
98567         * platform/gtk/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added.
98568         * platform/gtk/svg/custom/radialGradient-focal-radius-expected.png: Added.
98569         * platform/gtk/svg/custom/radialGradient-focal-radius-expected.txt: Added.
98570         * platform/gtk/svg/custom/recursive-gradient-expected.png:
98571         * platform/gtk/svg/custom/recursive-gradient-expected.txt:
98572         * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.png:
98573         * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.txt:
98574         * platform/gtk/svg/custom/stroked-pattern-expected.png:
98575         * platform/gtk/svg/custom/stroked-pattern-expected.txt:
98576         * platform/gtk/svg/hixie/perf/006-expected.png:
98577         * platform/gtk/svg/hixie/perf/006-expected.txt:
98578
98579 2012-10-08  Dongwoo Joshua Im  <dw.im@samsung.com>
98580
98581         audiobuffer.html need to include audio-testing.js file.
98582         https://bugs.webkit.org/show_bug.cgi?id=98641
98583
98584         Reviewed by Eric Seidel.
98585
98586         As we discussed at the bug https://bugs.webkit.org/show_bug.cgi?id=88624,
98587         WebAudio tests need to include audio-testing.js file to set WebKitWebAudioEnabled.
98588
98589         * webaudio/audiobuffer.html: Include audio-testing.js file.
98590
98591 2012-10-08  Robert Hogan  <robert@webkit.org>
98592
98593         Border, margin and padding of an inline's inline ancestors counted twice
98594         https://bugs.webkit.org/show_bug.cgi?id=63074
98595
98596         Reviewed by David Hyatt.
98597
98598         * fast/inline/bpm-inline-ancestors-expected.html: Added.
98599         * fast/inline/bpm-inline-ancestors.html: Added.
98600
98601 2012-10-08  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
98602
98603         [WK2][WTR] WebKitTestRunner needs testRunner.dispatchPendingLoadRequests
98604         https://bugs.webkit.org/show_bug.cgi?id=98638
98605
98606         Reviewed by Eric Seidel.
98607
98608         Unskip http/tests/loading/deleted-host-in-resource-load-delegate-callback.html
98609
98610         * platform/wk2/TestExpectations:
98611
98612 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98613
98614         [EFL] Skip http/tests/multipart/multipart-html.php while we wait for kov's patch.
98615
98616         * platform/efl/TestExpectations:
98617
98618 2012-10-08  Mike West  <mkwst@chromium.org>
98619
98620         Null-check for DOMWindow before feeding it to FeatureObserver.
98621         https://bugs.webkit.org/show_bug.cgi?id=98624
98622
98623         Reviewed by Adam Barth.
98624
98625         * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash-expected.txt: Added.
98626         * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash.html: Added.
98627             This test shouldn't crash.
98628
98629 2012-10-08  Tony Chang  <tony@chromium.org>
98630
98631         Unreviewed, new baseline for fast/table/colspanMinWidth-vertical.html.
98632
98633         The baseline changed in http://trac.webkit.org/changeset/130569 because
98634         controls should all be horizontal.
98635
98636         * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png:
98637         * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.png:
98638         * platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.txt: Removed.
98639         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
98640         * platform/chromium/TestExpectations:
98641         * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: Removed.
98642         * platform/gtk/TestExpectations:
98643         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.png: Removed.
98644         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
98645         * platform/mac/TestExpectations:
98646         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Removed.
98647         * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
98648         * platform/qt/TestExpectations:
98649         * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Removed.
98650         * platform/qt/fast/table/colspanMinWidth-vertical-expected.txt:
98651         * platform/win/TestExpectations:
98652         * platform/wincairo/TestExpectations:
98653
98654 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98655
98656         Unreviewed fast/repaint Chromium rebaselining.
98657
98658         Rebaselined those tests on Chromium Mac. The differences fall in 3 buckets:
98659         - the background has an alpha off-by-one (crbug.com/23473)
98660         - the repaint rectangles are united (the Mac baselines don't do the union).
98661         - On Lion, the font used is different.
98662
98663         * platform/chromium/TestExpectations:
98664         Removed the rebaselined tests' entries.
98665
98666         * platform/chromium-mac-snowleopard/fast/repaint/bugzilla-5699-expected.png: Added.
98667         * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png: Added.
98668         * platform/chromium-mac-snowleopard/fast/repaint/create-layer-repaint-expected.png: Added.
98669         * platform/chromium-mac-snowleopard/fast/repaint/layout-state-only-positioned-expected.png: Added.
98670         * platform/chromium-mac-snowleopard/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
98671         * platform/chromium-mac-snowleopard/fast/repaint/line-overflow-expected.png: Added.
98672         * platform/chromium-mac-snowleopard/fast/repaint/list-marker-2-expected.png: Added.
98673         * platform/chromium-mac-snowleopard/fast/repaint/make-children-non-inline-expected.png: Added.
98674         * platform/chromium-mac-snowleopard/fast/repaint/outline-child-repaint-expected.png: Added.
98675         * platform/chromium-mac-snowleopard/fast/repaint/outline-repaint-glitch-expected.png: Added.
98676         * platform/chromium-mac-snowleopard/fast/repaint/overflow-scroll-delete-expected.png: Added.
98677         * platform/chromium-mac-snowleopard/fast/repaint/reflection-redraw-expected.png: Added.
98678         * platform/chromium-mac-snowleopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
98679         * platform/chromium-mac-snowleopard/fast/repaint/selection-after-delete-expected.png: Added.
98680         * platform/chromium-mac-snowleopard/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
98681         * platform/chromium-mac-snowleopard/fast/repaint/stacked-diacritics-expected.png: Added.
98682         * platform/chromium-mac-snowleopard/fast/repaint/static-to-positioned-expected.png: Added.
98683         * platform/chromium-mac-snowleopard/fast/repaint/table-cell-move-expected.png: Added.
98684         * platform/chromium-mac/fast/repaint/background-generated-expected.png: Added.
98685         * platform/chromium-mac/fast/repaint/bugzilla-5699-expected.png: Added.
98686         * platform/chromium-mac/fast/repaint/content-into-overflow-expected.png: Added.
98687         * platform/chromium-mac/fast/repaint/control-clip-expected.png: Added.
98688         * platform/chromium-mac/fast/repaint/control-clip-expected.txt:
98689         * platform/chromium-mac/fast/repaint/create-layer-repaint-expected.png: Added.
98690         * platform/chromium-mac/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
98691         * platform/chromium-mac/fast/repaint/intermediate-layout-position-expected.png: Added.
98692         * platform/chromium-mac/fast/repaint/layout-state-only-positioned-expected.png: Added.
98693         * platform/chromium-mac/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
98694         * platform/chromium-mac/fast/repaint/line-overflow-expected.png: Added.
98695         * platform/chromium-mac/fast/repaint/list-marker-2-expected.png: Added.
98696         * platform/chromium-mac/fast/repaint/make-children-non-inline-expected.png: Added.
98697         * platform/chromium-mac/fast/repaint/outline-child-repaint-expected.png: Added.
98698         * platform/chromium-mac/fast/repaint/outline-inset-expected.png: Added.
98699         * platform/chromium-mac/fast/repaint/outline-repaint-glitch-expected.png: Added.
98700         * platform/chromium-mac/fast/repaint/overflow-into-content-expected.png: Added.
98701         * platform/chromium-mac/fast/repaint/overflow-scroll-delete-expected.png: Added.
98702         * platform/chromium-mac/fast/repaint/reflection-redraw-expected.png: Added.
98703         * platform/chromium-mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
98704         * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png: Added.
98705         * platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-expected.png: Added.
98706         * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png: Added.
98707         * platform/chromium-mac/fast/repaint/static-to-positioned-expected.png: Added.
98708         * platform/chromium-mac/fast/repaint/table-cell-move-expected.png: Added.
98709         * platform/chromium-win/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
98710         * platform/mac-lion/fast/repaint: Removed.
98711         * platform/mac-lion/fast/repaint/control-clip-expected.txt: Removed.
98712
98713 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
98714
98715         [Qt] Add baselines to passing ruby DOM tests.
98716
98717         Unreviewed gardening.
98718
98719         * platform/qt/TestExpectations:
98720         * platform/qt/fast/ruby/rubyDOM-insert-rt-expected.txt: Added.
98721         * platform/qt/fast/ruby/rubyDOM-insert-text1-expected.txt: Added.
98722         * platform/qt/fast/ruby/rubyDOM-insert-text2-expected.txt: Added.
98723         * platform/qt/fast/ruby/rubyDOM-insert-text3-expected.txt: Added.
98724         * platform/qt/fast/ruby/rubyDOM-remove-rt1-expected.txt: Added.
98725         * platform/qt/fast/ruby/rubyDOM-remove-rt2-expected.txt: Added.
98726         * platform/qt/fast/ruby/rubyDOM-remove-text1-expected.txt: Added.
98727         * platform/qt/fast/ruby/rubyDOM-remove-text2-expected.txt: Added.
98728
98729 2012-10-08  Nate Chapin  <japhet@chromium.org>
98730
98731         Add a test for multipart/x-mixed-replace documents with text/html
98732         parts.
98733         https://bugs.webkit.org/show_bug.cgi?id=49072
98734
98735         Reviewed by Eric Seidel.
98736
98737         * http/tests/multipart/multipart-html-expected.txt: Added.
98738         * http/tests/multipart/multipart-html.php: Added.
98739
98740 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98741
98742         [EFL] Skip svg/text/caret-in-svg-text.xhtml in WK1.
98743
98744         * platform/efl-wk1/TestExpectations:
98745
98746 2012-10-08  Julien Chaffraix  <jchaffraix@webkit.org>
98747
98748         Unreviewed gardening after r130587.
98749
98750         Per discussion with Adam, this change lands the failing baselines to
98751         get some coverage until V8 matches JSC. Fixing the baselines is
98752         covered by https://bugs.webkit.org/show_bug.cgi?id=98658
98753
98754         * platform/chromium/TestExpectations:
98755         Marked one of test as SLOW as it is timing out in Debug.
98756
98757         * platform/chromium/fast/dom/gc-12-expected.txt: Added.
98758         * platform/chromium/fast/dom/gc-3-expected.txt: Added.
98759         * platform/chromium/fast/dom/gc-5-expected.txt: Added.
98760         * platform/chromium/fast/dom/gc-dom-tree-lifetime-expected.txt: Added.
98761
98762 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
98763
98764         Unreviewed Qt gardening.
98765
98766         Rebaseline Qt expectations for these passing tests.
98767
98768         * platform/qt/TestExpectations:
98769         * platform/qt/fast/text/basic/013-expected.txt:
98770         * platform/qt/fast/text/basic/015-expected.txt:
98771         * platform/qt/fast/text/line-breaks-expected.txt:
98772
98773 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98774
98775         [EFL] Mark fast/dynamic/window-scrollbars-test.html as flaky.
98776
98777         * platform/efl/TestExpectations:
98778
98779 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98780
98781         [EFL] Unskip svg/text.
98782
98783         Most of the text cases are passing, the ones which don't have been
98784         properly skipped.
98785
98786         * platform/efl/TestExpectations:
98787         * platform/efl/svg/text/append-text-node-to-tspan-expected.png: Added.
98788         * platform/efl/svg/text/append-text-node-to-tspan-expected.txt: Added.
98789         * platform/efl/svg/text/bidi-embedded-direction-expected.png: Added.
98790         * platform/efl/svg/text/bidi-embedded-direction-expected.txt: Added.
98791         * platform/efl/svg/text/bidi-reorder-value-lists-expected.png: Added.
98792         * platform/efl/svg/text/bidi-reorder-value-lists-expected.txt: Added.
98793         * platform/efl/svg/text/bidi-text-anchor-direction-expected.png: Added.
98794         * platform/efl/svg/text/bidi-text-anchor-direction-expected.txt: Added.
98795         * platform/efl/svg/text/bidi-text-query-expected.png: Added.
98796         * platform/efl/svg/text/bidi-text-query-expected.txt: Added.
98797         * platform/efl/svg/text/bidi-tspans-expected.png: Added.
98798         * platform/efl/svg/text/bidi-tspans-expected.txt: Added.
98799         * platform/efl/svg/text/ems-display-none-expected.png: Added.
98800         * platform/efl/svg/text/ems-display-none-expected.txt: Added.
98801         * platform/efl/svg/text/exs-display-none-expected.png: Added.
98802         * platform/efl/svg/text/exs-display-none-expected.txt: Added.
98803         * platform/efl/svg/text/font-size-below-point-five-2-expected.png: Added.
98804         * platform/efl/svg/text/font-size-below-point-five-2-expected.txt: Added.
98805         * platform/efl/svg/text/font-size-below-point-five-expected.png: Added.
98806         * platform/efl/svg/text/font-size-below-point-five-expected.txt: Added.
98807         * platform/efl/svg/text/foreignObject-repaint-expected.png: Added.
98808         * platform/efl/svg/text/foreignObject-repaint-expected.txt: Added.
98809         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.png: Added.
98810         * platform/efl/svg/text/foreignObject-text-clipping-bug-expected.txt: Added.
98811         * platform/efl/svg/text/kerning-expected.png: Added.
98812         * platform/efl/svg/text/kerning-expected.txt: Added.
98813         * platform/efl/svg/text/modify-text-node-in-tspan-expected.png: Added.
98814         * platform/efl/svg/text/modify-text-node-in-tspan-expected.txt: Added.
98815         * platform/efl/svg/text/multichar-glyph-expected.png: Added.
98816         * platform/efl/svg/text/multichar-glyph-expected.txt: Added.
98817         * platform/efl/svg/text/remove-text-node-from-tspan-expected.png: Added.
98818         * platform/efl/svg/text/remove-text-node-from-tspan-expected.txt: Added.
98819         * platform/efl/svg/text/remove-tspan-from-text-expected.png: Added.
98820         * platform/efl/svg/text/remove-tspan-from-text-expected.txt: Added.
98821         * platform/efl/svg/text/scaled-font-expected.png: Added.
98822         * platform/efl/svg/text/scaled-font-expected.txt: Added.
98823         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
98824         * platform/efl/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
98825         * platform/efl/svg/text/selection-background-color-expected.png: Added.
98826         * platform/efl/svg/text/selection-background-color-expected.txt: Added.
98827         * platform/efl/svg/text/selection-styles-expected.png: Added.
98828         * platform/efl/svg/text/selection-styles-expected.txt: Added.
98829         * platform/efl/svg/text/small-fonts-2-expected.png: Added.
98830         * platform/efl/svg/text/small-fonts-2-expected.txt: Added.
98831         * platform/efl/svg/text/small-fonts-3-expected.png: Added.
98832         * platform/efl/svg/text/small-fonts-3-expected.txt: Added.
98833         * platform/efl/svg/text/small-fonts-expected.png: Added.
98834         * platform/efl/svg/text/small-fonts-in-html5-expected.png: Added.
98835         * platform/efl/svg/text/small-fonts-in-html5-expected.txt: Added.
98836         * platform/efl/svg/text/text-align-01-b-expected.png: Added.
98837         * platform/efl/svg/text/text-align-01-b-expected.txt: Added.
98838         * platform/efl/svg/text/text-align-02-b-expected.png: Added.
98839         * platform/efl/svg/text/text-align-02-b-expected.txt: Added.
98840         * platform/efl/svg/text/text-align-03-b-expected.png: Added.
98841         * platform/efl/svg/text/text-align-03-b-expected.txt: Added.
98842         * platform/efl/svg/text/text-align-04-b-expected.png: Added.
98843         * platform/efl/svg/text/text-align-04-b-expected.txt: Added.
98844         * platform/efl/svg/text/text-align-05-b-expected.png: Added.
98845         * platform/efl/svg/text/text-align-05-b-expected.txt: Added.
98846         * platform/efl/svg/text/text-align-06-b-expected.png: Added.
98847         * platform/efl/svg/text/text-align-06-b-expected.txt: Added.
98848         * platform/efl/svg/text/text-altglyph-01-b-expected.png: Added.
98849         * platform/efl/svg/text/text-altglyph-01-b-expected.txt: Added.
98850         * platform/efl/svg/text/text-deco-01-b-expected.png: Added.
98851         * platform/efl/svg/text/text-deco-01-b-expected.txt: Added.
98852         * platform/efl/svg/text/text-fill-opacity-expected.png: Added.
98853         * platform/efl/svg/text/text-fill-opacity-expected.txt: Added.
98854         * platform/efl/svg/text/text-fonts-01-t-expected.png: Added.
98855         * platform/efl/svg/text/text-fonts-01-t-expected.txt: Added.
98856         * platform/efl/svg/text/text-fonts-02-t-expected.png: Added.
98857         * platform/efl/svg/text/text-fonts-02-t-expected.txt: Added.
98858         * platform/efl/svg/text/text-gradient-positioning-expected.png: Added.
98859         * platform/efl/svg/text/text-gradient-positioning-expected.txt: Added.
98860         * platform/efl/svg/text/text-hkern-expected.png: Added.
98861         * platform/efl/svg/text/text-hkern-expected.txt: Added.
98862         * platform/efl/svg/text/text-hkern-on-vertical-text-expected.png: Added.
98863         * platform/efl/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
98864         * platform/efl/svg/text/text-intro-05-t-expected.png: Added.
98865         * platform/efl/svg/text/text-intro-05-t-expected.txt: Added.
98866         * platform/efl/svg/text/text-midpoint-split-bug-expected.png: Added.
98867         * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added.
98868         * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
98869         * platform/efl/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
98870         * platform/efl/svg/text/text-path-01-b-expected.png: Added.
98871         * platform/efl/svg/text/text-path-01-b-expected.txt: Added.
98872         * platform/efl/svg/text/text-path-middle-align-expected.png: Added.
98873         * platform/efl/svg/text/text-path-middle-align-expected.txt: Added.
98874         * platform/efl/svg/text/text-repaint-rects-expected.png: Added.
98875         * platform/efl/svg/text/text-repaint-rects-expected.txt: Added.
98876         * platform/efl/svg/text/text-rescale-expected.png: Added.
98877         * platform/efl/svg/text/text-rescale-expected.txt: Added.
98878         * platform/efl/svg/text/text-spacing-01-b-expected.png: Added.
98879         * platform/efl/svg/text/text-spacing-01-b-expected.txt: Added.
98880         * platform/efl/svg/text/text-text-01-b-expected.png: Added.
98881         * platform/efl/svg/text/text-text-01-b-expected.txt: Added.
98882         * platform/efl/svg/text/text-text-03-b-expected.png: Added.
98883         * platform/efl/svg/text/text-text-03-b-expected.txt: Added.
98884         * platform/efl/svg/text/text-text-04-t-expected.png: Added.
98885         * platform/efl/svg/text/text-text-04-t-expected.txt: Added.
98886         * platform/efl/svg/text/text-text-05-t-expected.png: Added.
98887         * platform/efl/svg/text/text-text-05-t-expected.txt: Added.
98888         * platform/efl/svg/text/text-text-06-t-expected.png: Added.
98889         * platform/efl/svg/text/text-text-06-t-expected.txt: Added.
98890         * platform/efl/svg/text/text-text-07-t-expected.png: Added.
98891         * platform/efl/svg/text/text-text-07-t-expected.txt: Added.
98892         * platform/efl/svg/text/text-text-08-b-expected.png: Added.
98893         * platform/efl/svg/text/text-text-08-b-expected.txt: Added.
98894         * platform/efl/svg/text/text-tref-01-b-expected.png: Added.
98895         * platform/efl/svg/text/text-tref-01-b-expected.txt: Added.
98896         * platform/efl/svg/text/text-tselect-01-b-expected.png: Added.
98897         * platform/efl/svg/text/text-tselect-01-b-expected.txt: Added.
98898         * platform/efl/svg/text/text-tselect-02-f-expected.png: Added.
98899         * platform/efl/svg/text/text-tselect-02-f-expected.txt: Added.
98900         * platform/efl/svg/text/text-tspan-01-b-expected.png: Added.
98901         * platform/efl/svg/text/text-tspan-01-b-expected.txt: Added.
98902         * platform/efl/svg/text/text-viewbox-rescale-expected.png: Added.
98903         * platform/efl/svg/text/text-vkern-expected.png: Added.
98904         * platform/efl/svg/text/text-vkern-expected.txt: Added.
98905         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.png: Added.
98906         * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
98907         * platform/efl/svg/text/text-ws-01-t-expected.png: Added.
98908         * platform/efl/svg/text/text-ws-01-t-expected.txt: Added.
98909         * platform/efl/svg/text/text-ws-02-t-expected.png: Added.
98910         * platform/efl/svg/text/text-ws-02-t-expected.txt: Added.
98911         * platform/efl/svg/text/textPathBoundsBug-expected.png: Added.
98912         * platform/efl/svg/text/textPathBoundsBug-expected.txt: Added.
98913         * platform/efl/svg/text/tspan-dynamic-positioning-expected.png: Added.
98914         * platform/efl/svg/text/tspan-dynamic-positioning-expected.txt: Added.
98915
98916 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98917
98918         [EFL] Unskip svg/dom/altGlyph-dom.xhtml
98919
98920         Seems to be passing these days.
98921
98922         * platform/efl/TestExpectations:
98923
98924 2012-10-08  Zan Dobersek  <zandobersek@gmail.com>
98925
98926         Unreviewed GTK gardening.
98927
98928         Removing crash expectations for tests that were fixed in r130611.
98929
98930         Removing failure expectations for fast/xsl/xslt-missing-namespace-in-xslt.xml,
98931         the test is working fine after r130543.
98932
98933         * platform/gtk-wk2/TestExpectations:
98934         * platform/gtk/TestExpectations:
98935
98936 2012-10-08  Allan Sandfeld Jensen  <allan.jensen@digia.com>
98937
98938         Unreviewed Qt gardening.
98939
98940         Adding expectations for tests under css2.1.
98941
98942         * platform/qt/TestExpectations:
98943
98944 2012-10-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
98945
98946         [EFL] Unskip svg/W3C-SVG-1.1.
98947
98948         All but one test case worked fine (compared to the expectations in
98949         mac/).
98950
98951         * platform/efl/TestExpectations:
98952         * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
98953         * platform/efl/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
98954         * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
98955         * platform/efl/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
98956         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
98957         * platform/efl/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
98958         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
98959         * platform/efl/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
98960         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
98961         * platform/efl/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
98962         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
98963         * platform/efl/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
98964         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
98965         * platform/efl/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
98966         * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
98967         * platform/efl/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
98968         * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
98969         * platform/efl/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
98970         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
98971         * platform/efl/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
98972         * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
98973         * platform/efl/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
98974         * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
98975         * platform/efl/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
98976         * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
98977         * platform/efl/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
98978         * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
98979         * platform/efl/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
98980         * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
98981         * platform/efl/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
98982         * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
98983         * platform/efl/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
98984         * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
98985         * platform/efl/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
98986         * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
98987         * platform/efl/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
98988         * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
98989         * platform/efl/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
98990         * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
98991         * platform/efl/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
98992         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
98993         * platform/efl/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
98994         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
98995         * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
98996         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
98997         * platform/efl/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
98998         * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
98999         * platform/efl/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
99000         * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
99001         * platform/efl/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
99002         * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
99003         * platform/efl/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
99004         * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
99005         * platform/efl/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
99006         * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
99007         * platform/efl/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
99008         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
99009         * platform/efl/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
99010         * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
99011         * platform/efl/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
99012         * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
99013         * platform/efl/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
99014         * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
99015         * platform/efl/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
99016         * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
99017         * platform/efl/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
99018         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
99019         * platform/efl/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
99020         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
99021         * platform/efl/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
99022         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
99023         * platform/efl/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
99024         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
99025         * platform/efl/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
99026         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
99027         * platform/efl/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
99028         * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
99029         * platform/efl/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
99030         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
99031         * platform/efl/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
99032         * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
99033         * platform/efl/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
99034         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
99035         * platform/efl/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
99036         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
99037         * platform/efl/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
99038         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
99039         * platform/efl/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
99040         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
99041         * platform/efl/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
99042         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
99043         * platform/efl/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
99044         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
99045         * platform/efl/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
99046         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
99047         * platform/efl/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
99048         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
99049         * platform/efl/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
99050         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
99051         * platform/efl/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
99052         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
99053         * platform/efl/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
99054         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
99055         * platform/efl/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
99056         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
99057         * platform/efl/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
99058         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
99059         * platform/efl/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
99060         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
99061         * platform/efl/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
99062         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
99063         * platform/efl/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
99064         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
99065         * platform/efl/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
99066         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
99067         * platform/efl/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
99068         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
99069         * platform/efl/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
99070         * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
99071         * platform/efl/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
99072         * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
99073         * platform/efl/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
99074         * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
99075         * platform/efl/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
99076         * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
99077         * platform/efl/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
99078         * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
99079         * platform/efl/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
99080         * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
99081         * platform/efl/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
99082         * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
99083         * platform/efl/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
99084         * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
99085         * platform/efl/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
99086         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
99087         * platform/efl/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
99088         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
99089         * platform/efl/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
99090         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
99091         * platform/efl/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
99092         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
99093         * platform/efl/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
99094         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
99095         * platform/efl/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
99096         * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
99097         * platform/efl/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
99098         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
99099         * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
99100         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
99101         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
99102         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
99103         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
99104         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
99105         * platform/efl/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
99106         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
99107         * platform/efl/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
99108         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
99109         * platform/efl/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
99110         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
99111         * platform/efl/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
99112         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
99113         * platform/efl/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
99114         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
99115         * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
99116         * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
99117         * platform/efl/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
99118         * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
99119         * platform/efl/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
99120         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
99121         * platform/efl/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
99122         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
99123         * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
99124         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
99125         * platform/efl/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
99126         * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
99127         * platform/efl/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
99128         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
99129         * platform/efl/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
99130         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
99131         * platform/efl/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
99132         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
99133         * platform/efl/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
99134         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
99135         * platform/efl/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
99136         * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
99137         * platform/efl/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
99138         * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
99139         * platform/efl/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
99140         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
99141         * platform/efl/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
99142         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
99143         * platform/efl/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
99144         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
99145         * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
99146         * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
99147         * platform/efl/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
99148         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
99149         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
99150         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
99151         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
99152         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
99153         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
99154         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
99155         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
99156         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
99157         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
99158         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
99159         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
99160         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
99161         * platform/efl/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
99162         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
99163         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
99164         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
99165         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
99166         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
99167         * platform/efl/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
99168         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
99169         * platform/efl/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
99170         * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
99171         * platform/efl/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
99172         * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
99173         * platform/efl/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
99174         * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
99175         * platform/efl/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
99176         * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
99177         * platform/efl/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
99178         * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
99179         * platform/efl/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
99180         * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
99181         * platform/efl/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
99182         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
99183         * platform/efl/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
99184         * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
99185         * platform/efl/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
99186         * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
99187         * platform/efl/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
99188         * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
99189         * platform/efl/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
99190         * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
99191         * platform/efl/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
99192         * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
99193         * platform/efl/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
99194         * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
99195         * platform/efl/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
99196         * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
99197         * platform/efl/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
99198         * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
99199         * platform/efl/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
99200         * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
99201         * platform/efl/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
99202         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
99203         * platform/efl/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
99204         * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
99205         * platform/efl/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
99206         * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
99207         * platform/efl/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
99208         * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
99209         * platform/efl/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
99210         * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
99211         * platform/efl/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
99212         * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
99213         * platform/efl/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
99214         * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
99215         * platform/efl/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
99216         * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
99217         * platform/efl/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
99218         * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
99219         * platform/efl/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
99220         * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
99221         * platform/efl/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
99222         * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
99223         * platform/efl/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
99224         * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
99225         * platform/efl/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
99226         * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
99227         * platform/efl/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
99228         * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
99229         * platform/efl/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
99230         * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
99231         * platform/efl/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
99232         * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
99233         * platform/efl/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
99234         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
99235         * platform/efl/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
99236         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
99237         * platform/efl/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
99238         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
99239         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
99240         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
99241         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
99242         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
99243         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
99244         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
99245         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
99246         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
99247         * platform/efl/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
99248         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
99249         * platform/efl/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
99250         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
99251         * platform/efl/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
99252         * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
99253         * platform/efl/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
99254         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
99255         * platform/efl/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
99256         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
99257         * platform/efl/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
99258         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
99259         * platform/efl/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
99260         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
99261         * platform/efl/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
99262         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
99263         * platform/efl/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
99264         * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
99265         * platform/efl/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
99266         * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
99267         * platform/efl/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
99268         * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
99269         * platform/efl/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
99270         * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
99271         * platform/efl/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
99272         * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
99273         * platform/efl/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
99274         * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
99275         * platform/efl/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
99276         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
99277         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
99278         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
99279         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
99280         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
99281         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
99282         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
99283         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
99284         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
99285         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
99286         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
99287         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
99288         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
99289         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
99290         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
99291         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
99292         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
99293         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
99294         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
99295         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
99296         * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
99297         * platform/efl/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
99298         * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
99299         * platform/efl/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
99300         * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
99301         * platform/efl/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
99302         * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
99303         * platform/efl/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
99304         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
99305         * platform/efl/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
99306         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
99307         * platform/efl/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
99308         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
99309         * platform/efl/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
99310         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
99311         * platform/efl/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
99312         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
99313         * platform/efl/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
99314         * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
99315         * platform/efl/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
99316         * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
99317         * platform/efl/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
99318         * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
99319         * platform/efl/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
99320         * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
99321         * platform/efl/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
99322         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
99323         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
99324         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
99325         * platform/efl/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
99326         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
99327         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
99328         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
99329         * platform/efl/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
99330         * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
99331         * platform/efl/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
99332         * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
99333         * platform/efl/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
99334         * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
99335         * platform/efl/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
99336         * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
99337         * platform/efl/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
99338         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
99339         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
99340         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
99341         * platform/efl/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
99342         * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
99343         * platform/efl/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
99344         * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
99345         * platform/efl/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
99346         * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
99347         * platform/efl/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
99348         * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
99349         * platform/efl/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
99350         * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
99351         * platform/efl/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
99352         * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
99353         * platform/efl/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
99354         * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
99355         * platform/efl/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
99356         * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
99357         * platform/efl/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
99358         * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
99359         * platform/efl/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
99360         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
99361         * platform/efl/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
99362         * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
99363         * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
99364         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
99365         * platform/efl/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
99366         * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
99367         * platform/efl/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
99368         * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
99369         * platform/efl/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
99370         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
99371         * platform/efl/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
99372         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
99373         * platform/efl/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
99374         * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
99375         * platform/efl/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
99376         * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
99377         * platform/efl/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
99378         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
99379         * platform/efl/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
99380         * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
99381         * platform/efl/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
99382         * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
99383         * platform/efl/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
99384         * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
99385         * platform/efl/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
99386         * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
99387         * platform/efl/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
99388         * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
99389         * platform/efl/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
99390         * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
99391         * platform/efl/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
99392         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
99393         * platform/efl/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
99394         * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
99395         * platform/efl/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
99396         * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
99397         * platform/efl/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
99398         * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
99399         * platform/efl/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
99400         * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
99401         * platform/efl/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
99402         * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
99403         * platform/efl/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
99404         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
99405         * platform/efl/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
99406         * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
99407         * platform/efl/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
99408         * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
99409         * platform/efl/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
99410         * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
99411         * platform/efl/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
99412         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
99413         * platform/efl/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
99414         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
99415         * platform/efl/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
99416         * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
99417         * platform/efl/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
99418         * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
99419         * platform/efl/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
99420         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
99421         * platform/efl/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
99422         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
99423         * platform/efl/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
99424         * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
99425         * platform/efl/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
99426         * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
99427         * platform/efl/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
99428         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
99429         * platform/efl/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
99430         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
99431         * platform/efl/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
99432         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
99433         * platform/efl/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
99434         * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
99435         * platform/efl/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
99436         * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
99437         * platform/efl/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
99438         * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
99439         * platform/efl/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
99440         * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
99441         * platform/efl/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
99442         * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
99443         * platform/efl/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
99444         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
99445         * platform/efl/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
99446         * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
99447         * platform/efl/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
99448         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
99449         * platform/efl/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
99450         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
99451         * platform/efl/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
99452         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
99453         * platform/efl/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
99454         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
99455         * platform/efl/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
99456         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
99457         * platform/efl/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
99458         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
99459         * platform/efl/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
99460         * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
99461         * platform/efl/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
99462         * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
99463         * platform/efl/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
99464         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
99465         * platform/efl/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
99466         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
99467         * platform/efl/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
99468         * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
99469         * platform/efl/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
99470         * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
99471         * platform/efl/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
99472         * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
99473         * platform/efl/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
99474         * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
99475         * platform/efl/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
99476         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
99477         * platform/efl/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
99478         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
99479         * platform/efl/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
99480         * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
99481         * platform/efl/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
99482         * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
99483         * platform/efl/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
99484         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
99485         * platform/efl/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
99486
99487 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
99488
99489         [Qt][WK2] REGRESSION(r130629): It made touchadjustment/focusout-on-touch.html fail
99490         https://bugs.webkit.org/show_bug.cgi?id=98642
99491
99492         Unreviewed gardening, skip the new failing test to paint the bot green.
99493
99494         * platform/qt-5.0-wk2/TestExpectations:
99495
99496 2012-10-08  Csaba Osztrogonác  <ossy@webkit.org>
99497
99498         [Qt] plugins/refcount-leaks.html fails
99499         https://bugs.webkit.org/show_bug.cgi?id=98640
99500
99501         Unreviewed gardening, skip the failing test.
99502
99503         * platform/qt/TestExpectations:
99504
99505 2012-10-08  Nandor Huszka  <hnandor@inf.u-szeged.hu>
99506
99507         Unreviewed gardening, skip and update some failing test.
99508
99509         * platform/qt/TestExpectations:
99510         * platform/qt/http/tests/misc/acid3-expected.png:
99511         * platform/qt/http/tests/misc/acid3-expected.txt:
99512
99513 2012-10-08  Joone Hur  <joone.hur@intel.com>
99514
99515         [EFL] Add support for -webkit-sticky
99516         https://bugs.webkit.org/show_bug.cgi?id=95182
99517
99518         Reviewed by Kenneth Rohde Christiansen.
99519
99520         Turn on CSS sticky position by default for WebKitEfl,
99521         but most of the CSS sticky position test cases still do not pass on WK1.
99522
99523         * platform/efl-wk1/TestExpectations:
99524         * platform/efl/TestExpectations:
99525
99526 2012-10-08  Balazs Kelemen  <kbalazs@webkit.org>
99527
99528         [Qt] Reenable plugin tests
99529         https://bugs.webkit.org/show_bug.cgi?id=98528
99530
99531         Reviewed by Csaba Osztrogonác.
99532
99533         Reenable plugin tests. Skip new failures.
99534
99535         * platform/qt-5.0-wk1/TestExpectations:
99536         * platform/qt-5.0-wk2/TestExpectations:
99537         * platform/qt-5.0/TestExpectations:
99538         * platform/qt/TestExpectations:
99539
99540 2012-10-07  Noel Gordon  <noel.gordon@gmail.com>
99541
99542         Add partial load test for JPEG image
99543         https://bugs.webkit.org/show_bug.cgi?id=98487
99544
99545         Reviewed by Adam Barth.
99546
99547         Partial load test: receive a partial number of image bytes and stall forever.  The partial
99548         image should be decoded and drawn and the green <img> background should be visible.
99549
99550         * fast/images/resources/lenna.jpg: Added.
99551         * http/tests/images/jpeg-partial-load-expected.png: Added.
99552         * http/tests/images/jpeg-partial-load-expected.txt: Added.
99553         * http/tests/images/jpeg-partial-load.html: Added.
99554         * platform/chromium/http/tests/images/jpeg-partial-load-expected.png: Added.
99555         * platform/mac/http/tests/images/jpeg-partial-load-expected.png: Added.
99556
99557 2012-10-07  Arpita Bahuguna  <arpitabahuguna@gmail.com>
99558
99559         :first-line pseudo selector ignoring words created from :before
99560         https://bugs.webkit.org/show_bug.cgi?id=80794
99561
99562         Reviewed by Daniel Bates.
99563
99564         * fast/css/first-line-style-for-before-after-content-expected.html: Added.
99565         * fast/css/first-line-style-for-before-after-content.html: Added.
99566         Added ref test for verification of the scenario when :first-line style
99567         is applied to content generated from :before/:after pseudo-elements.
99568
99569 2012-10-07  Nick Carter  <nick@chromium.org>
99570
99571         [chromium] Crash in WebCore::GraphicsLayerChromium::setContentsToImage
99572         https://bugs.webkit.org/show_bug.cgi?id=98456
99573
99574         Reviewed by James Robinson.
99575
99576         New tests exercising a broken image on its own layer.
99577
99578         * compositing/images/truncated-direct-png-image-expected.html: Added.
99579         * compositing/images/truncated-direct-png-image.html: Added.
99580
99581 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99582
99583         [EFL] Mark media/video-controls-rendering.html as flaky.
99584
99585         * platform/efl/TestExpectations:
99586
99587 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99588
99589         [EFL] Unskip svg/W3C-SVG-1.1-SE and add expectations for it.
99590
99591         All pixel tests look OK (compared to the ones in mac/), and all
99592         tests seem to pass.
99593
99594         * platform/efl/TestExpectations:
99595         * platform/efl/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
99596         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
99597         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
99598         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
99599         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
99600         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
99601         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
99602         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
99603         * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
99604         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
99605         * platform/efl/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
99606         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
99607         * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
99608         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
99609         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
99610         * platform/efl/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
99611         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
99612         * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
99613         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
99614         * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
99615         * platform/efl/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Added.
99616         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
99617         * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
99618         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
99619         * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
99620         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
99621         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
99622         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
99623         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
99624         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
99625         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
99626         * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
99627         * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Added.
99628         * platform/efl/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
99629         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
99630         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
99631         * platform/efl/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
99632         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
99633         * platform/efl/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
99634         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
99635         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
99636         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
99637         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
99638         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
99639         * platform/efl/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
99640         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
99641         * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
99642         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
99643         * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
99644         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
99645         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
99646         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
99647         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
99648         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
99649         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
99650         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
99651         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
99652         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
99653         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
99654         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
99655         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
99656         * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
99657
99658 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99659
99660         [EFL] Unskip passing test.
99661
99662         * platform/efl/TestExpectations:
99663
99664 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99665
99666         [EFL] Finish rebaselining the SVG tests after r130599.
99667
99668         * platform/efl/TestExpectations:
99669         * platform/efl/svg/W3C-SVG-1.1: Added.
99670         * platform/efl/svg/W3C-SVG-1.1-SE: Added.
99671         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
99672         * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
99673         * platform/efl/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
99674         * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
99675         * platform/efl/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
99676         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
99677         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
99678         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
99679         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
99680         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
99681         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
99682         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
99683         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
99684         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
99685         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
99686         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
99687         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
99688         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
99689         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
99690         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
99691         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
99692         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
99693         * platform/efl/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
99694         * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
99695         * platform/efl/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
99696         * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
99697         * platform/efl/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
99698         * platform/efl/svg/batik/paints/patternRegions-expected.txt:
99699         * platform/efl/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
99700         * platform/efl/svg/batik/text/textEffect-expected.txt: Added.
99701         * platform/efl/svg/batik/text/textEffect3-expected.txt: Added.
99702         * platform/efl/svg/custom: Added.
99703         * platform/efl/svg/custom/clip-mask-negative-scale-expected.png: Added.
99704         * platform/efl/svg/custom/clip-mask-negative-scale-expected.txt: Added.
99705         * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Added.
99706         * platform/efl/svg/custom/gradient-deep-referencing-expected.txt: Added.
99707         * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
99708         * platform/efl/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
99709         * platform/efl/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
99710         * platform/efl/svg/custom/radialGradient-focal-radius-expected.png: Added.
99711         * platform/efl/svg/custom/radialGradient-focal-radius-expected.txt: Added.
99712         * platform/efl/svg/custom/recursive-gradient-expected.png: Added.
99713         * platform/efl/svg/custom/recursive-gradient-expected.txt: Added.
99714         * platform/efl/svg/custom/relative-sized-content-with-resources-expected.png: Added.
99715         * platform/efl/svg/custom/relative-sized-content-with-resources-expected.txt: Added.
99716         * platform/efl/svg/custom/stroked-pattern-expected.png: Added.
99717         * platform/efl/svg/custom/stroked-pattern-expected.txt: Added.
99718         * platform/efl/svg/hixie/perf/006-expected.txt:
99719
99720 2012-10-07  Daniel Bates  <dbates@webkit.org>
99721
99722         Update expected results for SVG tests on EFL, GTK, and Qt after <http://trac.webkit.org/changeset/130599>
99723         https://bugs.webkit.org/show_bug.cgi?id=97986
99724
99725         * platform/efl/svg/filters/feDisplacementMap-expected.txt:
99726         * platform/efl/svg/filters/filterRes-expected.txt:
99727         * platform/gtk/svg/custom/gradient-attr-update-expected.txt:
99728         * platform/gtk/svg/custom/gradient-rotated-bbox-expected.txt:
99729         * platform/gtk/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
99730         * platform/gtk/svg/custom/large-bounding-box-percents-expected.txt:
99731         * platform/gtk/svg/filters/feDisplacementMap-expected.txt:
99732         * platform/gtk/svg/filters/filterRes-expected.txt:
99733         * platform/qt/svg/custom/gradient-attr-update-expected.txt:
99734         * platform/qt/svg/custom/gradient-rotated-bbox-expected.txt:
99735         * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
99736         * platform/qt/svg/custom/large-bounding-box-percents-expected.txt:
99737
99738 2012-10-05  Dirk Schulze  <krit@webkit.org>
99739
99740         SVG radialGradient should support 'fr' for focal radius (just like Canvas)
99741         https://bugs.webkit.org/show_bug.cgi?id=97986
99742
99743         Reviewed by Daniel Bates.
99744
99745         DRT changed the output to reflect the new added focal radius. A bunch of tests need
99746         a rebaseline on DRT.
99747         Added a new test for focal radius and changed behavior of focal point.
99748
99749         * platform/chromium/TestExpectations:
99750         * platform/efl/TestExpectations:
99751         * platform/gtk/TestExpectations:
99752         * platform/qt/TestExpectations:
99753         * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
99754         * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
99755         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
99756         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
99757         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
99758         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
99759         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
99760         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
99761         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
99762         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
99763         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
99764         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
99765         * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
99766         * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
99767         * platform/mac/svg/batik/paints/patternRegions-expected.txt:
99768         * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
99769         * platform/mac/svg/batik/text/textEffect-expected.txt:
99770         * platform/mac/svg/batik/text/textEffect3-expected.txt:
99771         * platform/mac/svg/custom/gradient-attr-update-expected.txt:
99772         * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
99773         * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
99774         * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
99775         * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
99776         * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
99777         * platform/mac/svg/custom/radialGradient-focal-radius-expected.png: Added.
99778         * platform/mac/svg/custom/radialGradient-focal-radius-expected.txt: Added.
99779         * platform/mac/svg/custom/recursive-gradient-expected.txt:
99780         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt:
99781         * platform/mac/svg/custom/stroked-pattern-expected.txt:
99782         * platform/mac/svg/filters/feDisplacementMap-expected.txt:
99783         * platform/mac/svg/filters/filterRes-expected.txt:
99784         * platform/mac/svg/hixie/perf/006-expected.txt:
99785         * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
99786         * svg/custom/gradient-stroke-width-expected.txt:
99787         * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
99788         * svg/custom/radialGradient-focal-radius.svg: Added.
99789
99790 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99791
99792         Unreviewed, rolling out r130596.
99793         http://trac.webkit.org/changeset/130596
99794         https://bugs.webkit.org/show_bug.cgi?id=98616
99795
99796         Broke build bots without IPV6 support
99797
99798         * http/conf/apache2-debian-httpd.conf:
99799         * http/conf/apache2-httpd.conf:
99800         * http/conf/cygwin-httpd.conf:
99801         * http/conf/fedora-httpd.conf:
99802
99803 2012-10-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99804
99805         webkitpy: Pass the `Listen' Apache directive from Apache, not the httpd.conf files.
99806         https://bugs.webkit.org/show_bug.cgi?id=98602
99807
99808         Reviewed by Eric Seidel.
99809
99810         * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
99811         directive and related comments, it is passed to httpd by webkitpy
99812         now.
99813         * http/conf/apache2-httpd.conf: Ditto.
99814         * http/conf/cygwin-httpd.conf: Ditto.
99815         * http/conf/fedora-httpd.conf: Ditto.
99816
99817 2012-10-07  Christophe Dumez  <christophe.dumez@intel.com>
99818
99819         [EFL] Skip css3/masking tests added in r130592
99820         https://bugs.webkit.org/show_bug.cgi?id=98614
99821
99822         Unreviewed EFL gardening.
99823
99824         Skip the two css3/masking ref tests added in r130592 since
99825         they fail for EFL port and GTK port.
99826
99827         * platform/efl/TestExpectations:
99828
99829 2012-10-07  Zan Dobersek  <zandobersek@gmail.com>
99830
99831         Unreviewed GTK gardening.
99832
99833         Adding crash and failure expectations for regressions introduced through r130584.
99834         Adding image mismatch expectations for two new tests introduced in r130592.
99835
99836         * platform/gtk/TestExpectations:
99837
99838 2012-10-06  Kent Tamura  <tkent@chromium.org>
99839
99840         Update test expectation
99841         https://bugs.webkit.org/show_bug.cgi?id=98479
99842
99843         Skip tests in fast/forms/date-multiple-fields/ because it needs
99844         ENABLE_INPUT_MULTIPLE_FIELDS_UI.
99845
99846         * platform/chromium-android/TestExpectations:
99847         * platform/efl/TestExpectations:
99848         * platform/gtk/TestExpectations:
99849         * platform/mac/TestExpectations:
99850         * platform/qt/TestExpectations:
99851         * platform/win/TestExpectations:
99852
99853 2012-10-06  Raul Hudea  <rhudea@adobe.com>
99854
99855         -webkit-clip-path should parse IRIs
99856         https://bugs.webkit.org/show_bug.cgi?id=96381
99857
99858         Reviewed by Andreas Kling.
99859
99860         Tests for SVG referenced clipPath with both types of clipPathUnits: "userSpaceOnUse" and "objectBoundingBox".
99861
99862         * css3/masking/clip-path-reference-expected.html: Added.
99863         * css3/masking/clip-path-reference-userSpaceOnUse-expected.html: Added.
99864         * css3/masking/clip-path-reference-userSpaceOnUse.html: Added.
99865         * css3/masking/clip-path-reference.html: Added.
99866         * fast/masking/parsing-clip-path-iri-expected.txt: Added.
99867         * fast/masking/parsing-clip-path-iri.html: Added.
99868         * platform/chromium/TestExpectations:
99869
99870 2012-10-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99871
99872         [EFL] Mark media/audio-garbage-collect.html as flaky on WK2.
99873
99874         * platform/efl-wk2/TestExpectations:
99875
99876 2012-10-04  Geoffrey Garen  <ggaren@apple.com>
99877
99878         If Node X is reachable from JavaScript, all Nodes in the same tree should be kept alive
99879         https://bugs.webkit.org/show_bug.cgi?id=88834
99880
99881         Reviewed by Gavin Barraclough.
99882
99883         * fast/dom/gc-12-expected.txt: Added.
99884         * fast/dom/gc-12.html: Added. Test case matches an example cited by
99885         Kentaro Hara <haraken@chromium.org> in bugzilla.
99886
99887         * fast/dom/gc-3-expected.txt:
99888         * fast/dom/gc-3.html:
99889         * fast/dom/gc-5-expected.txt:
99890         * fast/dom/gc-5.html: Updated these tests to reflect new expected behavior.
99891         We've decided that disconnected trees should persist in memory. This risks
99892         a programmer accidentally retaining more memory than expected, but it
99893         also makes the API more obvious.
99894
99895         * fast/dom/gc-dom-tree-lifetime-expected.txt: Added.
99896         * fast/dom/gc-dom-tree-lifetime.html: Added. Test case written by
99897         Kentaro Hara <haraken@chromium.org>.
99898
99899 2012-10-06  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
99900
99901         [EFL] Gardening.
99902
99903         Skip fast/selectors/unqualified-hover-strict.html because it seems
99904         to be flaky.
99905
99906         While here, correct its pixel expectation and fix its
99907         svn:mime-type property.
99908
99909         * platform/efl/fast/selectors/unqualified-hover-strict-expected.png: Modified property svn:mime-type.
99910
99911 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
99912
99913         [EFL] Gardening to make the bots green
99914         https://bugs.webkit.org/show_bug.cgi?id=98590
99915
99916         Unreviewed EFL gardening.
99917
99918         * platform/efl/TestExpectations: Skip
99919         fast/writing-mode/vertical-subst-font-vert-no-dflt.html after r130570.
99920         * platform/efl/http/tests/misc/acid3-expected.txt: Update baselines
99921         after r130555.
99922
99923 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
99924
99925         [EFL] Add baselines for the tests which are missing expected results
99926         https://bugs.webkit.org/show_bug.cgi?id=98576
99927
99928         Unreviewed EFL gardening.
99929
99930         Add platform-specific baselines after r130443 and r130489.
99931
99932         * platform/efl/TestExpectations:
99933         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
99934         * platform/efl/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
99935         * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
99936         * platform/efl/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
99937
99938 2012-10-06  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
99939
99940         [EFL] Gardening of the WK2 Debug Bot failing tests
99941         https://bugs.webkit.org/show_bug.cgi?id=98575
99942
99943         Unreviewed EFL gardening.
99944
99945         Skip failing tests in order to make the bots green.
99946
99947         * platform/efl-wk1/TestExpectations:
99948         * platform/efl-wk2/TestExpectations:
99949         * platform/efl/fast/replaced/object-with-embed-url-param-expected.txt: Removed. Current results
99950         matches the base expectations on WK2.
99951
99952 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
99953
99954         Unreviewed GTK gardening.
99955
99956         Adding reftest failure expectations for a couple of tests that
99957         were introduced in r130557 and r130570.
99958
99959         * platform/gtk/TestExpectations:
99960
99961 2012-10-05  Kent Tamura  <tkent@chromium.org>
99962
99963         [Chromium] Rebaseline for recent INPUT_MULTIPLE_FIELDS_UI changes
99964
99965         * platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png:
99966         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
99967         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
99968         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
99969         * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
99970         * platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png:
99971         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
99972         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
99973         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
99974         * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
99975         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
99976         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
99977         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
99978         * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
99979         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
99980         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
99981         * platform/chromium-linux/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
99982         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
99983         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
99984         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
99985         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
99986         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
99987         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
99988         * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
99989         * platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
99990         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
99991         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
99992         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
99993         * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
99994         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
99995         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
99996         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
99997         * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
99998         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
99999         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
100000         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
100001         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
100002         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
100003         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
100004         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
100005         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
100006         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
100007         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
100008         * platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png:
100009         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
100010         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
100011         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
100012         * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
100013         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
100014         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
100015         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
100016         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
100017         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
100018         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
100019         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
100020         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
100021         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
100022         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
100023         * platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png:
100024         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
100025         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
100026         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
100027         * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
100028         * platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png:
100029         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
100030         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
100031         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
100032         * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
100033         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
100034         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
100035         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
100036         * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
100037         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
100038         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png:
100039         * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
100040         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png:
100041         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png:
100042         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
100043         * platform/chromium/TestExpectations:
100044
100045 2012-10-05  Xianzhu Wang  <wangxianzhu@chromium.org>
100046
100047         OpenTypeVerticalData issue with DroidSansFallback.ttf on chromium-android and chromium-linux
100048         https://bugs.webkit.org/show_bug.cgi?id=97824
100049
100050         Reviewed by Tony Chang.
100051
100052         Ref test for the change. The punctuations in the vertical text are expected to
100053         be substituted with the corresponding vertical forms.
100054
100055         * fast/writing-mode/vertical-subst-font-vert-no-dflt-expected.html: Added.
100056         * fast/writing-mode/vertical-subst-font-vert-no-dflt.html: Added.
100057         * platform/mac/TestExpectations: Added the new test as it fails on Mac because of https://bugs.webkit.org/show_bug.cgi?id=98560. 
100058
100059 2012-10-05  Tony Chang  <tony@chromium.org>
100060
100061         Form controls should always be horizontal
100062         https://bugs.webkit.org/show_bug.cgi?id=98563
100063
100064         Reviewed by Ojan Vafai.
100065
100066         Convert fast/dom/HTMLMeterElement/meter-writing-mode.html and
100067         fast/dom/HTMLProgressElement/progress-writing-mode.html to be ref tests.
100068         Also rebaseline fast/table/colspanMinWidth-vertical.html and mark the
100069         test as needing a rebaseline on platforms other than Chromium Linux.
100070
100071         * fast/dom/HTMLMeterElement/meter-writing-mode-expected.html: Added.
100072         * fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100073         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.html: Added.
100074         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
100075         * fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100076         * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
100077         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100078         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100079         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100080         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100081         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100082         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100083         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
100084         * platform/chromium/TestExpectations:
100085         * platform/chromium/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
100086         * platform/efl/TestExpectations:
100087         * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100088         * platform/efl/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100089         * platform/efl/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100090         * platform/gtk/TestExpectations:
100091         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100092         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100093         * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100094         * platform/mac/TestExpectations:
100095         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100096         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100097         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed.
100098         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100099         * platform/qt-5.0/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Removed.
100100         * platform/qt/TestExpectations:
100101         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
100102         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Removed.
100103
100104 2012-10-05  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
100105
100106         [WK2][WTR] WebKitTestRunner needs testRunner.setSerializeHTTPLoads
100107         https://bugs.webkit.org/show_bug.cgi?id=98524
100108
100109         Reviewed by Alexey Proskuryakov.
100110
100111         Unskip tests that are now passing.
100112
100113         * platform/wk2/TestExpectations:
100114
100115 2012-10-05  Sheriff Bot  <webkit.review.bot@gmail.com>
100116
100117         Unreviewed, rolling out r130556 and r130564.
100118         http://trac.webkit.org/changeset/130556
100119         http://trac.webkit.org/changeset/130564
100120         https://bugs.webkit.org/show_bug.cgi?id=98572
100121
100122         The patch wasn't reviewed by a reviewer and it is breaking
100123         Chromium Windows (Requested by jchaffraix on #webkit).
100124
100125         * media/track/track-cue-rendering-expected.txt:
100126         * media/track/track-cue-rendering.html:
100127         * platform/chromium/TestExpectations:
100128
100129 2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>
100130
100131         Unreviewed Chromium gardening.
100132
100133         * platform/chromium/TestExpectations:
100134         Updated a wrong bug info and rebaselined 2 tests:
100135         fast/reflections/inline-crash.html and fast/backgrounds/solid-color-context-restore.html
100136
100137         * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
100138         * fast/reflections/inline-crash-expected.txt: Added.
100139         * platform/chromium-linux/fast/backgrounds/solid-color-context-restore-expected.png: Added.
100140         * platform/chromium-linux/fast/reflections/inline-crash-expected.png: Added.
100141         * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.png: Added.
100142         * platform/chromium-win/fast/backgrounds/solid-color-context-restore-expected.txt: Added.
100143         * platform/chromium-win/fast/reflections/inline-crash-expected.png: Added.
100144         * platform/chromium-win/fast/reflections/inline-crash-expected.txt: Added.
100145         * platform/efl/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
100146         * platform/efl/fast/reflections/inline-crash-expected.txt: Removed.
100147         * platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
100148         * platform/gtk/fast/reflections/inline-crash-expected.txt: Removed.
100149
100150 2012-10-05  Bear Travis  <betravis@adobe.com>
100151
100152         [CSS Exclusions] Add shape-inside tests for rounded rectangles
100153         https://bugs.webkit.org/show_bug.cgi?id=96669
100154
100155         Reviewed by Levi Weintraub.
100156
100157         Adding multiple rounded rectangle tests. The more complex tests use float "sandbags"
100158         to simulate the shape-inside area in the test expectations.
100159         (See http://www.alistapart.com/articles/sandbags/)
100160         In general, each line has its own pair of left and right floats (both lineHeight tall),
100161         to position the text and appropriately limit its width. In the simple, 0 corner radius
100162         cases, these floats can be merged because they all have the same width on the left and
100163         right.
100164
100165         * fast/exclusions/resources/rounded-rectangle.js: Contains functionality for generating
100166         a shape-inside, simulating one, and generating content that should roughly fill the
100167         shape-inside.
100168         (xFromEllipseCenter): The x distance from the center of an ellipse, based on its y
100169         distance from center.
100170         (xInset): The inset of a rounded rectangle from its bounding box.
100171         (generateString): Generate a string that roughly fills a shape-inside's content area.
100172         (simulateShape): Create floats to simulate a shape-inside area.
100173         (simulateShapeOutline): Create an outline for the rounded rectangle shape-inside.
100174         (generateSimulatedShapeElement): Simulate a shape-inside and appropriately fill it
100175         with content.
100176         (generateShapeElement): Create a shape-inside and fill it with content.
100177         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001-expected.html: 
100178         Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-expected.html.
100179         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001.html: 
100180         Renamed from LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle.html.
100181         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html: Added.
100182         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html: Added.
100183         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html: Added.
100184         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html: Added.
100185         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html: Added.
100186         * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html: Added.
100187
100188
100189 2012-10-04  Eric Carlson  <eric.carlson@apple.com>
100190
100191         Allow ports to override text track rendering style
100192         https://bugs.webkit.org/show_bug.cgi?id=97800
100193         <rdar://problem/12044964>
100194
100195         Reviewed by Silvia Pfeiffer.
100196
100197         * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
100198         * media/track/track-cue-rendering.html: 
100199         * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.
100200
100201 2012-10-05  Takashi Sakamoto  <tasak@google.com>
100202
100203         Inline continuations create :after generated content on style recalcs
100204         https://bugs.webkit.org/show_bug.cgi?id=93170
100205
100206         Reviewed by Abhishek Arya.
100207
100208         * fast/css-generated-content/after-with-inline-continuation-expected.html: Added.
100209         * fast/css-generated-content/after-with-inline-continuation.html: Added.
100210         * fast/css-generated-content/dynamic-apply-after-for-inline-expected.html: Added.
100211         * fast/css-generated-content/dynamic-apply-after-for-inline.html: Added.
100212         * http/tests/misc/acid3-expected.txt:
100213         The acid3-expected.txt has the duplicate RenderBlock (positioned).
100214         Two 'layer at(638, 18) size 20x20, ... text run at (0,0) width 20: "X"'
100215         exist. So did reset-results for acid3-expected.txt.
100216
100217 2012-10-05  Tony Chang  <tony@chromium.org>
100218
100219         Fix margin box ascent computation in flexbox
100220         https://bugs.webkit.org/show_bug.cgi?id=98540
100221
100222         Reviewed by Ojan Vafai.
100223
100224         Remove a FIXME and update the results.
100225
100226         * css3/flexbox/flex-align-vertical-writing-mode.html:
100227         * css3/flexbox/flex-align.html:
100228
100229 2012-10-05  W. James MacLean  <wjmaclean@chromium.org>
100230
100231         [chromium] Enhance support for transforms in LinkHighlight.
100232         https://bugs.webkit.org/show_bug.cgi?id=94355
100233
100234         Reviewed by Adrienne Walker.
100235
100236         Improved handling of transformed highlight targets, where the transform goes beyond simple translation.
100237
100238         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html: Added.
100239         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html: Added.
100240         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link.html: Added.
100241         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX.html: Added.
100242         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY.html: Added.
100243         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.png: Removed.
100244         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-ZIndex-expected.txt: Removed.
100245         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.png: Added.
100246         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line-expected.txt: Added.
100247         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.png: Added.
100248         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div-expected.txt: Added.
100249         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.png: Added.
100250         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-link-expected.txt: Added.
100251         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.png: Added.
100252         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledX-expected.txt: Added.
100253         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.png: Added.
100254         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-scaledY-expected.txt: Added.
100255
100256 2012-10-05  Ojan Vafai  <ojan@chromium.org>
100257
100258         Deprecated flexboxes subtract scrollbar width/height twice
100259         https://bugs.webkit.org/show_bug.cgi?id=98552
100260
100261         Reviewed by Tony Chang.
100262
100263         * fast/flexbox/flexing-overflow-scroll-item-expected.txt: Added.
100264         * fast/flexbox/flexing-overflow-scroll-item.html: Added.
100265
100266 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
100267
100268         GTK+ and Qt rebaselines after r130532.
100269
100270         * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100271         * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Removed.
100272         * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Removed.
100273         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100274         * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Removed.
100275         * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Removed.
100276         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt: Removed.
100277         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt: Removed.
100278         * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100279         * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Removed.
100280         * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Removed.
100281         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100282         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt: Removed.
100283         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: Removed.
100284         * platform/chromium/svg/custom/delete-text-crash-expected.txt: Removed.
100285         * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Removed.
100286         * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
100287         * platform/gtk/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100288         * platform/gtk/editing/pasteboard/merge-end-blockquote-expected.txt:
100289         * platform/gtk/editing/pasteboard/paste-text-002-expected.txt: Removed.
100290         * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: Removed.
100291         * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
100292         * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
100293         * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
100294         * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Removed.
100295         * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Removed.
100296
100297 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
100298
100299         Chromium and Mac rebaselines after r130532.
100300
100301         * platform/chromium-linux-x86/editing/pasteboard/interchange-newline-1-expected.txt: Added.
100302         * platform/chromium-linux-x86/editing/pasteboard/paste-text-002-expected.txt: Added.
100303         * platform/chromium-linux-x86/editing/pasteboard/paste-text-003-expected.txt: Added.
100304         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.txt: Added.
100305         * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.txt: Added.
100306         * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.txt: Added.
100307         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt:
100308         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt:
100309         * platform/chromium-win-xp/editing/pasteboard/interchange-newline-1-expected.txt: Added.
100310         * platform/chromium-win-xp/editing/pasteboard/paste-text-002-expected.txt: Added.
100311         * platform/chromium-win-xp/editing/pasteboard/paste-text-003-expected.txt: Added.
100312         * platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt:
100313         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt:
100314         * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt:
100315         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt:
100316         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt:
100317         * platform/chromium/svg/custom/delete-text-crash-expected.txt: Added.
100318         * platform/chromium/svg/custom/delete-text-innerText-crash-expected.txt: Added.
100319         * svg/custom/delete-text-crash-expected.txt:
100320         * svg/custom/delete-text-innerText-crash-expected.txt:
100321
100322 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
100323
100324         [Gtk] fast/xsl/xslt-missing-namespace-in-xslt.xml is failing on the 64-bit Debug builder
100325         https://bugs.webkit.org/show_bug.cgi?id=91009
100326
100327         Reviewed by Martin Robinson.
100328
100329         Update the test's baselines. The output now properly shows the error.
100330
100331         * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
100332         * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
100333
100334 2012-10-05  Dirk Pranke  <dpranke@chromium.org>
100335
100336         Fix lint error in TestExpectations from previous change.
100337
100338         Unreviewed.
100339
100340         * platform/chromium/TestExpectations:
100341
100342 2012-10-05  Dirk Pranke  <dpranke@chromium.org>
100343
100344         [chromium] tests failing after r130443.
100345         https://bugs.webkit.org/show_bug.cgi?id=98545
100346
100347         Unreviewed, expectations change.
100348
100349          [chromium] fast/text/international/text-spliced-font.html and
100350          fast/writing-mode/Kusa-Makura-background-canvas.html are failing on
100351          the Mac after r130443 and we're not quite sure why ...
100352
100353         * platform/chromium-linux/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100354         * platform/chromium-mac-snowleopard/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100355         * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100356         * platform/chromium-mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
100357         * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100358         * platform/chromium-win/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
100359         * platform/chromium/TestExpectations:
100360
100361 2012-10-05  W. James MacLean  <wjmaclean@chromium.org>
100362
100363         [chromium] Modify gesture highlight behaviour. Cancel on GestureLongPress and animate on GestureTapCancel.
100364         https://bugs.webkit.org/show_bug.cgi?id=97355
100365
100366         Reviewed by Adrienne Walker.
100367
100368         This patch revises the behaviour of GestureTapDown highlighting so that the highlight should disappear if
100369         interrupted by GestureTap, and animate away if interrupted by GestureTapCancel.
100370
100371         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel.html: removed extra testRunner.display().
100372         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2.html: Added.
100373         * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress.html: Added.
100374         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.png: Added.
100375         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel2-expected.txt: Added.
100376         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.png: Added.
100377         * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-longPress-expected.txt: Added.
100378
100379 2012-10-05  Jer Noble  <jer.noble@apple.com>
100380
100381         REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests)
100382         https://bugs.webkit.org/show_bug.cgi?id=98527
100383
100384         Unreviewed gardening after r129479.
100385
100386         * platform/mac-wk2/TestExpectations:
100387
100388 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
100389
100390         Unreviewed GTK gardening.
100391
100392         Removing failure expectation for fast/text/vertical-rl-rtl-linebreak.html
100393         since the test only needed platform-specific baselines (which were added
100394         in r130524).
100395
100396         * platform/gtk/TestExpectations:
100397
100398 2012-10-05  Ojan Vafai  <ojan@chromium.org>
100399
100400         Have perf test assert worst order of magnitude
100401         https://bugs.webkit.org/show_bug.cgi?id=98535
100402
100403         Reviewed by Tony Chang.
100404
100405         Really we only care if tests get order of magnitude slower.
100406         Assert that tests are at least a certain magnitude.
100407         Hopefully this will reduce flakiness some.
100408        
100409         * resources/magnitude-perf.js:
100410         (Magnitude._run):
100411
100412 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
100413
100414         Deleting across multiple paragraphs can change the style of surrounding text
100415         https://bugs.webkit.org/show_bug.cgi?id=97266
100416
100417         Reviewed by Levi Weintraub.
100418
100419         Added a regression test and rebaselined tests.
100420
100421         * editing/deleting/delete-before-block-image-2-expected.txt:
100422         * editing/deleting/merge-paragraph-from-p-with-style-expected.txt:
100423         * editing/deleting/merge-paragraph-from-p-with-style.html: We changed the behavior. The editing style of p
100424         is now preserved when merging paragraphs.
100425         * editing/deleting/merge-paragraph-with-style-from-rule-expected.txt: Added.
100426         * editing/deleting/merge-paragraph-with-style-from-rule.html: Added.
100427         * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
100428         * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
100429
100430 2012-10-05  Julien Chaffraix  <jchaffraix@webkit.org>
100431
100432         Unreviewed rebaseline after r130355.
100433
100434         r130447 forgot to update the Snow Leopard pixel baselines. The only differences are due to a different font used.
100435
100436         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
100437         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
100438         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
100439
100440 2012-10-05  Ojan Vafai  <ojan@chromium.org>
100441
100442         Add expected result accidentally left out of http://trac.webkit.org/changeset/130337.
100443         * perf/adding-radio-buttons-expected.txt:
100444
100445 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
100446
100447         Unreviewed GTK gardening.
100448
100449         Adding platform-specific baselines after r130443 and r130489.
100450
100451         * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
100452         * platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
100453         * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.png: Added.
100454         * platform/gtk/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
100455
100456 2012-10-05  Christophe Dumez  <christophe.dumez@intel.com>
100457
100458         [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
100459         https://bugs.webkit.org/show_bug.cgi?id=98256
100460
100461         Reviewed by Kenneth Rohde Christiansen.
100462
100463         Unskip fast/dom/Window/mozilla-focus-blur.html now that
100464         WebKitTestRunner implements UIClient's focus callbacks.
100465
100466         * platform/efl-wk2/TestExpectations:
100467
100468 2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
100469
100470         Remove wrong expectations added in r130452.
100471
100472         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Removed.
100473         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Removed.
100474
100475 2012-10-05  Alexander Pavlov  <apavlov@chromium.org>
100476
100477         Web Inspector: [Styles] Unable to edit properties in broken stylesheets
100478         https://bugs.webkit.org/show_bug.cgi?id=98246
100479
100480         Reviewed by Vsevolod Vlasov.
100481
100482         A small refactoring to share the CSS style data dumping code among tests.
100483
100484         * http/tests/inspector/elements-test.js:
100485         (initialize_ElementTest):
100486         * inspector/styles/parse-stylesheet-errors-expected.txt: Added.
100487         * inspector/styles/parse-stylesheet-errors.html: Added.
100488         * inspector/styles/styles-new-API.html:
100489
100490 2012-10-05  Jer Noble  <jer.noble@apple.com>
100491
100492         [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests)
100493         https://bugs.webkit.org/show_bug.cgi?id=98523
100494
100495         Unreviewed gardening after r130414.
100496
100497         * platform/mac/TestExpectations:
100498
100499 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
100500
100501         [Qt] Updates expected test results for the expanded coverage in testfonts
100502         https://bugs.webkit.org/show_bug.cgi?id=98425
100503
100504         Unreviewed gardening after r130502.
100505
100506         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
100507         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
100508         * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
100509         * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
100510         * platform/qt/fast/images/icon-decoding-expected.png: Added.
100511         * platform/qt/fast/images/icon-decoding-expected.txt:
100512         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
100513         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
100514
100515 2012-10-05  Sadrul Habib Chowdhury  <sadrul@chromium.org>
100516
100517         [chromium] Allow dragging into plugins.
100518         https://bugs.webkit.org/show_bug.cgi?id=98277
100519
100520         Reviewed by Tony Chang.
100521
100522         Add test to make sure that plugins receive the drag events correctly.
100523
100524         * platform/chromium/plugins/drag-events-expected.txt: Added.
100525         * platform/chromium/plugins/drag-events.html: Added.
100526
100527 2012-10-05  Marcelo Lira  <marcelo.lira@openbossa.org>
100528
100529         [Qt] Updates expected test results for the expanded coverage in testfonts
100530         https://bugs.webkit.org/show_bug.cgi?id=98425
100531
100532         Reviewed by Csaba Osztrogonác.
100533
100534         The Qt testfonts repository was expanded with the croscore set of
100535         fonts, which provides a great number of new glyphs (e.g. hebrew
100536         characters).
100537
100538         See the comments in the testfonts commit for detailed information:
100539         https://gitorious.org/qtwebkit/testfonts/commit/f11a54548121ee9fb0688dc6f32acdbfec5d2d2f/diffs
100540
100541         * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Removed.
100542         * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
100543         * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Removed.
100544         * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Removed.
100545         * platform/qt-5.0/fast/forms/search-rtl-expected.png: Removed.
100546         * platform/qt-5.0/fast/forms/search-rtl-expected.txt: Removed.
100547         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
100548         * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
100549         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
100550         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
100551         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
100552         * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
100553         * platform/qt/fast/borders/bidi-012-expected.txt:
100554         * platform/qt/fast/forms/listbox-bidi-align-expected.png:
100555         * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
100556         * platform/qt/fast/forms/search-rtl-expected.png:
100557         * platform/qt/fast/forms/search-rtl-expected.txt:
100558         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
100559         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
100560         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
100561         * platform/qt/fast/text/large-text-composed-char-expected.png:
100562         * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.png:
100563         * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.txt:
100564
100565 2012-10-05  Allan Sandfeld Jensen  <allan.jensen@digia.com>
100566
100567         Unreviewed Qt gardening.
100568
100569         The ICO decoder shouldn't be broken since it is the WebKit decoder.
100570
100571         * platform/qt/TestExpectations:
100572
100573 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
100574
100575         [Qt] Unreviewed gardening, update an expected file for newer Qt5.
100576
100577         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
100578         * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
100579
100580 2012-10-05  Andrei Bucur  <abucur@adobe.com>
100581
100582         Incomplete repaint of boxes with inset box-shadow and padding when resized
100583         https://bugs.webkit.org/show_bug.cgi?id=59863
100584
100585         Reviewed by Simon Fraser.
100586
100587         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)
100588         so I've added a rule in the TestExpectations file.
100589
100590         * platform/chromium/TestExpectations:
100591         * fast/repaint/box-shadow-inset-repaint.html: Added.
100592         * platform/chromium-mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
100593         * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.png: Added.
100594         * platform/mac/fast/repaint/box-shadow-inset-repaint-expected.txt: Added.
100595
100596 2012-10-05  Zan Dobersek  <zandobersek@gmail.com>
100597
100598         Unreviewed GTK gardening.
100599
100600         Updating platform-specific baselines after r130411.
100601         Removing platform-specific baselines for CSS compositing tests
100602         and skipping these tests entirely as the feature is not yet enabled
100603         on the GTK port.
100604
100605         * platform/gtk/TestExpectations:
100606         * platform/gtk/css3/compositing: Removed.
100607         * platform/gtk/css3/compositing/blend-mode-property-expected.txt: Removed.
100608         * platform/gtk/css3/compositing/blend-mode-property-parsing-expected.txt: Removed.
100609         * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
100610         * platform/gtk/editing/execCommand/paste-1-expected.txt:
100611         * platform/gtk/editing/pasteboard/8145-3-expected.txt:
100612         * platform/gtk/editing/pasteboard/paste-line-endings-007-expected.txt:
100613         * platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
100614         * platform/gtk/editing/pasteboard/paste-text-009-expected.txt:
100615         * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
100616         * platform/gtk/editing/pasteboard/unrendered-br-expected.txt:
100617
100618 2012-10-05  Csaba Osztrogonác  <ossy@webkit.org>
100619
100620         [Qt] Enable CSS compositing by default
100621         https://bugs.webkit.org/show_bug.cgi?id=98490
100622
100623         Reviewed by Simon Hausmann.
100624
100625         * 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.
100626
100627 2012-10-05  Kent Tamura  <tkent@chromium.org>
100628
100629         [Chromium] Test expectation update
100630         https://bugs.webkit.org/show_bug.cgi?id=98481
100631
100632         r130477 affects month-multiple-fields tests too.
100633
100634         * platform/chromium/TestExpectations:
100635
100636 2012-10-05  Sheriff Bot  <webkit.review.bot@gmail.com>
100637
100638         Unreviewed, rolling out r130466.
100639         http://trac.webkit.org/changeset/130466
100640         https://bugs.webkit.org/show_bug.cgi?id=98495
100641
100642         It made 12 tests crash on Qt-WK2 (Requested by Ossy on
100643         #webkit).
100644
100645         * platform/efl-wk2/TestExpectations:
100646
100647 2012-10-05  Kent Tamura  <tkent@chromium.org>
100648
100649         Add appearance tests for input[type=date] with multiple fields
100650         https://bugs.webkit.org/show_bug.cgi?id=98479
100651
100652         Reviewed by Kentaro Hara.
100653
100654         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Added.
100655         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Added.
100656         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Added.
100657         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Added.
100658         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
100659         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Added.
100660         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Added.
100661         * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Added.
100662         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Added.
100663         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Added.
100664         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
100665         * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Added.
100666         * platform/chromium/TestExpectations:
100667
100668 2012-10-04  Kent Tamura  <tkent@chromium.org>
100669
100670         Fix sub-field width to the maximum width of a placeholder and the maximum value
100671         https://bugs.webkit.org/show_bug.cgi?id=98481
100672
100673         Reviewed by Hajime Morita.
100674
100675         Update a test and test expectations.
100676
100677         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt:
100678         * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html:
100679         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
100680         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
100681         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
100682         * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
100683         * platform/chromium/TestExpectations:
100684
100685 2012-10-05  Kangil Han  <kangil.han@samsung.com>
100686
100687         [EFL][WK2][WTR] Unskip parser-tests-110.html test case.
100688         https://bugs.webkit.org/show_bug.cgi?id=98484
100689
100690         Unreviewed EFL gardening.
100691
100692         fast/encoding/parser-tests-110.html test case has been passed consistently.
100693
100694         * platform/efl-wk2/TestExpectations:
100695
100696 2012-10-05  Nandor Huszka  <hnandor@inf.u-szeged.hu>
100697
100698         [Qt] Gardening, skip some failing test.
100699
100700         Reviewed by Csaba Osztrogonác.
100701
100702         * platform/qt-5.0-wk2/TestExpectations:
100703         * platform/qt/TestExpectations:
100704
100705 2012-10-05  Christophe Dumez  <christophe.dumez@intel.com>
100706
100707         [EFL] Fix window resizing / moving in WK1 and WKTR
100708         https://bugs.webkit.org/show_bug.cgi?id=98486
100709
100710         Reviewed by Gyuyoung Kim.
100711
100712         Unskip 2 window resizing / moving tests now that
100713         the implementation for those has been fixed in
100714         WebKit1 EFL.
100715
100716         * platform/efl-wk1/TestExpectations:
100717
100718 2012-10-04  Kunihiko Sakamoto  <ksakamoto@chromium.org>
100719
100720         <input> size attribute should throw INDEX_SIZE_ERR when set to 0
100721         https://bugs.webkit.org/show_bug.cgi?id=61675
100722
100723         Reviewed by Kent Tamura.
100724
100725         Added test case to verify that input.size throws INDEX_SIZE_ERR when set to 0.
100726
100727         Updated fast/forms/number/number-size.html to reflect new behavior.
100728
100729         * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
100730         * fast/dom/HTMLInputElement/input-size-attribute.html:
100731         * fast/forms/number/number-size.html:
100732         * fast/forms/number/number-size-expected.txt:
100733
100734 2012-10-04  Christophe Dumez  <christophe.dumez@intel.com>
100735
100736         [WK2][WKTR] Implement UIClient focus callbacks in WebKitTestRunner
100737         https://bugs.webkit.org/show_bug.cgi?id=98256
100738
100739         Reviewed by Kenneth Rohde Christiansen.
100740
100741         Unskip fast/dom/Window/mozilla-focus-blur.html now that
100742         WebKitTestRunner implements UIClient's focus callbacks.
100743
100744         * platform/efl-wk2/TestExpectations:
100745
100746 2012-10-04  Rik Cabanier  <cabanier@adobe.com>
100747
100748         Turn Compositing on by default in WebKit build
100749         https://bugs.webkit.org/show_bug.cgi?id=98315
100750
100751         Reviewed by Simon Fraser.
100752
100753         enable -webkit-blend-mode on trunk.
100754
100755         * css3/compositing/blend-mode-property-expected.txt:
100756         * css3/compositing/blend-mode-property-parsing-expected.txt:
100757         * css3/compositing/script-tests/blend-mode-property.js:
100758         (testblendmode):
100759         * css3/compositing/should-have-compositing-layer-expected.txt:
100760         * platform/chromium/TestExpectations: 
100761
100762 2012-10-04  Kent Tamura  <tkent@chromium.org>
100763
100764         Update some picker tests for input[type=date]
100765         https://bugs.webkit.org/show_bug.cgi?id=98390
100766
100767         Follow up of r130433. We still need offsetTop access.
100768
100769         * fast/forms/date/calendar-picker-common.js:
100770         (openPicker):
100771         * fast/forms/resources/suggestion-picker-common.js:
100772         (openPicker):
100773         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
100774         Remove unnecessary width style.
100775
100776 2012-10-04  Tony Chang  <tony@chromium.org>
100777
100778         Convert some flexbox tests to run in mozilla
100779         https://bugs.webkit.org/show_bug.cgi?id=98464
100780
100781         Reviewed by Ojan Vafai.
100782
100783         Move properties with a small number of values into resources/flexbox.css
100784         and start using it in some flexbox tests.
100785
100786         * css3/flexbox/align-absolute-child.html:
100787         * css3/flexbox/align-baseline-expected.html:
100788         * css3/flexbox/align-baseline.html:
100789         * css3/flexbox/anonymous-block-merge-crash.html:
100790         * css3/flexbox/anonymous-block.html:
100791         * css3/flexbox/auto-height-dynamic.html:
100792         * css3/flexbox/auto-margins.html:
100793         * css3/flexbox/box-sizing-min-max-sizes.html:
100794         * css3/flexbox/box-sizing.html:
100795         * css3/flexbox/child-overflow-expected.html:
100796         * css3/flexbox/child-overflow.html:
100797         * css3/flexbox/columns-auto-size.html:
100798         * css3/flexbox/columns-height-set-via-top-bottom.html:
100799         * css3/flexbox/content-height-with-scrollbars.html:
100800         * css3/flexbox/cross-axis-scrollbar.html:
100801         * css3/flexbox/flex-algorithm-min-max.html:
100802         * css3/flexbox/flex-algorithm-with-margins.html:
100803         * css3/flexbox/flex-algorithm.html:
100804         * css3/flexbox/resources/flexbox.css: Added.
100805
100806 2012-10-04  Dirk Pranke  <dpranke@chromium.org>
100807
100808         Update chromium baselines for 5006779.html and paint-subrect-grid.html.
100809
100810         Unreviewed, rebaselining.
100811
100812         Updates after r130425 and r130411.
100813
100814         * platform/chromium-linux/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.
100815         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.png: Added.
100816         * platform/chromium-win-xp/editing/pasteboard/5006779-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/pasteboard/5006779-expected.txt.
100817         * platform/chromium-win/editing/pasteboard/5006779-expected.txt:
100818         * platform/chromium/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/images/paint-subrect-grid-expected.png.
100819
100820 2012-10-04  Douglas Stockwell  <dstockwell@chromium.org>
100821
100822         [chromium] Unreviewed. Rebaseline mac/win results after r130355
100823         https://bugs.webkit.org/show_bug.cgi?id=98472
100824
100825         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
100826         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
100827         * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
100828         * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
100829         * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
100830         * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
100831         * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
100832         * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
100833         * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
100834         * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
100835         * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
100836         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png:
100837         * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-vertical-expected.png:
100838         * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
100839         * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
100840         * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
100841         * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
100842         * platform/chromium-mac/fast/clip/overflow-border-radius-combinations-expected.png:
100843         * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png:
100844         * platform/chromium-mac/fast/clip/overflow-border-radius-transformed-expected.png:
100845         * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
100846         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
100847         * platform/chromium-mac/media/audio-repaint-expected.png:
100848         * platform/chromium-mac/media/controls-after-reload-expected.png:
100849         * platform/chromium-mac/media/controls-strict-expected.png:
100850         * platform/chromium-mac/media/controls-styling-expected.png:
100851         * platform/chromium-mac/media/controls-styling-strict-expected.png:
100852         * platform/chromium-mac/media/controls-without-preload-expected.png:
100853         * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
100854         * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png:
100855         * platform/chromium-mac/media/video-controls-rendering-expected.png:
100856         * platform/chromium-mac/media/video-display-toggle-expected.png:
100857         * platform/chromium-mac/media/video-no-audio-expected.png:
100858         * platform/chromium-mac/media/video-playing-and-pause-expected.png:
100859         * platform/chromium-mac/media/video-zoom-controls-expected.png:
100860         * platform/chromium-win-xp/media/track/track-cue-rendering-vertical-expected.png:
100861         * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.png:
100862         * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png:
100863         * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.png:
100864         * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
100865         * platform/chromium-win/media/audio-controls-rendering-expected.png:
100866         * platform/chromium-win/media/audio-repaint-expected.png:
100867         * platform/chromium-win/media/controls-after-reload-expected.png:
100868         * platform/chromium-win/media/controls-strict-expected.png:
100869         * platform/chromium-win/media/controls-styling-expected.png:
100870         * platform/chromium-win/media/controls-styling-strict-expected.png:
100871         * platform/chromium-win/media/controls-without-preload-expected.png:
100872         * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png:
100873         * platform/chromium-win/media/track/track-cue-rendering-vertical-expected.png:
100874         * platform/chromium-win/media/video-controls-rendering-expected.png:
100875         * platform/chromium-win/media/video-display-toggle-expected.png:
100876         * platform/chromium-win/media/video-no-audio-expected.png:
100877         * platform/chromium-win/media/video-playing-and-pause-expected.png:
100878         * platform/chromium-win/media/video-zoom-controls-expected.png:
100879         * platform/chromium/TestExpectations:
100880
100881 2012-10-04  Enrica Casucci  <enrica@apple.com>
100882
100883         Font::glyphDataAndPageForCharacter doesn't account for text orientation when using systemFallback on a cold cache.
100884         https://bugs.webkit.org/show_bug.cgi?id=98452.
100885
100886         Reviewed by Dan Bernstein.
100887
100888         The new test adds platform specific results for Mac, since it uses system fallback fonts.
100889         I've added the expected failure for all the other platforms.
100890
100891         * fast/text/vertical-rl-rtl-linebreak.html: Added.
100892         * platform/chromium/TestExpectations:
100893         * platform/efl/TestExpectations:
100894         * platform/gtk/TestExpectations:
100895         * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
100896         * platform/qt/TestExpectations:
100897         * platform/win/TestExpectations:
100898
100899 2012-10-04  Adam Klein  <adamk@chromium.org>
100900
100901         MutationRecord attributeName should be null for non attribute changes
100902         https://bugs.webkit.org/show_bug.cgi?id=98438
100903
100904         Reviewed by Ojan Vafai.
100905
100906         * fast/mutation/mutation-record-nullity-expected.txt: Added.
100907         * fast/mutation/mutation-record-nullity.html: Added.
100908
100909 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
100910
100911         More Qt rebaselines after r130411.
100912
100913         * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
100914         * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
100915         * platform/qt/editing/pasteboard/5006779-expected.txt:
100916         * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
100917         * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
100918         * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Removed.
100919
100920 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
100921
100922         GTK+ rebaselines after r130411.
100923
100924         * platform/gtk/editing/deleting/delete-block-merge-contents-018-expected.txt:
100925         * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
100926         * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
100927         * platform/gtk/editing/deleting/delete-block-merge-contents-021-expected.txt:
100928         * platform/gtk/editing/deleting/delete-block-merge-contents-022-expected.txt:
100929         * platform/gtk/editing/deleting/merge-no-br-expected.txt:
100930         * platform/gtk/editing/execCommand/find-after-replace-expected.txt:
100931         * platform/gtk/editing/execCommand/paste-2-expected.txt:
100932         * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
100933         * platform/gtk/editing/pasteboard/5006779-expected.txt:
100934         * platform/gtk/editing/pasteboard/5028447-expected.txt:
100935         * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
100936         * platform/gtk/editing/pasteboard/merge-end-borders-expected.txt:
100937         * platform/gtk/editing/pasteboard/paste-line-endings-008-expected.txt:
100938         * platform/gtk/editing/pasteboard/paste-line-endings-009-expected.txt:
100939         * platform/gtk/editing/pasteboard/paste-line-endings-010-expected.txt:
100940         * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
100941         * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
100942         * platform/gtk/editing/pasteboard/smart-drag-drop-expected.txt:
100943         * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
100944         * platform/gtk/fast/lists/drag-into-marker-expected.txt:
100945
100946 2012-10-04  Tab Atkins  <tabatkins@google.com>
100947
100948         1ex should equal .5em when the font has no x-height metric
100949         https://bugs.webkit.org/show_bug.cgi?id=80360
100950
100951         Reviewed by Eric Seidel.
100952
100953         If a font has no x-height metric, 1ex should equal .5em.
100954
100955         Test layout tweaked by David Barr <davidbarr@chromium.org>.
100956
100957         * fast/css/ex-unit-with-no-x-height-expected.txt: Added.
100958         * fast/css/ex-unit-with-no-x-height.html: Added.
100959
100960 2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>
100961
100962         [Qt] New test introduced in r129346 inspector-protocol/css-getSupportedCSSProperties.html fails
100963         https://bugs.webkit.org/show_bug.cgi?id=97451
100964
100965         Reviewed by Kenneth Rohde Christiansen.
100966
100967         Unskipping this test that is passing.
100968
100969         * platform/qt/TestExpectations:
100970
100971 2012-10-04  Kent Tamura  <tkent@chromium.org>
100972
100973         Update some picker tests for input[type=date]
100974         https://bugs.webkit.org/show_bug.cgi?id=98390
100975
100976         Reviewed by Daniel Bates.
100977
100978         r130375 changed a behavior. A key bind to open a calendar picker
100979         or a suggestion picker was changed from "Down" to "Alt + Down". We
100980         need to update tests which open pickers for input[type=date].
100981
100982         * fast/forms/date/calendar-picker-appearance-expected.txt:
100983         * fast/forms/date/calendar-picker-appearance-pre-100.html:
100984         Use openPicker() in calendar-picker-common.js.
100985         * fast/forms/date/calendar-picker-appearance.html: Ditto.
100986         * fast/forms/date/calendar-picker-common.js:
100987         (openPicker): Specify Alt modifier.
100988         (sendKey): Add ctrlKey and altKey flags.
100989         * fast/forms/date/calendar-picker-with-step.html:
100990         Use openPicker() in calendar-picker-common.js.
100991         * platform/chromium/TestExpectations:
100992         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html:
100993         Use openPicker() in suggestion-picker-common.js
100994         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html:
100995         Ditto.
100996         * platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html:
100997         Ditto.
100998         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt:
100999         * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html:
101000         Use openPicker() and sendKey() in suggestion-picker-common.js.
101001         Increase the internal timeout because it was too short on my machine.
101002
101003 2012-10-04  Alpha Lam  <hclam@chromium.org>
101004
101005         Unreviewed. Chromium rebaselines.
101006
101007         Rebaseline pixel results after r130412.
101008
101009         * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
101010         * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
101011
101012 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
101013
101014         Another rebaseline needed after r130411.
101015
101016         * platform/mac/editing/pasteboard/5006779-expected.txt:
101017
101018 2012-10-04  Christophe Dumez  <christophe.dumez@intel.com>
101019
101020         [EFL] Add libxml 2.8.0 to jhbuild
101021         https://bugs.webkit.org/show_bug.cgi?id=98418
101022
101023         Reviewed by Laszlo Gombos.
101024
101025         Unskip fast/xsl/xslt-missing-namespace-in-xslt.xml
101026         since it passes with libxml 2.8.0 and we now depend
101027         on that version.
101028
101029         * platform/efl/TestExpectations:
101030
101031 2012-10-04  Tony Chang  <tony@chromium.org>
101032
101033         Unreviewed gardening.  Landing render tree results for css3/flexbox/flexbox-baseline.html.
101034         https://bugs.webkit.org/show_bug.cgi?id=98306
101035
101036         This pixel test was added in r130405.
101037
101038         * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png: Added.
101039         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png: Added.
101040         * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
101041         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png: Added.
101042         * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt: Copied from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.
101043         * platform/chromium/TestExpectations:
101044         * platform/gtk/TestExpectations:
101045         * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Added.
101046         * platform/mac/TestExpectations:
101047         * platform/mac/css3/flexbox/flexbox-baseline-expected.txt: Added.
101048         * platform/qt/TestExpectations:
101049         * platform/qt/css3/flexbox/flexbox-baseline-expected.txt: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt.
101050
101051 2012-10-04  Alpha Lam  <hclam@chromium.org>
101052
101053         Unreviewed. Chromium rebaselines.
101054
101055         * platform/chromium-mac/fast/images/paint-subrect-grid-expected.png: Copied from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.
101056         * platform/chromium-win/fast/images/paint-subrect-grid-expected.png: Renamed from LayoutTests/platform/chromium/fast/images/paint-subrect-grid-expected.png.
101057
101058 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
101059
101060         Chromium rebaselines after r130411.
101061
101062         * platform/chromium-linux-x86/editing/pasteboard/paste-xml-expected.txt:
101063         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.txt:
101064         * platform/chromium-linux/editing/pasteboard/paste-xml-expected.txt:
101065         * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt:
101066         * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
101067         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-008-expected.txt: Removed.
101068         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-xml-expected.txt: Added.
101069         * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:
101070         * platform/chromium-win-xp/editing/pasteboard/paste-xml-expected.txt:
101071         * platform/chromium-win/editing/deleting/delete-block-merge-contents-018-expected.txt:
101072         * platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt:
101073         * platform/chromium-win/editing/deleting/delete-block-merge-contents-020-expected.txt:
101074         * platform/chromium-win/editing/deleting/delete-block-merge-contents-021-expected.txt:
101075         * platform/chromium-win/editing/deleting/delete-block-merge-contents-022-expected.txt:
101076         * platform/chromium-win/editing/deleting/merge-no-br-expected.txt:
101077         * platform/chromium-win/editing/execCommand/find-after-replace-expected.txt:
101078         * platform/chromium-win/editing/execCommand/paste-1-expected.txt:
101079         * platform/chromium-win/editing/execCommand/paste-2-expected.txt:
101080         * platform/chromium-win/editing/pasteboard/4944770-2-expected.txt:
101081         * platform/chromium-win/editing/pasteboard/5028447-expected.txt:
101082         * platform/chromium-win/editing/pasteboard/8145-3-expected.txt:
101083         * platform/chromium-win/editing/pasteboard/drag-drop-modifies-page-expected.txt:
101084         * platform/chromium-win/editing/pasteboard/merge-end-borders-expected.txt:
101085         * platform/chromium-win/editing/pasteboard/paste-line-endings-007-expected.txt:
101086         * platform/chromium-win/editing/pasteboard/paste-line-endings-008-expected.txt:
101087         * platform/chromium-win/editing/pasteboard/paste-line-endings-009-expected.txt:
101088         * platform/chromium-win/editing/pasteboard/paste-line-endings-010-expected.txt:
101089         * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
101090         * platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt:
101091         * platform/chromium-win/editing/pasteboard/paste-text-009-expected.txt:
101092         * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
101093         * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
101094         * platform/chromium-win/editing/pasteboard/subframe-dragndrop-1-expected.txt:
101095         * platform/chromium-win/editing/pasteboard/unrendered-br-expected.txt:
101096         * platform/chromium-win/fast/lists/drag-into-marker-expected.txt:
101097
101098 2012-10-04  Pravin D  <pravind.2k4@gmail.com>
101099
101100         Layout broken after cloning and re-inserting a table with a misplaced <form>
101101         https://bugs.webkit.org/show_bug.cgi?id=86746
101102
101103         Reviewed by Julien Chaffraix.
101104
101105         * fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Added.
101106         * fast/table/form-with-non-table-display-inside-table-elements.html: Added.
101107
101108 2012-10-04  Ryosuke Niwa  <rniwa@webkit.org>
101109
101110         Qt rebaseline after r130411.
101111
101112         * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
101113         * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
101114         * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
101115         * platform/qt/editing/deleting/merge-no-br-expected.txt:
101116         * platform/qt/editing/execCommand/find-after-replace-expected.txt:
101117         * platform/qt/editing/execCommand/paste-1-expected.txt:
101118         * platform/qt/editing/execCommand/paste-2-expected.txt:
101119         * platform/qt/editing/pasteboard/4944770-2-expected.txt:
101120         * platform/qt/editing/pasteboard/5006779-expected.txt:
101121         * platform/qt/editing/pasteboard/5028447-expected.txt:
101122         * platform/qt/editing/pasteboard/8145-3-expected.txt:
101123         * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
101124         * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
101125         * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
101126         * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
101127         * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
101128         * platform/qt/editing/pasteboard/paste-text-009-expected.txt:
101129         * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
101130         * platform/qt/editing/pasteboard/unrendered-br-expected.txt:
101131
101132 2012-10-04  Dean Jackson  <dino@apple.com>
101133
101134         Attribute and Uniform variable names need translation in shader
101135         https://bugs.webkit.org/show_bug.cgi?id=70989
101136
101137         Reviewed by Tim Horton (and Darin Adler).
101138
101139         Added subtests to exercise variables that are well under the limits but
101140         not long enough to produce an error. This way we now test all three options:
101141         under the limit, at the limit, over the limit.
101142
101143         Also, the tests are unskipped on Mac.
101144
101145         * fast/canvas/webgl/attrib-location-length-limits-expected.txt:
101146         * fast/canvas/webgl/attrib-location-length-limits.html:
101147         * fast/canvas/webgl/uniform-location-length-limits-expected.txt:
101148         * fast/canvas/webgl/uniform-location-length-limits.html:
101149         * platform/mac/TestExpectations:
101150
101151 2012-10-03  Benjamin Poulain  <bpoulain@apple.com>
101152
101153         [WK2] Support all attributes of GeolocationPosition
101154         https://bugs.webkit.org/show_bug.cgi?id=98212
101155
101156         Reviewed by Sam Weinig.
101157
101158         Add a new test for the exposed attributes. It is disabled everywhere else than
101159         Mac because of the missing DRT features.
101160
101161         * fast/dom/Geolocation/coordinates-interface-attributes-expected.txt: Added.
101162         * fast/dom/Geolocation/coordinates-interface-attributes.html: Added.
101163         * platform/chromium/TestExpectations:
101164         * platform/gtk/TestExpectations:
101165         * platform/qt/TestExpectations:
101166
101167 2012-10-04  Alpha Lam  <hclam@chromium.org>
101168
101169         [skia] Drawing a subrect of bitmap image is misaligned
101170         https://bugs.webkit.org/show_bug.cgi?id=95121
101171
101172         Reviewed by Stephen White.
101173
101174         3 new tests added.
101175
101176         - fast/images/paint-subrect.html
101177
101178         This test enlarges a 2x1 image in a canvas for easy verification.
101179         2/3 of the image is used as source rectangle to exercise the code path
101180         for partial pixel addressing.
101181
101182         Pixel test result should have 1/3 blue on the left and 2/3 green on the
101183         right with gradient according to interpolation settings.
101184
101185         - fast/images/paint-subrect-grid.html
101186
101187         Draws a 11x11 image into a canvas in 8 fragments with partial pixels.
101188         Canvas should look just like a single image enlarged.
101189
101190         - fast/images/repaint-subrect-grid.html
101191
101192         Scale a 31x31 image to 55x55. A blue square moves across the scaled
101193         image such that the image is partially invalidated. After the animation
101194         the image should look the same.
101195
101196         * fast/images/paint-subrect-expected.txt: Added.
101197         * fast/images/paint-subrect-grid-expected.txt: Added.
101198         * fast/images/paint-subrect-grid.html: Added.
101199         * fast/images/paint-subrect.html: Added.
101200         * fast/images/repaint-subrect-grid-expected.html: Added.
101201         * fast/images/repaint-subrect-grid.html: Added.
101202         * fast/images/resources/grid-large.png: Added.
101203         * fast/images/resources/grid-small.png: Added.
101204         * platform/chromium/TestExpectations: Added image failure expectations.
101205         * platform/chromium/fast/images/paint-subrect-expected.png: Added.
101206         * platform/chromium/fast/images/paint-subrect-grid-expected.png: Added.
101207         * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Added.
101208
101209 2012-10-03  Ryosuke Niwa  <rniwa@webkit.org>
101210
101211         ReplaceSelectionCommand should merge text nodes
101212         https://bugs.webkit.org/show_bug.cgi?id=98188
101213
101214         Reviewed by Levi Weintraub.
101215
101216         Rebaselined tests.
101217
101218         * editing/deleting/merge-paragraphs-with-transparent-background-expected.txt:
101219         * editing/deleting/paste-with-transparent-background-color-expected.txt:
101220         * editing/execCommand/outdent-selection-expected.txt:
101221         * editing/execCommand/remove-list-items-expected.txt:
101222         * editing/inserting/insert-3907422-fix-expected.txt:
101223         * editing/pasteboard/avoid-copying-body-with-background-expected.txt:
101224         * editing/pasteboard/block-wrappers-necessary-expected.txt:
101225         * editing/pasteboard/drag-drop-list-expected.txt:
101226         * editing/pasteboard/merge-end-5-expected.txt:
101227         * editing/pasteboard/paste-before-tab-span-expected.txt:
101228         * editing/pasteboard/paste-into-table-cell-expected.txt:
101229         * editing/pasteboard/paste-text-001-expected.txt:
101230         * editing/pasteboard/paste-text-002-expected.txt:
101231         * editing/pasteboard/paste-text-003-expected.txt:
101232         * editing/pasteboard/paste-text-010-expected.txt:
101233         * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
101234         * editing/pasteboard/paste-unrendered-select-expected.txt:
101235         * editing/pasteboard/smart-paste-001-expected.txt:
101236         * editing/pasteboard/smart-paste-002-expected.txt:
101237         * editing/pasteboard/smart-paste-003-expected.txt:
101238         * editing/pasteboard/smart-paste-004-expected.txt:
101239         * editing/pasteboard/smart-paste-005-expected.txt:
101240         * editing/pasteboard/smart-paste-006-expected.txt:
101241         * fast/events/ondragenter-expected.txt:
101242         * fast/lists/drag-into-marker.html:
101243         * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
101244         * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
101245         * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
101246         * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
101247         * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
101248         * platform/mac/editing/deleting/merge-no-br-expected.txt:
101249         * platform/mac/editing/execCommand/find-after-replace-expected.txt:
101250         * platform/mac/editing/execCommand/paste-1-expected.txt:
101251         * platform/mac/editing/execCommand/paste-2-expected.txt:
101252         * platform/mac/editing/pasteboard/4944770-2-expected.txt:
101253         * platform/mac/editing/pasteboard/5006779-expected.txt:
101254         * platform/mac/editing/pasteboard/5028447-expected.txt:
101255         * platform/mac/editing/pasteboard/8145-3-expected.txt:
101256         * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
101257         * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
101258         * platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
101259         * platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
101260         * platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
101261         * platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
101262         * platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
101263         * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
101264         * platform/mac/editing/pasteboard/paste-text-004-expected.txt:
101265         * platform/mac/editing/pasteboard/paste-text-005-expected.txt:
101266         * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
101267         * platform/mac/editing/pasteboard/paste-text-009-expected.txt:
101268         * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
101269         * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
101270         * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
101271         * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
101272         * platform/mac/editing/pasteboard/unrendered-br-expected.txt:
101273
101274 2012-10-04  Tony Chang  <tony@chromium.org>
101275
101276         Unreviewed, fix flexbox-baseline.html to test the new behavior after r130409.
101277
101278         * css3/flexbox/flexbox-baseline.html:
101279         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png:
101280         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt:
101281
101282 2012-10-04  Tony Chang  <tony@chromium.org>
101283
101284         Unreviewed, fixing expected results for a test that needs a new baseline.
101285
101286         * platform/chromium/TestExpectations:
101287         * platform/efl/TestExpectations:
101288         * platform/gtk/TestExpectations:
101289         * platform/mac/TestExpectations:
101290         * platform/qt/TestExpectations:
101291
101292 2012-10-04  Sheriff Bot  <webkit.review.bot@gmail.com>
101293
101294         Unreviewed, rolling out r130396.
101295         http://trac.webkit.org/changeset/130396
101296         https://bugs.webkit.org/show_bug.cgi?id=98421
101297
101298         This patch is causing crashes on 4 tests on Lion Debug and
101299         Mountain Lion Debug (Requested by jernoble on #webkit).
101300
101301         * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Removed.
101302         * compositing/layer-creation/fixed-position-absolute-descendant.html: Removed.
101303
101304 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101305
101306         [EFL] Fix r140403 by skipping the right test.
101307
101308         * platform/efl/TestExpectations:
101309
101310 2012-10-04  Tony Chang  <tony@chromium.org>
101311
101312         inline-flex baseline is sometimes wrong
101313         https://bugs.webkit.org/show_bug.cgi?id=96188
101314
101315         Reviewed by Ojan Vafai.
101316
101317         Add a new pixel test and mark the test as failing so we can get pixel results from the bots.
101318
101319         * css3/flexbox/flexbox-baseline.html: Added.
101320         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png: Added.
101321         * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.txt: Added.
101322         * platform/chromium/TestExpectations:
101323         * platform/efl/TestExpectations:
101324         * platform/gtk/TestExpectations:
101325         * platform/mac/TestExpectations:
101326         * platform/qt/TestExpectations:
101327         * platform/win/TestExpectations:
101328
101329 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101330
101331         [EFL] Temporarily skip fast/xsl/xslt-missing-namespace-in-xslt.html.
101332
101333         As bug 91009 shows, libxml 2.8.0 makes us produce a different test
101334         result. Unskip the test for now until we add that version to
101335         jhbuild.
101336
101337         * platform/efl/TestExpectations:
101338
101339 2012-10-04  Xianzhu Wang  <wangxianzhu@chromium.org>
101340
101341         [Chromium] Should set unitsPerEm in SimpleFontDataSkia.cpp
101342         https://bugs.webkit.org/show_bug.cgi?id=98100
101343
101344         Reviewed by Stephen White.
101345
101346         * fast/writing-mode/resources/DroidSansFallback-reduced.ttf: Added.
101347         * fast/writing-mode/vertical-font-vmtx-units-per-em-expected.txt: Added.
101348         * fast/writing-mode/vertical-font-vmtx-units-per-em.html: Added.
101349
101350 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101351
101352         [EFL] Revert some wrong baselines added in r130387.
101353
101354         Thanks to Christophe Dumez and Mikhail Pozdnyakov for the help.
101355
101356         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Removed.
101357         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:
101358
101359 2012-10-04  Peter Rybin  <peter.rybin@gmail.com>
101360
101361         Web Inspector: expose object internal properties such as PrimitiveValue or BoundThis
101362         https://bugs.webkit.org/show_bug.cgi?id=94397
101363
101364         Reviewed by Yury Semikhatsky.
101365
101366         A test is added to support new feature. Old test is updated because line number changed.
101367
101368         * inspector-protocol/runtime-getProperties-expected.txt: Added.
101369         * inspector-protocol/runtime-getProperties.html: Added.
101370         * inspector/console/command-line-api-expected.txt:
101371
101372 2012-10-04  Sami Kyostila  <skyostil@chromium.org>
101373
101374         Fixed position visibility check does not consider descendants
101375         https://bugs.webkit.org/show_bug.cgi?id=98144
101376
101377         Reviewed by Simon Fraser.
101378
101379         Added a test for the fixed position layer visibility check.
101380
101381         * compositing/layer-creation/fixed-position-absolute-descendant-expected.txt: Added.
101382         * compositing/layer-creation/fixed-position-absolute-descendant.html: Added.
101383
101384 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
101385
101386         [Qt] Unreviewed gardening after r130385. Skip some failing test.
101387
101388         * platform/qt-5.0-wk2/TestExpectations:
101389         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
101390
101391 2012-10-04  Vsevolod Vlasov  <vsevik@chromium.org>
101392
101393         Web Inspector: When uiSourceCode content has diverged from VM script, call frames should be shown in temporary script based uiSourceCodes.
101394         https://bugs.webkit.org/show_bug.cgi?id=98385
101395
101396         Reviewed by Pavel Feldman.
101397
101398         * inspector/debugger/dynamic-script-tag-expected.txt:
101399         * inspector/debugger/resource-script-mapping-expected.txt:
101400
101401 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
101402
101403         [Qt] Unreviewed gardening after r130385. Skip a failing test.
101404         https://bugs.webkit.org/show_bug.cgi?id=62741
101405
101406         * platform/qt/TestExpectations:
101407
101408 2012-10-04  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101409
101410         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 6.
101411
101412         * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
101413         * platform/efl/compositing/visibility/visibility-image-layers-expected.png: Added.
101414         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
101415         * platform/efl/compositing/visibility/visibility-simple-video-layer-expected.txt: Added.
101416         * platform/efl/fast/forms/datalist/update-range-with-datalist-expected.png: Added.
101417         * platform/efl/fast/selectors/unqualified-hover-strict-expected.png:
101418         * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt:
101419         * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
101420         * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
101421         * platform/efl/fullscreen/full-screen-stacking-context-expected.png:
101422         * platform/efl/fullscreen/full-screen-zIndex-after-expected.png:
101423         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.png:
101424         * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt:
101425         * platform/efl/http/tests/local/file-url-sent-as-referer-expected.png:
101426         * platform/efl/http/tests/misc/frame-access-during-load-expected.png:
101427         * platform/efl/http/tests/misc/iframe404-expected.png:
101428         * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:
101429         * platform/efl/http/tests/uri/css-href-expected.png:
101430         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
101431         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
101432         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
101433         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
101434         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
101435         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
101436         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
101437         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
101438         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
101439         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
101440         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
101441         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
101442         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
101443         * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
101444         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
101445         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
101446         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
101447         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
101448         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
101449         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
101450         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
101451         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
101452         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
101453         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
101454         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
101455         * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
101456         * platform/efl/svg/filters/big-sized-filter-expected.png:
101457         * platform/efl/svg/filters/feColorMatrix-saturate-expected.png: Added.
101458         * platform/efl/svg/filters/feDropShadow-expected.png: Added.
101459         * platform/efl/svg/filters/feGaussianBlur-expected.png:
101460         * platform/efl/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
101461         * platform/efl/svg/filters/filterRes1-expected.png:
101462         * platform/efl/svg/filters/filterRes3-expected.png:
101463         * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.png:
101464         * platform/efl/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
101465
101466 2012-10-04  Ádám Kallai  <kadam@inf.u-szeged.hu>
101467
101468         [Qt] Reviewing old bugs in Qt TestExpectations. Unskip now passing test.
101469
101470         * platform/qt-5.0-wk1/TestExpectations:
101471         * platform/qt-5.0-wk2/TestExpectations:
101472         * platform/qt/TestExpectations:
101473         * platform/qt/editing/pasteboard/smart-paste-008-expected.txt:
101474         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object-expected.txt: Added.
101475         * platform/qt/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Added.
101476
101477 2012-10-04  Yury Semikhatsky  <yurys@chromium.org>
101478
101479         Unreviewed. Mark perf/show-hide-table-rows.html as flaky.
101480
101481         * platform/chromium/TestExpectations:
101482
101483 2012-10-04  Harald Alvestrand  <hta@google.com>
101484
101485         Change RTCPeerConnection GetStats to use Date timestamp format
101486         https://bugs.webkit.org/show_bug.cgi?id=98263
101487
101488         Reviewed by Yury Semikhatsky.
101489
101490         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
101491         * fast/mediastream/RTCPeerConnection-stats.html:
101492
101493 2012-10-04  Sheriff Bot  <webkit.review.bot@gmail.com>
101494
101495         Unreviewed, rolling out r130377.
101496         http://trac.webkit.org/changeset/130377
101497         https://bugs.webkit.org/show_bug.cgi?id=98392
101498
101499         Chromium Win compilation is broken (Requested by yurys on
101500         #webkit).
101501
101502         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
101503         * fast/mediastream/RTCPeerConnection-stats.html:
101504
101505 2012-10-04  Kent Tamura  <tkent@chromium.org>
101506
101507         Some picker test for input[type=date] are failing
101508         https://bugs.webkit.org/show_bug.cgi?id=98390
101509
101510         * platform/chromium/TestExpectations:
101511
101512 2012-10-04  Kent Tamura  <tkent@chromium.org>
101513
101514         [Chromium] Fix an error in TestExpectations.
101515
101516         * platform/chromium/TestExpectations:
101517
101518 2012-10-04  Harald Alvestrand  <hta@google.com>
101519
101520         Change RTCPeerConnection GetStats to use Date timestamp format
101521         https://bugs.webkit.org/show_bug.cgi?id=98263
101522
101523         Reviewed by Adam Barth.
101524
101525         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
101526         * fast/mediastream/RTCPeerConnection-stats.html:
101527
101528 2012-10-04  Kent Tamura  <tkent@chromium.org>
101529
101530         Update tests for input[type=date] with the multiple fields UI
101531         https://bugs.webkit.org/show_bug.cgi?id=98386
101532
101533         Reviewed by Hajime Morita.
101534
101535         Remove some tests for input[type=date. They depends on the old UI, which
101536         we don't use any more.
101537         Mark some tests fail. We need to update their results later.
101538
101539         * fast/forms/date/date-appearance.html: Removed.
101540         * fast/forms/date/date-fixed-placeholder-expected.txt: Removed.
101541         * fast/forms/date/date-fixed-placeholder.html: Removed.
101542         * fast/forms/date/date-input-visible-strings-expected.txt: Removed.
101543         * fast/forms/date/date-input-visible-strings.html: Removed.
101544         * fast/forms/date/input-date-commit-valid-only-expected.txt: Removed.
101545         * fast/forms/date/input-date-commit-valid-only.html: Removed.
101546         * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: Removed.
101547         * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: Removed.
101548         * platform/chromium-linux/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
101549         * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed.
101550         * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: Removed.
101551         * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: Removed.
101552         * platform/chromium-win/fast/forms/date/date-appearance-expected.png: Removed.
101553         * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: Removed.
101554         * platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
101555         * platform/chromium/TestExpectations:
101556         * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Removed.
101557
101558 2012-10-04  Tullio Lucena  <tullio.lucena@openbossa.org>
101559
101560         [Qt] css2.1/20110323/text-indent-intrinsic-00* fail
101561         https://bugs.webkit.org/show_bug.cgi?id=91772
101562
101563         Reviewed by Yuta Kitamura.
101564
101565         Unskip some tests that are passing.
101566
101567         * platform/qt/TestExpectations:
101568
101569 2012-10-04  Zan Dobersek  <zandobersek@gmail.com>
101570
101571         Unreviewed GTK gardening.
101572
101573         Adding proper bug modifiers for accessibility failures that don't yet have one.
101574
101575         * platform/gtk/TestExpectations:
101576
101577 2012-10-04  Yury Semikhatsky  <yurys@chromium.org>
101578
101579         Removed duplicate entries introduced by r130355
101580
101581         * platform/chromium/TestExpectations:
101582
101583 2012-10-04  Csaba Osztrogonác  <ossy@webkit.org>
101584
101585         [Qt][WK2] Unreviewed gardening, skip new crashing tests to paint the bot green.
101586
101587         * platform/qt-5.0-wk2/TestExpectations:
101588
101589 2012-10-03  Kent Tamura  <tkent@chromium.org>
101590
101591         DateTimeYearFieldElement should respect min/max values specified by page authors
101592         https://bugs.webkit.org/show_bug.cgi?id=98227
101593
101594         Reviewed by Hajime Morita.
101595
101596         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Added.
101597         * fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events.html: Added.
101598
101599 2012-10-03  Douglas Stockwell  <dstockwell@chromium.org>
101600
101601         Chromium needs support for border radius clipping
101602         https://bugs.webkit.org/show_bug.cgi?id=69866
101603
101604         Reviewed by Stephen White.
101605
101606         * platform/chromium-linux/fast/clip/overflow-border-radius-combinations-expected.png:
101607         * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png:
101608         * platform/chromium-linux/fast/clip/overflow-border-radius-transformed-expected.png:
101609         * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
101610         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
101611         * platform/chromium-linux/media/audio-repaint-expected.png:
101612         * platform/chromium-linux/media/controls-after-reload-expected.png:
101613         * platform/chromium-linux/media/controls-strict-expected.png:
101614         * platform/chromium-linux/media/controls-styling-expected.png:
101615         * platform/chromium-linux/media/controls-styling-strict-expected.png:
101616         * platform/chromium-linux/media/controls-without-preload-expected.png:
101617         * platform/chromium-linux/media/track/track-cue-rendering-horizontal-expected.png:
101618         * platform/chromium-linux/media/track/track-cue-rendering-vertical-expected.png:
101619         * platform/chromium-linux/media/video-controls-rendering-expected.png:
101620         * platform/chromium-linux/media/video-display-toggle-expected.png:
101621         * platform/chromium-linux/media/video-no-audio-expected.png:
101622         * platform/chromium-linux/media/video-playing-and-pause-expected.png:
101623         * platform/chromium-linux/media/video-zoom-controls-expected.png:
101624         * platform/chromium/TestExpectations:
101625
101626 2012-10-03  Tony Chang  <tony@chromium.org>
101627
101628         Unreviewed, remove 2 tests that were moved in http://trac.webkit.org/changeset/130150.
101629
101630         http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html and
101631         http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html were
101632         refactored away.
101633
101634         * platform/qt/TestExpectations:
101635
101636 2012-10-03  Emil A Eklund  <eae@chromium.org>
101637
101638         Unreviewed chromium/win rebaseline for r130329.
101639
101640         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
101641         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
101642         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
101643         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
101644         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
101645         * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
101646
101647 2012-10-03  Emil A Eklund  <eae@chromium.org>
101648
101649         Unreviewed chromium/mac rebaseline for r130329.
101650
101651         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
101652         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
101653         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
101654         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
101655         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
101656         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
101657         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
101658         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
101659         * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
101660
101661 2012-10-03  Ojan Vafai  <ojan@chromium.org>
101662
101663         Simplify the magnitude-perf test harness
101664         https://bugs.webkit.org/show_bug.cgi?id=98305
101665
101666         Reviewed by Ryosuke Niwa.
101667
101668         -Remove the chromium.Interval stuff. This API no longer exists.
101669         -Reduce the number of iterations to 8.
101670         -Start magnitude at 1 instead of 0.
101671         -Remove all the iterationsPerRun junk. This complexity was not achieving the goal of
101672         reducing flakiness.
101673
101674         With these changes, the perf tests are not flaky for me locally.
101675         I ran all the perf tests with --iterations=100 and had no failures,
101676         All the complexity was increasing flakiness.
101677
101678         This also reduces the runtime of the tests by >2x.
101679
101680         * perf/adding-radio-buttons.html:
101681         This test is clearly linear. It should never have been marked constant.
101682         The patch that landed it was fixing an n^2 behavior.
101683
101684         * perf/array-binary-search.html:
101685         Search for the first item in the array so that the search is always actually log n.
101686
101687         * perf/nested-combined-selectors.html:
101688         Now that we run fewer iterations, we don't need to artificially limit this test.
101689
101690         * resources/magnitude-perf.js:
101691         (Magnitude.run):
101692         (Magnitude._run):
101693         (Magnitude._rSquared):
101694         (Magnitude._logIterationInfo):
101695         (Magnitude._bigOGuess):
101696         (Magnitude._runIteration):
101697         (Magnitude):
101698
101699 2012-10-03  Joshua Bell  <jsbell@chromium.org>
101700
101701         [Chromium] storage/indexeddb tests sometimes timeout
101702         https://bugs.webkit.org/show_bug.cgi?id=65862
101703
101704         Reviewed by Ojan Vafai.
101705
101706         storage/indexeddb/index-cursor.html was taking up to 26 seconds on some debug configurations
101707         due to the large amount of output. Tweak the test to reduce the spam. On my test box this
101708         drops the runtime of this single test from 7s to 2s.
101709
101710         * storage/indexeddb/index-cursor-expected.txt:
101711         * storage/indexeddb/resources/index-cursor.js:
101712         (cursorIteration):
101713
101714 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101715
101716         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.
101717
101718         Finally finish rebaselining fast/.
101719
101720         * platform/efl/fast/repaint/transform-repaint-descendants-expected.png:
101721         * platform/efl/fast/replaced/absolute-image-sizing-expected.png:
101722         * platform/efl/fast/replaced/width100percent-image-expected.png:
101723         * platform/efl/fast/replaced/width100percent-textfield-expected.png:
101724         * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.png: Added.
101725         * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.png: Added.
101726         * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.png: Added.
101727         * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.png: Added.
101728         * platform/efl/fast/ruby/ruby-inline-table-expected.png:
101729         * platform/efl/fast/runin/001-expected.png:
101730         * platform/efl/fast/runin/generated-expected.png:
101731         * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
101732         * platform/efl/fast/table/floatingTablePaintBackground-expected.png:
101733         * platform/efl/fast/table/form-with-table-style-expected.png:
101734         * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.png:
101735         * platform/efl/fast/text/emphasis-avoid-ruby-expected.png:
101736         * platform/efl/fast/text/emphasis-combined-text-expected.png:
101737         * platform/efl/fast/text/emphasis-overlap-expected.png:
101738         * platform/efl/fast/text/large-text-composed-char-expected.png:
101739         * platform/efl/fast/text/whitespace/002-expected.png:
101740         * platform/efl/fast/text/whitespace/003-expected.png:
101741         * platform/efl/fast/text/whitespace/004-expected.png:
101742         * platform/efl/fast/text/whitespace/005-expected.png:
101743         * platform/efl/fast/text/whitespace/006-expected.png:
101744         * platform/efl/fast/text/whitespace/007-expected.png:
101745         * platform/efl/fast/text/whitespace/008-expected.png:
101746         * platform/efl/fast/text/whitespace/009-expected.png:
101747         * platform/efl/fast/text/whitespace/010-expected.png:
101748         * platform/efl/fast/text/whitespace/011-expected.png:
101749         * platform/efl/fast/text/whitespace/012-expected.png:
101750         * platform/efl/fast/text/whitespace/013-expected.png:
101751         * platform/efl/fast/text/whitespace/014-expected.png:
101752         * platform/efl/fast/text/whitespace/015-expected.png:
101753         * platform/efl/fast/text/whitespace/016-expected.png:
101754         * platform/efl/fast/text/whitespace/018-expected.png:
101755         * platform/efl/fast/text/whitespace/020-expected.png:
101756         * platform/efl/fast/text/whitespace/021-expected.png:
101757         * platform/efl/fast/text/whitespace/025-expected.png:
101758         * platform/efl/fast/text/whitespace/027-expected.png:
101759         * platform/efl/fast/text/whitespace/030-expected.png:
101760         * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
101761         * platform/efl/fast/text/whitespace/pre-break-word-expected.png:
101762         * platform/efl/fast/text/whitespace/pre-wrap-last-char-expected.png:
101763         * platform/efl/fast/text/whitespace/pre-wrap-line-test-expected.png:
101764         * platform/efl/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
101765         * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
101766
101767 2012-10-03  Emil A Eklund  <eae@chromium.org>
101768
101769         Round image sizes when zooming
101770         https://bugs.webkit.org/show_bug.cgi?id=98205
101771
101772         Reviewed by Eric Seidel.
101773
101774         Add test for zoomed large image tiles.
101775
101776         * fast/images/zoomed-img-size.html:
101777         * fast/sub-pixel/zoomed-image-tiles-expected.html: Added.
101778         * fast/sub-pixel/zoomed-image-tiles.html: Added.
101779         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
101780         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
101781         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
101782         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
101783         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
101784         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
101785         * platform/chromium/fast/images/zoomed-img-size-expected.txt: Added.
101786         * platform/gtk/TestExpectations:
101787         * platform/mac-lion/TestExpectations:
101788         * platform/mac-snowleopard/TestExpectations:
101789         * platform/mac-wk2/TestExpectations:
101790         * platform/mac/TestExpectations:
101791         * platform/qt-4.8/TestExpectations:
101792         * platform/qt/TestExpectations:
101793         * platform/win-wk2/TestExpectations:
101794         * platform/win-xp/TestExpectations:
101795         * platform/win/TestExpectations:
101796         * platform/wincairo/TestExpectations:
101797         * platform/wk2/TestExpectations:
101798
101799 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101800
101801         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 5.
101802
101803         * platform/efl/fast/repaint/list-marker-2-expected.png:
101804         * platform/efl/fast/repaint/list-marker-expected.png:
101805         * platform/efl/fast/repaint/make-children-non-inline-expected.png:
101806         * platform/efl/fast/repaint/opacity-change-on-overflow-float-expected.png:
101807         * platform/efl/fast/repaint/outline-child-repaint-expected.png:
101808         * platform/efl/fast/repaint/outline-inset-expected.png:
101809         * platform/efl/fast/repaint/outline-repaint-glitch-expected.png:
101810         * platform/efl/fast/repaint/outline-shrinking-expected.png:
101811         * platform/efl/fast/repaint/overflow-delete-line-expected.png:
101812         * platform/efl/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
101813         * platform/efl/fast/repaint/overflow-outline-repaint-expected.png:
101814         * platform/efl/fast/repaint/overflow-scroll-body-appear-expected.png:
101815         * platform/efl/fast/repaint/overflow-scroll-delete-expected.png:
101816         * platform/efl/fast/repaint/reflection-redraw-expected.png:
101817         * platform/efl/fast/repaint/repaint-resized-overflow-expected.png:
101818         * platform/efl/fast/repaint/scale-page-shrink-expected.png:
101819         * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png:
101820         * platform/efl/fast/repaint/selected-replaced-expected.png:
101821         * platform/efl/fast/repaint/selection-after-remove-expected.png:
101822         * platform/efl/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
101823         * platform/efl/fast/repaint/selection-gap-overflow-scroll-expected.png:
101824         * platform/efl/fast/repaint/selection-rl-expected.png:
101825         * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png:
101826         * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
101827         * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png:
101828         * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png:
101829         * platform/efl/fast/repaint/stacked-diacritics-expected.png:
101830         * platform/efl/fast/repaint/static-to-positioned-expected.png:
101831         * platform/efl/fast/repaint/table-cell-collapsed-border-expected.png:
101832         * platform/efl/fast/repaint/table-cell-move-expected.png:
101833         * platform/efl/fast/repaint/table-collapsed-border-expected.png:
101834         * platform/efl/fast/repaint/table-extra-bottom-grow-expected.png:
101835         * platform/efl/fast/repaint/text-append-dirty-lines-expected.png:
101836         * platform/efl/fast/repaint/text-emphasis-v-expected.png: Added.
101837         * platform/efl/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
101838         * platform/efl/fast/repaint/text-selection-rect-in-overflow-expected.png:
101839         * platform/efl/fast/repaint/text-shadow-expected.png:
101840         * platform/efl/fast/repaint/text-shadow-horizontal-expected.png:
101841         * platform/efl/fast/repaint/textarea-set-disabled-expected.png: Added.
101842         * platform/efl/fast/repaint/transform-relative-position-expected.png:
101843
101844 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101845
101846         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 4.
101847
101848         * platform/efl/fast/repaint/bugzilla-7235-expected.png:
101849         * platform/efl/fast/repaint/change-transform-expected.png:
101850         * platform/efl/fast/repaint/clipped-relative-expected.png:
101851         * platform/efl/fast/repaint/containing-block-position-change-expected.png:
101852         * platform/efl/fast/repaint/control-clip-expected.png:
101853         * platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
101854         * platform/efl/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
101855         * platform/efl/fast/repaint/fixed-table-cell-expected.png:
101856         * platform/efl/fast/repaint/flexible-box-overflow-expected.png:
101857         * platform/efl/fast/repaint/flexible-box-overflow-horizontal-expected.png:
101858         * platform/efl/fast/repaint/float-move-during-layout-expected.png:
101859         * platform/efl/fast/repaint/focus-layers-expected.png:
101860         * platform/efl/fast/repaint/inline-block-overflow-expected.png:
101861         * platform/efl/fast/repaint/layer-child-outline-expected.png:
101862         * platform/efl/fast/repaint/layer-outline-expected.png:
101863         * platform/efl/fast/repaint/layer-outline-horizontal-expected.png:
101864         * platform/efl/fast/repaint/layout-state-scrolloffset-expected.png:
101865         * platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png:
101866         * platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png:
101867         * platform/efl/fast/repaint/line-flow-with-floats-1-expected.png:
101868         * platform/efl/fast/repaint/line-flow-with-floats-10-expected.png:
101869         * platform/efl/fast/repaint/line-flow-with-floats-2-expected.png:
101870         * platform/efl/fast/repaint/line-flow-with-floats-3-expected.png:
101871         * platform/efl/fast/repaint/line-flow-with-floats-4-expected.png:
101872         * platform/efl/fast/repaint/line-flow-with-floats-5-expected.png:
101873         * platform/efl/fast/repaint/line-flow-with-floats-6-expected.png:
101874         * platform/efl/fast/repaint/line-flow-with-floats-7-expected.png:
101875         * platform/efl/fast/repaint/line-flow-with-floats-8-expected.png:
101876         * platform/efl/fast/repaint/line-flow-with-floats-9-expected.png:
101877         * platform/efl/fast/repaint/line-overflow-expected.png:
101878
101879 2012-10-03  Benjamin Poulain  <bpoulain@apple.com>
101880
101881         Fix Geolocation/window-close-crash.html and harden WebKitTestRunner for Geolocation
101882         https://bugs.webkit.org/show_bug.cgi?id=97608
101883
101884         Reviewed by Sam Weinig.
101885
101886         * platform/wk2/TestExpectations:
101887         Unskip fast/dom/Geolocation/window-close-crash.html.
101888         * platform/mac-wk2/TestExpectations:
101889         Unskip fast/dom/Geolocation/maximum-age.html.
101890
101891 2012-10-03  Stephen Chenney  <schenney@chromium.org>
101892
101893         REGRESSION(r130160): It made 3 tests crash
101894         https://bugs.webkit.org/show_bug.cgi?id=98158
101895
101896         Unreviewed testExpectations update.
101897
101898         * platform/qt/TestExpectations: Removed expectations from tests that were crashing due to this bug.
101899
101900 2012-10-03  Stephen Chenney  <schenney@chromium.org>
101901
101902         Font data is purged while fonts are still using it
101903         https://bugs.webkit.org/show_bug.cgi?id=93640
101904
101905         Reviewed by Eric Seidel.
101906
101907         Tests for font purging. The seamless-custom-font-pruning-crash test
101908         was only failing in Chromium Asan, while the seamless-nested-crash
101909         case was only failing in Asan DumpRenderTree.
101910
101911         * fast/frames/seamless/seamless-custom-font-pruning-crash-expected.txt: Added.
101912         * fast/frames/seamless/seamless-custom-font-pruning-crash.html: Added.
101913         * fast/frames/seamless/seamless-nested-crash-expected.txt: Added.
101914         * fast/frames/seamless/seamless-nested-crash.html: Added.
101915
101916 2012-10-03  Ojan Vafai  <ojan@chromium.org>
101917
101918         Fix some style violations in perparation for changing this code.
101919         * resources/magnitude-perf.js:
101920         (Magnitude.run):
101921         (Magnitude._logIterationInfo):
101922         (Magnitude._runIteration):
101923
101924 2012-10-03  Dirk Pranke  <dpranke@chromium.org>
101925
101926         Mark platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html as slow on Mac Lion Release
101927         https://bugs.webkit.org/show_bug.cgi?id=79679
101928
101929         Unreviewed, expectations change.
101930
101931         * platform/chromium/TestExpectations:
101932
101933 2012-10-03  Adam Barth  <abarth@webkit.org>
101934
101935         Crash when calling document.open during unload
101936         https://bugs.webkit.org/show_bug.cgi?id=98287
101937
101938         Reviewed by Nate Chapin.
101939
101940         Test that we don't crash when calling document.open during the unload event.
101941
101942         * fast/parser/document-open-in-unload-expected.txt: Added.
101943         * fast/parser/document-open-in-unload.html: Added.
101944
101945 2012-10-03  Hans Wennborg  <hans@chromium.org>
101946
101947         Speech JavaScript API: Add SpeechRecognition.interimResults attribute
101948         https://bugs.webkit.org/show_bug.cgi?id=98279
101949
101950         Reviewed by Adam Barth.
101951
101952         Update test to check for the interimResults attribute.
101953
101954         * fast/speech/scripted/basics-expected.txt:
101955         * fast/speech/scripted/basics.html:
101956
101957 2012-10-03  Hans Wennborg  <hans@chromium.org>
101958
101959         Speech JavaScript API: Remove resultdeleted event
101960         https://bugs.webkit.org/show_bug.cgi?id=98272
101961
101962         Reviewed by Adam Barth.
101963
101964         Update layout test not to check for onresultdeleted event handler.
101965
101966         * fast/speech/scripted/basics-expected.txt:
101967         * fast/speech/scripted/basics.html:
101968
101969 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
101970
101971         Unreviwed gardening -- adjusted expectations for tiny-layer-rotated.html
101972
101973         * platform/chromium/TestExpectations:
101974
101975 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
101976
101977         Unreviewed gardening -- added expectations for 3 time-suggestion-picker-appearance tests.
101978
101979         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
101980         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
101981         * platform/chromium-linux/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
101982         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
101983         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
101984         * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
101985
101986 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
101987
101988         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 3.
101989
101990         * platform/efl/fast/media/mq-js-media-except-03-expected.png:
101991         * platform/efl/fast/media/mq-js-stylesheet-media-01-expected.png:
101992         * platform/efl/fast/media/mq-js-stylesheet-media-02-expected.png:
101993         * platform/efl/fast/media/mq-js-stylesheet-media-03-expected.png:
101994         * platform/efl/fast/media/mq-js-stylesheet-media-04-expected.png:
101995         * platform/efl/fast/media/mq-orientation-expected.png:
101996         * platform/efl/fast/media/mq-relative-constraints-02-expected.png:
101997         * platform/efl/fast/media/mq-relative-constraints-03-expected.png:
101998         * platform/efl/fast/media/mq-relative-constraints-04-expected.png:
101999         * platform/efl/fast/media/mq-relative-constraints-05-expected.png:
102000         * platform/efl/fast/media/mq-relative-constraints-06-expected.png:
102001         * platform/efl/fast/media/mq-relative-constraints-07-expected.png:
102002         * platform/efl/fast/media/mq-relative-constraints-08-expected.png:
102003         * platform/efl/fast/media/mq-relative-constraints-09-expected.png:
102004         * platform/efl/fast/media/mq-transition-expected.png:
102005         * platform/efl/fast/media/mq-width-absolute-01-expected.png:
102006         * platform/efl/fast/media/mq-width-absolute-02-expected.png:
102007         * platform/efl/fast/media/mq-width-absolute-03-expected.png:
102008         * platform/efl/fast/media/mq-width-absolute-04-expected.png:
102009         * platform/efl/fast/media/viewport-media-query-expected.png:
102010         * platform/efl/fast/overflow/001-expected.png:
102011         * platform/efl/fast/overflow/002-expected.png:
102012         * platform/efl/fast/overflow/003-expected.png:
102013         * platform/efl/fast/overflow/004-expected.png:
102014         * platform/efl/fast/overflow/006-expected.png:
102015         * platform/efl/fast/overflow/007-expected.png:
102016         * platform/efl/fast/overflow/border-radius-clipping-expected.png:
102017         * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png:
102018         * platform/efl/fast/overflow/dynamic-hidden-expected.png:
102019         * platform/efl/fast/overflow/float-in-relpositioned-expected.png:
102020         * platform/efl/fast/overflow/hit-test-overflow-controls-expected.png:
102021         * platform/efl/fast/overflow/image-selection-highlight-expected.png:
102022         * platform/efl/fast/overflow/line-clamp-expected.png:
102023         * platform/efl/fast/overflow/overflow-auto-table-expected.png:
102024         * platform/efl/fast/overflow/overflow-focus-ring-expected.png:
102025         * platform/efl/fast/overflow/overflow-rtl-expected.png:
102026         * platform/efl/fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
102027         * platform/efl/fast/overflow/overflow-rtl-vertical-expected.png:
102028         * platform/efl/fast/overflow/overflow-text-hit-testing-expected.png:
102029         * platform/efl/fast/overflow/overflow-with-local-background-attachment-expected.png:
102030         * platform/efl/fast/overflow/scrollbar-position-update-expected.png:
102031         * platform/efl/fast/overflow/table-overflow-float-expected.png:
102032         * platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
102033         * platform/efl/fast/reflections/inline-crash-expected.png:
102034         * platform/efl/fast/reflections/opacity-reflection-transform-expected.png:
102035         * platform/efl/fast/reflections/reflection-nesting-expected.png:
102036         * platform/efl/fast/reflections/reflection-with-zoom-expected.png:
102037         * platform/efl/fast/repaint/add-table-overpaint-expected.png: Added.
102038         * platform/efl/fast/repaint/background-scaling-expected.png: Added.
102039         * platform/efl/fast/repaint/backgroundSizeRepaint-expected.png:
102040         * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
102041         * platform/efl/fast/repaint/border-radius-repaint-expected.png:
102042         * platform/efl/fast/repaint/border-repaint-glitch-expected.png:
102043         * platform/efl/fast/repaint/box-shadow-h-expected.png:
102044         * platform/efl/fast/repaint/box-shadow-v-expected.png:
102045         * platform/efl/fast/repaint/bugzilla-3509-expected.png:
102046         * platform/efl/fast/repaint/bugzilla-5699-expected.png:
102047         * platform/efl/fast/repaint/bugzilla-6278-expected.png:
102048         * platform/efl/fast/repaint/bugzilla-6388-expected.png:
102049         * platform/efl/fast/repaint/bugzilla-6473-expected.png:
102050
102051 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
102052
102053         [EFL] Pixel test rebaselines to enable pixel testing on the bots, part 2.
102054
102055         * platform/efl/fast/css3-text-decoration: Added.
102056         * platform/efl/fast/css3-text-decoration/repaint: Added.
102057         * platform/efl/fast/css3-text-decoration/repaint/repaint-text-decoration-line-expected.png: Added.
102058         * platform/efl/fast/doctypes/001-expected.png:
102059         * platform/efl/fast/doctypes/002-expected.png:
102060         * platform/efl/fast/doctypes/003-expected.png:
102061         * platform/efl/fast/doctypes/004-expected.png:
102062         * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
102063         * platform/efl/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
102064         * platform/efl/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
102065         * platform/efl/fast/flexbox/002-expected.png:
102066         * platform/efl/fast/flexbox/003-expected.png:
102067         * platform/efl/fast/flexbox/004-expected.png:
102068         * platform/efl/fast/flexbox/005-expected.png:
102069         * platform/efl/fast/flexbox/006-expected.png:
102070         * platform/efl/fast/flexbox/007-expected.png:
102071         * platform/efl/fast/flexbox/008-expected.png:
102072         * platform/efl/fast/flexbox/009-expected.png:
102073         * platform/efl/fast/flexbox/010-expected.png:
102074         * platform/efl/fast/flexbox/011-expected.png:
102075         * platform/efl/fast/flexbox/012-expected.png:
102076         * platform/efl/fast/flexbox/016-expected.png:
102077         * platform/efl/fast/flexbox/017-expected.png:
102078         * platform/efl/fast/flexbox/018-expected.png:
102079         * platform/efl/fast/flexbox/019-expected.png:
102080         * platform/efl/fast/flexbox/020-expected.png:
102081         * platform/efl/fast/flexbox/021-expected.png:
102082         * platform/efl/fast/flexbox/022-expected.png:
102083         * platform/efl/fast/flexbox/023-expected.png:
102084         * platform/efl/fast/flexbox/024-expected.png:
102085         * platform/efl/fast/forms/file/file-input-pressed-state-expected.png:
102086         * platform/efl/fast/forms/input-align-expected.png:
102087         * platform/efl/fast/forms/input-text-double-click-expected.png:
102088         * platform/efl/fast/gradients/css3-color-stop-units-expected.png:
102089         * platform/efl/fast/gradients/css3-color-stops-expected.png:
102090         * platform/efl/fast/gradients/css3-linear-angle-gradients-expected.png:
102091         * platform/efl/fast/gradients/css3-linear-right-angle-gradients-expected.png:
102092         * platform/efl/fast/gradients/css3-radial-gradients-expected.png:
102093         * platform/efl/fast/gradients/css3-radial-gradients2-expected.png:
102094         * platform/efl/fast/gradients/css3-repeating-linear-gradients-expected.png:
102095         * platform/efl/fast/gradients/css3-repeating-radial-gradients-expected.png:
102096         * platform/efl/fast/gradients/gradient-after-transparent-border-expected.png:
102097         * platform/efl/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
102098         * platform/efl/fast/images/image-map-anchor-children-expected.png:
102099         * platform/efl/fast/images/imagemap-case-expected.png:
102100         * platform/efl/fast/images/imagemap-circle-focus-ring-expected.png:
102101         * platform/efl/fast/images/imagemap-focus-ring-expected.png:
102102         * platform/efl/fast/images/imagemap-focus-ring-outline-color-expected.png:
102103         * platform/efl/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
102104         * platform/efl/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
102105         * platform/efl/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
102106         * platform/efl/fast/images/imagemap-polygon-focus-ring-expected.png:
102107         * platform/efl/fast/inline-block/002-expected.png:
102108         * platform/efl/fast/inline-block/003-expected.png:
102109         * platform/efl/fast/inline-block/006-expected.png:
102110         * platform/efl/fast/inline-block/14498-positionForCoordinates-expected.png:
102111         * platform/efl/fast/inline-block/overflow-clip-expected.png:
102112         * platform/efl/fast/inline-block/tricky-baseline-expected.png:
102113         * platform/efl/fast/inline/001-expected.png:
102114         * platform/efl/fast/inline/25277-2-expected.png:
102115         * platform/efl/fast/inline/25277-expected.png:
102116         * platform/efl/fast/inline/br-text-decoration-expected.png:
102117         * platform/efl/fast/inline/continuation-outlines-expected.png:
102118         * platform/efl/fast/inline/drawStyledEmptyInlines-expected.png:
102119         * platform/efl/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
102120         * platform/efl/fast/inline/emptyInlinesWithinLists-expected.png:
102121         * platform/efl/fast/inline/inline-borders-with-bidi-override-expected.png:
102122         * platform/efl/fast/inline/inline-continuation-borders-expected.png:
102123         * platform/efl/fast/inline/inline-focus-ring-expected.png:
102124         * platform/efl/fast/inline/inline-padding-disables-text-quirk-expected.png:
102125         * platform/efl/fast/inline/inline-text-quirk-bpm-expected.png:
102126         * platform/efl/fast/inline/inline-wrap-with-parent-padding-expected.png:
102127         * platform/efl/fast/inline/vertical-align-text-bottom-expected.png:
102128         * platform/efl/fast/innerHTML/002-expected.png:
102129         * platform/efl/fast/innerHTML/003-expected.png:
102130         * platform/efl/fast/innerHTML/006-expected.png:
102131         * platform/efl/fast/invalid/002-expected.png:
102132         * platform/efl/fast/invalid/014-expected.png:
102133         * platform/efl/fast/invalid/016-expected.png:
102134         * platform/efl/fast/invalid/021-expected.png:
102135         * platform/efl/fast/invalid/table-inside-stray-table-content-expected.png:
102136         * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
102137         * platform/efl/fast/layers/layer-visibility-expected.png:
102138         * platform/efl/fast/layers/layer-visibility-sublayer-expected.png:
102139         * platform/efl/fast/layers/normal-flow-hit-test-expected.png:
102140         * platform/efl/fast/layers/opacity-outline-expected.png:
102141         * platform/efl/fast/layers/opacity-transforms-expected.png:
102142         * platform/efl/fast/layers/remove-only-this-layer-update-expected.png:
102143         * platform/efl/fast/layers/scroll-rect-to-visible-expected.png:
102144         * platform/efl/fast/media/mq-animation-expected.png:
102145         * platform/efl/fast/media/mq-aspect-ratio-expected.png:
102146         * platform/efl/fast/media/mq-js-media-except-01-expected.png:
102147         * platform/efl/fast/media/mq-js-media-except-02-expected.png:
102148
102149 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
102150
102151         [EFL] Update more pixel expectations in preparation for running pixel tests on the bots.
102152
102153         * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
102154         * platform/efl/fast/backgrounds/size/contain-and-cover-expected.png:
102155         * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
102156         * platform/efl/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
102157         * platform/efl/fast/body-propagation/background-color/003-declarative-expected.png:
102158         * platform/efl/fast/body-propagation/background-color/003-expected.png:
102159         * platform/efl/fast/body-propagation/background-color/003-xhtml-expected.png:
102160         * platform/efl/fast/body-propagation/background-color/004-declarative-expected.png:
102161         * platform/efl/fast/body-propagation/background-color/004-expected.png:
102162         * platform/efl/fast/body-propagation/background-color/004-xhtml-expected.png:
102163         * platform/efl/fast/body-propagation/background-color/006-declarative-expected.png:
102164         * platform/efl/fast/body-propagation/background-color/006-expected.png:
102165         * platform/efl/fast/body-propagation/background-color/006-xhtml-expected.png:
102166         * platform/efl/fast/body-propagation/background-color/007-declarative-expected.png:
102167         * platform/efl/fast/body-propagation/background-color/007-expected.png:
102168         * platform/efl/fast/body-propagation/background-color/007-xhtml-expected.png:
102169         * platform/efl/fast/body-propagation/background-image/003-declarative-expected.png:
102170         * platform/efl/fast/body-propagation/background-image/003-expected.png:
102171         * platform/efl/fast/body-propagation/background-image/003-xhtml-expected.png:
102172         * platform/efl/fast/body-propagation/background-image/004-declarative-expected.png:
102173         * platform/efl/fast/body-propagation/background-image/004-expected.png:
102174         * platform/efl/fast/body-propagation/background-image/004-xhtml-expected.png:
102175         * platform/efl/fast/body-propagation/background-image/006-declarative-expected.png:
102176         * platform/efl/fast/body-propagation/background-image/006-expected.png:
102177         * platform/efl/fast/body-propagation/background-image/006-xhtml-expected.png:
102178         * platform/efl/fast/body-propagation/background-image/007-declarative-expected.png:
102179         * platform/efl/fast/body-propagation/background-image/007-expected.png:
102180         * platform/efl/fast/body-propagation/background-image/007-xhtml-expected.png:
102181         * platform/efl/fast/body-propagation/background-image/009-expected.png:
102182         * platform/efl/fast/body-propagation/background-image/009-xhtml-expected.png:
102183         * platform/efl/fast/body-propagation/background-image/010-expected.png:
102184         * platform/efl/fast/body-propagation/background-image/010-xhtml-expected.png:
102185         * platform/efl/fast/body-propagation/overflow/001-expected.png:
102186         * platform/efl/fast/body-propagation/overflow/001-xhtml-expected.png:
102187         * platform/efl/fast/body-propagation/overflow/002-expected.png:
102188         * platform/efl/fast/body-propagation/overflow/002-xhtml-expected.png:
102189         * platform/efl/fast/body-propagation/overflow/003-declarative-expected.png:
102190         * platform/efl/fast/body-propagation/overflow/003-expected.png:
102191         * platform/efl/fast/body-propagation/overflow/003-xhtml-expected.png:
102192         * platform/efl/fast/body-propagation/overflow/004-declarative-expected.png:
102193         * platform/efl/fast/body-propagation/overflow/004-expected.png:
102194         * platform/efl/fast/body-propagation/overflow/004-xhtml-expected.png:
102195         * platform/efl/fast/body-propagation/overflow/005-declarative-expected.png:
102196         * platform/efl/fast/body-propagation/overflow/005-expected.png:
102197         * platform/efl/fast/body-propagation/overflow/005-xhtml-expected.png:
102198         * platform/efl/fast/body-propagation/overflow/006-declarative-expected.png:
102199         * platform/efl/fast/body-propagation/overflow/006-expected.png:
102200         * platform/efl/fast/body-propagation/overflow/006-xhtml-expected.png:
102201         * platform/efl/fast/body-propagation/overflow/007-declarative-expected.png:
102202         * platform/efl/fast/body-propagation/overflow/007-expected.png:
102203         * platform/efl/fast/body-propagation/overflow/007-xhtml-expected.png:
102204         * platform/efl/fast/borders/bidi-002-expected.png:
102205         * platform/efl/fast/borders/bidi-009a-expected.png: Added.
102206         * platform/efl/fast/borders/bidi-012-expected.png:
102207         * platform/efl/fast/borders/border-color-inherit-expected.png:
102208         * platform/efl/fast/borders/border-image-01-expected.png:
102209         * platform/efl/fast/borders/border-image-border-radius-expected.png:
102210         * platform/efl/fast/borders/border-image-longhand-expected.png:
102211         * platform/efl/fast/borders/border-image-massive-scale-expected.png:
102212         * platform/efl/fast/borders/border-image-outset-expected.png: Added.
102213         * platform/efl/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
102214         * platform/efl/fast/borders/border-image-repeat-expected.png:
102215         * platform/efl/fast/borders/border-image-rotate-transform-expected.png:
102216         * platform/efl/fast/borders/border-image-scale-transform-expected.png:
102217         * platform/efl/fast/borders/border-image-scaled-expected.png:
102218         * platform/efl/fast/borders/border-image-scrambled-expected.png:
102219         * platform/efl/fast/borders/border-image-side-reduction-expected.png: Added.
102220         * platform/efl/fast/borders/border-image-slices-expected.png:
102221         * platform/efl/fast/borders/border-image-source-expected.png:
102222         * platform/efl/fast/borders/border-radius-complex-inner-expected.png:
102223         * platform/efl/fast/borders/border-radius-constraints-expected.png:
102224         * platform/efl/fast/borders/border-radius-huge-assert-expected.png:
102225         * platform/efl/fast/borders/border-radius-inset-outset-expected.png:
102226         * platform/efl/fast/borders/border-radius-split-inline-expected.png:
102227         * platform/efl/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
102228         * platform/efl/fast/borders/different-color-borders-expected.png:
102229         * platform/efl/fast/borders/mixed-border-styles-expected.png:
102230         * platform/efl/fast/borders/mixed-border-styles-radius-expected.png:
102231         * platform/efl/fast/borders/mixed-border-styles-radius2-expected.png:
102232         * platform/efl/fast/borders/outline-alpha-block-expected.png:
102233         * platform/efl/fast/borders/outline-alpha-inline-expected.png:
102234         * platform/efl/fast/borders/rtl-border-01-expected.png:
102235         * platform/efl/fast/borders/rtl-border-02-expected.png:
102236         * platform/efl/fast/borders/rtl-border-03-expected.png:
102237         * platform/efl/fast/borders/rtl-border-04-expected.png:
102238         * platform/efl/fast/borders/rtl-border-05-expected.png:
102239         * platform/efl/fast/canvas/arc360-expected.png:
102240         * platform/efl/fast/canvas/canvas-before-css-expected.png:
102241         * platform/efl/fast/canvas/canvas-composite-expected.png:
102242         * platform/efl/fast/canvas/canvas-composite-transformclip-expected.png:
102243         * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png:
102244         * platform/efl/fast/canvas/canvas-transforms-during-path-expected.png:
102245         * platform/efl/fast/canvas/canvas-zoom-expected.png:
102246         * platform/efl/fast/canvas/check-stale-putImageData-expected.png: Added.
102247         * platform/efl/fast/canvas/drawImage-with-globalAlpha-expected.png:
102248         * platform/efl/fast/canvas/fillrect-gradient-zero-stops-expected.png:
102249         * platform/efl/fast/canvas/fillrect_gradient-expected.png:
102250         * platform/efl/fast/canvas/image-object-in-canvas-expected.png:
102251         * platform/efl/fast/canvas/patternfill-repeat-expected.png:
102252         * platform/efl/fast/canvas/quadraticCurveTo-expected.png:
102253         * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:
102254         * platform/efl/fast/canvas/shadow-offset-1-expected.png:
102255         * platform/efl/fast/canvas/shadow-offset-2-expected.png:
102256         * platform/efl/fast/canvas/shadow-offset-3-expected.png:
102257         * platform/efl/fast/canvas/shadow-offset-4-expected.png:
102258         * platform/efl/fast/canvas/shadow-offset-5-expected.png:
102259         * platform/efl/fast/canvas/shadow-offset-6-expected.png:
102260         * platform/efl/fast/canvas/shadow-offset-7-expected.png:
102261         * platform/efl/fast/canvas/zero-size-fill-rect-expected.png:
102262         * platform/efl/fast/clip/004-expected.png:
102263         * platform/efl/fast/clip/005-expected.png:
102264         * platform/efl/fast/clip/006-expected.png:
102265         * platform/efl/fast/clip/007-expected.png:
102266         * platform/efl/fast/clip/009-expected.png:
102267         * platform/efl/fast/clip/010-expected.png:
102268         * platform/efl/fast/clip/013-expected.png:
102269         * platform/efl/fast/clip/014-expected.png:
102270         * platform/efl/fast/clip/nestedTransparencyClip-expected.png:
102271         * platform/efl/fast/clip/outline-overflowClip-expected.png:
102272         * platform/efl/fast/clip/overflow-border-radius-combinations-expected.png:
102273         * platform/efl/fast/clip/overflow-border-radius-composited-expected.png:
102274         * platform/efl/fast/clip/overflow-border-radius-fixed-position-expected.png:
102275         * platform/efl/fast/clip/overflow-border-radius-transformed-expected.png:
102276         * platform/efl/fast/compact/001-expected.png:
102277         * platform/efl/fast/compact/002-expected.png:
102278         * platform/efl/fast/css-generated-content/007-expected.png:
102279         * platform/efl/fast/css-generated-content/012-expected.png:
102280         * platform/efl/fast/css-generated-content/016-expected.png:
102281         * platform/efl/fast/css-generated-content/after-order-expected.png:
102282         * platform/efl/fast/css-generated-content/before-with-first-letter-expected.png:
102283         * platform/efl/fast/css-generated-content/beforeAfter-interdocument-expected.png:
102284         * platform/efl/fast/css-generated-content/hover-style-change-expected.png:
102285         * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.png:
102286         * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
102287         * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.png:
102288         * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.png:
102289         * platform/efl/fast/css-generated-content/wbr-with-before-content-expected.png:
102290         * platform/efl/fast/css/percent-top-value-with-relative-position-expected.png:
102291         * platform/efl/media/controls-layout-direction-expected.png:
102292         * platform/efl/printing/page-rule-in-media-query-expected.png:
102293         * platform/efl/transitions/suspend-transform-transition-expected.png: Added.
102294
102295 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
102296
102297         Unreviewed. Skip media/event-queue-crash.html so that its console message does not cause next test to flake.
102298
102299         * platform/chromium/TestExpectations:
102300
102301 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
102302
102303         [Qt] Unreviewed gardening, add expected files for new passing tests.
102304
102305         * platform/qt/css3/masking/clip-path-circle-expected.png: Added.
102306         * platform/qt/css3/masking/clip-path-circle-filter-expected.png: Added.
102307         * platform/qt/css3/masking/clip-path-circle-overflow-expected.png: Added.
102308         * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
102309         * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
102310         * platform/qt/css3/masking/clip-path-ellipse-expected.png: Added.
102311         * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
102312         * platform/qt/css3/masking/clip-path-polygon-expected.png: Added.
102313         * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
102314         * platform/qt/css3/masking/clip-path-rectangle-expected.png: Added.
102315         * platform/qt/fast/canvas/canvas-render-layer-expected.png: Added.
102316         * platform/qt/fast/overflow/paged-x-div-expected.png: Added.
102317         * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
102318         * platform/qt/fast/overflow/paged-x-on-root-expected.png: Added.
102319         * platform/qt/fast/overflow/paged-x-with-column-gap-expected.png: Added.
102320         * platform/qt/fast/overflow/paged-y-div-expected.png: Added.
102321         * platform/qt/fast/overflow/paged-y-on-root-expected.png: Added.
102322
102323 2012-10-03  Keishi Hattori  <keishi@webkit.org>
102324
102325         Implement DataList UI for input type time on chromium
102326         https://bugs.webkit.org/show_bug.cgi?id=98240
102327
102328         Reviewed by Kent Tamura.
102329
102330         * fast/forms/number/number-spinbutton-click-in-iframe.html:
102331         * fast/forms/resources/common-spinbutton-click-in-iframe.js:
102332         (getSpinButton): This broke because of the change to shadow DOM structure.
102333         * fast/forms/resources/common.js:
102334         (traverseNextNode):
102335         (getElementByPseudoId): This finds a descendant node with a matching pseudo id.
102336         * fast/forms/resources/suggestion-picker-common.js: Added.
102337         (highlightedEntry):
102338         (openPicker):
102339         (sendKey):
102340         * fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html:
102341         * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe.html:
102342         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: Added.
102343         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: Added.
102344         * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
102345         * platform/chromium/TestExpectations:
102346         * platform/chromium/fast/forms/datalist/input-list-expected.txt:
102347         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations-expected.txt:
102348         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
102349         * platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html:
102350         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.txt: Added.
102351         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.txt: Added.
102352         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html: Added.
102353         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added.
102354         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar.html: Added.
102355         * platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html: Added.
102356         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt: Added.
102357         * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html: Added.
102358         * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations-expected.txt: Added.
102359         * platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations.html: Added.
102360
102361 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
102362
102363         [Qt] Enable mock scrollbars
102364         https://bugs.webkit.org/show_bug.cgi?id=98011
102365
102366         Unreviewed gardening, update expected files after enabling mock scrollbars. (r130283)
102367
102368         * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
102369         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
102370         * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.txt: Added.
102371         * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png:
102372         * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.txt: Added.
102373         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
102374         * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
102375         * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
102376         * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
102377         * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
102378         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
102379         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
102380         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
102381         * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
102382         * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
102383         * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
102384         * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
102385         * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.png:
102386         * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.txt:
102387         * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
102388         * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
102389         * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
102390         * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
102391         * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
102392         * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt:
102393         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
102394         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
102395         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
102396         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
102397         * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
102398         * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
102399         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png: Added.
102400         * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.txt: Added.
102401         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
102402         * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.txt: Added.
102403         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
102404         * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.txt: Added.
102405         * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
102406         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png:
102407         * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.txt: Added.
102408         * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
102409         * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Added.
102410         * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
102411         * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png: Added.
102412         * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.txt: Added.
102413         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.png: Added.
102414         * platform/qt-5.0-wk2/compositing/repaint/newly-composited-on-scroll-expected.txt: Added.
102415         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.png: Added.
102416         * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
102417         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.png: Added.
102418         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
102419         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
102420         * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
102421         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Added.
102422         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
102423         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Added.
102424         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
102425         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Added.
102426         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
102427         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Added.
102428         * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
102429         * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png:
102430         * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.txt: Added.
102431         * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
102432
102433 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
102434
102435         [EFL] Rebaseline pixel expectations for scrollbars/ and tables/mozilla_expected_failures/.
102436
102437         * platform/efl/scrollbars/scrollbars-on-positioned-content-expected.png:
102438         * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
102439         * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
102440         * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
102441         * platform/efl/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
102442         * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
102443         * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
102444         * platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
102445         * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
102446         * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
102447         * platform/efl/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
102448         * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
102449         * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
102450         * platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
102451         * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
102452         * platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
102453         * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
102454         * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
102455         * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
102456         * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
102457         * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
102458         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
102459         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
102460         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
102461         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
102462         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
102463         * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
102464         * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
102465         * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
102466         * platform/efl/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
102467         * platform/efl/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
102468         * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
102469         * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.png: Added.
102470         * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
102471         * platform/efl/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
102472         * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
102473         * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
102474         * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
102475         * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
102476         * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
102477         * platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
102478         * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
102479         * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
102480         * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
102481         * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
102482         * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
102483         * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
102484         * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
102485         * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
102486         * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.png:
102487         * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.png:
102488         * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.png:
102489         * platform/efl/tables/mozilla_expected_failures/core/columns-expected.png:
102490         * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.png:
102491         * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
102492         * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
102493         * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
102494         * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
102495         * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
102496         * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
102497         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
102498         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
102499         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
102500         * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
102501         * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
102502         * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
102503         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
102504         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
102505         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
102506         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
102507         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
102508         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
102509         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
102510         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
102511         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
102512         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
102513         * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
102514         * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.png:
102515
102516 2012-10-03  Vsevolod Vlasov  <vsevik@chromium.org>
102517
102518         Web Inspector: UISourceCode commitWorkingCopy should not fail when original script had syntax error.
102519         https://bugs.webkit.org/show_bug.cgi?id=97272
102520
102521         Reviewed by Pavel Feldman.
102522
102523         This patch is based on patch by John J. Barton.
102524
102525         * http/tests/inspector/live-edit-test.js:
102526         (initialize_LiveEditTest.InspectorTest.replaceInSource):
102527         (initialize_LiveEditTest):
102528         * inspector/debugger/live-edit-expected.txt:
102529         * inspector/debugger/live-edit.html:
102530         * inspector/debugger/resources/edit-me-syntax-error.js: Added.
102531         (syntaxError):
102532         * platform/chromium/TestExpectations: re-enabled the test.
102533
102534 2012-10-03  Csaba Osztrogonác  <ossy@webkit.org>
102535
102536         [Qt] Enable mock scrollbars
102537         https://bugs.webkit.org/show_bug.cgi?id=98011
102538
102539         Unreviewed gardening, update expected files after enabling mock scrollbars.
102540
102541         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Removed.
102542         * platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt: Removed.
102543         * platform/qt-5.0/fast/forms/form-element-geometry-expected.png: Removed.
102544         * platform/qt-5.0/fast/forms/form-element-geometry-expected.txt: Removed.
102545         * platform/qt-5.0/fast/forms/listbox-bidi-align-expected.txt: Removed.
102546         * platform/qt-5.0/fast/forms/textarea-align-expected.png: Removed.
102547         * platform/qt-5.0/fast/forms/textarea-align-expected.txt: Removed.
102548         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png: Removed.
102549         * platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt: Removed.
102550         * platform/qt-5.0/fast/table/003-expected.png: Removed.
102551         * platform/qt-5.0/fast/table/003-expected.txt: Removed.
102552         * platform/qt-5.0/fast/table/border-collapsing/004-expected.txt: Removed.
102553         * platform/qt-5.0/fast/text/backslash-to-yen-sign-euc-expected.txt: Removed.
102554         * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Removed.
102555         * platform/qt-5.0/fast/text/large-text-composed-char-expected.png: Removed.
102556         * platform/qt-5.0/fast/text/large-text-composed-char-expected.txt: Removed.
102557         * platform/qt-5.0/fast/text/softHyphen-expected.txt: Removed.
102558         * platform/qt-5.0/fast/text/text-letter-spacing-expected.txt: Removed.
102559         * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Removed.
102560         * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Removed.
102561         * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added.
102562         * platform/qt/compositing/overflow/nested-scrolling-expected.txt: Added.
102563         * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added.
102564         * platform/qt/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
102565         * platform/qt/css1/basic/comments-expected.png:
102566         * platform/qt/css1/basic/comments-expected.txt:
102567         * platform/qt/css1/basic/containment-expected.png:
102568         * platform/qt/css1/basic/containment-expected.txt:
102569         * platform/qt/css1/basic/id_as_selector-expected.png:
102570         * platform/qt/css1/basic/id_as_selector-expected.txt:
102571         * platform/qt/css1/basic/inheritance-expected.png:
102572         * platform/qt/css1/basic/inheritance-expected.txt:
102573         * platform/qt/css1/box_properties/border-expected.png:
102574         * platform/qt/css1/box_properties/border-expected.txt:
102575         * platform/qt/css1/box_properties/border_bottom-expected.png:
102576         * platform/qt/css1/box_properties/border_bottom-expected.txt:
102577         * platform/qt/css1/box_properties/border_bottom_width-expected.png:
102578         * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
102579         * platform/qt/css1/box_properties/border_left-expected.png:
102580         * platform/qt/css1/box_properties/border_left-expected.txt:
102581         * platform/qt/css1/box_properties/border_left_width-expected.png:
102582         * platform/qt/css1/box_properties/border_left_width-expected.txt:
102583         * platform/qt/css1/box_properties/border_right_inline-expected.png:
102584         * platform/qt/css1/box_properties/border_right_inline-expected.txt:
102585         * platform/qt/css1/box_properties/border_right_width-expected.png:
102586         * platform/qt/css1/box_properties/border_right_width-expected.txt:
102587         * platform/qt/css1/box_properties/border_style-expected.png:
102588         * platform/qt/css1/box_properties/border_style-expected.txt:
102589         * platform/qt/css1/box_properties/border_top-expected.png:
102590         * platform/qt/css1/box_properties/border_top-expected.txt:
102591         * platform/qt/css1/box_properties/border_top_width-expected.png:
102592         * platform/qt/css1/box_properties/border_top_width-expected.txt:
102593         * platform/qt/css1/box_properties/border_width-expected.png:
102594         * platform/qt/css1/box_properties/border_width-expected.txt:
102595         * platform/qt/css1/box_properties/clear-expected.png:
102596         * platform/qt/css1/box_properties/clear-expected.txt:
102597         * platform/qt/css1/box_properties/clear_float-expected.png:
102598         * platform/qt/css1/box_properties/clear_float-expected.txt:
102599         * platform/qt/css1/box_properties/float_elements_in_series-expected.png:
102600         * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
102601         * platform/qt/css1/box_properties/float_margin-expected.png:
102602         * platform/qt/css1/box_properties/float_margin-expected.txt:
102603         * platform/qt/css1/box_properties/float_on_text_elements-expected.png:
102604         * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
102605         * platform/qt/css1/box_properties/height-expected.png:
102606         * platform/qt/css1/box_properties/height-expected.txt:
102607         * platform/qt/css1/box_properties/margin-expected.png:
102608         * platform/qt/css1/box_properties/margin-expected.txt:
102609         * platform/qt/css1/box_properties/margin_bottom-expected.png:
102610         * platform/qt/css1/box_properties/margin_bottom-expected.txt:
102611         * platform/qt/css1/box_properties/margin_inline-expected.png:
102612         * platform/qt/css1/box_properties/margin_inline-expected.txt:
102613         * platform/qt/css1/box_properties/margin_left-expected.png:
102614         * platform/qt/css1/box_properties/margin_left-expected.txt:
102615         * platform/qt/css1/box_properties/margin_right-expected.png:
102616         * platform/qt/css1/box_properties/margin_right-expected.txt:
102617         * platform/qt/css1/box_properties/margin_top-expected.png:
102618         * platform/qt/css1/box_properties/margin_top-expected.txt:
102619         * platform/qt/css1/box_properties/padding-expected.png:
102620         * platform/qt/css1/box_properties/padding-expected.txt:
102621         * platform/qt/css1/box_properties/padding_bottom-expected.png:
102622         * platform/qt/css1/box_properties/padding_bottom-expected.txt:
102623         * platform/qt/css1/box_properties/padding_inline-expected.png:
102624         * platform/qt/css1/box_properties/padding_inline-expected.txt:
102625         * platform/qt/css1/box_properties/padding_left-expected.png:
102626         * platform/qt/css1/box_properties/padding_left-expected.txt:
102627         * platform/qt/css1/box_properties/padding_right-expected.png:
102628         * platform/qt/css1/box_properties/padding_right-expected.txt:
102629         * platform/qt/css1/box_properties/padding_top-expected.png:
102630         * platform/qt/css1/box_properties/padding_top-expected.txt:
102631         * platform/qt/css1/box_properties/width-expected.png:
102632         * platform/qt/css1/box_properties/width-expected.txt:
102633         * platform/qt/css1/cascade/cascade_order-expected.png:
102634         * platform/qt/css1/cascade/cascade_order-expected.txt:
102635         * platform/qt/css1/classification/display-expected.png:
102636         * platform/qt/css1/classification/display-expected.txt:
102637         * platform/qt/css1/classification/list_style_type-expected.png:
102638         * platform/qt/css1/classification/list_style_type-expected.txt:
102639         * platform/qt/css1/classification/white_space-expected.png:
102640         * platform/qt/css1/classification/white_space-expected.txt:
102641         * platform/qt/css1/color_and_background/background-expected.png:
102642         * platform/qt/css1/color_and_background/background-expected.txt:
102643         * platform/qt/css1/color_and_background/background_attachment-expected.png:
102644         * platform/qt/css1/color_and_background/background_attachment-expected.txt:
102645         * platform/qt/css1/color_and_background/background_position-expected.png:
102646         * platform/qt/css1/color_and_background/background_position-expected.txt:
102647         * platform/qt/css1/color_and_background/background_repeat-expected.png:
102648         * platform/qt/css1/color_and_background/background_repeat-expected.txt:
102649         * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
102650         * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
102651         * platform/qt/css1/font_properties/font-expected.png:
102652         * platform/qt/css1/font_properties/font-expected.txt:
102653         * platform/qt/css1/font_properties/font_family-expected.png:
102654         * platform/qt/css1/font_properties/font_family-expected.txt:
102655         * platform/qt/css1/font_properties/font_size-expected.png:
102656         * platform/qt/css1/font_properties/font_size-expected.txt:
102657         * platform/qt/css1/font_properties/font_weight-expected.png:
102658         * platform/qt/css1/font_properties/font_weight-expected.txt:
102659         * platform/qt/css1/formatting_model/height_of_lines-expected.png:
102660         * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
102661         * platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
102662         * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
102663         * platform/qt/css1/formatting_model/inline_elements-expected.png:
102664         * platform/qt/css1/formatting_model/inline_elements-expected.txt:
102665         * platform/qt/css1/formatting_model/replaced_elements-expected.png:
102666         * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
102667         * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
102668         * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
102669         * platform/qt/css1/pseudo/anchor-expected.png:
102670         * platform/qt/css1/pseudo/anchor-expected.txt:
102671         * platform/qt/css1/pseudo/firstletter-expected.png:
102672         * platform/qt/css1/pseudo/firstletter-expected.txt:
102673         * platform/qt/css1/pseudo/firstline-expected.png:
102674         * platform/qt/css1/pseudo/firstline-expected.txt:
102675         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
102676         * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
102677         * platform/qt/css1/text_properties/letter_spacing-expected.png:
102678         * platform/qt/css1/text_properties/letter_spacing-expected.txt:
102679         * platform/qt/css1/text_properties/line_height-expected.png:
102680         * platform/qt/css1/text_properties/line_height-expected.txt:
102681         * platform/qt/css1/text_properties/text_decoration-expected.png:
102682         * platform/qt/css1/text_properties/text_decoration-expected.txt:
102683         * platform/qt/css1/text_properties/text_indent-expected.png:
102684         * platform/qt/css1/text_properties/text_indent-expected.txt:
102685         * platform/qt/css1/text_properties/text_transform-expected.png:
102686         * platform/qt/css1/text_properties/text_transform-expected.txt:
102687         * platform/qt/css1/text_properties/vertical_align-expected.png:
102688         * platform/qt/css1/text_properties/vertical_align-expected.txt:
102689         * platform/qt/css1/text_properties/word_spacing-expected.png:
102690         * platform/qt/css1/text_properties/word_spacing-expected.txt:
102691         * platform/qt/css1/units/color_units-expected.png:
102692         * platform/qt/css1/units/color_units-expected.txt:
102693         * platform/qt/css1/units/length_units-expected.png:
102694         * platform/qt/css1/units/length_units-expected.txt:
102695         * platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.txt:
102696         * platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.txt:
102697         * platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.txt:
102698         * platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.txt:
102699         * platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.txt:
102700         * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
102701         * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt:
102702         * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
102703         * platform/qt/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
102704         * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
102705         * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
102706         * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
102707         * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
102708         * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.png:
102709         * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.txt:
102710         * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.png:
102711         * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.txt:
102712         * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.png:
102713         * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.txt:
102714         * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.png:
102715         * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.txt:
102716         * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.png:
102717         * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.txt:
102718         * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.png:
102719         * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.txt:
102720         * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.png:
102721         * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.txt:
102722         * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.png:
102723         * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.txt:
102724         * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
102725         * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
102726         * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
102727         * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
102728         * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.png:
102729         * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
102730         * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
102731         * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
102732         * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
102733         * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
102734         * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
102735         * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
102736         * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
102737         * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
102738         * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
102739         * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
102740         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
102741         * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.txt:
102742         * platform/qt/css2.1/t1202-counters-08-b-expected.png:
102743         * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
102744         * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
102745         * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
102746         * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
102747         * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
102748         * platform/qt/css2.1/t1508-c527-font-07-b-expected.png:
102749         * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
102750         * platform/qt/css3/masking/clip-path-circle-expected.txt: Added.
102751         * platform/qt/css3/masking/clip-path-circle-filter-expected.txt: Added.
102752         * platform/qt/css3/masking/clip-path-circle-overflow-expected.txt: Added.
102753         * platform/qt/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Added.
102754         * platform/qt/css3/masking/clip-path-circle-relative-overflow-expected.txt: Added.
102755         * platform/qt/css3/masking/clip-path-ellipse-expected.txt: Added.
102756         * platform/qt/css3/masking/clip-path-polygon-evenodd-expected.txt: Added.
102757         * platform/qt/css3/masking/clip-path-polygon-expected.txt: Added.
102758         * platform/qt/css3/masking/clip-path-polygon-nonzero-expected.txt: Added.
102759         * platform/qt/css3/masking/clip-path-rectangle-expected.txt: Added.
102760         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.png:
102761         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
102762         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.png:
102763         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
102764         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.png:
102765         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
102766         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
102767         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
102768         * platform/qt/editing/deleting/delete-line-end-ws-002-expected.png:
102769         * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt:
102770         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
102771         * platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
102772         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.png:
102773         * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
102774         * platform/qt/editing/inserting/4960120-1-expected.png:
102775         * platform/qt/editing/inserting/4960120-1-expected.txt:
102776         * platform/qt/editing/inserting/insert-div-023-expected.png:
102777         * platform/qt/editing/inserting/insert-div-023-expected.txt:
102778         * platform/qt/editing/selection/focus_editable_html-expected.png:
102779         * platform/qt/editing/selection/focus_editable_html-expected.txt:
102780         * platform/qt/editing/selection/iframe-expected.png:
102781         * platform/qt/editing/selection/iframe-expected.txt:
102782         * platform/qt/editing/selection/select-all-001-expected.png:
102783         * platform/qt/editing/selection/select-all-001-expected.txt:
102784         * platform/qt/editing/selection/select-all-002-expected.png:
102785         * platform/qt/editing/selection/select-all-002-expected.txt:
102786         * platform/qt/editing/selection/select-all-003-expected.png:
102787         * platform/qt/editing/selection/select-all-003-expected.txt:
102788         * platform/qt/editing/selection/select-all-004-expected.png:
102789         * platform/qt/editing/selection/select-all-004-expected.txt:
102790         * platform/qt/editing/selection/unrendered-001-expected.png:
102791         * platform/qt/editing/selection/unrendered-001-expected.txt:
102792         * platform/qt/editing/selection/unrendered-002-expected.png:
102793         * platform/qt/editing/selection/unrendered-002-expected.txt:
102794         * platform/qt/editing/selection/unrendered-003-expected.png:
102795         * platform/qt/editing/selection/unrendered-003-expected.txt:
102796         * platform/qt/editing/selection/unrendered-004-expected.png:
102797         * platform/qt/editing/selection/unrendered-004-expected.txt:
102798         * platform/qt/editing/selection/unrendered-005-expected.png:
102799         * platform/qt/editing/selection/unrendered-005-expected.txt:
102800         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
102801         * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
102802         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.png:
102803         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.txt:
102804         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
102805         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
102806         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
102807         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
102808         * platform/qt/fast/block/basic/016-expected.png:
102809         * platform/qt/fast/block/basic/016-expected.txt:
102810         * platform/qt/fast/block/basic/truncation-rtl-expected.png:
102811         * platform/qt/fast/block/basic/truncation-rtl-expected.txt:
102812         * platform/qt/fast/block/float/008-expected.png:
102813         * platform/qt/fast/block/float/008-expected.txt: Added.
102814         * platform/qt/fast/block/float/013-expected.png:
102815         * platform/qt/fast/block/float/013-expected.txt:
102816         * platform/qt/fast/block/float/019-expected.png:
102817         * platform/qt/fast/block/float/019-expected.txt: Added.
102818         * platform/qt/fast/block/float/021-expected.png:
102819         * platform/qt/fast/block/float/021-expected.txt:
102820         * platform/qt/fast/block/float/025-expected.png:
102821         * platform/qt/fast/block/float/025-expected.txt:
102822         * platform/qt/fast/block/float/027-expected.png:
102823         * platform/qt/fast/block/float/027-expected.txt:
102824         * platform/qt/fast/block/float/032-expected.png:
102825         * platform/qt/fast/block/float/032-expected.txt:
102826         * platform/qt/fast/block/float/033-expected.png:
102827         * platform/qt/fast/block/float/033-expected.txt:
102828         * platform/qt/fast/block/float/035-expected.png:
102829         * platform/qt/fast/block/float/035-expected.txt: Added.
102830         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png:
102831         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
102832         * platform/qt/fast/block/float/br-with-clear-2-expected.png:
102833         * platform/qt/fast/block/float/br-with-clear-2-expected.txt:
102834         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
102835         * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.txt:
102836         * platform/qt/fast/block/float/float-avoidance-expected.png:
102837         * platform/qt/fast/block/float/float-avoidance-expected.txt:
102838         * platform/qt/fast/block/float/nested-clearance-expected.png:
102839         * platform/qt/fast/block/float/nested-clearance-expected.txt:
102840         * platform/qt/fast/block/float/overhanging-tall-block-expected.png:
102841         * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
102842         * platform/qt/fast/block/float/relative-painted-twice-expected.png:
102843         * platform/qt/fast/block/float/relative-painted-twice-expected.txt: Added.
102844         * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
102845         * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
102846         * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
102847         * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
102848         * platform/qt/fast/block/margin-collapse/103-expected.png:
102849         * platform/qt/fast/block/margin-collapse/103-expected.txt:
102850         * platform/qt/fast/block/margin-collapse/104-expected.png:
102851         * platform/qt/fast/block/margin-collapse/104-expected.txt:
102852         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
102853         * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
102854         * platform/qt/fast/block/positioning/047-expected.png:
102855         * platform/qt/fast/block/positioning/047-expected.txt:
102856         * platform/qt/fast/block/positioning/051-expected.png:
102857         * platform/qt/fast/block/positioning/051-expected.txt:
102858         * platform/qt/fast/block/positioning/055-expected.png:
102859         * platform/qt/fast/block/positioning/055-expected.txt:
102860         * platform/qt/fast/block/positioning/auto/007-expected.png:
102861         * platform/qt/fast/block/positioning/auto/007-expected.txt:
102862         * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.png:
102863         * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.txt:
102864         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
102865         * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.txt:
102866         * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.png:
102867         * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.txt:
102868         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
102869         * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.txt:
102870         * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
102871         * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
102872         * platform/qt/fast/block/positioning/negative-rel-position-expected.png:
102873         * platform/qt/fast/block/positioning/negative-rel-position-expected.txt: Added.
102874         * platform/qt/fast/block/positioning/relative-overflow-block-expected.png:
102875         * platform/qt/fast/block/positioning/relative-overflow-block-expected.txt:
102876         * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.png:
102877         * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.txt:
102878         * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.png:
102879         * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
102880         * platform/qt/fast/body-propagation/overflow/001-expected.png:
102881         * platform/qt/fast/body-propagation/overflow/001-expected.txt:
102882         * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.png:
102883         * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.txt:
102884         * platform/qt/fast/body-propagation/overflow/002-expected.png:
102885         * platform/qt/fast/body-propagation/overflow/002-expected.txt:
102886         * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.png:
102887         * platform/qt/fast/body-propagation/overflow/002-xhtml-expected.txt:
102888         * platform/qt/fast/body-propagation/overflow/003-declarative-expected.png:
102889         * platform/qt/fast/body-propagation/overflow/003-declarative-expected.txt:
102890         * platform/qt/fast/body-propagation/overflow/003-expected.png:
102891         * platform/qt/fast/body-propagation/overflow/003-expected.txt:
102892         * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.png:
102893         * platform/qt/fast/body-propagation/overflow/003-xhtml-expected.txt:
102894         * platform/qt/fast/body-propagation/overflow/004-declarative-expected.png:
102895         * platform/qt/fast/body-propagation/overflow/004-declarative-expected.txt:
102896         * platform/qt/fast/body-propagation/overflow/004-expected.png:
102897         * platform/qt/fast/body-propagation/overflow/004-expected.txt:
102898         * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.png:
102899         * platform/qt/fast/body-propagation/overflow/004-xhtml-expected.txt:
102900         * platform/qt/fast/body-propagation/overflow/005-declarative-expected.png:
102901         * platform/qt/fast/body-propagation/overflow/005-declarative-expected.txt:
102902         * platform/qt/fast/body-propagation/overflow/005-expected.png:
102903         * platform/qt/fast/body-propagation/overflow/005-expected.txt:
102904         * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.png:
102905         * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.txt:
102906         * platform/qt/fast/body-propagation/overflow/006-declarative-expected.png:
102907         * platform/qt/fast/body-propagation/overflow/006-declarative-expected.txt:
102908         * platform/qt/fast/body-propagation/overflow/006-expected.png:
102909         * platform/qt/fast/body-propagation/overflow/006-expected.txt:
102910         * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.png:
102911         * platform/qt/fast/body-propagation/overflow/006-xhtml-expected.txt:
102912         * platform/qt/fast/body-propagation/overflow/007-declarative-expected.png:
102913         * platform/qt/fast/body-propagation/overflow/007-declarative-expected.txt:
102914         * platform/qt/fast/body-propagation/overflow/007-expected.png:
102915         * platform/qt/fast/body-propagation/overflow/007-expected.txt:
102916         * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.png:
102917         * platform/qt/fast/body-propagation/overflow/007-xhtml-expected.txt:
102918         * platform/qt/fast/borders/border-image-massive-scale-expected.png:
102919         * platform/qt/fast/borders/border-image-massive-scale-expected.txt:
102920         * platform/qt/fast/borders/border-image-rotate-transform-expected.png:
102921         * platform/qt/fast/borders/border-image-rotate-transform-expected.txt:
102922         * platform/qt/fast/borders/border-image-scale-transform-expected.png:
102923         * platform/qt/fast/borders/border-image-scale-transform-expected.txt:
102924         * platform/qt/fast/borders/border-image-scaled-expected.png:
102925         * platform/qt/fast/borders/border-image-scaled-expected.txt:
102926         * platform/qt/fast/borders/inline-mask-overlay-image-expected.png:
102927         * platform/qt/fast/borders/inline-mask-overlay-image-expected.txt:
102928         * platform/qt/fast/borders/rtl-border-01-expected.png:
102929         * platform/qt/fast/borders/rtl-border-01-expected.txt:
102930         * platform/qt/fast/borders/rtl-border-02-expected.png:
102931         * platform/qt/fast/borders/rtl-border-02-expected.txt:
102932         * platform/qt/fast/borders/rtl-border-03-expected.png:
102933         * platform/qt/fast/borders/rtl-border-03-expected.txt:
102934         * platform/qt/fast/box-shadow/basic-shadows-expected.png:
102935         * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
102936         * platform/qt/fast/box-sizing/box-sizing-expected.png:
102937         * platform/qt/fast/box-sizing/box-sizing-expected.txt:
102938         * platform/qt/fast/canvas/canvas-bg-expected.png:
102939         * platform/qt/fast/canvas/canvas-bg-expected.txt: Added.
102940         * platform/qt/fast/canvas/canvas-render-layer-expected.txt: Added.
102941         * platform/qt/fast/clip/014-expected.png:
102942         * platform/qt/fast/clip/014-expected.txt:
102943         * platform/qt/fast/css-generated-content/014-expected.png:
102944         * platform/qt/fast/css-generated-content/014-expected.txt:
102945         * platform/qt/fast/css-generated-content/table-parts-before-and-after-expected.png:
102946         * platform/qt/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
102947         * platform/qt/fast/css/005-expected.png:
102948         * platform/qt/fast/css/005-expected.txt:
102949         * platform/qt/fast/css/MarqueeLayoutTest-expected.png:
102950         * platform/qt/fast/css/MarqueeLayoutTest-expected.txt:
102951         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
102952         * platform/qt/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt:
102953         * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.png:
102954         * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt:
102955         * platform/qt/fast/css/border-height-expected.png:
102956         * platform/qt/fast/css/border-height-expected.txt:
102957         * platform/qt/fast/css/clip-text-in-scaled-div-expected.png:
102958         * platform/qt/fast/css/clip-text-in-scaled-div-expected.txt:
102959         * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png:
102960         * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.txt:
102961         * platform/qt/fast/css/empty-pseudo-class-expected.png:
102962         * platform/qt/fast/css/empty-pseudo-class-expected.txt:
102963         * platform/qt/fast/css/first-child-pseudo-class-expected.png:
102964         * platform/qt/fast/css/first-child-pseudo-class-expected.txt:
102965         * platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
102966         * platform/qt/fast/css/first-of-type-pseudo-class-expected.txt:
102967         * platform/qt/fast/css/font_property_normal-expected.png:
102968         * platform/qt/fast/css/font_property_normal-expected.txt:
102969         * platform/qt/fast/css/hsl-color-expected.png:
102970         * platform/qt/fast/css/hsl-color-expected.txt:
102971         * platform/qt/fast/css/last-child-pseudo-class-expected.png:
102972         * platform/qt/fast/css/last-child-pseudo-class-expected.txt:
102973         * platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
102974         * platform/qt/fast/css/last-of-type-pseudo-class-expected.txt:
102975         * platform/qt/fast/css/line-height-overflow-expected.png:
102976         * platform/qt/fast/css/line-height-overflow-expected.txt:
102977         * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.png:
102978         * platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
102979         * platform/qt/fast/css/nested-rounded-corners-expected.png: Added.
102980         * platform/qt/fast/css/nested-rounded-corners-expected.txt: Added.
102981         * platform/qt/fast/css/only-child-pseudo-class-expected.png:
102982         * platform/qt/fast/css/only-child-pseudo-class-expected.txt:
102983         * platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
102984         * platform/qt/fast/css/only-of-type-pseudo-class-expected.txt:
102985         * platform/qt/fast/css/positioned-overflow-scroll-expected.png:
102986         * platform/qt/fast/css/positioned-overflow-scroll-expected.txt:
102987         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
102988         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
102989         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
102990         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
102991         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
102992         * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
102993         * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
102994         * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
102995         * platform/qt/fast/css/resize-corner-tracking-expected.png:
102996         * platform/qt/fast/css/resize-corner-tracking-expected.txt:
102997         * platform/qt/fast/css/shadow-multiple-expected.png:
102998         * platform/qt/fast/css/shadow-multiple-expected.txt:
102999         * platform/qt/fast/css/text-transform-select-expected.png:
103000         * platform/qt/fast/css/text-transform-select-expected.txt:
103001         * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
103002         * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
103003         * platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
103004         * platform/qt/fast/dom/clone-node-dynamic-style-expected.txt:
103005         * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
103006         * platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
103007         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.png:
103008         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.txt:
103009         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.png:
103010         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.txt:
103011         * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
103012         * platform/qt/fast/dynamic/008-expected.png:
103013         * platform/qt/fast/dynamic/008-expected.txt:
103014         * platform/qt/fast/dynamic/anchor-lock-expected.png:
103015         * platform/qt/fast/dynamic/anchor-lock-expected.txt:
103016         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
103017         * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
103018         * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
103019         * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
103020         * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
103021         * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
103022         * platform/qt/fast/events/pointer-events-2-expected.png:
103023         * platform/qt/fast/events/pointer-events-2-expected.txt:
103024         * platform/qt/fast/events/resize-events-expected.png:
103025         * platform/qt/fast/events/resize-events-expected.txt:
103026         * platform/qt/fast/events/reveal-link-when-focused-expected.png:
103027         * platform/qt/fast/events/reveal-link-when-focused-expected.txt:
103028         * platform/qt/fast/flexbox/009-expected.png:
103029         * platform/qt/fast/flexbox/009-expected.txt:
103030         * platform/qt/fast/flexbox/016-expected.png:
103031         * platform/qt/fast/flexbox/016-expected.txt:
103032         * platform/qt/fast/flexbox/flex-hang-expected.png:
103033         * platform/qt/fast/flexbox/flex-hang-expected.txt:
103034         * platform/qt/fast/forms/HTMLOptionElement_label05-expected.png: Added.
103035         * platform/qt/fast/forms/HTMLOptionElement_label05-expected.txt:
103036         * platform/qt/fast/forms/basic-textareas-quirks-expected.png:
103037         * platform/qt/fast/forms/basic-textareas-quirks-expected.txt:
103038         * platform/qt/fast/forms/button-default-title-expected.png: Added.
103039         * platform/qt/fast/forms/button-default-title-expected.txt:
103040         * platform/qt/fast/forms/button-table-styles-expected.png:
103041         * platform/qt/fast/forms/button-table-styles-expected.txt:
103042         * platform/qt/fast/forms/disabled-select-change-index-expected.png:
103043         * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
103044         * platform/qt/fast/forms/fieldset-align-expected.png:
103045         * platform/qt/fast/forms/fieldset-align-expected.txt:
103046         * platform/qt/fast/forms/file/file-input-direction-expected.png:
103047         * platform/qt/fast/forms/file/file-input-direction-expected.txt:
103048         * platform/qt/fast/forms/form-element-geometry-expected.png:
103049         * platform/qt/fast/forms/form-element-geometry-expected.txt:
103050         * platform/qt/fast/forms/form-hides-table-expected.png:
103051         * platform/qt/fast/forms/form-hides-table-expected.txt:
103052         * platform/qt/fast/forms/hidden-listbox-expected.png: Added.
103053         * platform/qt/fast/forms/hidden-listbox-expected.txt:
103054         * platform/qt/fast/forms/input-appearance-selection-expected.png:
103055         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
103056         * platform/qt/fast/forms/listbox-bidi-align-expected.png:
103057         * platform/qt/fast/forms/listbox-bidi-align-expected.txt:
103058         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
103059         * platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
103060         * platform/qt/fast/forms/number/number-appearance-rtl-expected.png:
103061         * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt:
103062         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
103063         * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
103064         * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
103065         * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
103066         * platform/qt/fast/forms/option-strip-whitespace-expected.png: Added.
103067         * platform/qt/fast/forms/option-strip-whitespace-expected.txt:
103068         * platform/qt/fast/forms/placeholder-position-expected.png:
103069         * platform/qt/fast/forms/placeholder-position-expected.txt:
103070         * platform/qt/fast/forms/select-block-background-expected.png: Added.
103071         * platform/qt/fast/forms/select-block-background-expected.txt:
103072         * platform/qt/fast/forms/select-change-listbox-size-expected.png: Added.
103073         * platform/qt/fast/forms/select-change-listbox-size-expected.txt:
103074         * platform/qt/fast/forms/select-change-popup-to-listbox-expected.png: Added.
103075         * platform/qt/fast/forms/select-change-popup-to-listbox-expected.txt:
103076         * platform/qt/fast/forms/select-initial-position-expected.png: Added.
103077         * platform/qt/fast/forms/select-initial-position-expected.txt:
103078         * platform/qt/fast/forms/select-item-background-clip-expected.png: Added.
103079         * platform/qt/fast/forms/select-item-background-clip-expected.txt:
103080         * platform/qt/fast/forms/select-list-box-with-height-expected.png: Added.
103081         * platform/qt/fast/forms/select-list-box-with-height-expected.txt:
103082         * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.png:
103083         * platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
103084         * platform/qt/fast/forms/select-overflow-scroll-expected.png:
103085         * platform/qt/fast/forms/select-overflow-scroll-expected.txt:
103086         * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.png:
103087         * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.txt:
103088         * platform/qt/fast/forms/textarea-align-expected.png:
103089         * platform/qt/fast/forms/textarea-align-expected.txt:
103090         * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.png:
103091         * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
103092         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.png:
103093         * platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
103094         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.png:
103095         * platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
103096         * platform/qt/fast/forms/textarea-setinnerhtml-expected.png:
103097         * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
103098         * platform/qt/fast/frames/calculate-fixed-expected.png: Added.
103099         * platform/qt/fast/frames/calculate-fixed-expected.txt:
103100         * platform/qt/fast/frames/calculate-order-expected.png: Added.
103101         * platform/qt/fast/frames/calculate-order-expected.txt:
103102         * platform/qt/fast/frames/calculate-percentage-expected.png: Added.
103103         * platform/qt/fast/frames/calculate-percentage-expected.txt:
103104         * platform/qt/fast/frames/calculate-relative-expected.png: Added.
103105         * platform/qt/fast/frames/calculate-relative-expected.txt:
103106         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
103107         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
103108         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png:
103109         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
103110         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png:
103111         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
103112         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
103113         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
103114         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
103115         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
103116         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
103117         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
103118         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
103119         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
103120         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
103121         * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
103122         * platform/qt/fast/frames/frame-scrolling-attribute-expected.png:
103123         * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
103124         * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
103125         * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.txt: Added.
103126         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
103127         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
103128         * platform/qt/fast/frames/inline-object-inside-frameset-expected.png:
103129         * platform/qt/fast/frames/inline-object-inside-frameset-expected.txt:
103130         * platform/qt/fast/frames/invalid-expected.png: Added.
103131         * platform/qt/fast/frames/invalid-expected.txt:
103132         * platform/qt/fast/frames/take-focus-from-iframe-expected.png:
103133         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
103134         * platform/qt/fast/frames/valid-expected.png: Added.
103135         * platform/qt/fast/frames/valid-expected.txt:
103136         * platform/qt/fast/gradients/background-clipped-expected.png:
103137         * platform/qt/fast/gradients/background-clipped-expected.txt: Added.
103138         * platform/qt/fast/html/details-position-expected.png:
103139         * platform/qt/fast/html/details-position-expected.txt:
103140         * platform/qt/fast/html/details-writing-mode-expected.png:
103141         * platform/qt/fast/html/details-writing-mode-expected.txt:
103142         * platform/qt/fast/images/gif-large-checkerboard-expected.png:
103143         * platform/qt/fast/images/gif-large-checkerboard-expected.txt: Added.
103144         * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
103145         * platform/qt/fast/images/gray-scale-jpeg-with-color-profile-expected.txt:
103146         * platform/qt/fast/inline-block/tricky-baseline-expected.png:
103147         * platform/qt/fast/inline-block/tricky-baseline-expected.txt:
103148         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
103149         * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
103150         * platform/qt/fast/inline/inline-continuation-borders-expected.png:
103151         * platform/qt/fast/inline/inline-continuation-borders-expected.txt:
103152         * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
103153         * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
103154         * platform/qt/fast/inline/long-wrapped-line-expected.png:
103155         * platform/qt/fast/inline/long-wrapped-line-expected.txt:
103156         * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.png:
103157         * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.txt:
103158         * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
103159         * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
103160         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
103161         * platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt:
103162         * platform/qt/fast/lists/001-expected.png:
103163         * platform/qt/fast/lists/001-expected.txt:
103164         * platform/qt/fast/lists/001-vertical-expected.png:
103165         * platform/qt/fast/lists/001-vertical-expected.txt:
103166         * platform/qt/fast/lists/008-expected.png:
103167         * platform/qt/fast/lists/008-expected.txt:
103168         * platform/qt/fast/lists/008-vertical-expected.png:
103169         * platform/qt/fast/lists/008-vertical-expected.txt:
103170         * platform/qt/fast/lists/li-br-expected.png:
103171         * platform/qt/fast/lists/li-br-expected.txt:
103172         * platform/qt/fast/lists/ol-start-parsing-expected.png:
103173         * platform/qt/fast/lists/ol-start-parsing-expected.txt:
103174         * platform/qt/fast/lists/olstart-expected.png:
103175         * platform/qt/fast/lists/olstart-expected.txt:
103176         * platform/qt/fast/media/mq-relative-constraints-02-expected.png:
103177         * platform/qt/fast/media/mq-relative-constraints-02-expected.txt:
103178         * platform/qt/fast/media/mq-relative-constraints-03-expected.png:
103179         * platform/qt/fast/media/mq-relative-constraints-03-expected.txt:
103180         * platform/qt/fast/media/mq-relative-constraints-04-expected.png:
103181         * platform/qt/fast/media/mq-relative-constraints-04-expected.txt:
103182         * platform/qt/fast/media/mq-relative-constraints-05-expected.png:
103183         * platform/qt/fast/media/mq-relative-constraints-05-expected.txt:
103184         * platform/qt/fast/media/mq-relative-constraints-06-expected.png:
103185         * platform/qt/fast/media/mq-relative-constraints-06-expected.txt:
103186         * platform/qt/fast/media/mq-relative-constraints-07-expected.png:
103187         * platform/qt/fast/media/mq-relative-constraints-07-expected.txt:
103188         * platform/qt/fast/media/mq-relative-constraints-08-expected.png:
103189         * platform/qt/fast/media/mq-relative-constraints-08-expected.txt:
103190         * platform/qt/fast/media/mq-relative-constraints-09-expected.png:
103191         * platform/qt/fast/media/mq-relative-constraints-09-expected.txt:
103192         * platform/qt/fast/media/mq-width-absolute-01-expected.png:
103193         * platform/qt/fast/media/mq-width-absolute-01-expected.txt:
103194         * platform/qt/fast/media/mq-width-absolute-02-expected.png:
103195         * platform/qt/fast/media/mq-width-absolute-02-expected.txt:
103196         * platform/qt/fast/media/mq-width-absolute-03-expected.png:
103197         * platform/qt/fast/media/mq-width-absolute-03-expected.txt:
103198         * platform/qt/fast/media/mq-width-absolute-04-expected.png:
103199         * platform/qt/fast/media/mq-width-absolute-04-expected.txt:
103200         * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.png:
103201         * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.txt:
103202         * platform/qt/fast/multicol/client-rects-expected.png:
103203         * platform/qt/fast/multicol/client-rects-expected.txt:
103204         * platform/qt/fast/multicol/column-break-with-balancing-expected.png:
103205         * platform/qt/fast/multicol/column-break-with-balancing-expected.txt:
103206         * platform/qt/fast/multicol/column-rules-stacking-expected.png:
103207         * platform/qt/fast/multicol/column-rules-stacking-expected.txt:
103208         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png:
103209         * platform/qt/fast/multicol/columns-shorthand-parsing-expected.txt:
103210         * platform/qt/fast/multicol/float-multicol-expected.png:
103211         * platform/qt/fast/multicol/float-multicol-expected.txt:
103212         * platform/qt/fast/multicol/float-paginate-complex-expected.png:
103213         * platform/qt/fast/multicol/float-paginate-complex-expected.txt:
103214         * platform/qt/fast/multicol/float-paginate-expected.png:
103215         * platform/qt/fast/multicol/float-paginate-expected.txt:
103216         * platform/qt/fast/multicol/layers-in-multicol-expected.png:
103217         * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
103218         * platform/qt/fast/multicol/layers-split-across-columns-expected.png:
103219         * platform/qt/fast/multicol/layers-split-across-columns-expected.txt:
103220         * platform/qt/fast/multicol/paginate-block-replaced-expected.png:
103221         * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
103222         * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.png:
103223         * platform/qt/fast/multicol/pagination-h-horizontal-bt-expected.txt:
103224         * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.png:
103225         * platform/qt/fast/multicol/pagination-h-horizontal-tb-expected.txt:
103226         * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.png:
103227         * platform/qt/fast/multicol/pagination-h-vertical-lr-expected.txt:
103228         * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.png:
103229         * platform/qt/fast/multicol/pagination-h-vertical-rl-expected.txt:
103230         * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.png:
103231         * platform/qt/fast/multicol/pagination-v-horizontal-bt-expected.txt:
103232         * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.png:
103233         * platform/qt/fast/multicol/pagination-v-horizontal-tb-expected.txt:
103234         * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.png:
103235         * platform/qt/fast/multicol/pagination-v-vertical-lr-expected.txt:
103236         * platform/qt/fast/multicol/pagination-v-vertical-rl-expected.png:
103237         * platform/qt/fast/multicol/pagination-v-vertical-rl-expected.txt:
103238         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
103239         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
103240         * platform/qt/fast/multicol/progression-reverse-expected.png:
103241         * platform/qt/fast/multicol/progression-reverse-expected.txt:
103242         * platform/qt/fast/multicol/scrolling-overflow-expected.png:
103243         * platform/qt/fast/multicol/scrolling-overflow-expected.txt:
103244         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
103245         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
103246         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
103247         * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
103248         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
103249         * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
103250         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
103251         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
103252         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
103253         * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
103254         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
103255         * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
103256         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
103257         * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt:
103258         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
103259         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
103260         * platform/qt/fast/multicol/table-vertical-align-expected.png:
103261         * platform/qt/fast/multicol/table-vertical-align-expected.txt:
103262         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
103263         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
103264         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png:
103265         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt:
103266         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
103267         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
103268         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png:
103269         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.txt:
103270         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
103271         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt:
103272         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
103273         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
103274         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
103275         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
103276         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png:
103277         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt:
103278         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
103279         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
103280         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png:
103281         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.txt:
103282         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
103283         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt:
103284         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
103285         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
103286         * platform/qt/fast/overflow/002-expected.png:
103287         * platform/qt/fast/overflow/002-expected.txt:
103288         * platform/qt/fast/overflow/006-expected.png:
103289         * platform/qt/fast/overflow/006-expected.txt:
103290         * platform/qt/fast/overflow/007-expected.png:
103291         * platform/qt/fast/overflow/007-expected.txt:
103292         * platform/qt/fast/overflow/008-expected.png:
103293         * platform/qt/fast/overflow/008-expected.txt:
103294         * platform/qt/fast/overflow/childFocusRingClip-expected.png:
103295         * platform/qt/fast/overflow/childFocusRingClip-expected.txt:
103296         * platform/qt/fast/overflow/float-in-relpositioned-expected.png:
103297         * platform/qt/fast/overflow/float-in-relpositioned-expected.txt:
103298         * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.txt:
103299         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png:
103300         * platform/qt/fast/overflow/hit-test-overflow-controls-expected.txt:
103301         * platform/qt/fast/overflow/image-selection-highlight-expected.png:
103302         * platform/qt/fast/overflow/image-selection-highlight-expected.txt:
103303         * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.png:
103304         * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.txt:
103305         * platform/qt/fast/overflow/overflow-auto-table-expected.png:
103306         * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
103307         * platform/qt/fast/overflow/overflow-float-stacking-expected.txt:
103308         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
103309         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
103310         * platform/qt/fast/overflow/overflow-stacking-expected.png:
103311         * platform/qt/fast/overflow/overflow-stacking-expected.txt:
103312         * platform/qt/fast/overflow/overflow-update-transform-expected.png:
103313         * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Added.
103314         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png:
103315         * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
103316         * platform/qt/fast/overflow/paged-x-div-expected.txt: Added.
103317         * platform/qt/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
103318         * platform/qt/fast/overflow/paged-x-on-root-expected.txt: Added.
103319         * platform/qt/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
103320         * platform/qt/fast/overflow/paged-y-div-expected.txt: Added.
103321         * platform/qt/fast/overflow/paged-y-on-root-expected.txt: Added.
103322         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
103323         * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
103324         * platform/qt/fast/overflow/scrollbar-position-update-expected.png:
103325         * platform/qt/fast/overflow/scrollbar-position-update-expected.txt:
103326         * platform/qt/fast/overflow/table-overflow-float-expected.png:
103327         * platform/qt/fast/overflow/table-overflow-float-expected.txt:
103328         * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
103329         * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
103330         * platform/qt/fast/parser/entity-comment-in-textarea-expected.png:
103331         * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt:
103332         * platform/qt/fast/parser/open-comment-in-textarea-expected.png:
103333         * platform/qt/fast/parser/open-comment-in-textarea-expected.txt:
103334         * platform/qt/fast/reflections/reflection-direction-expected.png:
103335         * platform/qt/fast/reflections/reflection-direction-expected.txt:
103336         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
103337         * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
103338         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
103339         * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt:
103340         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
103341         * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
103342         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
103343         * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
103344         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
103345         * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
103346         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
103347         * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt:
103348         * platform/qt/fast/repaint/fixed-tranformed-expected.png:
103349         * platform/qt/fast/repaint/fixed-tranformed-expected.txt:
103350         * platform/qt/fast/repaint/layout-state-only-positioned-expected.png:
103351         * platform/qt/fast/repaint/layout-state-only-positioned-expected.txt:
103352         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
103353         * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.txt:
103354         * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
103355         * platform/qt/fast/repaint/overflow-scroll-delete-expected.txt:
103356         * platform/qt/fast/repaint/repaint-during-scroll-expected.png:
103357         * platform/qt/fast/repaint/repaint-during-scroll-expected.txt:
103358         * platform/qt/fast/repaint/select-option-background-color-expected.png:
103359         * platform/qt/fast/repaint/select-option-background-color-expected.txt:
103360         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
103361         * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
103362         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
103363         * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
103364         * platform/qt/fast/replaced/005-expected.png:
103365         * platform/qt/fast/replaced/005-expected.txt:
103366         * platform/qt/fast/replaced/border-radius-clip-expected.png:
103367         * platform/qt/fast/replaced/border-radius-clip-expected.txt:
103368         * platform/qt/fast/replaced/replaced-breaking-expected.png:
103369         * platform/qt/fast/replaced/replaced-breaking-expected.txt:
103370         * platform/qt/fast/replaced/width100percent-image-expected.png:
103371         * platform/qt/fast/replaced/width100percent-image-expected.txt:
103372         * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
103373         * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
103374         * platform/qt/fast/replaced/width100percent-textfield-expected.png:
103375         * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
103376         * platform/qt/fast/selectors/166-expected.png:
103377         * platform/qt/fast/selectors/166-expected.txt:
103378         * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
103379         * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
103380         * platform/qt/fast/table/003-expected.png:
103381         * platform/qt/fast/table/003-expected.txt:
103382         * platform/qt/fast/table/023-expected.png:
103383         * platform/qt/fast/table/023-expected.txt:
103384         * platform/qt/fast/table/027-vertical-expected.png:
103385         * platform/qt/fast/table/027-vertical-expected.txt:
103386         * platform/qt/fast/table/034-expected.png:
103387         * platform/qt/fast/table/034-expected.txt:
103388         * platform/qt/fast/table/038-vertical-expected.png:
103389         * platform/qt/fast/table/038-vertical-expected.txt:
103390         * platform/qt/fast/table/040-expected.png:
103391         * platform/qt/fast/table/040-expected.txt:
103392         * platform/qt/fast/table/040-vertical-expected.png:
103393         * platform/qt/fast/table/040-vertical-expected.txt:
103394         * platform/qt/fast/table/border-collapsing/002-vertical-expected.png:
103395         * platform/qt/fast/table/border-collapsing/002-vertical-expected.txt:
103396         * platform/qt/fast/table/border-collapsing/004-expected.png:
103397         * platform/qt/fast/table/border-collapsing/004-expected.txt:
103398         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
103399         * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
103400         * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
103401         * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
103402         * platform/qt/fast/table/edge-offsets-expected.png:
103403         * platform/qt/fast/table/edge-offsets-expected.txt:
103404         * platform/qt/fast/table/empty-cells-expected.png:
103405         * platform/qt/fast/table/empty-cells-expected.txt:
103406         * platform/qt/fast/table/frame-and-rules-expected.png:
103407         * platform/qt/fast/table/frame-and-rules-expected.txt:
103408         * platform/qt/fast/table/height-percent-test-expected.png: Added.
103409         * platform/qt/fast/table/height-percent-test-expected.txt:
103410         * platform/qt/fast/table/height-percent-test-vertical-expected.png:
103411         * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
103412         * platform/qt/fast/table/overflowHidden-expected.png:
103413         * platform/qt/fast/table/overflowHidden-expected.txt:
103414         * platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
103415         * platform/qt/fast/table/prepend-in-anonymous-table-expected.txt:
103416         * platform/qt/fast/table/table-display-types-vertical-expected.png:
103417         * platform/qt/fast/table/table-display-types-vertical-expected.txt:
103418         * platform/qt/fast/table/wide-colspan-expected.png:
103419         * platform/qt/fast/table/wide-colspan-expected.txt: Added.
103420         * platform/qt/fast/table/wide-column-expected.png:
103421         * platform/qt/fast/table/wide-column-expected.txt: Added.
103422         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
103423         * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
103424         * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
103425         * platform/qt/fast/text/hyphenate-limit-lines-expected.txt:
103426         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
103427         * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
103428         * platform/qt/fast/text/large-text-composed-char-expected.png:
103429         * platform/qt/fast/text/large-text-composed-char-expected.txt:
103430         * platform/qt/fast/text/softHyphen-expected.png:
103431         * platform/qt/fast/text/softHyphen-expected.txt:
103432         * platform/qt/fast/text/text-letter-spacing-expected.png:
103433         * platform/qt/fast/text/text-letter-spacing-expected.txt:
103434         * platform/qt/fast/text/updateNewFont-expected.png: Added.
103435         * platform/qt/fast/text/updateNewFont-expected.txt:
103436         * platform/qt/fast/text/wbr-expected.png:
103437         * platform/qt/fast/text/wbr-expected.txt:
103438         * platform/qt/fast/text/word-break-expected.png:
103439         * platform/qt/fast/text/word-break-expected.txt:
103440         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
103441         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
103442         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
103443         * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt:
103444         * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
103445         * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
103446         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
103447         * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
103448         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
103449         * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
103450         * platform/qt/fast/writing-mode/fieldsets-expected.png:
103451         * platform/qt/fast/writing-mode/fieldsets-expected.txt:
103452         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.png:
103453         * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt:
103454         * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png:
103455         * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:
103456         * platform/qt/http/tests/navigation/error404-subframeload-expected.png:
103457         * platform/qt/http/tests/navigation/error404-subframeload-expected.txt:
103458         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
103459         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
103460         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png:
103461         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
103462         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png:
103463         * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
103464         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
103465         * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
103466         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
103467         * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
103468         * platform/qt/printing/width-overflow-expected.txt:
103469         * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
103470         * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt:
103471         * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png:
103472         * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt:
103473         * platform/qt/svg/custom/altglyph-expected.png:
103474         * platform/qt/svg/custom/altglyph-expected.txt:
103475         * platform/qt/svg/custom/clip-mask-negative-scale-expected.txt: Added.
103476         * platform/qt/svg/custom/external-paintserver-reference-expected.png:
103477         * platform/qt/svg/custom/external-paintserver-reference-expected.txt:
103478         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
103479         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
103480         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
103481         * platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
103482         * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
103483         * platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
103484         * platform/qt/svg/custom/invisible-text-after-scrolling-expected.png:
103485         * platform/qt/svg/custom/invisible-text-after-scrolling-expected.txt:
103486         * platform/qt/svg/custom/linking-base-external-reference-expected.png:
103487         * platform/qt/svg/custom/linking-base-external-reference-expected.txt:
103488         * platform/qt/svg/custom/object-sizing-no-width-height-expected.png:
103489         * platform/qt/svg/custom/object-sizing-no-width-height-expected.txt:
103490         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
103491         * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
103492         * platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt:
103493         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
103494         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
103495         * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
103496         * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt:
103497         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
103498         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt:
103499         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
103500         * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt:
103501         * platform/qt/svg/in-html/circle-expected.png:
103502         * platform/qt/svg/in-html/circle-expected.txt:
103503         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
103504         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Added.
103505         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
103506         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Added.
103507         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
103508         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Added.
103509         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
103510         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Added.
103511         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
103512         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
103513         * platform/qt/svg/text/kerning-expected.png:
103514         * platform/qt/svg/text/kerning-expected.txt:
103515         * platform/qt/svg/text/multichar-glyph-expected.png:
103516         * platform/qt/svg/text/multichar-glyph-expected.txt:
103517         * platform/qt/svg/wicd/rightsizing-grid-expected.png:
103518         * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
103519         * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
103520         * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
103521         * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
103522         * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
103523         * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
103524         * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt:
103525         * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
103526         * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
103527         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
103528         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
103529         * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
103530         * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
103531         * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
103532         * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
103533         * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
103534         * platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
103535         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
103536         * platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
103537         * platform/qt/tables/mozilla/bugs/bug1055-1-expected.png:
103538         * platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
103539         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
103540         * platform/qt/tables/mozilla/bugs/bug113235-1-expected.txt:
103541         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
103542         * platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
103543         * platform/qt/tables/mozilla/bugs/bug11944-expected.png:
103544         * platform/qt/tables/mozilla/bugs/bug11944-expected.txt:
103545         * platform/qt/tables/mozilla/bugs/bug120364-expected.png:
103546         * platform/qt/tables/mozilla/bugs/bug120364-expected.txt:
103547         * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
103548         * platform/qt/tables/mozilla/bugs/bug1302-expected.txt:
103549         * platform/qt/tables/mozilla/bugs/bug131020-expected.png:
103550         * platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
103551         * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.png:
103552         * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.txt:
103553         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.png:
103554         * platform/qt/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
103555         * platform/qt/tables/mozilla/bugs/bug149275-1-expected.png:
103556         * platform/qt/tables/mozilla/bugs/bug149275-1-expected.txt:
103557         * platform/qt/tables/mozilla/bugs/bug16252-expected.png:
103558         * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
103559         * platform/qt/tables/mozilla/bugs/bug194024-expected.png:
103560         * platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
103561         * platform/qt/tables/mozilla/bugs/bug22019-expected.png:
103562         * platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
103563         * platform/qt/tables/mozilla/bugs/bug23151-expected.png:
103564         * platform/qt/tables/mozilla/bugs/bug23151-expected.txt:
103565         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
103566         * platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
103567         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
103568         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
103569         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
103570         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
103571         * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
103572         * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
103573         * platform/qt/tables/mozilla/bugs/bug29314-expected.png:
103574         * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
103575         * platform/qt/tables/mozilla/bugs/bug2947-expected.png:
103576         * platform/qt/tables/mozilla/bugs/bug2947-expected.txt:
103577         * platform/qt/tables/mozilla/bugs/bug30559-expected.png:
103578         * platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
103579         * platform/qt/tables/mozilla/bugs/bug32205-2-expected.png:
103580         * platform/qt/tables/mozilla/bugs/bug32205-2-expected.txt:
103581         * platform/qt/tables/mozilla/bugs/bug38916-expected.png:
103582         * platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
103583         * platform/qt/tables/mozilla/bugs/bug3977-expected.png:
103584         * platform/qt/tables/mozilla/bugs/bug3977-expected.txt:
103585         * platform/qt/tables/mozilla/bugs/bug43039-expected.png:
103586         * platform/qt/tables/mozilla/bugs/bug43039-expected.txt:
103587         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
103588         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
103589         * platform/qt/tables/mozilla/bugs/bug44505-expected.png:
103590         * platform/qt/tables/mozilla/bugs/bug44505-expected.txt:
103591         * platform/qt/tables/mozilla/bugs/bug46480-1-expected.png:
103592         * platform/qt/tables/mozilla/bugs/bug46480-1-expected.txt:
103593         * platform/qt/tables/mozilla/bugs/bug46480-2-expected.png:
103594         * platform/qt/tables/mozilla/bugs/bug46480-2-expected.txt:
103595         * platform/qt/tables/mozilla/bugs/bug50695-1-expected.png:
103596         * platform/qt/tables/mozilla/bugs/bug50695-1-expected.txt:
103597         * platform/qt/tables/mozilla/bugs/bug56405-expected.png:
103598         * platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
103599         * platform/qt/tables/mozilla/bugs/bug5797-expected.png:
103600         * platform/qt/tables/mozilla/bugs/bug5797-expected.txt:
103601         * platform/qt/tables/mozilla/bugs/bug5835-expected.png:
103602         * platform/qt/tables/mozilla/bugs/bug5835-expected.txt:
103603         * platform/qt/tables/mozilla/bugs/bug625-expected.png:
103604         * platform/qt/tables/mozilla/bugs/bug625-expected.txt:
103605         * platform/qt/tables/mozilla/bugs/bug650-expected.png:
103606         * platform/qt/tables/mozilla/bugs/bug650-expected.txt:
103607         * platform/qt/tables/mozilla/bugs/bug67915-1-expected.png:
103608         * platform/qt/tables/mozilla/bugs/bug67915-1-expected.txt:
103609         * platform/qt/tables/mozilla/bugs/bug7112-1-expected.png:
103610         * platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
103611         * platform/qt/tables/mozilla/bugs/bug7112-2-expected.png:
103612         * platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
103613         * platform/qt/tables/mozilla/bugs/bug73321-expected.png:
103614         * platform/qt/tables/mozilla/bugs/bug73321-expected.txt:
103615         * platform/qt/tables/mozilla/bugs/bug92143-expected.png:
103616         * platform/qt/tables/mozilla/bugs/bug92143-expected.txt:
103617         * platform/qt/tables/mozilla/bugs/bug96334-expected.png:
103618         * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
103619         * platform/qt/tables/mozilla/bugs/bug96343-expected.png:
103620         * platform/qt/tables/mozilla/bugs/bug96343-expected.txt:
103621         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
103622         * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
103623         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
103624         * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
103625         * platform/qt/tables/mozilla/core/captions-expected.png:
103626         * platform/qt/tables/mozilla/core/captions-expected.txt:
103627         * platform/qt/tables/mozilla/core/cell_heights-expected.png:
103628         * platform/qt/tables/mozilla/core/cell_heights-expected.txt:
103629         * platform/qt/tables/mozilla/core/col_span-expected.png:
103630         * platform/qt/tables/mozilla/core/col_span-expected.txt:
103631         * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.png:
103632         * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.txt:
103633         * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
103634         * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
103635         * platform/qt/tables/mozilla/core/nested1-expected.png:
103636         * platform/qt/tables/mozilla/core/nested1-expected.txt:
103637         * platform/qt/tables/mozilla/core/one_row-expected.png:
103638         * platform/qt/tables/mozilla/core/one_row-expected.txt:
103639         * platform/qt/tables/mozilla/core/row_span-expected.png:
103640         * platform/qt/tables/mozilla/core/row_span-expected.txt:
103641         * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
103642         * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
103643         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
103644         * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
103645         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
103646         * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.txt:
103647         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
103648         * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
103649         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
103650         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
103651         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
103652         * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
103653         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
103654         * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.txt:
103655         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
103656         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
103657         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
103658         * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
103659         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
103660         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
103661         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
103662         * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
103663         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
103664         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
103665         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
103666         * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
103667         * platform/qt/tables/mozilla/marvin/x_td_height-expected.png:
103668         * platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
103669         * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.png:
103670         * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
103671         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
103672         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
103673         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
103674         * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
103675         * platform/qt/tables/mozilla/marvin/x_th_height-expected.png:
103676         * platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
103677         * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.png:
103678         * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
103679         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
103680         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
103681         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
103682         * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
103683         * platform/qt/tables/mozilla/other/cell_widths-expected.png:
103684         * platform/qt/tables/mozilla/other/cell_widths-expected.txt:
103685         * platform/qt/tables/mozilla/other/nestedTables-expected.png:
103686         * platform/qt/tables/mozilla/other/nestedTables-expected.txt:
103687         * platform/qt/tables/mozilla/other/test3-expected.png:
103688         * platform/qt/tables/mozilla/other/test3-expected.txt:
103689         * platform/qt/tables/mozilla/other/test6-expected.png:
103690         * platform/qt/tables/mozilla/other/test6-expected.txt:
103691         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
103692         * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
103693         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
103694         * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:
103695         * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
103696         * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
103697         * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
103698         * platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
103699         * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
103700         * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
103701         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
103702         * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
103703         * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
103704         * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
103705         * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
103706         * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
103707         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
103708         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
103709         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
103710         * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
103711         * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
103712         * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
103713         * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
103714         * platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
103715         * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
103716         * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
103717         * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
103718         * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
103719         * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
103720         * platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
103721         * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
103722         * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
103723         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
103724         * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
103725         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
103726         * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
103727         * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
103728         * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
103729         * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
103730         * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
103731         * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.png:
103732         * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
103733         * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
103734         * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
103735         * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
103736         * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
103737         * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
103738         * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.txt:
103739         * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.png:
103740         * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.txt:
103741         * platform/qt/tables/mozilla_expected_failures/core/columns-expected.png:
103742         * platform/qt/tables/mozilla_expected_failures/core/columns-expected.txt:
103743         * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.png:
103744         * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.txt:
103745         * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.png:
103746         * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.txt:
103747         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
103748         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
103749         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
103750         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
103751         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
103752         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
103753         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
103754         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
103755         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
103756         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
103757         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
103758         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
103759         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
103760         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
103761         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
103762         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
103763         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
103764         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
103765         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
103766         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
103767         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
103768         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
103769         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
103770         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
103771         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
103772         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
103773         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
103774         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
103775         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
103776         * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
103777         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
103778         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
103779         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
103780         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
103781         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
103782         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
103783         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
103784         * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
103785         * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.png:
103786         * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
103787         * platform/qt/tables/mozilla_expected_failures/other/test4-expected.png:
103788         * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
103789         * platform/qt/transforms/2d/transform-fixed-container-expected.png:
103790         * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
103791         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
103792         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
103793         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png:
103794         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
103795         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
103796         * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
103797
103798 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
103799
103800         [EFL] Update pixel expectations for some css2.1 tests.
103801
103802         * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
103803         * platform/efl/css2.1/20110323/replaced-elements-001-expected.png:
103804
103805 2012-10-03  Jussi Kukkonen  <jussi.kukkonen@intel.com>
103806
103807         getComputedStyle perspective-origin is based on the wrong bounding box
103808         https://bugs.webkit.org/show_bug.cgi?id=98027
103809
103810         Reviewed by Simon Fraser.
103811
103812         Add test for perspective-origin calculation into existing transform-origin test.
103813
103814         * transforms/2d/computed-style-origin-expected.txt:
103815         * transforms/2d/computed-style-origin.html:
103816
103817 2012-10-03  Andrey Kosyakov  <caseq@chromium.org>
103818
103819         Unreviewed test rebaseline.
103820
103821         * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
103822         * platform/chromium-mac/fast/css/text-overflow-input-expected.png:
103823         * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
103824
103825 2012-10-03  Dominik Röttsches  <dominik.rottsches@intel.com>
103826
103827         [EFL] Gardening after r130186 and r130231
103828
103829         Unreviewed, EFL gardening.
103830
103831         r130186 introduces usage of Xvfb which allows us to unskip a few X11 dependent cases.
103832         r130231 introduces caching for the Harfbuzz font path, which caused regressions on Harfbuzz NG + Freetype,
103833         see bug 98247. Temporarily going to skip those failures until I check Kenichi's patch.
103834
103835         * platform/efl-wk1/TestExpectations: DRT disables X11 usage, skip a few tests here only for Wk1.
103836         * platform/efl-wk2/TestExpectations: Unskip a couple of X11 dependent cases. (r130186)
103837         * platform/efl/TestExpectations: Temporarily mark a few complex font text as failed (r130231)
103838         * platform/efl/fast/text/atsui-multiple-renderers-expected.png: Rebaseline incorrect result.
103839         * platform/efl/fast/text/atsui-spacing-features-expected.png: Rebaseline incorrect result.
103840         * platform/efl/fast/text/wide-zero-width-space-expected.png: Rebaseline incorrect result.
103841
103842 2012-10-03  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
103843
103844         [Qt][DRT] Add support for overriding the "WebKitDisplayImagesKey" preference.
103845         https://bugs.webkit.org/show_bug.cgi?id=98200
103846
103847         Reviewed by Csaba Osztrogonác.
103848
103849         * platform/qt/TestExpectations: Unskip a few tests that depended
103850         on this feature.
103851
103852 2012-10-03  Jochen Eisinger  <jochen@chromium.org>
103853
103854         Make sure that user gestures can't be consumed twice
103855         https://bugs.webkit.org/show_bug.cgi?id=97483
103856
103857         Reviewed by Adam Barth.
103858
103859         * platform/chromium/fast/events/popup-forwarded-gesture-blocked-expected.txt: Added.
103860         * platform/chromium/fast/events/popup-forwarded-gesture-blocked.html: Added.
103861         * platform/chromium/fast/events/popup-forwarded-gesture-expected.txt: Added.
103862         * platform/chromium/fast/events/popup-forwarded-gesture.html: Added.
103863
103864 2012-10-03  Dominic Mazzoni  <dmazzoni@google.com>
103865
103866         AX: Heap-use-after-free when deleting a ContainerNode with an AX object
103867         https://bugs.webkit.org/show_bug.cgi?id=98073
103868
103869         Reviewed by Hajime Morita.
103870
103871         Adds test for heap-use-after-free when container node with AX object is deleted.
103872
103873         * accessibility/container-node-delete-causes-crash-expected.txt: Added.
103874         * accessibility/container-node-delete-causes-crash.html: Added.
103875
103876 2012-10-03  Vsevolod Vlasov  <vsevik@chromium.org>
103877
103878         Web Inspector: SourceURL should be taken from debugger agent when possible.
103879         https://bugs.webkit.org/show_bug.cgi?id=98239
103880
103881         Reviewed by Yury Semikhatsky.
103882
103883         Unskipped test.
103884
103885         * platform/chromium/TestExpectations:
103886
103887 2012-10-03  Harald Alvestrand  <hta@google.com>
103888
103889         Add data passing to the GetStats interface of RTCPeerConnection
103890         https://bugs.webkit.org/show_bug.cgi?id=98003
103891
103892         Reviewed by Adam Barth.
103893
103894         * fast/mediastream/RTCPeerConnection-stats-expected.txt:
103895         * fast/mediastream/RTCPeerConnection-stats.html:
103896
103897 2012-10-02  Arko Saha  <arko@motorola.com>
103898
103899         Microdata: itemprop names must not override builtin properties.
103900         https://bugs.webkit.org/show_bug.cgi?id=98025
103901
103902         Reviewed by Kentaro Hara.
103903
103904         Added test case to verify that itemprop names must not override builtin properties.
103905
103906         * fast/dom/MicroData/itemprop-names-override-builtin-properties-expected.txt: Added.
103907         * fast/dom/MicroData/itemprop-names-override-builtin-properties.html: Added.
103908
103909 2012-10-02  Keishi Hattori  <keishi@webkit.org>
103910
103911         REGRESSION (r129738): Suggestion picker label is placed in the wrong location
103912         https://bugs.webkit.org/show_bug.cgi?id=98094
103913
103914         Reviewed by Kent Tamura.
103915
103916         * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png:
103917         * platform/chromium/TestExpectations:
103918
103919 == Rolled over to ChangeLog-2012-10-02 ==